/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}
h1, h2, h3, p, a, div, ul {
	text-align:left;
}
input, textarea, select {
	font: 11px Arial, Helvetica, sans-serif;
	color: #3F3F3F;
}
fieldset {
	margin:0px;
	padding:0px;
	border:none;
}
a:link {
	color: #28304d;
	text-decoration: none;
	border-bottom:1px dotted #28304d;
}
a:visited {
	text-decoration: none;
	color: #28304d;
	border-bottom:1px dotted #28304d;
}
a:hover {
	text-decoration: none;
	color: #fff;
	background: #005315;
}
a:active {
	text-decoration: none;
	color: #1b37a1;
}
h1 {
	font-size: 15px;
	margin: 0px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 13px;
	margin: 0px;
}
img {
	vertical-align:middle;
	border:none;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
#container {
	width: 748px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#headcontainer {
	width: 100%;
	height: 267px;
	background: #2d2d2d;
}
#headside {
	background: #1b37a1 url(../images/bg_headside.jpg) no-repeat;
	height: 267px;
	width: 191px;
	float: left;
	color: #FFFFFF;
}
#headside h2 {
	margin-left: 20px;
	margin-top: 15px;
	line-height: 27px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
}
#headmain {
	height: 267px;
	width: 557px;
	float: right;
	color: #FFFFFF;
	background: #2D2D2D url(../images/bg_headmain.gif) no-repeat left bottom;
}
#headmain p {
	margin: 0px;
	font-style: italic;
	display: block;
	height: 23px;
	padding-top: 4px;
	background: #1B37A2;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
}
#headmain img.main {
	border-right: 3px solid #2D2D2D;
	border-left: 3px solid #2D2D2D;
}
#contentcontainer {
	width: 746px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background: url(../images/bg_contentcontainer.gif) no-repeat center top;
}
#contentcontainer h2 {
	font-weight: normal;
	color: #bcbcbc;
	margin: 10px 0px;
	font-style: italic;
	text-align: center;
}
#contentsmall, #contentlarge {
	margin: 30px;
	float: left;
}
#contentsmall {
	width: 250px;
	margin-left:15px;
}
html>body #contentsmall {
	margin-left:30px;
}
img.sideimg {
	margin-bottom: 15px;
}
#contentlarge {
	width: 370px;
	margin-right: 0px;
	margin-left: 0px;
}
#footer {
	clear:both;
	background: #fff url(../images/bg_footer.gif) repeat-x top;
	height: 48px;
	font-size: 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 0px;
}
#footer p {
	margin: 5px 0px 0px 20px;
}
#accred {
	background: url(../images/bg_accred.gif) no-repeat;
	height: 77px;
	width: 200px;
	padding-left: 25px;
	padding-top: 15px;
	font-size: 11px;
	padding-right: 25px;
}
html>body #accred {
	padding-top: 5px;
	height: 72px;
}
#accred div img {
	margin-right: 10px;
}
#efsis {
	margin-bottom:10px;
	height:44px;
}
html>body #efsis {
	margin-bottom:20px;
}


#chromemenu{
	width: 99%;
}
#chromemenu ul {
	list-style: none;
	margin: 0px 0px 0px 30px;
}
html>body #chromemenu ul {
	margin:0px;
}
#chromemenu ul li {
	display: inline;
}
#chromemenu ul li a, #chromemenu ul li a:link, #chromemenu ul li a:visited, #chromemenu ul li a:active {
	display: block;
	height: 18px;
	margin-top:1px;
	padding-top: 4px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 4px;
	margin-left: 0px;
	float: left;
	background: #2D2D2D;
}
#chromemenu ul li a:hover {
	color: #fff;
	background: #474747;
}
#chromemenu ul li a#selected  {
	background: #474747;
}
#chromemenu ul li a#selected span {
	color: #fff;
	text-decoration:underline;
}
#chromemenu ul li a img {
	margin-right: 4px;
}


.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 125px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-size: 11px;
}

.dropmenudiv a, .dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active {
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background: #2D2D2D;
}

.dropmenudiv a:hover{
	color: #fff;
	background: #474747;;
}
#maphead {
	background: #1E3CA3;
	height: 46px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
#mapheadcont {
	float: left;
	margin-left: 5px;
	margin-top: 6px;
}
#mapheadcont p {	
	margin:0px;
}
.mapside {
	background: url(../images/bg_mapside.gif) no-repeat right top;
	float: right;
	width: 210px;
	height: 220px;
	padding: 15px 20px;
}
.mapside p {
	margin:0px;
}
a.print:link, a.print:visited, a.print:active {
	display: block;
	float: right;
	background: #2D2D2D;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
}
a.print:hover {
	color: #FFCC00;
} 
#enquiry {
	background: url(../images/bg_enquiry.gif) no-repeat;
	height: 237px;
	width: 205px;
	margin-top: 20px;
	padding: 15px 25px 15px 20px;
}
#enquiry p {
	margin: 0px 0px 5px;
}
#enquiry label {
	font-size:11px;
}
#enquiry input {
	width: 125px;
}
#enquiry textarea {
	width: 125px;
	height: 40px;
}

#contentlarge2 {
	width: 620px;
	margin: 0px 30px 30px;
	padding-top: 30px;
}
#contentlarge2 fieldset {
	margin-bottom:30px;
}
.briefingdoc {
	text-align: right;
}
.briefingdoc input, .briefingdoc select, .briefingdoc textarea {
	width: 300px;
	border: 1px solid #CCCCCC;
}
.highlighted {
	font-size: 13px;
	background: #F1F1F1;
	height: 20px;
}
.briefingdoc table {
	text-align: left;
}
.border {
	border: 1px solid #DADADA;
}
.briefingdoc label {
	background: #FCFCFC;
	display: block;
}
.briefingdoc input[type="radio"]{
	border: none;
	width: 15px;
}
#enqthanks {
	background: url(../images/bg_enqthanks.gif) no-repeat;
	height: 50px;
	width: 250px;
	padding-top: 7px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#enqthanks h2 {
	font-style: normal;
	font-size: 14px;
}
