/*////////////  Generics //////////// */

body,td,th {
 	font-family: Verdana, Arial, Helvetica, sans-serif; 
 	font-size: 11px; 
 	color: #000066
}
	
body {
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

a { 
	color: #000066; 
	text-decoration: underline;
}

a:hover {  
	color: #c90606; 
	text-decoration: underline;
}

ul,li { 
	list-style-type: none; 
}

a span, li span { 
	display: none;
}

.underline {
	text-decoration: underline;
}

div.clear {
	clear:	both;
}

/*////////////  Header //////////// */

#headerBlock {
	text-align: center;
}

/*//////////////// Nav styles ////////////////*/

#nav {
	width:auto;
	clear: left;
	height: 42px;
	padding-left: 5px;
}

#nav ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
	overflow: hidden;
}

#nav li {
	float: left;
	padding-left: 0px;
	text-align: center;
}

#nav li a {
	display: block;
	padding: 0px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
}

/*////////////  Content //////////// */

#container {
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#centrecontent {
	height:auto;
	width: 764px;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-x;
}

#pagecontent {
	padding: 0px 0px 0px 0px;
}

#centreholder {
	background-image: url(images/body_header_bg.gif);
	background-repeat: no-repeat;
}

#bodytitle {
	padding: 28px 0px 0px 25px;
}

#recentworkholder {
	width:471px;
	padding:15px 10px 10px 10px;
	float:left;
	background-image: url(images/index_column_headerline_recent.gif);
	background-repeat: no-repeat;
}
.indexcolumnleft {
	width:226px;
	padding:0px 15px 10px 40px;
	float:left;
	background-image: url(images/vert_divider.gif);
	background-repeat: no-repeat;
	background-position: 272px 0px;
}

.indexcolumnmid {
	width:226px;
	padding:0px 15px 10px 0px;
	float:left;
	background-image: url(images/vert_divider.gif);
	background-repeat: no-repeat;
	background-position: 232px 0px;
}

.indexcolumnright {
	width:225px;
	padding:0px 0px 10px 0px;
	float:left;
}

.fullwidth {
	padding: 0px 35px 10px 40px;
}

/*////////////////Bullet list////////////////*/
.bullets ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.bullets li {
	padding:0px 0px 16px 0px;
}

.bullets li a {
	font-weight:bold;
	text-decoration: none;
	padding:0px 0px 10px 29px;
	background-image: url(images/bullet_tick.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.bullets li a:hover{
	text-decoration: none;
	padding:0px 0px 10px 29px;
	background-image: url(images/bullet_tick.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/*//////////////// News box styles ////////////////*/

#NewsContainer {
	padding: 7px 11px 15px 12px;
}

.NewsTitle {
	padding: 4px 0px 4px 0px;
	font-weight: bold;
}

.NewsSummary {
	background-image: url(images/dotted_divider.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 1px 0px 0px 0px;
}

.LatestBtm {
	background-image: url(images/latest_davidchappell_btm.jpg);
	background-repeat: no-repeat;
	padding: 10px 10px 10px 10px;
}


/* Footer styles */
#footer {
	height:					97px;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	}

#footer #inner {
	width:					764px;
	margin:					0 auto;
	height: 97px;
	background-image: url(images/footer_overlay.gif);
	background-repeat: no-repeat;
	}
#ba {
	height: 20px;
	width: 300px;
	border: 1px solid #333;
}

	
#footer #left {
	float: left;
	padding: 30px 0px 0px 60px;
	width: 395px;
	text-align: left;
	}

#footer #mid {
	float: left;
	padding: 30px 0px 0px 0px;
	width: 171px;
	text-align: left;
	}

#footer #right{
	float: left;
	padding: 30px 0px 0px 0px;
	width: 120px;
	text-align: left;
	}
	
	/* Footerba styles */
#footerba {
	height: 20px;
	}

#footerba #innerba {
	width: 764px;
	margin:	0 auto;
	height: 20px;
	}
#ba {
	height: 20px;
	width: 370px;
	border: 1px solid #E8E7E6;
	padding-top: 2px;
	float:left;
	text-align: left;
	font-size: 90%;
	padding-left: 3px;
}
#bb {
	height: 20px;
	width: 380px;
	border: 1px solid #E8E7E6;
	padding-top: 2px;
	float:right;
	text-align: right;
	font-size: 90%;
	padding-right: 3px;
}



/*//////////// Form Styles ////////////*/

#formcontent {
	width:420px;
	padding:0px 0px 10px 10px;
	float:left;
}

input, textarea, select{
	padding-left: 3px;
}

label{
	margin-bottom: 3px;
}

.form{
	margin-top: 15px;
}

.form label{
	float: left;
	width: 120px;
	font-weight: bold;
	padding-top: 4px;
}

.form input, .form textarea{
	width: 220px;
	margin-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;
}

.form br, #contactForm br{
	clear: left;
}

#contactForm {
	margin-bottom: 10px;
}

#contactForm label{
	float: left;
	width: 200px;
	font-weight: bold;
	padding-top: 4px;
}

#contactForm input, #contactForm textarea {
	margin-bottom: 5px;
	border: solid #c90606 1px;
	background-color: #e3e3e1;
}

#contactForm  #submitbutton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	
}
/*//////////// vertical scrollbar space so no hopping across when scrollbars required ////////////*/
body {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	overflow-y: scroll;

}

