@charset "utf-8";
/* CSS Document */
/*=======  Colour Palette  =========

		Grey				#d2d3d4;
		Dark Blue			#142243;
		Light Dark Blue		#142f55;
		Red					#f30502;
==================================*/
body{background: none;}
a {outline: none;}
*{margin:0; padding:0;}
#darthtator{
	width:1006px;
	margin: 20px auto;
	background: none;
	height: 754px;
}
#skip {
	display: none;
}
#skip a {
	color: #fff;
	text-decoration: none;
	z-index:10;
}
#menu{
	display: none;
}
#middle{
	float: left;
	width: 925px;
	margin-top: 10px;
	background: none;
}
#middle h1{
	text-align: left;
	padding: 30px 0;
}
#middle h2{
	padding: 7px 40px;
	color: #142f55;
	background: #142f55;
	font-size: 1.8em;
	margin: 0 5px 0 0;
}
#content{
	font-family: Arial, Helvetica, sans-serif;
	overflow: visible;
	width: 925px;
	height: 100%;
	padding: 10px 40px;
}
#content h1{
	font-size: 1.6em;
	color: #142f55;
	padding: 10px 0;
	margin: 0;
	text-align: left;
	background: none;
}
#content h2{
	background: none;
	margin: 0;
	padding: 5px 0;
	font-size: 1.4em;
	color: #142f55;
}
#content h3{
	background: none;
	margin: 0;
	padding: 5px 0;
	font-size: 1.1em;
	color: #000;
}
#content h4{
	font-size: .85em;
	padding: 5px 0;
	color: #142f55;
}
#content h5{

}
#content h6{

}
#content p{
	padding: 10px 0;
	font-size: .95em;
	line-height: 1.3em;
}
#content a, #content a:link, #content a:visited, #content a:hover{
	color: #f30502;
	text-decoration: underline;
}
#content ul{
	margin-left: 30px;
	padding: 5px 0;
}
#content li{
	padding: 5px;
	font-size: .95em;
}
#middle img, #content img{
	border-style: none;
	padding: 0 10px;
}
#testimonial{
	display: none;
}
.spacer{clear: both; display: block; height:1px;}
#footer{
	display: none;
}
/*=======  FORM STYLING  =========*/

label{
	float: left;
	width: 140px;
	font-weight: normal;
}
input, textarea, select{
	width: 150px;
	margin-bottom: 5px;
	outline: none;
}
.radio{
	width: 1em;
	margin-right: 10px;
}
#submitbutton{
	margin-top: 5px;
	width: 90px;
}
br{
	clear: left;
}
