@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fdbc2f;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 900px;
	background: #426698;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding-left: 10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
} 

.twoColFixLtHdr #header { 
	background: #426698; 
	margin: 0px 0px 10px 0px;
	width:900px;
} 



#pagecontent {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-left: 0px;
	padding-right:0px;
	padding-bottom:0px;
	width:900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/elements/leaves.jpg);
	background-repeat: no-repeat;
	background-position:  335px top;
	overflow: hidden;
}

#widepagecontent {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-left: 0px;
	padding-right:0px;
	width:900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 315px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 0px 10px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	width:285px;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:15px;
	float:right;
	clear:none;
	text-align:left;
	font-size: 12px;
	line-height: 31px;
	color: #5e5e5e;
	background-image: url(images/elements/bird_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color:#FFFFFF;
	vertical-align: top;
} 

.twoColFixLtHdr #mainContent a {
	color: #426698;
	text-decoration: none;
}

.twoColFixLtHdr #mainContent a:link {
	color: #426698;
	text-decoration: none;
}

.twoColFixLtHdr #mainContent a:hover {
	color: #426698;
	text-decoration: underline;
}

.twoColFixLtHdr #mainContent a:visited {
	color: #426698;
	text-decoration: none;
}


.twoColFixLtHdr #wideContent {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	width:500px;
	padding-left:15px;
	padding-right:35px;
		padding-bottom:55px;

	margin-bottom:15px;
	float:right;
	clear:none;
	text-align:left;
	font-size: 12px;
	line-height: 31px;
	color: #5e5e5e;
	background-color:#FFFFFF;
	vertical-align: top;
	background-image: url(images/elements/bird_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.twoColFixLtHdr #wideContent a {
	color: #426698;
	text-decoration: none;
}

.twoColFixLtHdr #wideContent a:link {
	color: #426698;
	text-decoration: none;
}

.twoColFixLtHdr #wideContent a:hover {
	color: #426698;
	text-decoration: underline;
}

.twoColFixLtHdr #wideContent a:visited {
	color: #426698;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



#locationblock {
width:175px;
margin-left:auto;
	margin-right:auto;
}


#locationblock p {
	font-size:13px;
 	color: #3a5a86;
}

#locationblock a {
 	color: #3a5a86;
	text-decoration:none;
}

#searchunit {
	width: 175px;
	height:27px;
	padding-top:0px;
	margin-left:auto;
	margin-right:55px;
	margin-top:0;
	margin-bottom:0;
	background-image:url(images/elements/searchunit_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align:center;
	font-size: 1px;
	line-height:1px;
	
}

#menu {
margin-top:25px;
margin-bottom:25px;
}

.initial_words {
	color:#a1b5d1;
	font-size: 20px;
	font-weight: bold;
}

#footer {
	background-color:#426698;
	color: #FFFFFF;
	font-size:10px;
	background-image: url(images/elements/footerbg.jpg);
	background-repeat: no-repeat;
	background-position:top;
	text-align: center;
	margin-bottom:15px;
  display: block;
}



#footer a {
	font-weight: bold;
		text-decoration: none;

}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:visited {
	color: #FFFFFF;
}



#subfooter {
	color: #426698;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 10px;
	font-weight: bold;
}

#subfooter a {
	text-decoration: none;

}

#subfooter a:link {
	color: #426698;
		text-decoration: none;

}

#subfooter a:hover {
	color: #426698;
	text-decoration: underline;
}

#subfooter a:visited {
	color: #426698;
}

#topbar {
	width:900px;
	height:8px;
	position:top;
	margin-bottom:0;
	font-size:8px;
	background-image: url(images/elements/green_border_top.jpg);
}

blockquote {
	font-size: 14px;
	color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #a1b5d1;
	line-height: 24px;
	vertical-align: middle;
	padding: 10px;

	background-color: #EBEFF4;
	text-align: left;
}

.testifyer {
	text-align: right;
	margin-right: 15px;
	font-style: italic;
}

.subhead {
	font-weight: bolder;
	text-decoration: none;
	color #426698;
	font-size: 14px;
}

.subhead a {
	font-weight: bolder;
	text-decoration: none;
	color #426698;
	font-size: 14px;
	color: #426698;
}

.subhead a:link {
font-weight: bolder;
	text-decoration: none;
	color #426698;
}

.subhead a:hover {
	text-decoration: underline;
}

iframe {
	padding-left:10px;
	width:500px;
	min-height:500px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
