/* CSS Document */

/*default padding and margins off*/

body{
	background-color:#262626;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	}
	
.container_bg{
	width:988px;
	background-image:url(../images/bg_rpt.jpg);
	background-repeat:repeat-y;
	margin:auto;
	}
	
.container{
	width:946px;
	margin:auto;
	background-color:#fff;
	}


/*header background*/

	
.logo{
	background-color:#000;
	float:left;
	margin-top:15px;
	}
	
/*.head_org{
	background-image:url(../images/head_orange.gif);
	width:946px;
	height:166px;
	}*/

/*main nav links*/
a.main_link{
	float:left;
	background-color:#333333;
	color:#d6d6d6;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700;
	margin-right:1px;
	width:157px;
	padding:20px 0;
	text-align:center;
	line-height:12px;
	}
	
a.main_link:hover{
	background-color:#000;
	color:#fff;
	}

a.active{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	background-color:#efefef;
	color:#000;
	float:left;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700;
	margin-right:1px;
	width:157px;
	padding:20px 0;
	text-align:center;
	line-height:12px;
	}
	
/*main nav links*/

/*side nav purple*/
.left_side{
	float:left;
	}
	
.main_side{
	margin-top:10px;
    line-height:18px;
	}
	
.main_side li{
	list-style:none;
	}
	
.main_side a:hover{
	background-color:#000;
	color:#fff;
	}

.main_side a.stayRoll{
	background-color:#000;
	color:#fff;
	}

.sub_side div a.stayRoll{
	list-style:none;
	background-color:#000;
	color:#fff;
	}
	
a.stayRoll{
	background-color:#000;
	color:#fff
	}
	
a.sub_stayRoll{
	text-decoration:underline;
	}

/*side nav purple*/

/*sign up*/
.sign_up{
	background-image:url(../images/search_bg_rpt.jpg);
	background-repeat:repeat-y;
	font-size:10px;
	width:241px;
	}
	
.newsletter_button{
	text-align:right;
	padding-right:40px;
	padding-bottom:20px;
	}
	
.newsletter_button a{
	color:#333333;	
	}
	
.sign_up_links{
	padding-bottom:10px;
	}
	
.sign_up_links a{
	text-decoration:none;
	color:#000;
	font-weight:bold;
	}
	
.news_input input{
	width:190px;
	margin:5px 0 5px 0;
	}
	
/*sign up*/	

/*main content*/

.bg_wrap{
	background-image:url(../images/search_bg_rpt.jpg);
	background-repeat:repeat-y;
	background-color:#fff;
	}
	
.bg_wrap_home{
	background-color:#fff;
	background-image:none;
	}
	
.main_content{
	float:right;
	width:675px;
	padding: 15px;
	font: normal 12px Arial, Helvetica, sans-serif;
}

.content {
	padding: 10px;
}
	
/*main */

/*bread crumb*/
.bread{
	background-image:url(../images/breadcrumb_lg.gif);
	background-repeat:no-repeat;
	height:23px;
	font-size:10px;
	padding:10px 0 0 20px;
	}
	
.bread a{
	color:#333333;
	text-decoration:none;
	}
/*bread crumb*/

/*search*/
.searchSite{
	background-color:#fff;
	float:left;
	font-size:10px;
	width:476px;
	}
	
.searchWrap{
	height:63px;
	}
	
.searchForm{
	float:left;
	padding:10px 0 0 20px;
	}
	
.searchForm a{
	color:#666666;
	font-weight:bold;
	}
	
.radioButtons{
	float:left;
	font-weight:bold;
	padding:30px 0 0 30px;
	}
	
a.sort{
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	padding-left:25px;
	margin-right:5px;
	}
	
a.sort_on{
	background-image:url(../images/radio_on.gif);
	background-repeat:no-repeat;
	background-position:5px;
	}
	
a.sort_off{
	background-image:url(../images/radio_off.gif);
	background-repeat:no-repeat;
	background-position:5px;
	}
/*search*/

/*callout boxes*/
.callout_1{
	background-color:#b8ce31;
	float:left;
	width:235px;
	color:#000;
	height:310px;
	border-right:solid #000 1px;
	}

.callout_1 img{
	margin-top:0;
	}
	
h3.callout {
	font-size:12px;
	padding:20px 20px 0 20px;
	}
	
p.callout {
	font-size:10px;
	padding:20px;
	line-height:1.4em;
	}
	
.learn_link {
	padding:0 0 0 20px;
	}
	
.callout_1 a{
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	color:#000;
	}
	
.callout_2 a{
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	}
	
.callout_2{
	background-image:url(../images/water.jpg);
	background-repeat:no-repeat;
	float:left;
	width:234px;
	height:310px;
	color:#fff;
	}
/*callout boxes*/

/*green border*/
.greenBorder{
	background-color:#b8ce31;
	font-size:0px;
	height:10px;
	}
/*green border*/

/*footer*/

.footer{
	background-color:#000;
	width:946px;
	margin:auto;
	}
	
.foot_logo{
	float:right;
	}
	
.foot_links{
	float:left;
	width:400px;
	color:#fff;
	padding:27px 0 0 10px;
	}

.foot_links p {
	margin: 0;
	padding: 0;
}

.foot_links a{
	color:#fff;
	text-decoration:none;
	font-size:11px;
	}
	
.foot_links a:hover{
	color:#cadb37;
	}
	
/*clear floating divs to expand div tags vertically*/

.clearFloat{
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	}

