@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;
}
.twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: center;
} 
.twoColFixLtHdr #header {
	height: 140px;
	text-align: center;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	font-size: 2em;
}
#logo {
	padding: 0px;
	height: 140px;
	width: 200px;
	float: left;
}
#search {
	width: 600px;
	float: left;
	height: 80px;
	text-align: right;
}
#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;
}
.twoColFixLtHdr #sidebar1intro {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
.twoColFixLtHdr #sidebar1subnav {
	width: 160px;
	background-image: url(../images/sidebar_bg.jpg);
	height: 240px;
	background-repeat: no-repeat;
	background-position: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	float: left;
}
.twoColFixLtHdr #sidebar1 h1 {
	font-size: 0.8em;
	text-transform: uppercase;
}
.twoColFixLtHdr #mainContent {
	float: left;
	width: 560px;
	padding-right: 120px;
	padding-left: 120px;
	padding-top: 20px;
	text-align: center;
}
.twoColFixLtHdr #mainImage {
	float: left;
	width: 560px;
	height: 180px;
	margin-bottom: 20px;
	background-image: url(../images/region_bar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.twoColFixLtHdr #mainContent p {
}
.twoColFixLtHdr #mainContent h1 {
	font-size: 2em;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 1.6em;
}
.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:center;
	color: #135888;
}
a.one:link {
	color:#436209;
}
a.one:visited {
	color:#436209;
}
a.one:hover, a:active {
color:#135888;
}
a.two:link {
	color:#5DA4D5;
}
a.two:visited {
	color:#5DA4D5;
}
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;
	margin-top: 10px;
}
.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;
}
.blueType {
	color: #135888;
	font-size: 1.2em;
	line-height: 1.4em;
}
