@charset "utf-8";
/* CSS Document */
/*=======  Colour Palette  =========

		Blue		#00395a;
		Red			#bf1e2e;
		Green		#138842;
		Yellow		#fcb040;
		Dark Grey	#3f4144;
		Light Grey	#c6c6c6;

==================================*/
a {outline: none;}
*{margin:0; padding:0;}
body{
	background:url(../images/background-1000.jpg) no-repeat;	
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: top center;
}
#darthtator{
	width: 840px;
	margin: 0 auto;
}
#skip {

}
#skip a {

}
#logo{
	position: absolute;
	margin: 24px 0 0 8px;
}
#header{
	background:url(../images/menu-bkgd-big.png) right 115px no-repeat;
	height: 155px;
	width: 840px;
	float: right;
	margin: 10px 0 20px 0;
}
#header ul{

}
#header a, #header a:link, #header a:visited{

}
#header a:hover{

}
#header img{border-style:none;}
#menu{
	font-family:Arial, Helvetica, sans-serif;
}
#menu ul{
	list-style-type: none; 
	float: right;
	margin: 18px 0 0 0; 
	padding-right: 5px;
}
#menu li{
	display: inline; 
	border-right: 1px solid #fff; 
	padding: 1px 6px 1px 4px;
	font-size: .725em;
}
#menu li.last {
	border-right: none;
}
#menu a, #menu a:link, #menu a:visited{
	color: #fff;
	text-decoration: none;
}
#menu a:hover{
	color: #fcb040;
	text-decoration: none;
}
#wrapper{
	width: 751px;
	float: right;
}
#content{
	float: left;
	width: 484px;
	font-family:Arial, Helvetica, sans-serif;
	border-right: 1px solid #c6c6c6;
	margin-bottom: 40px;
	min-height: 820px;
	padding-right: 15px;
}
#content h1{
	color: #138842; 
	padding: 0 10px 10px 0;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.3em;
}
#content h2{
	color: #00395a;
	padding: 10px 10px 10px 0;
	font-size: 1.4em;
	line-height: 1.3em;
}
#content h3{
	color: #00395a;
	padding: 10px 10px 10px 0;
	font-size: 1.2em;
	line-height: 1.3em;
}
#content h4{
	font-size: 1.1em;
	color: #138842;
	padding: 10px 0;
	font-weight: normal;
}
#content h5{

}
#content h6{
	padding: 5px 0;
	font-size: .7em;
	color: #00395a;
}
#content p{
	padding: 10px 10px 10px 0;
	font-size: .9em;
	line-height: 1.3em;
}
#content ul{
	margin: 0 15px;
}
#content ol{
	margin-left: 20px;
	list-style-type: decimal;
}
#content li{
	padding: 4px 0;
	font-size: .9em;
	line-height: 1.3em;
	font-weight: normal;
}
#content img{
	border-style: none;
}
#content a, #content a:link, #content a:visited{
	text-decoration: none;
	color: #bf1e2e;
}
#content a:hover{
	text-decoration: underline;
}
#testimonials{
	float: left;
	width: 251px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}
#testimonials h1{
	color: #bf1e2e;
	padding: 15px 0 10px 0;
	font-size: 1.1em;
	line-height: 1.2em;
}
#testimonials h4{
	padding: 10px 0;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
}
#testimonials p{
	padding: 10px 20px 10px 20px;
	font-size: .8em;
	line-height: 1.4em;
}
#testimonials ul{
	list-style-type: none;
	margin: 2px 0 10px 0;
}
#testimonials li{
	display: inline;
	padding: 10px 5px;
}
#testimonials a, #testimonials a:link, #testimonials a:visited{
	text-decoration: none;
	color: #bf1e2e;
}
#testimonials a:hover{
	text-decoration: underline;
}
#testimonials img{
	border-style: none;
}
.spacer{clear:both; height:1px; display:block;}
#footer{
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .75em;
	padding-top: 20px;
	background: #00395a;
	height: 60px;
	color: #fff;
}
#footer a, #footer a:link, #footer a:visited{
	color: #fcb040;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
/*================= SUB MENU =================*/
.submenu {width:380px; float:right; height:100px; position:relative; margin:0;  padding:0;}
.submenu ul{
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	text-align: center;
}
.submenu ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
.submenu ul li ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	display:inline;
	list-style-type:none;
}
.submenu ul li a {
	display: block;
	width: 91px;
	height: 23px;
	padding: 58px 2px 0 2px;
	margin: 0 0 0 0;
	color: #2d2522;
	text-decoration: none;
	text-align: center;
	font: bold .65em verdana, arial, helvetica, sans-serif;
}
.fire{background:url(../images/smallicon-fire.png) center 2px no-repeat;}
.fire a, .fire a:link, .fire a:visited{
	color:#bf1e2e;
}
.fire a:hover{
	text-decoration: underline;
}
.water{background:url(../images/smallicon-water.png) center 2px no-repeat;}
.water a, .water a:link, .water a:visited{
	color:#00395a;
}
.water a:hover{
	text-decoration: underline;
}
.school{background:url(../images/smallicon-school.png) center 2px no-repeat;}
.school a, .school a:link, .school a:visited{
	color:#138842;
}
.school a:hover{
	text-decoration: underline;
}
.general{background:url(../images/smallicon-general.png) center 2px no-repeat;}
.general a, .general a:link, .general a:visited{
	color:#fcb040;
}
.general a:hover{
	text-decoration: underline;
}
/*================ Form Control =====================*/

label{
float: left;
width: 120px;
font-weight: normal;
}

input, textarea{
width: 200px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 80px;
}

select{
width: 270px;
}

.boxes{
width: 1em;
}

.radio{
width: 1em;
margin-bottom: 5px;
margin-right: 10px;
margin-left: 10px;
vertical-align:middle;
}

text.small{width: 50px;}

.submitbutton{
margin-top: 5px;
width: 110px;
margin-left: 120px;
}
.resetbutton{
margin-top: 5px;
width: 110px;}
br{
clear: left;
}
.red{color:#CC0000;}