body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 64.8%;
}

#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 782px;
	background-color:#9fcceb;
}
#banner{
	width: 782px;
	height: 285px;
	background-image: url(images/banner-bg.png);
	background-repeat: no-repeat;
}

#banner2{
	width: 782px;
	height: 285px;
	background-image: url(images/banner-p1.png);
	background-repeat: no-repeat;
}
#content1{
	width:782px;
	background-color:#444549;
	height: 368px;
}

#content2{
	width:782px;

}

.introtext{
	width: 324px;
	height:368px;
	float:left;
}
.image1{
	width: 458px;
	height:368px;
	float:right;
	display:inline;
}

.image2{
	width: 235px;
	height:271px;
	float:right;
	margin-top:23px;
	display:inline;
}

.image3{
	width: 750px;
	float:left;
	margin-top:23px;
	margin-left:10px;
	display:inline;
}
.image4{
	float:left;
	margin-bottom:10px;
	margin-left:18px;
	display:inline;
}
#footer{
	width: 782px;
	margin-top:20px;
	background-color: #002D56;
}
.cl{clear:both}

/*FONTS*/

#content1 h1{color:#FFFFFF; font-size:2.4em; margin: 0px 10px 10px 20px;}
#content1 p{color:#FFFFFF; font-size:1.6em; margin: 0px 10px 0px 20px; line-height:1.4em;}
#content2 h1{color:#002D56; margin: 0px 0px 0px 20px; padding-top: 20px; font-size: 2.4em;}
#content2 h2{color:#002D56; margin: 0px 0px 0px 20px; padding-top: 20px; font-size: 1.6em;}
#content2 p{color:#002D56; margin: 10px 0px 0px 20px; font-size: 1.6em;}

#footer p{color: #FFFFFF; text-align:center; font-size:1.2em; margin-top:0px; padding-top:20px; padding-bottom: 20px;}
span.head{font-size: 1.2em;}
span.red{color:#FF0000; font-weight:bold;}
/*ANCHORS*/

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#content2 a:link {
	color: #002D56;
	text-decoration: underline;
}
#content2 a:visited {
	text-decoration: underline;
	color: #002D56;
}
#content2 a:hover {
	text-decoration: underline;
	color: #002D56;
}
#content2 a:active {
	text-decoration: underline;
	color: #002D56;
}
	

/*LISTS*/
#content2 ul{
	margin: 10px 40px 0px 0px;
	padding: 0px 0px 0px 20px;
}

#content2 li{
		padding: 0px 0px 4px 30px;
		list-style:none;
		margin-left:0px;
		font-size:1.6em;
		line-height:1.4em;
		background: url(images/bullet.gif) no-repeat 0 4px;
		color: #002D56;
		}
		
/*********************/
/* NAVIGATION*/
/*********************/
#navcontainer ul {
 	margin-left:0px;
	margin-top: 227px;
	margin-right:0px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style: none;
	border-bottom: none;
	float: left;
	width: 100%;
}
#navcontainer a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #3333CC;
	text-align:center; 
	font-size: 1.6em;
	font-style: normal;
	font-weight:bold;
}
#navcontainer a:link, #navlist a:visited {
 	color: #ffffff;
 	text-decoration: none;
}
#navcontainer a:hover {
 	color: #7B91CD;
}
li.nav {
	float:left;
	margin: 0px 0px 0px 0px;
	padding:0px;
}
.navfiller{
	width: 190px;
	height:30px;
	float:left;
}

.nav{
	color: #FFFFFF;
}

/*********************/
/* FORM */
/*********************/

#subForm {
font-size: 0.8em;
}
#subForm .label {
	float: left;
	clear: left;
	width: 130px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}

input#submit {
	margin-top:10px;
	margin-left: 140px;
}

select#refer {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

input#frmName, input#frmEmail, input#frmPhone, input#frmHouse, input#frmPostcode, input#frmDate{
	width:260px;
	background-color: #FFFFFF;
	font-family:"Lucida Console", Monaco, monospace;
	font-size: .9em;
	margin-top: 0px;
}


input#frmName:focus, input#frmEmail:focus, input#frmPhone:focus, input#frmHouse:focus, input#frmPostcode:focus, input#frmDate:focus{
	background-color: #FFFFFF;
}
 

.contactform {
	width:480px;;
	float:left;
	margin-top: 10px;
}


