* {
	margin: 0;
	padding: 0;
	outline: none;
}

/* Mozilla Bar */

body {
	font-size: small;
	font-family: Arial, sans-serif;
	background: url('../images/body_bg.gif') top left repeat-x;
}

hr {
	color: #000;
	background-color: #000;
	border-width: 0 0 0 0;
	height: 2px;
	clear: both;
}

h1, h2 {
	/* display: none; */
}

p {
	margin: 0 0 10px 0;
}

a {
	color: #000;
	margin-left: 2px;
	font-weight: bold;
}

em {
	font-style: italic;
}

img {
	border: none;
}

.wrapper {
	clear: both;
	width: 910px;
	margin: 0 auto 20px auto;
	overflow: hidden;
}

.infoBox {
	display: none;
}

label.invalid {
    color: #052371;
}

/* ----- Header ----- */

#header {
	padding: 0 0 104px 0;
  	behavior: url("../assets/pngbehavior.htc");
	background: url('../images/header_bg.gif') bottom left no-repeat;
}

#header img {
	margin: 25px 0 10px 15px;
}

#header ul {
	list-style: none;
	overflow: hidden;
}

#header ul li {
	float: left;
	width: 130px;
	height: 35px;
	text-align: center;
}

#header ul li a {
	display: block;
	width: 130px;
	height: 24px;
	margin: 5px 0 0 0;
	padding: 6px 0 0 0;
	color: #fff;
	font-size: 85%;
	text-decoration: none;
	background: url('../images/nav_li_bg.gif') top left no-repeat;	
}

#header ul li a:hover,
body#bodyIndex li#navIndex  a,
body#bodyMobile li#navMobile a,
body#bodySecurity li#navSecurity a,
body#bodyEvent li#navEvent a,
body#bodyKey li#navKey a,
body#bodyProperty li#navProperty a,
body#bodyContact li#navContact a {
	height: 29px;
	margin: 0;
	padding: 6px 0 0 0;
	color: #052371;
	background: url('../images/nav_li_bg.gif') bottom left no-repeat;	
}

/* ----- Content ----- */

#content {
	width: 920px;
}

#leftColumn {
	float: left;
	width: 200px;
	padding: 0 30px;	
}

#leftColumn img.newsPhoto {
	border: 2px solid #052371;
}

#leftColumn h3 {
	margin: 10px 0;
	color: #fff;
}

#leftColumn h4 {
	margin: 0 0 3px 0;
	color: #000;
	font-size: 95%;
	font-weight: bold;
}

#leftColumn p {
	font-size: 90%;
} 

#centerColumn {
	float: left;
	width: 540px;
	padding: 30px 0 0 0;
	background: url('../images/center_column_top_bg.png') top left no-repeat;
}

#centerColumn h3 a {
	margin: 0 0 10px 30px;
}

#centerColumn img {
	border: 2px solid #052371;
	float: left;
	margin-left: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#centerColumn h1 {
	margin: 0 0 10px 30px;
	font-size: 160%;
	color: #052371;
}

#centerColumn h2 {
	margin: 0 0 10px 30px;
	font-size: 150%;
	color: #052371;
}

#centerColumn h3 {
	margin: 0 0 10px 30px;
	font-size: 140%;
	color: #052371;
}

#centerColumn h4 {
	margin: 0 0 10px 30px;
	font-size: 110%;
	color: #052371;
}

#centerColumn h5 {
	margin: 0 0 10px 30px;
	font-size: 100%;
	color: #052371;
}

#centerColumn h6 {
	margin: 0 0 10px 30px;
	font-size: 90%;
	color: #052371;
}

#centerColumn p {
	margin: 0 30px 10px 30px;
	font-size: 90%;
}

#centerColumn p span {
	font-weight: bold;
}

#centerColumn a {
	color: #052371;
	text-decoration: none;
}

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

#centerColumn ul {
	clear: both;
	margin: 0 0 10px 45px;
	font-size: 90%;
}

#centerColumn ol {
	margin: 0 0 10px 50px;
	font-size: 90%;
}

#centerColumn ul li,
#centerColumn ol li {
	margin: 0 0 5px 0;
}

#centerColumn .featureBox {
	width: 450px;
	height: 120px;
	margin: 20px 0 0 30px;
	padding: 15px;
	color: #fff;
	background: url('../images/feature_box_bg.gif') top left no-repeat;
	background-color: #e9ebf2;
}

