body {
  	margin: 0 auto;
  	padding: 0;
  	width: 875px;
  	background: #fbeec9;
  	font-size: 90%;
}

body.wide {
  	width: 900px;
}

.wide #colmask {

}

.wide #colmask {
  
  
}

.wide #colright {
  
}

h1, h2, h3 {
  	margin: .8em 0 .2em 0;
  	padding: 0;
}

#header {
  	float: left;
  	width: 100%;
  	background-color:#6e0000;
  	overflow:hidden;
  	margin-top:1em;
}



#colmask {
  	position: relative;  /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  	clear: both;
  	float: left;
  	width: 100%;      /* width of whole page */
  	overflow: hidden;    /* This chops off any overhanging divs */
  	background: #6e0000;    /* Left column background colour */  
  	color:#6e0000;
}

#colmid {
 	float: left;
 	width: 200%;
 	position: relative;
  	left: 200px;  	     
 	text-align: left;
	background-color:#fbeec9;	/* Centre column background colour */
}

#colright {
  	float: left;
  	width: 100%;
  	position: relative;
  	left: 50%;
  	margin-left: -400px;
  	background: #6e0000;      /* Right column background colour */
}

#col1wrap {
 	float: right;
  	width: 50%;
  	position: relative;
  	right: 100%;
}

#col1pad {
  	margin: 0 15px 0 415px;
  	overflow: hidden;
}

#col1 {
  	width: 100%;
  	overflow: hidden;

}

#col2 {
  	float: left;
  	width: 170px;
  	position: relative;
  	margin-left: -50%;
  	left: 215px;
  	overflow: hidden;
}

#col3 {
  	float: left;
  	width: 170px;
  	position: relative;
  	left: 15px;
  	overflow: hidden;
}

#footer {
	clear:both;
	float:left;
	width:100%;
  	margin-bottom:2em;
  	padding-top:10px;
 	text-align: center;
  	background-color: #fbeec9;
}
#footerinfo {
	margin: 0 auto;
	background-color:#6e0000;
	width:300px;
	color:#fbeec9;

}
p.footerindex {
	margin: 0;
	padding: 10px;
	font-size: 1.8em;
	color:#6e0000;
}

p.footerinfo {
  	margin: 20px;
  	padding: 10px;
  	font-size: .9em;
}

p.footer {
	text-align:left;
	font-size:1em;
	margin-left:10px;
	float:left;
}

p.validation {
	float:right;
}

/************************
   NON HOLY GRAIL BITS
 ************************/
/*Index attributes*/
img.index {
	margin:-20px 0 0 -30px;
}
p.index { 
	font-size:1.7em;
	font-weight:bold;
	text-align:center;
	margin:-10px 0 10px 0;
	}
span.italic {
	font-style:italic;
}

/*End Index attributes*/
/*Navigation Start*/
div.border {
	margin:0 1px 2px 1px;
	border:#fbeec9 solid 1px;
}
ul#nav {
	display:block;
	padding:0;
	height:95%;
	
	list-style:none;
	font-size:1.3em;
	
}

#nav li {
	padding:.75em .5em .5em .5em;
	display:block;
}

#nav li a {
	color: #fbeec9; 
	text-decoration: underline;
	display:block;
	padding-bottom:3px;
}

#nav li a:hover {
	color: #F0C13A; text-decoration: none; 
}

/*Navigation End*/

/*Testimonials Start*/
#col3 div {
	padding: .5em;
	margin: 1em 0 1em 0;
	text-align: left;
	font-weight:bold;
	font-size:1.1em;
	color:#fbeec9;
}

#table1 {
	padding:.5em .5em .5em .5em;
	margin:.8em;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
	}
#table2 {
	margin-top:2em;
	padding:.5em .5em .5em .5em;
	font-style:italic;
	font-weight:bold;
	}
#table3 {
	margin-top:2em;
	

	}
#table4 {
	margin-top:2em;
	margin-bottom:2em;
	padding:.5em .5em .5em .5em;
	font-weight:bold;

	}
