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

orange		#EB4923
white		#fff
text		#4E4E4E

*/

* {margin:0; padding:0;}

html {}

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

p {margin-bottom:15px;}

h1, h2, h2 {
	color:#EB4923;
}

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

h2 {font-size:1.2em;}

h3 {}

emph {
	color:#EB4923;	
}

a	{
	color:#EB4923;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {border:0;}

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

.sitemap_sub {margin:0 0 0 30px;}

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.jpg) top left no-repeat;
	padding:10px;
}

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

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

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

#wrapper {
	background: url(../images/footerbg.jpg) bottom left no-repeat #fff ;
	border:2px solid #fff;
	margin:10px auto 0 auto;
	text-align:left;
	width:925px;
}

#header {
	height:250px;
	margin-bottom:10px;
}

#logo {
	float:left;
	width:220px;	
}

#nav1 {
	float:left;
	width:220px;
}

#nav1 ul {
	font-size:90%;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
#nav1 ul ul {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-indent: 10px;
}
#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:235px;
	text-align:left;
}

#content_images {
	display:inline;
	float:right;
	margin:0 10px 0 0;
	overflow: hidden;
	text-align:right;
	width:265px;
}

#content_text {
	float:left;
	text-align: justify;
	width:380px;	
}

#content_text h2 {
	text-align: left;

}

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

#footer {
	clear:both;
	height:150px;
	position:relative;
}

#footerlinks {
	bottom:5px;
	position:absolute;
	text-align:center;
	width:900px;
}

#footerlinks a {
	color:#fff;
}

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

#footerlinks ul li {
	display:inline;
	padding:0 5px;
}

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

#copyright a {
	color:#fff;	
}

form div {
	clear:both;
	margin-bottom: 5px;
}

.form-field {
	clear:both;	
}

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

label {
	clear:both;
	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 #841A02;
	background: #eb4923;
	color:#fff;
	width:auto;
}
