@import url("reset.css");
@import url("menu.css");

body {
	background:#0E5B95 url('../_img/sitebg.jpg') repeat-x scroll 0 0;
	font-family:'Century Gothic', 'Lucida Grande', Arial, Verdana;
	font-size:10px;
	color:#969696;
position:relative;
left:0px;
top:0px;
z-index:0;

}

h1 {
	font-family:'Century Gothic', 'Lucida Grande', Arial, Verdana;
	font-size:16px;
	color:#0e5c96;
	font-weight:normal;
	margin-bottom:15px;
}

p {
	font-size:12px;
	color:#969696;
}

#pagewrapper {
	width:785px;
	margin:0px auto;
}

#header {
	height:135px;
z-index: 4000;
}

#header img {
	float:left;
	display:inline;
}

#header #menu {
	float:right;
	margin-top:75px;
	width:600px;
	padding-left:8px;
	height:50px;
	background:url('../_img/menubg.png') no-repeat scroll 0 0;
}

#headerpictures {
	background:url('../_img/contentbg.png') repeat-y scroll 0 0;
	overflow:hidden;
	width:760px;
	padding:0px 0px 10px 25px;
 z-index:-1;
}

#content {
	background:url('../_img/contentbg.png') repeat-y scroll 0 0;
	overflow:hidden;
	width:760px;
	padding-left:25px;
}

#content p {
	line-height:1.2;
	margin-bottom:10px;
	font-size:12px;
	text-align:justify;
}

.contenttop {
	background:url('../_img/contenttop.png') no-repeat scroll 0 0;
	width:785px;
	height:16px;
}

.contentbottom {
	background:url('../_img/contentbottom.png') no-repeat scroll 0 0;
	width:785px;
	height:14px;
	margin-bottom:5px;
}

#content #leftcol, #content #rightcol {
	float:left;
	width:340px;
}

#content #onecol{
	padding:0 10px;
	width:720px;
}

#content #leftcol{
	padding-left:10px;
}

#content #rightcol{
	padding-left:50px;
}

#content #leftcol img, #content #rightcol img, #content #onecol img {
float:left;
margin-right:10px;
}

#banners {
	float:left;
	margin:20px auto;
	clear:both;
}
#banners a{
	background:url('../_img/banner_bg.png') no-repeat scroll 0 0;	
	height:120px;
	width:350px;
	padding:5px;
	display:block;
	float:left;
	text-decoration:none;
}

#banners a img{
float:left;
margin-top:15px;
margin-right:10px;
}

#banners a h2{
	color:#FFFFFF;
	font-weight:normal;
	font-size:14px;
}

#banners a p{
	margin-top:15px;
}

#footer {
	background:url('../_img/footerbg.png') repeat-y scroll 0 0;
	overflow:hidden;
	width:740px;
	height:20px;
	color:#fff;
	padding:5px 0px 5px 45px;
}

#footer p {
	display:inline;
	margin-left:105px;
	color:#FFF;
}

#footer p:first-child{
	margin-left:0px;
}

input, textarea {
width:300px;
border:1px solid #969696;
font-family:'Century Gothic', 'Lucida Grande', Arial, Verdana;
	font-size:10px;
	color:#000000;
	margin:4px 0px;

}

textarea {
height:40px;
}

label {
width:100px;
display:block;
}
