/* CSS Document */
* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc)
}



body { 
	font-family:Tahoma, Geneva, sans-serif;
	background: #727f96 url(../images/bg.jpg) top center repeat-x;
	color: #000000; font-size: 14px; 
	padding:0 0 20px 0;
    
}

h1, h2, h3, h4, h5, h6, strong {
	color: #ffffff;
}

h1 {
	font-size:24px;
	
	text-align:center;
	padding:10px 0 30px 0;
	font-style:italic;
}

h2 {
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#666666;
}
h3 {
	font-size:18px;
	font-weight:bold;
}
h5 {
	font-size:15px;
	font-weight:bold;
}

h6 {
	font-size:16px;
	font-weight:normal;
}


a, a:visited {
	color:#000000;
	font-weight:bold;
	text-decoration:none;

}
a img{
	border:0px solid white;}
a{
	text-decoration:none;
	}


a:hover {
	color:#ffffff;
	text-decoration:underline;
}

/*
#banner, #banner img {
	float: left;
	width: 901px;
	clear: left;
	list-style: none;
	height: 413px;
	overflow: hidden;
	border:none;
	
	
}
*/
.imgleft{
	float:left;
	padding:0 10px 0 0 ;
	border:none;
	
	
	}

p{
margin-bottom:13px;

}


.center {text-align:center; }



.title{
	text-transform:uppercase;
	}

/*--------Main Structure----------*/


#header{
width:901px;
height:430px;
margin:0 auto;
background: url(../images/header.jpg) top center no-repeat;


}



#nav{
margin:0 auto;
width:901px;
height:41px;
background:url(../images/nav.jpg) top center no-repeat;
text-align:center;
font-size:16px;


}



#nav ul{
list-style:none;
text-transform:capitalize;
width:901px;



}

#nav ul li{
width:140px;
font-size:12px;
padding:15px 0 0 0;
line-height:1em;
list-style:none;
float:left;
}

#nav ul li a{
color:#ffffff;

}

#nav ul li a:hover{
color:#0b3278;
text-decoration:none;
}

#nav ul li a.active{
color:#0b3278;

}




#container {
			
			margin:0 auto;
			width: 901px;
		
		
}


	
#content-wrapper { 
	width:901px;
	background: url(../images/content-bg.jpg) center repeat-y;
	margin:0 auto;

	
	



}

#content{
width:660px;
padding:0 0 50px 15px;
/*background:url(../images/content.jpg) top center no-repeat;*/
overflow:hidden;
margin:0 auto;
text-align:justify;

}


#footer { clear: both;
font-size: 10px;
margin:0 auto;
width:901px;
padding:20px 0 0 0;
height:90px;
text-align:center;
font-size:12px;
color:#666666;
background:url(../images/footer.jpg) top center no-repeat;

}

.f1{color:#ffffff;}


/* Contact Form */
#contact-form p {
	margin: 0 0 7px 75px;

}

#contact-form label {
	float: left;
	width: 70px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 350px;
	border: 1px solid #d6ca75;
	background: #f9e6b7;
	padding: 3px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}

