﻿
/* CSS Document */

body{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	margin-top:0px;
	
}


h1{
	font-size:14px;
	color:#256148;
}


#wrapper{
	width:977px;
	height:auto;
	z-index:1;
	position:relative;
	padding:0px;
	margin:0px;
}


/*links------------------------*/

#sidebar a:link{
	color:#256148;
	text-decoration:none;
}

#sidebar a:visited{
	color:#256148;
	text-decoration:none;
}

#sidebar  a:hover{
	color:#3b71a7;
	text-decoration:none;
}

#sidebar  a:active{
	color:#256148;
	text-decoration:none;
}

#body a:link{
	color:#669966;
	text-decoration:none;
}

#body a:visited{
	color:#669966;
	text-decoration:none;
}

#body  a:hover{
	color:#3b71a7;
	text-decoration:none;
}

#body  a:active{
	color:#669966;
	text-decoration:none;
}
#blue_box a:link{
	color:#FFF;
	text-decoration:underline;
}

#blue_box a:visited{
	color:#FFF;
	text-decoration:underline;
}

#blue_box  a:hover{
	color:#FFF;
	text-decoration:none;
}

#blue_box a:active{
	color:#FFF;
	text-decoration:underline;
}

#footer_index a:link{
	color:#256148;
	text-decoration:none;
	
}
#footer_index a:visited{
	color:#256148;
	text-decoration:none;
}
#footer_index a:hover{
	color:#256148;
	text-decoration:none;
}
#footer_index a:active{
	color:#256148;
	text-decoration:none;
}
#footer a:link{
	color:#256148;
	text-decoration:none;
	
}
#footer a:visited{
	color:#256148;
	text-decoration:none;
}
#footer a:hover{
	color:#256148;
	text-decoration:none;
}
#footer a:active{
	color:#256148;
	text-decoration:none;
}

#facebookbutton:hover{
	float:right;
	text-decoration:none;
	width: 40px;
	height: 40px;
	display:block;
	background-image:url(../images/facebookbuttonon.png);
	background-repeat:no-repeat;
}

#facebookbutton{
	float:right;
	text-decoration:none;
	width: 40px;
	height: 40px;
	display:block;
	background-image:url(../images/facebookbuttonoff.png);
	background-repeat:no-repeat;
}

#twitterbutton:hover{
	float:right;
	text-decoration:none;
	width: 40px;
	height: 40px;
	display:block;
	background-image:url(../images/twitterbuttonon.png);
	background-repeat:no-repeat;
}

#twitterbutton{
	float:right;
	text-decoration:none;
	width: 40px;
	height: 40px;
	display:block;
	background-image:url(../images/twitterbuttonoff.png);
	background-repeat:no-repeat;
}

#donatebutton:hover{
	float:right;
	text-decoration:none;
	width: 80px;
	height: 40px;
	display:block;
	background-image:url(../images/donatebuttonon.png);
	background-repeat:no-repeat;
}

#donatebutton{
	float:right;
	text-decoration:none;
	width: 80px;
	height: 40px;
	display:block;
	background-image:url(../images/donatebuttonoff.png);
	background-repeat:no-repeat;
}


/*navigation----------------*/
#nav{
	width:977px;
	height:36px;
	background-color:#000;
	margin:0px;
	padding:0px;
	position:relative;
	
}

#nav ul{
	list-style:none;
	float:left;
	margin:0px;
	padding:0px 0px 0px 30px;
	height:36px;
	width:915px;
	position:relative;
}
#nav ul li{
	display:inline;
	margin:0px;
	padding:0px;
	border-right:1px solid #000;
	float:left;
	height:36px;
	position:relative;
	
	
}

#nav img{
	border:0px;
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
}



#body ul li {
	list-style-type: none;
	background:#FFFFFF;
	background:url(../images/bullet.jpg) left top no-repeat;
	padding-left:15px;
	margin-left:-15px; 

}

.no_style ul {
	list-style:none;
	background-image:none;
	
}
 .line_space{
	padding-bottom:15px;
}
/*homepage styles----------------*/
#main_index{
	width:100%;
	height:644px;
	margin:0px;
	padding:0px;
	background-image:url(../images/homepage/index.jpg);
	background-repeat:no-repat;
	text-align:left;
	z-index:1;
	position:absolute;
}

#main_indextest{
	width:100%;
	height:644px;
	margin:0px;
	padding:0px;
	background-image:url(../images/homepage/index4.jpg);
	background-repeat:no-repat;
	text-align:left;
	z-index:1;
	position:absolute;
}

#footer_index{
	position:absolute;
	margin-top:644px;
	width:100%;
	height:auto;
}

#index_logo{
	z-index:2;
	float:left;
	margin-left:30px;
	border:0px;
}
#index_text{
	z-index:2;
	position:relative;
	width:510px;
	height:570px;
	float:right;
	margin-top:65px;
}

#index_indent{
	margin: 15px 0px 0px 90px;
}

#index_box{
	
	padding:15px;
	background-image:url(../images/homepage/box.png);
	background-repeat:no-repeat;
	width:428px;
	height:220px;
	color:#FFF;
	font-size:12px;
	float:right;
	margin:0px 0px 0px 0px;
	position:relative;
	
}



