/* @override 
	http://capitalinsulation.gtdabtesting.com/design/css/screen.css
	http://capitalinsulation.co.uk/design/css/screen.css
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #4d4d4e;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}

#container {
	background: #FFFFFF url(../images/container_top.gif) no-repeat center top;
	width: 994px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}

#container_inner {
	background: url(../images/container_bottom.gif) no-repeat center bottom;
}

#header {
	height: 110px;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	color: #527938;
	font-size: 1.5em;
	line-height: 1.1em;
}

#header h2 {
	margin: 0px;
	padding: 0px;
	color: #527938;
	font-size: 1.2em;
	line-height: 1.1em;
}

#header h2 a {
	color: #666;
	text-decoration: none;
}

.grey {
	color: #666;
}

.logo {
	float: right;
	padding-top: 38px;
	padding-right: 25px;
}

.quick_contact {
	padding-top: 40px;
	padding-left: 25px;
}

#strapline {
	background-color: #000;
	color: #FFF;
	padding: 20px 10px 22px 25px;
}

#strapline h1 {
	font-weight: normal;
	font-size: 1.8em;
	margin: 0px 0px 4px 0px;
	line-height: 1.1em;
}

#strapline h2 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 0px;
	line-height: 1.1em;
	color: #AAA;
}

#top_nav {
	background-color: #666;
	height: 34px;
	border-top: 1px solid #FFF;
	font-size: 0.9em;
}

#top_nav ul {
	margin: 0px;
	padding: 8px 0px 0px 10px;
}

#top_nav li {
	display: inline;
	list-style-type: none;
}

#top_nav li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	padding: 1px 15px 1px 15px;
	border-right: 1px solid #999;
}

#top_nav li a:hover {
	color: #dddfcc;
	text-decoration: none;
	display: block;
	float: left;
	padding: 1px 15px 1px 15px;
	border-right: 1px solid #999;
}

#quick_links_images {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#quick_links_images img {
	padding-left: 5px;
	padding-right: 5px;
	border: none;
}

#quick_links_text {
	background-color: #dddfcc;
	height: 100px;
	font-size: 0.9em;
	padding-left: 18px;
	
}

#quick_links_text h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	font-weight: normal;
	color: #000;
}

.quick_link {
	width: 291px;
	padding-right: 25px;
	padding-left: 5px;
	float: left;
	padding-top: 18px;
}

.quick_link p {
	margin: 0px;
	padding: 0px;
	color: #444;
}

.quick_link a {
	color: #4b7536;
	font-weight: bold;
}

#content {
	padding: 23px;
	font-size: 0.9em;
	line-height: 1.4em;
}

#main_content {
	width: 600px;
	float: left;
	color: #222;
}

#main_content h1 {
	font-size: 1.5em;
	color: #527938;
	margin-top: 0px;
	margin-bottom: 12px;
	line-height: 1.2em;
}

#main_content h2 {
	font-size: 1.3em;
	color: #527938;
	margin-top: 0px;
	margin-bottom: 12px;
}

#main_content h3 {
	font-size: 1.1em;
	color: #000;
	margin-top: 0px;
	margin-bottom: 8px;
}

#main_content p {
	margin-top: 0px;
	margin-bottom: 13px;
}

#main_content a {
	color: #527938;
	font-size: 1.1em;
}

#main_content a:hover {
	color: #527938;
	font-size: 1.1em;
	text-decoration: none;
}

#main_content ul, ol {
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 0px 30px;
}

#main_content blockquote {
	background-color: #EEE;
	margin: 0px 0px 12px 0px;
	padding: 15px;
	border: 1px solid #CCC;
}

#main_content cite {
	color: #527938;
	font-weight: bold;
	display: block;
	text-align: right;
}

#main_content .right {
	border: 1px solid #CCC;
	padding: 3px;
	margin-left: 15px;
	margin-bottom: 7px;
	float: right;
}

#main_content .left {
	border: 1px solid #CCC;
	padding: 3px;
	margin-right: 15px;
	margin-bottom: 7px;
	float: left;
}

#main_content .border {
	border: 1px solid #CCC;
	padding: 3px;
	margin-bottom: 13px;
}

#side_bar {
	color: #FFF;
	font-size: 0.9em;
	width: 315px;
	float: right;
	line-height: 1.6em;
}

#side_bar h1 {
	font-weight: normal;
	margin: 0px 0px 8px 0px;
	font-size: 1.8em;
}

#side_bar p {
	margin: 0px;
}

#side_bar a {
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
}

.black_box {
	background-image: url(../images/side_panel_black.gif);
	padding: 25px 23px 20px 23px;
	height: 142px;
}

.green_box {
	background-image: url(../images/side_panel_green.gif);
	padding: 25px 23px 20px 23px;
	height: 142px;
}

.grey_box {
	background-image: url(../images/side_panel_grey.gif);
	padding: 25px 23px 20px 23px;
	height: 142px;
}


#footer {
	clear: both;
	border-top: 1px solid #CCC;
	padding-top: 6px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	list-style-type: none;
	display: inline;
}

#footer li a {
	color: #777;
	padding-left: 4px;
	padding-right: 4px;
}

#footer li a:hover {
	color: #555;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
}



.title1 {
  padding-top:10px;
	color: #527938;
	font-size: 1.3em;
	font-weight: bold;
}

.title2_r {
	color: #222;
	margin-top: 3px;
	padding-bottom: 6px;
	margin-bottom: 5px;
	border-bottom: 1px solid #DDD;
	font-style: italic;
	font-weight: bold;
}

.newsrow {
	background-color: #EEE;
	border: 1px solid #DDD;
	margin-bottom: 14px;
	padding: 10px 18px 18px 18px;
}




.contact_details {
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 14px 10px 17px 15px;
	color:  #333;
	margin-bottom: 14px;
}

.contact_details h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.1em;
}

.contact_form {
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 20px 15px 1px 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;

}

.contact_form td {
	display: table-cell;
	vertical-align: top;
}

.contact_form dl {
	margin: 0px;
}

.contact_form dd {
	margin: 0px;
}

.contact_form input {
	width:  260px;
	margin-bottom: 6px;
}

.contact_form textarea {
	width:  540px;
	margin-bottom: 6px;
}

.contact_form input.radio {
	width:  18px;
	margin-top: 4px;
}

.gallery {
	margin-bottom: 10px;
}

.gallery img {
	padding: 2px;
	border: 1px solid #4d4d4e;
}

.logos img {
	margin:  5px;
	border: 1px solid #4d4d4e;
}
