/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #b8c8d1 url(images/img1.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

h2, h3, h4, h5, h6 {
	margin: 0;
}

h2 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #31576F;
	padding-top: 0px;
	}
	
h4 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: normal;
	color: #31576F;
	padding-top: 10px;
	}

h5 {
	font-size: 14px;
	margin-bottom: 10px;
	}

h2 em {
	font-weight: bold;
	font-style: normal;
}

#colOne h3 {
	height: 25px;
	background: #0077A7 url(images/img3.gif) repeat-x left bottom;
	padding: 13px 0 0 15px;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
	font-size: 13px;
}

#colTwo h3 {
	height: 25px;
	background: #0077A7 url(images/img3a.gif) repeat-x left bottom;
	padding: 13px 0 0 15px;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
	font-size: 13px;
}

p, ol, ul {
	line-height: 150%;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a {
	color: #004460;
}

a:hover {
	text-decoration: none;
	color: #9EC630;
}

.image {
	float: left;
	margin: 0 20px 0 0;
}

.bg1 {
	padding: 0 15px 0px 0px;
	border-top: 1px solid #FFFFFF;
	background: #FFFFFF url(images/img4.gif) repeat-x;
}

.bg2 {
	padding: 20px;
	border-top: 1px solid #CBE1EF;
}

/* Header */

#header {
	width: 872px;
	height: 102px;
	margin: 0 auto;
}

#header * {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 30px 0 0 10px;
	font-size: 30px;
}

#header h2 {
	float: left;
	padding: 30px 0 0 10px;
	font-size: 18px;
	font-weight: normal;
}

#header ul {
	float: right;
	margin: 0;
	padding: 42px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 0 0 8px;
	padding: 12px 20px 0 20px;
	background: #ABBA47 url(images/img2.gif) repeat-x;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#header a:hover {
	background: #ABBA47 url(images/img2a.gif) repeat-x;
	text-decoration: underline;
	color: #0d435d;
}



/* Content */

#content {
	width: 872px;
	height: auto;
	margin: 0px auto;
	background: #FFFFFF url(images/img4.gif) repeat-x;

}

#clearing {
clear: both;
}


#colOne {
	float: left;
	width: 216px;
	padding-top: 15px;
}

.contactdetails {
	padding-left: 15px;
	}

.contactdetails ul {
	padding-left: 0;
	list-style: none none outside;
}

.contactdetails li {
	padding: 4px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: 12px;
}

.contactdetails li a {
	text-decoration: none;
	color: #114761;
		font-weight: bold;

}

.contactdetails li a:hover {
	text-decoration: underline;
}



.contactdetails li.first {
	background: none;
}

#colTwo {
	float: right;
	width: 636px;
}

#colTwo .bg1 {
	padding-left: 15px;
	}

/* Footer */

#footer {
	clear: both;
	width: 872px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/img7.gif) repeat-x;
	color:#FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	text-transform: lowercase;
}

#footer a {
	color: #22597e;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #22597e;
	text-decoration: none;
	}

.spec1 {
	width: 320px; 
	float:right;
	font-size: 13px;
	}
	
.spec2 {
	width: 280px;
		font-size: 13px;
 
	}
	
	.green {	color: #9EC630; }

/* form elements */
form {
	margin:10px; 
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA;
	padding-left: 20px; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #CCC;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #004460;	
}

select {
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color:#777;

}