a.testim:link {
	color:#ffffff; 
	text-decoration: underline;
	display:block;
}

a.testim:active {
	color:#ffffff; 
	text-decoration: underline;
}

a.testim:visited {
	color: #ffffff; 
	text-decoration: none; 
}

a.testim:hover {
	color: #F0C13A; 
	text-decoration: none; 
}
/*Testimonials End*/


/*Form Start*/
form.form {
  	margin-top: 2em;
}

label{
  	float: left;
  	width: 120px;
  	font-weight: bold;
}

input, textarea{
  	width: 180px;
  	margin-bottom: 5px;
}

textarea{
  	width: 250px;
  	height: 150px;
}

.boxes{
  	width: 1em;
}

#submitbutton{
  	margin-left: 120px;
  	margin-top: 5px;
  	width: 90px;
}

#formid div {
  	width: 44%;
  	float: left;
  	margin: .5em 1em 0 .5em
}

.clear {
  	clear: both;
}

.red {
  	color: red;
}

.fieldname {
  	font-size: 1em;
  	text-align: left;
}
.fieldname2 {
  	font-size: 1em;
  	text-align: left;
	width:200px;
}

.button {
  	width: 90px;
}

.error { 
	border: 1px solid red; 
}

.highlight { 
	background-color: yellow;
}

p.sent {
	text-align:center;
	font-size:1.8em;
	margin:2em 1em 1em 1em;
}
p.redirect {
	font-size:1em;
}
p.instruction {
	font-weight:bold;
	text-align:center;
}
/*About Us Start*/
h2.about {
  	text-align: center;
	font-weight:bold;
	font-size:1em;
	padding-bottom:1em;
}

h3.about {
  	margin-top: 100px;
  	margin-left: 2em;
}
h3.aboutkev {
	margin-top:95px;
	margin-left:2em;
}

p.about {
  	float: left;
	text-align:center;
	margin:1em 30px 1em 20px;
}

h3.about2 {
  	margin-left: 2em;
}

h3.about3 {
  	margin-left: 2em;
}

img.about {
  	float: right;
  	margin-top: 1em;
	margin-right:3em;
}
img.about2 {
	float: right;
	margin-top:2em;
	margin-right:3em;
}

p.underline {
  	text-decoration: underline;
 	font-style: italic;  
  	float: left;
  	margin: 1em 0 0 1em;
	text-align:center;
}

hr.spacer {
	clear:both;
	background-color:transparent;
	border:none;
	padding-top:1em;
	color:#fbeec9;
}

hr.spacer2 {
	clear:both;
	background-color:transparent;
	color:#fbeec9;
	border:none;
}
/*About Us End*/
/*Services Start*/
ul.services {
}


h2.services {
  	font-size: 2em;
  	text-align: left;
}
h2.services2 {
	font-size: 2em;
  	text-align: center;
}
span.services {
  	font-style: italic;
  	font-size: .8em;
  	text-decoration: underline;
}
/*Services End*/
/*why start*/
h3.why {
	font-size:1.4em;
	text-align:center;
	font-weight:bold;
}
span.why1 {
	font-size:1.4ems;
	text-align: center;
	font-style: italic;
	text-decoration: underline;
	font-weight:normal;
	
}

p.general {
	text-align:center;
}
/*why end*/
/*FAQ Links Start*/
ol.faq {
  	display: block;
  	font-weight:bold;	
}

li.faq {
	padding: 1em 0 1em 0;
}
	
a.faq:link {
	color:#D40000; 
	text-decoration: underline;
	display:block;
}

a.faq:active {
	color:#6D40000; 
	text-decoration: underline;
}

a.faq:visited {
	color: #D40000; 
	text-decoration: none; 
}

a.faq:hover {
	color: #c5b023; 
	text-decoration: none; 
}

p.answer {
  	padding: 0 1em 0 1em;
}

h1.title {
  	text-align: center;
}

a.question {
	font-weight:bold;
}

ul.areas {
	margin-top:-15px;
	margin-left:25px;	
}

