@charset "utf-8";
/* CSS Document */

body  {
	font: 11px Verdana, arial, helvetica, sans-serif;
	line-height: 14px;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #666666;
	background: url(../images/body-background.png) repeat-x;
	background-color:#FFF;
}

.thrColFixHdr #containerheader { 
	position: relative;
	width: 950px;  
	margin: 0 auto; 
} 

.thrColFixHdr #container {
	width: 908px;  
	margin: 0 auto; 
	text-align: left; 
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 8px solid #009;
	padding-bottom: 10px;
	background-color: #FFF;
} 

.thrColFixHdr #header { 
	background: url(../images/header.gif) no-repeat;
	height: 136px;
	margin: 0 19px;
	text-align: center;
} 

.thrColFixHdr #navheader { 
	background: url(../images/navigation.gif) no-repeat;
	height: 41px;
	text-align: center;
} 

.headerquote{
	padding-right: 90px;
	padding-top: 55px;
	margin-left: 630px;
	font-style: italic;
}

.thrColFixHdr #sidebar1 {
	float: left;
	width: 170px;
	padding: 15px 10px 10px 10px;

}

.thrColFixHdr #sidebar1 ul{
	list-style: disc;
	list-style-position: outside;
	margin: 15px;
	padding: 0px;
}

.thrColFixHdr #sidebar2 {
	float: right;
	width: 170px;
	padding: 15px 10px 10px 10px;
}


#menu {
list-style: none;
width: 100%;
padding-top: 10px;
}

#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu a:link{
color: #666666;
font-family: Verdana, arial, helvetica, sans-serif;
font-size: 12px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0px;
font-weight:normal;
border-top: 1px solid #666;
}

#menu a:visited{
text-decoration: none;
}

#menu a:hover{
color: #cccccc;
}

.thrColFixHdr #sidebarnav h3 {
  font-size:14px;
  font-weight:normal;
  color:#009;
  margin:8px 0 0 0;
}


.thrColFixHdr #mainContent {
	margin: 0 205px;
	width: auto;
	text-align: left;
	background: #f1f1f1;
	padding: 15px 10px 15px 15px;
	min-height: 675px;
} 

.thrColFixHdr #mainContent p {
	line-height: 16px;
} 

.thrColFixHdr #followContent {
	margin: 0  20px 0 205px;
	width: auto;
	text-align: left;
	background: #f1f1f1;
	padding: 5px 10px 15px 15px;
	min-height: 675px;
} 

.thrColFixHdr #followContent p {
	line-height: 16px;
}

ul{
	list-style: square;
	list-style-position: outside;
	padding-bottom: 4px;
}

li{
	list-style: square;
	list-style-position: outside;
	padding-bottom: 4px;
}

ol{
	list-style-position: outside;
}

#footerpage {
	width: 950px;
	margin: 0 auto;
	text-align: left;
} 

#footerpage td{
	padding: 10px 20px; 

} 

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.thrColFixHdr #breadcrumbs {
width: 100%;
float: right;
color: #666666;
text-transform: lowercase;
}

.thrColFixHdr #breadcrumbs a {
color: #666666;
font-family: "verdana", "arial", sans-serif;
font-size: 11px;
font-weight:normal;
}

.thrColFixHdr #breadcrumbs a:visited{
text-decoration: none;
}

.thrColFixHdr #breadcrumbs a:hover{
color: #000099;
text-decoration: underline;
}


h1 {
  font-size:16px;
  line-height: 21px;
  font-weight:normal;
  margin:8px 0 5px 0;
  color:#000099;
}

h2 {
  font-size:13px;
  font-weight:normal;
  margin:8px 0 0px 0;
  color:#000099;
}

h3 {
  font-size:13px;
  font-weight:normal;
  color:#000099;
  margin:8px 0 0 0;
}

a {
  color:#000099;
  text-decoration:none;
}

a:hover {
  color:#009;
  text-decoration:underline;
}

p {
	margin-top: 5px;
	color: #666666;
}

/*Form Styles*/

input.txt {
	color: #666666;
	background-color: #FFFFFF;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #1d1b1c;
	width: 200px;
	padding:2px;
}
input.txtalt {
  color: #666666;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #1d1b1c;
  width: 80px;
}
input.txtalt2 {
  color: #666666;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #1d1b1c;
  width: 180px;
	padding:2px;
}
input.txtalt3 {
  color: #666666;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #1d1b1c;
  width: 200px;
	padding:2px;
}
input.btn {
  color: #fff;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  background-color: #000099;
  border-left: 2px solid #3333ff;
  border-top: 2px solid #3333ff;
  border-right: 2px solid #000033;
  border-bottom: 2px solid #000033;
  padding: 4px;
}
select { 
  background-color: #FFFFFF; 
  color: #666666; 
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
textarea { 
  color: #666666;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  border: 1px inset #CCCCCC;
  width: 200px;
  height: 100px;
}
fieldset {
  border: 1px dotted #666666;
  padding-top: 16px;
  padding: 10px;
}
legend {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  background-color: #FFFFFF;
}
.ink {
  color:#000099;
}

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 350px; }
.thrColFixHdr #sidebar2 {
}
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 0px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
