@charset "utf-8";
* { 
	margin: 0; 
	padding:0;
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

p {	
	line-height: 18px;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}

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

.header {
	background:url(../images/topbackground.jpg) center top repeat-x;
	clear: both;
}

.innerheader {
	background:url(../images/innerhomebackground.png) center top no-repeat;
	height: 498px;
	clear: both;
}

.innerpageheader {
	background:url(../images/innerheaderbackground.png) center top no-repeat;
	height: 243px;
	clear: both;
}

.nav {
	margin: auto;
	width: 1000px;
	text-align: right;
	clear: both;
}

.contentmain {
	margin: auto;
	width:950px;
	clear: both;

}

.w1 {
	background:url(../images/wbackground1.png) center top no-repeat;
	width: 475px;
	height: 236px;
	float: left;
}

.wcontent1 {
	margin: 90px 30px 30px 170px;
}

.w2 {
	background:url(../images/wbackground2.png) center top no-repeat;
	width: 474px;
	height: 236px;
	float: left;
}

.wcontent2 {
	margin: 90px 30px 30px 170px;
}

.contentinner {
	margin: auto;
	width:959px;
	clear: both;

}
.contenttop {
	width: 959px;
	margin: auto;

}
.contentcont {
	background:url(../images/contentcont.png) left top repeat-y;
	width: 859px;
	padding: 0 50px 0 50px;
	min-height: 400px;
	margin: auto;

}

.contentcont p {
	padding-top: 0px;
	line-height: 18px;
	padding-bottom: 18px;

}

.contentcont h1 {
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-transform:uppercase;
	padding-bottom: 18px;

}
.contentbottom {
	margin: auto;

}


.footer {
	background:url(../images/footerbackground.jpg) center top repeat-x;
	height: 52px;
	font-size: 11px;
	clear: both;

}

.picalignleft {
	float: left;
	margin-right: 20px;
	clear:right;
}

.picalignright {
	float: right;
	margin-left: 20px;
	clear:left;
}


.footerinner {
	margin: auto;
	width:900px;
	padding: 10px;
	clear: both;
}

.footernav {
	float: right;
}

.footernav a {
	color:#FFFFFF;
}

.footernav a:hover {
	color:#ff8900;
}