.index_col{
	float:left;
	width:250px;
	height:255px;
	margin-right:15px;
	position:relative;
	overflow:auto;
}

.index_col a:link{
	color:#FFF;
	text-decoration:underline;
}

.index_col a:visited{
	color:#FFF;
	text-decoration:underline;
}

.index_col a:hover{
	color:#FFF;
	text-decoration:none;
}

.index_col a:active{
	color:#FFF;
	text-decoration:underline;
}
/*text classes------------------------------------*/
.green{
	color:#256148;
	text-transform:uppercase;
}

.green_text{
	color:#256148;
}

.blue{
	color:#3b71a7;
}



.indent{
	margin-left:17px;
}

.indent1{
	margin-left:36px;
}

.small{
	font-size:10px;
}
.large{
	font-size:12px;
}

}
.xlarge{
	font-size:14px;
}


/*level two pages------------------------------------*/


#header{
	z-index:2;
	padding:0px;
	width:977px;
	height:209px;

}

#header_title p{
	
	border-top:1px solid #aac7e3;
	border-right:1px solid #aac7e3;
	border-left:1px solid #aac7e3;
	position:absolute;
	margin-top:200px;
	margin-left:213px;
	background-color:#256148;
	color:#fff;
	font-size:18px;
	line-height:44px;
	height:44px;
	width:auto;
	z-index:2;
	padding:0px 30px;
}



#header_title_orange p{
	
	
	border-top:1px solid #aac7e3;
	border-right:1px solid #aac7e3;
	border-left:1px solid #aac7e3;
	position:absolute;
	margin-top:200px;
	margin-left:213px;
	background-color:#256148;
	color:#fff;
	font-size:18px;
	line-height:44px;
	height:44px;
	width:auto;
	padding:0px 30px;
	background-color:#e0a557;
	
	z-index:1500;
}
#main {
	z-index:1;
	color:#5D5D5D;
	font-size:12px;
	width:100%;
	height:auto;
	

}

#blue_box, #body_wrapper, #right_wrapper, #main, #header{
	position:relative;
	float:right;
	margin:0px;
	text-align:left;
}

#body{
	width:440px;
	height:auto;
	float:left;
	padding:0px;
	margin:0px;
}


#blue_box{
	background-color:#3b71a7;
	color:#FFF;
	height:auto;
	width:762px;
	font-size:14px;
	padding:10px 0px;
	border-bottom:1px solid #aac7e3;
}
#blue_box p{
	padding:0px 30px;
}
 #body{
	padding:10px 30px;
}


#body_wrapper{
	width:762px;
	height:auto;
	padding:0px;
	border:1px solid #aac7e3;
	

}
#right_wrapper{
	width:764px;
	height:auto;
	padding:0px;
	border:0px;
}

/*sidebar------------------------------------*/
#sidebar_wrapper{
	z-index:1000;
	width:183px;
	height:auto;
	position:absolute;
	margin-left:30px;
	margin-top:36px;
	
	
}
#sidebar_wrapper img{
	float:left;
	margin:0px;
	padding:0px;
	border:0px;
}
#sidebar ul li{
	list-style:none;
	text-align:left;
	width:100%;
	height:auto;
	float:left;
	padding:7px 0px;
	
}

#sidebar ul{
	padding:0px;
	margin:0px;
	
	
}
#sidebar{
	background-color:#ddeae4;
	font-size:15px;
	padding:25px 5px 70px 5px;
	width:173px;
	height:100%;
	float:left;
}

 #sidebar ul li.blue a{
	color:#3b71a7;
	text-decoration:none;
}


#placeholder{
	height:400px;
	width:5px;
}

.body_image{
	float:right;
	margin:25px 30px 0px 0px;
}

/*footer styles--------------------------------*/
#footer, #footer_index{
	font-size:12px;
	width:100%;
}

#footer_wrapper{
	width:710px;
	height:auto;
	float:right;
	padding:5px 25px;
	margin:0px;
}


#footer_left{
	float:left;
	color:#02407d;
	width:49%;
	text-align:left;
}
#footer_left p{
	margin-left:25px;
}
#footer_right{
	color:#256148;
	float:left;
	width:49%;
	text-align:right;
}

.subli {
	color: #3b71a7;
	font-size: x-small;
}

.style2 {
	font-size: x-small;
}

.info-closed {display:none;}

/*twitter--------------------------------*/

#tweet {
color: #fff;
font-size: 11px;
display: block;
margin-top: -3px;
margin-left: 20px;
margin-right: 20px;
width: 800px;
padding-left: 105px;
	float: left;
	list-style-type: none;
	list-style: none;

}

#tweet a {
color: #bbb;
text-decoration: none;

}

#twitter {
	width: 977px;
	height:30px;
	background-color:#000;
	margin:0px;
	padding:0px;
	position: relative;
	background-image: url(../images/whatwerereadingbbb.png);
	background-position: left;
	background-repeat: no-repeat;
	
}

.text{
color: #ddd;
}

#tweet a.time{
color: #555;
text-decoration: none;
}
