/*********************************************/
/*   Coversure Reigate CSS Document          */
/*   DataMatters Limited - Lee Jeffery       */
/*   dmatters.co.uk                          */
/*   20/01/2009                              */
/*********************************************/

/*********************************************
* Top Section                                *
*********************************************/

#topContainer {
	background-color:#ffffff;
	height:280px; 
	width:940px; 
	position:relative;
}

/*********************************************
* Top Navigation                             *
*********************************************/

#menu {
	position:absolute;
	top:180px;
	left:310px;
	color:#ffffff;
	width:630px;
	height:30px;
	text-align:center;
	background-color: #EB5D16;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#menu ul {
	margin:0px;
	margin-left: 10px; /*margin between first menu item and left browser edge*/
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}

#menu a {
	width:100px;
	float: left;
	display: block;
	font: bold 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	margin: 0 3px 0 0;
	padding: 8px 10px;
	background-color: #FF6600;
}

#menu a:hover {
	background-color: #FF8C40; 
	color: white;
}

#menu #current a {
	background-color: #666666;
	color: white;
	border-color: #666666; 
}

/*********************************************
* Main Content                               *
*********************************************/

#formTopContainer {
	background-color:#FFFFFF;
	width:940px; 
	position:relative;
	border-bottom: 1px solid #cccccc;
}

.formLeft {
	margin:10px 0px 10px 20px;
	float:left;
}

.formRight {
	margin:20px 20px 10px 0px;
	float:right;
	text-align:left;
	width:260px;
}

.formRight h1 {
	color:#333333; 
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}

#mainContainer {
	width:940px;
	height:100%;
} 

#mainContainer .columnLeft {
	width:540px; 
	float:left;
	margin:0px;
	padding:0px;
}

#mainContainer .columnLeftBig {
	width:900px; 
	float:left;
	margin:0px;
	padding:0px;
}

.columnLeft h1 {
	color:#333333; 
	font-size:20px;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
}

.columnLeftBig h1 {
	color:#333333; 
	font-size:18px;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-top: 20px;
}

.columnLeft h2, .columnLeftBig h2 {
	color:#317023; 
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}

.ul-links {
	list-style: none;
	margin:0px 0px 15px 10px;
	padding:0px;
}

.ul-links li {
	margin: 0px;
	padding: 2px 0px 2px 20px;
	background: url(../images/point.png) no-repeat left center;
}

#mainContainer .columnRight {
	float:right;
	width:400px; 
	height:1300px; 
	background-color:#f2f2f2;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#mainContainer .columnRightAbout {
	float:right;
	width:400px; 
	height:800px; 
	background-color:#f2f2f2;
	margin:0px;
	padding:0px;
}

#mainContainer .columnRightStaff {
	float:right;
	width:400px; 
	height:1800px; 
	background-color:#f2f2f2;
	margin:0px;
	padding:0px;
}

.columnRight h1 {
	color:#317023; 
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}

.leftBody {
	padding:10px 20px 20px 20px;
}

.rightBody {
	padding:20px 20px 20px 20px;
	background-color:#f2f2f2;
}

.sectionLeft {
	float:left;
	text-align:left;
	width:420px;
}

.sectionRight {
	float:right;
	text-align:left;
	width:420px;
}

/*********************************************
* Footer                                     *
*********************************************/

.footer p {
	font-size:9px;
	color: #666666;
}

.sent {	
	text-align:center;
}



