/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999;
}

a { 
	color: #0000FF;
}

.header {
	width: 960px;
	height: 70px;
	margin: 20px auto 0 auto;
	color: #fff;
	
}

.logo { 
	width: 480px;
	height: 68px;
	float: left;
	text-align: right;
}

.logo h1 {
	padding: 0;
	margin: 0;
	font-size: 37px;
	letter-spacing: -3px;
	text-transform: uppercase;	
}

.logo p {
	padding: 0;
	margin: 0;
}

.infostrip {
	width: 460px;
	height: 68px;
	float: right;
}

.infostrip h3 {
	padding: 6px 0;
	margin: 0;
	font-size: 14px;
}

.infostrip p {
	padding: 0;
	margin: 0;
	font-size: 14px;
}


.bannerimage {
	width: 960px;
	height: 196px;
	margin: 0 auto;
}

.wrapper { 
	width: 960px;
	margin: 0 auto 0 auto; 
}

.sidemenu {
	width: 230px;
	float: left;
	font-size: 14px;
	padding: 34px 0 0 0;
}

.sidemenu ul {
	padding: 0;
	margin: 0;
}

.sidemenu ul li {
	padding:0;
	margin: 0 0 24px 0;
	list-style: none;

}

.sidemenu ul li a {
}

.mainbody {
	font-family:'Trebuchet MS';
	width: 620px;
	margin: 0 32px 0 0;  
	float: right;
	line-height:22px;
	
}

h1.homebanner { 
	position:relative;
    top:-11px;
}
h1.homehead { 
	padding:0 0 0 0;
	position:relative;
    top:-15px;
}
h3.homehead { 
	padding:0 0 0 0;
	position:relative;
    top:-9px;
}
p.homehead { 
	padding:0 0 0 0;
	position:relative;
    top:-3px;
    margin: 0 0 0 0;
}
p.slogantext { 
	padding:0 0 0 0;
	position:relative;
    top:-15px;
    margin: 0 0 0 0;
}

p.bannertext {
    font-size: 10px; 
    text-align: center;
    margin: 2px 0px 0px 0px;
 
}
p.subbannertext {
    font-size: 10px; 
    text-align: center;
    position:relative;
    top:-15px;
    margin: 0px 0px 0px 0px;
 
}    
.bannerimagehome {
	width: 960px;
	height: 196px;
    position:relative;
    top:-15px;
	margin: 0 auto;
}      

.mainbody h2 { 
	padding:20px 0 0 0;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: -2px;
}

.mainbody h5 { 
	padding:28px 0 0 0;
	margin:0;
	font-size: 20px;
	letter-spacing: -1px;
}

.showbutton { color:#FFFFFF; font-size:18px; }

.showbutton:hover { color:#990000; }

.mainbody p {  }

.mainbody strong { color:#990000; }


.clear {
	clear: both;
	height:20px;	
}

.footer {
	width: 960px;
	height: 70px;	
	margin: 0 auto;
	text-align:right;
}

.footer p { 
	text-align: right;
	font-size: 12px;

}

.footer img { border: none;}

