@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-position: top;
	background-repeat: repeat-x;
	background-color: #231F20;
}
#container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#header {
	float: left;
	height: 69px;
	width: 1000px;
	background-color: #231F20;
}
#menuContainer {
	float: left;
	height: 27px;
	width: 1000px;
	background-color: #231F20;
}
#menuEmail {
	float: left;
	height: 17px;
	width: 200px;
	padding-left: 5px;
	padding-top: 10px;
}
#menuMiddle {
	background-image: url(images/menu_middle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width: 360px;
}
#menuText {
	float: left;
	height: 22px;
	width: 425px;
	background-color: #BDC351;
	padding-right: 10px;
	text-align: right;
	padding-top: 5px;
}
#mainPics {
	float: left;
	height: 140px;
	width: 1000px;
	background-color: #231F20;
}
#contentContainer {
	float: left;
	width: 1000px;
	background-color: #F78F1E;
	padding-bottom: 10px;
}
#contentLeftGen {
	float: left;
	width: 850px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 40px;
}

#curve {
	float: left;
	height: 100px;
	width: 1000px;
	background-repeat: no-repeat;
	background-image: url(images/bottomcurve.gif);
}
#contentRightGen {
	float: left;
	width: 100px;
}
#contentLeftHome {
	float: left;
	width: 850px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 40px;
	background-repeat: no-repeat;
	background-image: url(images/home_strapline.gif);
}
#homeCurve {
	float: left;
	height: 159px;
	width: 1000px;
	background-repeat: no-repeat;
	background-image: url(images/bottomcurve.gif);
	background-color: #F78F1E;
}
#footerContainer {
	float: left;
	height: 20px;
	width: 1000px;
	padding-top: 25px;
}
#copyright {
	float: left;
	height: 20px;
	width: 590px;
	padding-left: 10px;
}
#castley {
	float: left;
	height: 20px;
	width: 390px;
	padding-right: 10px;
	text-align: right;
}
/*---------------------------------*/
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #231F20;
}
.mainText a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.mainText a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.mainText a:hover {
	text-decoration: none;
	color: #231F20;
}
.menuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: bold;
}
.menuText a:link {
	color: #231F20;
	text-decoration: none;
}
.menuText a:visited {
	color: #231F20;
	text-decoration: none;
}
.menuText a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #999999;
}
.footerText a:link {
	color: #999999;
	text-decoration: none;
}
.footerText a:visited {
	color: #999999;
	text-decoration: none;
}
.footerText a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.emailText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
}
.emailText a:link {
	text-decoration: none;
	color: #BDC351;
}
.emailText a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.emailText a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.imageleft1 {
	margin-left: 40px;
}
.radio {
	background-color: #F5F5F5;
}
.inputWidth {
	width: 400px;
}
fieldset {
	background-color: #E1821A;
	padding: 10px;
	border: 1px solid #231F20;
}
#homeCurveSmall {
	float: left;
	height: 90px;
	width: 1000px;
	background-repeat: no-repeat;
	background-image: url(images/bottomcurve.gif);
	background-color: #F78F1E;
	background-position: bottom;
}
.imageleft2 {
	margin-left: 10px;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	font-weight: bold;
}
.contactUsBox {
	width: 200px;
}

