@charset "UTF-8";
/* CSS Document */
body  {
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #FFF;
	background-image: url(../images/background_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	height: 140px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	font-size: 2em;
}
.twoColFixLtHdr #header h2 {
	margin: 0;
	font-size: 1.2em;
	color: #000;
}
#logo {
	padding: 0px;
	height: 140px;
	width: 200px;
	float: left;
}
#search {
	width: 580px;
	float: left;
	height: 30px;
	text-align: right;
	padding-top: 20px;
}
#region {
	width: 580px;
	float: left;
	height: 25px;
	text-align: right;
	padding-top: 5px;
}
#globalNav {
	width: 600px;
	float: left;
	height: 30px;
	background-color: #83a741;
	background-image: url(../images/menu_global_bg.gif);
	background-repeat: no-repeat;
}
#breadcrumb {
	width: 580px;
	float: left;
	height: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 20px;
}
.twoColFixLtHdr #sidebar1intro {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding-right: 20px;
	padding-left: 20px;
}
.twoColFixLtHdr #sidebar1subnav {
	width: 160px;
	background-image: url(../images/sidebar_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	float: left;
	line-height: 1.7em;
}
.twoColFixLtHdr #sidebar1subMenu {
	width: 200px;
	background-image: url(../images/subMenu_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 250px;
}
.twoColFixLtHdr #subNav {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
}
.twoColFixLtHdr #sidebar1 h1 {
	font-size: 0.8em;
	text-transform: uppercase;
}
.twoColFixLtHdr #mainContent {
	float: left;
	width: 560px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
.twoColFixLtHdr #mainImage {
	float: left;
	width: 560px;
	height: 180px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #mainContent p {
}
.twoColFixLtHdr #mainContent h1 {
	font-size: 2em;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 1.4em;
}
.twoColFixLtHdr #mainContent li {
	line-height: 1.0em;
}
.twoColFixLtHdr #teaserOne {
	float: left;
	width: 180px;
	clear: none;
}
.twoColFixLtHdr #teaserTwo {
	float: left;
	width: 180px;
	margin-left: 10px;
}
.twoColFixLtHdr #teaserThree {
	float: left;
	width: 180px;
	margin-left: 10px;
}
#teaserOneImage {
	height: 80px;
	width: 180px;
	padding-bottom: 10px;
}
#teaserTwoImage {
	height: 80px;
	width: 180px;
	padding-bottom: 10px;
}
#teaserThreeImage {
	height: 80px;
	width: 180px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #promoBottom {
	float: left;
	width: 560px;
	height: 110px;
	margin-top: 20px;
}
#footerLeft {
	width: 300px;
	height: 28px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	float: left;
	vertical-align: middle;
	padding-top: 12px;
}
#footerRight {
	width: 300px;
	height: 28px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: right;
	float: right;
	vertical-align: middle;
	padding-top: 12px;
}
.twoColFixLtHdr #sidebar1intro P {
	color: #135888;
	line-height: 1.6em;
}
.teaserText {
	color: #135888;
	line-height: 1.6em;
}
.twoColFixLtHdr #footer {
	background-color: #FFF;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 20px;
	background-position: bottom;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
#footerLeft {
	width: 300px;
	height: 28px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	float: left;
	vertical-align: middle;
	padding-top: 12px;
}
#footerRight {
	width: 300px;
	height: 28px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: right;
	float: right;
	vertical-align: middle;
	padding-top: 12px;
}
p {
	line-height:1.5em;
	margin:0;
	padding:0 0 10px;
	text-align:left;
	color: #135888;
}
h1 {
	margin:0;
	color: #436209;
}
h2 {
	margin:0;
	color: #000;
	font-size: 1.2em;
}
a:link {
	color:#999;
}
a:visited {
	color:#999;
}
a:hover, a:active {
	color:#666;
}
a.one:link {
	color:#436209;
}
a.one:visited {
	color:#43620E;
}
a.one:hover, a:active {
color:#135888;
}
a.two:link {
	color:#5DA4D5;
}
a.two:visited {
	color:#63A4D4;
}
a.two:hover, a:active {
color:#9EC8E6;
}

a.three:link {
	color:#999999;
}
a.three:visited {
	color:#999999;
}
a.three:hover, a:active {
	color:#666666;
}
.bold {
	font-weight: bold;
	color: #135888;
}
.boldGreen {
	font-weight: bold;
	color: #436209;
}
.line {
	color: #436209;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
}
.boldWhitebg {
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/newsHead_bg.gif);
	background-repeat: repeat-y;
}
.footer {
	color: #5DA4D5;
}
.greyText {
	color: #666;
}
.blueText {
	color: #135888;
}
.twoColFixLtHdr #mainText {
	float: left;
	width: 560px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #subMenu {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
}
.twoColFixLtHdr #searchContent {
	float: left;
	width: 760px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
.twoColFixLtHdr #searchresults {
	float: left;
	width: 760px;
}
.dynNav {
	color: #CCC;
}
.twoColFixLtHdr #subNav1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #subNav2 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #subNav3 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #content {
	float: left;
	color: #F00;
	width: 560px;
}
h3 {
	margin:0;
	color: #000;
	font-size: 1.2em;
}
h4 {
	margin:0;
	color: #000;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
