@charset "UTF-8";
body {
	min-width: 991px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
}
p {
	line-height: 1.5em;
}
ul {
	line-height: 1.5em;
}

a {
	cursor: pointer;
	color: #74b626;
	text-decoration: none;
}
a:hover {
	cursor: pointer;
	color: #186CAD;
	text-decoration: none;
}
h2 {
	color: #999;
	font-size: 1.25em;
	font-weight: normal;
	font-style: italic;
}
.homepage {
	background-image: url(../images/top_bg.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-color: #e5e5e6;
}
	

.secondary {
	background-image: url(../images/topbg_2ndary.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-color: #e5e5e6;
}
.newshead {
	color: #186CAD;
	font-weight: normal;
	font-style: italic;
}
.author {
	font-size: 0.95em;
	font-style: italic;
	color: #999;
	line-height: 1.25em;
}

#wrapper {
	width: 991px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/white_bg.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	padding-top: 0px;
}

#content {
	width: 803px;
	padding: 15px;
}

#content_wrapper {
	width: 991px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 600px;
}
#topbanner {
	background-image: url(../images/top_banner.gif);
	background-repeat: no-repeat;
	height: 215px;
	width: 991px;
	padding: 0px;
	margin: 0px;
}

#topbanner h1{
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 215px;

}
#topbanner h3 {
	font-family: "Myriad Pro", Helvetica, sans-serif;
	color: #ff7e00;
	margin: 0px;
	padding: 0px;
}

#topbanner2 {
	background-image: url(../images/top_banner_2ndary.gif);
	background-repeat: no-repeat;
	height: 215px;
	width: 991px;
	padding: 0px;
	margin: 0px;
}

#topbanner2 h1{
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 215px;
}

#topnav {
	background-image: url(../images/navbar.gif);
	height: 32px;
	width: 753px;
	padding-top: 1px;
	padding-bottom: 7px;
}

#topnav ul{
	list-style-type: none;
	display: list-item;
	margin-top: 0px;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 0px;
	}
	
#topnav ul li {
	display: inline;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
	line-height: 39px;
	height: 32px;
}

#topnav ul li a {
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 9px;
	padding-left: 8px;
}

#topnav ul li a:hover {
	color: #FFF;
	background-color: #3473A6;
}

#topnav .selected {
	color: #FFF;
	background-color: #609220;
	margin: 0px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 9px;
	padding-left: 8px;
}

#homepict {
	background-image: url(../images/home_pict.jpg);
	height: 249px;
	width: 753px;
}


#homepict #textbox {
	color: #FFF;
	width: 390px;
	position: absolute;
	top: 175px;
	left: 20px;
	padding: 0px;
	margin: 0px;
}

#homepict #textbox h1 {
	font-size: 1.5em;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}

#why_it_matters_pict {
	background-image: url(../images/banners/banner1.jpg);
	height: 161px;
	width: 753px;
}
#textbox p {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 0.85em;
}

#main_left h1,#main_right h1,#main_left_home h1,#main_right_home h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #186cad;
}

#main_left h1 a ,#main_right h1 a,#main_left_home h1 a ,#main_right_home h1 a {
	font-weight: bold;
	color: #186cad;
}

#main_left h1 a:hover ,#main_right h1 a:hover,#main_left_home h1 a:hover ,#main_right_home h1 a:hover {
	color: #186cad;
}

#main_left {
	width: 470px;
	float:left;
	margin-right: 10px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

#main_left p {
	margin-top: 0px;	
}
#main_left_home {
	width: 450px;
	float:left;
	margin-right: 10px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

#main_left_home p {
	margin-top: 0px;	
}

#main_right {
	width: 200px;
	float:left;
	padding: 5px;
}

#main_right p {
margin-top: 0px;
}
#main_right_home {
	width: 224px;
	float:left;
	padding: 5px;
}

#main_right_home p {
margin-top: 0px;
}
#video_img { padding-bottom:20px; }
#homepict .link {
	margin-top: 0px;
	font-weight: bold;
	color: #186cad;
	padding-left: 0px;
	padding-right: 3px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	top: 75px;
	position: absolute;
	left: 0px;
}

#homepict .link h2  {
	color: #FFF;
	font-size: 1em;
	text-decoration: none;
	height: 25px;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 0px;
	background-image: url(../images/homepict_arrow.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	z-index: 3;
}

.float {
	float: left;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#left_home {
	float: left;
	width: 753px;
}

#left_content {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 30px;
}

#left_content .link {
	margin-top: 0px;
	font-weight: bold;
	color: #186cad;
	padding-left: 0px;
	padding-right: 5px;
	float: left;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}

#left_content .link a h2 {
	color: #74b626;
	font-size: 1em;
	text-decoration: none;
	height: 25px;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/arrow_green.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#left_content .link a:hover h2 {
	color: #186CAD;
	background-image: url(../images/arrow_green_over.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	text-decoration: none;
}

#right_home {
	float: left;
	width: 238px;
}

#callout1 {
	background-image: url(../images/callout1.gif);
	height: 118px;
	width: 238px;
}

#callout2 {
	background-image: url(../images/callout2.gif);
	height: 124px;
	width: 238px;
}

