/* CSS | Distant Horizons 
(C) FCS Websites, Nottingham.  www.fcswebsites.co.uk

green bg		#5bbc55
dk green		#194719
white			#fff
text			#4E4E4E

*/

* {margin:0; padding:0;}

html {}

body {
	background: url(../images/page_bg.jpg) top left no-repeat #5bbc55;
	color:#4E4E4E;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:75%;
	text-align:center;
}

body.body_home {
	background: #5bbc55;
}

p {margin-bottom:15px;}

h1, h2, h2 {
	color:#5bbc55;
	text-align:left;
}

h1 {
	font-size:1.4em;
	margin-bottom:15px;
}

h2 {font-size:1.2em;}

h3 {}

emph {
	color:#EB4923;	
}

a	{
	color:#5bbc55;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {border:0;}

ul, ol {margin:0 0 15px 30px;}

.sitemap_list ul {
	margin-bottom:0;
}

input, textarea {
	border:1px solid #999;
	padding:3px;
}

label {color:#000;}

.clearance {clear:both;}

.left {float:left;}

.right {float:right;}

.img_bg {
	background: url(../images/260bg.png) top left no-repeat;
	padding:10px;
}

.header_bg {
	background: url(../images/header_bg.png) top left no-repeat;
	float:left;
	padding:15px;
}

.phone {
	background: url(../images/icons/phone.gif) center left no-repeat;
	font-size:2.1em;
	padding-left:25px;
}

.email {
	background: url(../images/icons/email.gif) center left no-repeat;
	font-size:1.1em;
	padding-left:25px;
}

#wrapper {
	margin:0 auto;
	text-align:left;
}

.wrapper_home {
	background: url(/images/bg.jpg) top left no-repeat #5bbc55 ;
	width:960px;
}

#wrapper.wrapper_internal {
	background: url(/images/bg2.jpg) top left no-repeat #fff ;
	border:2px solid #fff;
	margin:10px auto 0 auto;
	padding:0;
	width:940px;
}

#header {
	height:250px;
	margin:0 0 10px 10px;
}

#logo {
	float:left;
	margin:10px 10px 0 0;
	width:220px;	
}

#nav1 {
	display:inline;
	float:left;
	margin-left:10px;
	width:220px;
}

#nav1 ul {
	font-size:90%;
	list-style:none;
	margin:0 0 15px 0;	
}

#nav1 ul a {
	background: url(/images/nav1_button.jpg) top left no-repeat;
	color:#fff;
	display:block;
	height:30px;
	line-height:29px;
	padding-left:17px;
	text-decoration:none;	
}

#nav1 ul a:hover {
	background: url(/images/nav1_button.jpg) bottom left no-repeat;
}


#nav1 p {
	margin-left:10px;
}	


#content {
	margin-left:255px;
	text-align:justify;
}

#content_images {
	display:inline;
	float:right;
	margin:0 5px 0 0;
	text-align:right;
	width:280px;
}

#content_logos {
	display:none;
	margin:10px 10px 0 0 ;
}

#content_text {
	float:left;
	width:380px;	
}

#content_home {
	height:710px;
		text-align: center;
}

#section_links {
	margin:0 auto;
	padding-top:350px;
	width:580px;
}

#section_links ul{
	list-style:none;
	margin:0 0 0 20px;
}

#section_links ul li {
	display:inline;
}

#home_content_right {
	float:right;
	height:450px;
	min-height:450px;
	margin:0 5px 0 20px;	
}

#footer {
	background: url(../images/footer_fade.jpg) bottom left no-repeat;
	clear:both;
	height:70px;
	margin:0 auto;
	padding-top:15px;
	text-align: center;
	width:940px;
}

#wrapper.wrapper_home #footer {
	background: none;
	height:auto;
}

#footer a {
	color:#000;
	font-weight: bold;
}

#footer ul {
	display:inline;
	list-style:none;
	margin:0 auto;
}

#footer ul li {
	display:inline;
	padding:0 ;
}

#copyright {
	color:#194719;
	margin:5px auto 15px auto;
	text-align:center;
	width:930px;
}

#copyright a {
	color:#fff;
}

#copyright a:hover {
	text-decoration: underline;
}

form div {
	margin-bottom: 5px;
}

.form-field {
	clear:both;	
}

#warning  {
	background: #f00;
	color:#fff;
	display:none;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px;
	
}

label {
	color:#222;
	float: left;
	width: 100px;
}

label.error {
	color:#f00;
	clear:both;
	margin-left:100px;
	margin-bottom:5px;
	width:auto;
}

input, textarea {
	border: 1px solid #ddd;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size:12px; 
	width: 200px;
}

textarea {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	height:80px;
}

#submit {
	border:1px solid #194719;
	background: #5bbc55;
	color:#fff;
	width:auto;
}
