@charset "utf-8";
/* CSS Document */
/*=======  Colour Palette  =========

		Grey				#d2d3d4;
		Dark Blue			#142243;
		Light Dark Blue		#142f55;
		Red					#f30502;
==================================*/
body{background:url(../images/background.png) #d2d3d4 repeat-x;}
a {outline: none;}
*{margin:0; padding:0;}
#banner{}
#banner h1{
	text-align: center;
}
#banner a img{
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #fff;
	margin: 10px auto;
}
#darthtator{
	width:1006px;
	/*margin: 20px auto;*/margin: 0 auto;
	background: url(../images/darthtator-bkgd.png) no-repeat;
	height: 754px;
}
#skip {
	font-size: .65em;
	color: #fff;
	text-decoration: none;
	margin-top: 0;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 95px;
	z-index:100;
	width:70px;
}
#skip a {
	color: #fff;
	text-decoration: none;
	z-index:10;
}
#menu{
	float: left;
	width: 232px;
	margin-top: 130px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu h1{
	text-align: right;
	padding: 12px 15px;
}
#menu ul{
	margin-top: 0px;
}
#menu li{
	list-style-type: none;
	text-align: right;
	padding: 0px 15px;
	font-size: .95em;
	font-weight: bold;
}
#menu a, #menu a:link, #menu a:visited{
	color: #142243;
	text-decoration: none;
}
#menu a:hover{
	color: #f30502;
	text-decoration: none;
}	
#menu img{
	border-style: none;
}
#middle{
	float: left;
	width: 540px;
	margin-top: 10px;
	background:url(../images/PH-2.jpg) 6px 150px no-repeat;
}
#middle h1{
	text-align: center;
	padding: 10px 0;
}
#middle h2{
	padding: 7px 40px;
	color: #fff;
	background: #142f55;
	font-size: 1.5em;
	margin: 190px 5px 0 0;
}
#content{
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
	width: 453px;
	height: 275px;
	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{
	font-size: .75em;
	padding: 5px 0;
	color: #000;
}
#content h6{
	font-size: .65em;
	padding: 5px 0;
	color: #4a4a4a;
}
#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{
	float: left;
	width: 202px;
	margin-top: 110px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: left;
}
#testimonial h1{
	font-size: 1.2em;
	padding: 30px 0 10px 15px;
}
#testimonial p{
	font-size: .8em;
	padding: 5px 30px 5px 15px;
}
.spacer{clear: both; display: block; height:1px;}
#footer{
	width: 540px;
	margin-left: 290px;
}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.3em;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}
#footer a, #footer a:link, #footer a:visited{
	color: #f30502;
	text-decoration: none;
}
#footer a:hover{
	color: #f30502;
	text-decoration: underline;
}
#footer img{border-style: 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;
}