#centerColumn .featureBox h3 {
	margin: 0 0 5px 0;
	color: #000;
}

#centerColumn .featureBox h4 {
	margin: 0 0 5px 0;
	color: #000;
	font-size: 95%;
}

#centerColumn .featureBox h4 a {
	color: #fff;
	text-decoration: none;
}

#centerColumn .featureBox h4 a:hover {
	text-decoration: underline;
}

#centerColumn .featureBox p {
	margin: 0 0 10px 0;
}

#centerColumn .featureBox p.rightMargin {
	margin: 0 220px 10px 0;
}

#centerColumn .featureBox a {
	color: #fff;
}

#centerColumn .featureBox ul {
	margin: 0 0 0 15px;
	font-size: 95%;
}

#centerColumn .featureBox ul li {
	margin: 0;
}

#centerColumn .featureBoxVan {
	height: 132px;
	background: url('../images/feature_box_bg.png') top left no-repeat;
	background-color: #e9ebf2;
	clear: both;
}

#centerColumn .featureBoxVan2 {
	height: 132px;
	background: url('../images/feature_box_02_bg.png') top left no-repeat;
	background-color: #e9ebf2;
	clear: both;
}

span {
	color: #000;
}

#fill {
	background-color: #e9ebf2;
	height: auto;
}

#centerColumn #centerBottom {
	width: 540px;
	height: 30px;
	background: url('../images/center_column_bottom_bg.png') top left no-repeat;
}

#editableContent {
	background-color: #e9ebf2;
}

#rightColumn {
	float: left;
	width: 100px;
	margin: -5px 0 0 0;
	padding: 0 0 0 20px;
}

#rightColumn ul {
	list-style: none;
	margin: 5px 0 0 0;
}

#rightColumn ul li a {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 0 10px 0;
	color: #fff;
	font-size: 115%;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

#rightColumn ul li#featureContact a {
	background: url('../images/feature_contact_bg.gif') top left no-repeat;
}

#rightColumn ul li#featureEnquiries a {
	background: url('../images/feature_enquiries_bg.gif') top left no-repeat;
}

#rightColumn ul li#featureNews a {
	background: url('../images/feature_news_bg.png') top left no-repeat;
}

#rightColumn ul li#featureFaqs a {
	background: url('../images/feature_faqs_bg.png') top left no-repeat;
}

#rightColumn ul li#featureDownloads a {
	background: url('../images/feature_downloads_bg.png') top left no-repeat;
}

#rightColumn ul li a span {
	color: #fff;
	display: block;
	margin: 72px 0 0 0;
}

/* ------ Footer ----- */

#footer {
	font-size: 80%;
}

#footer p#copy {
	float: left;
}

#footer p#link {
	float: right;
}

/* ------ Quote Form ----- */

form#quoteForm {
	margin: 0 30px;
	overflow: hidden;
}

form#quoteForm fieldset {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #ff6600;
}

form#quoteForm legend {
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	font-weight: bold;
}

form#quoteForm dl {
	clear: both;
	margin: 0 0 10px 0;
	overflow: hidden;
}

form#quoteForm dl dt {
	float: left;
	width: 156px;
	padding: 3px 10px 0 0;
	text-align: right;
	font-size: 90%;
}

form#quoteForm dl dd {
	float: right;
	margin: 0 20px 0 0;
}

form#quoteForm dl dd input,
form#quoteForm dl dd textarea {
	width: 270px;
	height: 22px;
	border: 1px solid #ff6600;
}

form#quoteForm dl dd textarea {
	height: 80px;
}

form#quoteForm input.button {
	float: right;
}

/* ------ Contact Page ----- */

.contactDetails {
	clear: both;
	margin: 0;
	overflow: hidden;
	background-color: #e9ebf2;
}

.address {
	float: left;
	width: 240px;
	background-color: #e9ebf2;	
}

#map1, #map2 {
	float: right;
	width: 268px;
	height: 188px;
	margin: 0 30px 20px 0;
	border: 1px solid #000;
	background-color: #e9ebf2;

}

/* ------ News Page ----- */

div#newsList hr {
    margin: 0 auto 10px auto;
    color: #fff;
    border: none;
    background: #e9ebf2;
    width: 70%;
    clear: both;
}


#centerColumn .newsPhoto {
    float: left;
    margin: 0 10px 10px 30px;
	border: 2px solid #052371;
}
