@charset "utf-8";
/* CSS Document */

body {
	background-color: #f5f4f8;
	background-image: url('images/bgd.jpg');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1b1a1a;

	
	}


a {
	color: #f49831;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}



#wrapper {
	width: 860px;
	height: 100%;
	background-color: #FFFFFF;
	border: 1px solid #555555;
	margin: -5px auto 0 auto;
	overflow:hidden;
	
}


#header {
	width: 860px;
	float:left;
	height: 175px;
	
	}



#logo {
	float:left;
	width: 157px;
	height: 175px;
	
	}



#headertext {
	float:right;
	width: 547px;
	height: 136px;
	
	}
	


#menu {
	float: right;
	width: 683px;
	height: 39px;
	
	}
	
	
#footer {
	background-color: #000000;
	width: 860px;
	height: 25px;
	padding: 10px 0 15px 0;
	float: left;
	text-align: center;
	color: #FFF;
	font-size: 9px;
	line-height: 14px;
	
	}



#mainimage {
	width: 860px;
	height: 261px;
	float: left;
	
	}


#sidebar {
	float: left;
	width: 154px;
	height: 100%;
	padding-top: 80px;
	
	}
	

#content {
	float: right;
	width: 520px;
	margin-right: 130px;
	padding-top: 60px;
	line-height: 1.5;
	padding-bottom: 60px;


	
	}
		
	
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #1b1a1a;
	font-weight:normal;
	text-align: left;
	line-height: 1.1;
	display:inline;
	
	}
	
	

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #1b1a1a;
	font-weight:normal;
	text-align: left;
	display: inline;

}



h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #1b1a1a;
	font-weight:normal;
	text-align: left;
	line-height: 1.1;
	margin-bottom: 0px;
	display: inline;
	text-transform:uppercase;

}





h4 {
	display:inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #1b1a1a;
	font-weight:normal;
	text-align: left;
	line-height: 1.1;
	margin-bottom: 0px;

}
	
	
	

	
.imgcontainer {

	width: 140px;
	height: 191px;
	float: left;
	padding-right: 20px;


}
	
	
	
.headerbox {

	border:0px solid #1b1a1a;
	padding: 5px 5px 5px 0;
	


}




.wrappershadow {
	width:868px; 
	background-color: #f2f2f2;
	margin: -5px auto 0 auto;
}



.wrappershadow2 {
	width:866px;
	background-color: #e4e2e2;
	margin: -5px auto 0 auto;
}


.wrappershadow3 {
	width:864px;
	background-color: #dddbdb;
	margin: -5px auto 0 auto;
}


.wrappershadow4 {
	width:862px;
	background-color: #cac6c6;
	margin: -5px auto 0 auto;
}

ul {
	
	text-align: left;

}

ul.noindent {

	margin-left:0px; 
	padding-left:20px;
	
	}