body{
	background: url(../images/mainBg.gif) repeat-x top left #e7e7e7;
	color: #666;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5{
	color: #036;
	margin: 0;
}

h1{
	border-bottom: 1px solid #999;
	clear: both;
	font-size: 14px;
	text-transform: uppercase;
}

h2{
	font-size: 13px;
	margin: 10px 0;
}

a:link, a:visited{
	color: #036;	
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

ol{
	margin: 10px 0 10px 20px;
	padding: 0;
}

ol li{
	margin: 7px 0;
}

/* *** BASIC STRUCTURE *** */

#head{
	background: url(../images/headBg.gif) no-repeat top left;
	border-bottom:1px solid #CCCCCC;
	height: 289px;
}

/* ** HEAD STYLES ** */
#headRow1{
	background: url(../images/head-bar-1-bg.gif) repeat-x;
	height: 134px;
	left: 0;
	top: 0;
}

#logo{
	background: url(../images/head-bar-1.gif) no-repeat;
	height: 134px;
	margin: 0;
	padding: 23px 20px 0 20px;
	position: relative;
	z-index: 20;
}

#logo img{
	float: left;
	margin: 0 233px 0 0;
}

#headContent{
	float: left;
	height: 134px;
	left: 0;
	position: absolute;
	text-align: right;
	top: 0;
	width: 100%;
	z-index: 5;
}

.headContent{
	padding: 10px 50px 0 0;
}

.headContent h2{
	font-size: 27px;
	font-weight: normal;
}
	
.headContent h3{
	font-size: 16px;
	font-weight: normal;
}

#headRow2{
	background: url(../images/head-bar-2-bg.gif) no-repeat #002e63;
	height: 116px;	
}

#headRow3{
	font-weight: bold;
	height: 37px;
	padding: 0 50px 0 0;
	text-align: right;
}

#head3Nav{
	display: inline;
	list-style: none;
	margin: 0 0 0 50px;
	padding: 0;
}

#head3Nav li{
	float: right;
	height: 22px;
	margin: 0 0 0 10px;
	padding: 3px 0 0 0;
	width: 130px;
}

#head3Nav a:link, #head3Nav a:visited{
	background: url(../images/menu3-arrow.png) no-repeat 111px 17px;
	color: #036;
	display: block;
	height: 21px;
	outline: none;
	padding: 15px 28px 0 0; 
	text-decoration: none;
	width: 105px;
}

#head3Nav a:hover{
	background: url(../images/menu3-arrow.png) no-repeat 111px 17px #fff;
	
}

#enquiry{
	background: #fff;
	display: none;
	right: 50px;	
	margin: 2px 0 0 0;
	padding: 10px;	
	position: absolute;
	text-align: left;
	width: 250px;
}

.formClose{
	text-align: right;
}

.formClose a:link, .formClose a:visited{
	color: #002E63;
	text-decoration: none;
}

.formItem{
	width: 230px;
}

.formInput{
	border-bottom: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #adadad;
	border-top: 1px solid #adadad;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 3px;
	width: 224px;
}

.formBtn{
	text-align: right;
}

/* *** MAIN NAVIGATION *** */

#mainContent{
	background: url(../images/mainContentBg.gif) bottom left no-repeat #eee;
	margin: 0px auto;
	min-height: 500px;
	overflow: auto;
	width: 100%;
}

#mainNav{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
	width: 190px;
}

#mainNav a:link, #mainNav a:visited{
	background: url(../images/mainNavBullet.png) no-repeat 12px 24px #fff;
	border-bottom: 1px solid #ccc;
	color: #036;	
	display: block;
	height: 10px;
	padding: 20px 10px;
	text-decoration: none;
	width: 170px;
}

#mainNav a:hover, #mainNav li ul a:hover, #mainNav a.menu_open{
	background: url(../images/mainNavBullet.png) no-repeat 12px 24px #fc0;
}

#mainNav li{
	
	
	position: relative;	
}

li ul{
	background: #fc0;
	display: none;
	left: 190px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 0;
	width: 190px;
}

#mainNav li:hover ul{
	display: block;
}

#mainNav li ul li{
	background-image: none;
	white-space: nowrap;
}

#mainNav li ul li a:link, #mainNav li ul li a:visited{
	background: none #fff;
	border-bottom: 1px solid #ccc;
}

#mainNav li ul li a:hover{
	background: none #fc0;
	border-bottom: 1px solid #fc0;
}


/* *** MAIN CONTENT *** */
#navigation{
	float: left;
	padding-bottom: 220px;
	width: 190px;
}

#content{
	float: left;
	padding: 30px;
	width: 756px;
}

/* *** FOOTER *** */

#footer{
	background: url(../images/footerBg.gif) repeat-x;
	clear: both;
	font-size: 11px;
	height: 45px;
}

#footerNav a:link, #footerNav a:visited{
	color: #666;
	text-decoration: none;
}

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

#footerNav{
	float: left;
	margin: 0; 
	padding: 0;
	width: 50%;
}

#footerNav p{
	padding-left: 10px;
}

#footByline{
	color: #002e50;
	float: left;
	text-align: right;
	width: 50%;
}



#footByline p{
	padding-right: 10px;
}

#footByline a:link, #footByline a:visited{
	color: #002e50;
	text-decoration: none;
}

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

.copy{
	text-transform: uppercase;
}

/* *** INDIVIDUAL STYLES *** */

.contentImg{
	float: right;
	margin: 10px 0 20px 20px;
}

#content form{
	margin: 20px 0 0 0;
}

#content #subbut{
	/*margin: 0 0 0 200px;*/
}

#flash{
	height: 300px;
	margin: 0 0 30px 0;
}

.floorImg{
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
	width: 165px;
}