#callout3 {
	background-image: url(../images/callout3.gif);
	height: 125px;
	width: 238px;
}

#callout4 {
	background-image: url(../images/callout4.gif);
	height: 130px;
	width: 238px;
}
#callout1_2nd {
	background-image: url(../images/callout1_2ndary_off.gif);
	height: 118px;
	width: 238px;
}

#callout2_2nd {
	background-image: url(../images/callout2_2ndary_off.gif);
	height: 124px;
	width: 238px;
}

#callout3_2nd {
	background-image: url(../images/callout3_2ndary_off.gif);
	height: 125px;
	width: 238px;
}
#callout4_2nd {
	background-image: url(../images/callout4_2ndary_off.gif);
	height: 125px;
	width: 238px;
}


#callout_bott {
	background-image: url(../images/callout_bottom.gif);
	height: 87px;
	width: 238px;
}

#callout1 h1, #callout2 h1, #callout3 h1,  #callout4 h1, #callout1_2nd h1, #callout2_2nd h1, #callout3_2nd h1 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	width: 238px;
	height: 118px;
}

#footer {
	background-image: url(../images/footer_bottom.gif);
	width: 991px;
	height: 33px;
}

#footer_info {
	background-image: url(../images/white_bg.gif);
	background-repeat: repeat-y;
	width: 991px;
	clear: both;
	height: 45px;
	font-size: 0.8em;
}

#footer_left {
	float: left;
	margin-left: 30px;
	color: #999;
}

#footer_right {
	float: right;
	margin-right: 25px;
	margin-top: 15px;
}

#footer_right ul{
	list-style-type: none;
	display: list-item;
	margin-top: 0px;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	height: 12px;
	padding-top: 2px;
	padding-bottom: 0px;
	}
	
#footer_right ul li {
	display: inline;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	margin-bottom: 0px;
}

#footer_right ul li a {
	color: #6AB01F;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}

#footer_right ul li a:hover {
	color: #FFF;
	background-color: #3473A6;
	height: 12px;
}
#footer_right ul .last {
	border-right-style: none;
}
/*Banner css here, delete b4 going live*/

.banner1 {
	background-image: url(../images/banner_choices/1.jpg);
	background-repeat: no-repeat;
	height: 262px;
	width: 1098px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	font-size: 2em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: bottom;
}


.banner2 {
	background-image: url(../images/banner_choices/2.jpg);
	background-repeat: no-repeat;
	height: 262px;
	width: 1098px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	font-size: 2em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: bottom;
}


.banner3 {
	background-image: url(../images/banner_choices/3.jpg);
	background-repeat: no-repeat;
	height: 262px;
	width: 1098px;
	margin-right: auto;
	margin-left: auto;color: #000;
	font-size: 2em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: bottom;
}
.banner4 {
	background-image: url(../images/banner_choices/4.jpg);
	background-repeat: no-repeat;
	height: 262px;
	width: 1098px;
	margin-right: auto;
	margin-left: auto;color: #000;
	font-size: 2em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: bottom;
}
.banner5 {
	background-image: url(../images/banner_choices/5.jpg);
	background-repeat: no-repeat;
	height: 262px;
	width: 1098px;
	margin-right: auto;
	margin-left: auto;color: #000;
	font-size: 2em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: bottom;
}

.banner6 {
	background-image: url(../images/banner_choices/6.jpg);
	background-repeat: no-repeat;
	height: 262px;
	width: 1098px;
	margin-right: auto;
	margin-left: auto;color: #000;
	font-size: 2em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: bottom;
}

.banner7 {
	background-image: url(../images/banner_choices/7.jpg);
	background-repeat: no-repeat;
	height: 262px;
	width: 1098px;
	margin-right: auto;
	margin-left: auto;color: #000;
	font-size: 2em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: bottom;
}

.banner8 {
	background-image: url(../images/banner_choices/8.jpg);
	background-repeat: no-repeat;
	height: 262px;
	width: 1098px;
	margin-right: auto;
	margin-left: auto;color: #000;
	font-size: 2em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: bottom;
}

.banner9 {
	background-image: url(../images/banner_choices/9.jpg);
	background-repeat: no-repeat;
	height: 262px;
	width: 1098px;
	margin-right: auto;
	margin-left: auto;color: #000;
	font-size: 2em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: bottom;
}

.banner10 {
	background-image: url(../images/banner_choices/10.jpg);
	background-repeat: no-repeat;
	height: 262px;
	width: 1098px;
	margin-right: auto;
	margin-left: auto;color: #000;
	font-size: 2em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: bottom;
}

.banner11 {
	background-image: url(../images/banner_choices/11.jpg);
	background-repeat: no-repeat;
	height: 262px;
	width: 1098px;
	margin-right: auto;
	margin-left: auto;color: #000;
	font-size: 2em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: bottom;
}

.banner12 {
	background-image: url(../images/banner_choices/12.jpg);
	background-repeat: no-repeat;
	height: 262px;
	width: 1098px;
	margin-right: auto;
	margin-left: auto;color: #000;
	font-size: 2em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: bottom;
}