/***********************************************/
/* HTML tag styles                             */
/***********************************************/  

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	line-height: 1.166;
	background-color: #14213D;	
	margin: 20px 0 0 0;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #002A68;
}

h1 {
	font-size: 90%;
}

h2 {
	font-size: 85%;
}

h3 {
	font-size: 80%;
}

h4 {
	font-size: 75%;
}

h5, h6 {
	font-size: 70%;
}

p {
	font-size: 70%;
	line-height: 1.4;
	margin: 1% 0 2% 0;
}

a, a:link, a:visited, a:hover {
	font-weight: normal;
	color: #002A68;
	text-decoration: underline;
}

ul {
	list-style-type: disc;
	font-size: 70%;
	line-height: 1.4;	
}

ul ul {
	list-style-type: disc;
	font-size: 100%;
	line-height: 1.4;
}

ul ul ul {
	list-style-type: disc;
	font-size: 100%;
	line-height: 1.4;
}

ol {
	font-size: 70%;
	line-height: 1.4;
}

ol ol {
	font-size: 100%;
	line-height: 1.4;
}

ol ol ol {
	font-size: 100%;
	line-height: 1.4;
}

hr {
	border: none 0; 
	border-top: 1px solid #BDC8D8;
	border-bottom: 1px solid #FFF;
	height: 2px;
}								

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	width: 748px;
	margin: 0px auto;
	margin-left: expression( (document.body.clientWidth - 748) / 2 + 'px'); 
}

#presentation { 
	text-align: left;
	background-color: #FFF;
}

#navigation {
	background-image:  url("/assets/images/nav_bg.gif");
	font-size: 11px;
	color: #3A3D38;
}

#display {
	margin: 2px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#skip {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#legal {
	margin: 0;
	border: 0;
	padding: 10px;
	text-align: left;
	font-size: 70%;
	line-height: 1.366;
}

#credit {
	padding: 10px;
	color: #999;
	text-align: right;
	font-size: 65%;
}

/***********************************************/
/*Div Styles                                   */
/***********************************************/


#navigation a, a:link, a:visited {
	font-weight: normal;
	color: #3A3D38;
	text-decoration: none;
}

#navigation a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#title {
	font-size: 14px;
	font-weight: bold;
	color:#3A3D38;
	background-image:  url("/assets/images/title_bg.jpg");
}

#sumList {
	font-size: 10px;
	color:#000;
}

#sumList a, a:link, a:visited {
	font-weight: bold;
	color: #18416E;
	text-decoration: none;
}

#sumList a:hover {
	font-weight: bold;
	color: #FF7F1E;
	text-decoration: none;
}

#propTitle {
	font-size: 10px;
	font-weight: bold;
	color:#3A3D38;
	background-color: #C5C6C3;
}

#propTitle a, a:link, a:visited {
	font-weight: bold;
	color: #18416E;
	text-decoration: none;
}

#propTitle a:hover {
	font-weight: bold;
	color: #18416E;
	text-decoration: none;
}

.propSummary {
	font-size: 11px;
	color:#000;	
}


#pageNav {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
}

#pageNav a, a:link, a:visited {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

#pageNav a:hover {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}


#enquiryForm {
	font-size: 11px;
	color: #18416E;
}


.enquiryFormOuter {
	background-color: #C5C6C3;
}


.enquiryFormInner {
	background-color: #EFEFEF;
}

.searchFormInner {
	background-color: #EFEFEF;
	font-size: 10px;
	font-weight: bold;
	color: #002A68;
}

#utilities {
	font-size: 11px;
	color: #BDC8D8;
}

#utilities a, a:link, a:visited {
	font-weight: normal;
	color: #728DB8;
	text-decoration: none;
}

#utilities a:hover {
	font-weight: normal;
	color: #002A68;
	text-decoration: underline;
}


#overview {
	background-image:  url("/assets/images/overview_bg.jpg");
	padding: 16px;
}

#hpSummaryTitle {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding: 10px 0 3px 0;
}

#hpSummaryTitle a, a:link, a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#hpSummaryTitle a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#hpSummary {
	font-size: 11px;
	color: #FFF;
}

#hpSummaryBg {
	background-image:  url("/assets/images/hp_summary_bg.jpg");
}

#hpOverview {
	font-size: 12px;
	line-height: 1.4;
	color: #000;
}

#hpOverview a, a:link, a:visited {
	font-weight: normal;
	color: #002A68;
	text-decoration: underline;
}

#hpOverview a:hover {
	font-weight: normal;
	color: #002A68;
	text-decoration: none;
}

#intro {
	background-color: #F5F7F9;
	padding: 12px;
}

#summaryBlock {
	padding: 12px;
}

#summaryHeadline {
	font-weight: bold;
	font-size: 70%;
	color: #002A68;
}

#summaryHeadline a, a:link, a:visited {
	font-weight: bold;
	color: #002A68;
	text-decoration: none;
}

#summaryHeadline a:hover {
	font-weight: bold;
	color: #002A68;
	text-decoration: underline;
}

#summary {
	font-size: 70%;
	line-height: 1.4;
	font-weight: normal;
}

#content a, a:link, a:visited {
	font-weight: normal;
	color: #728DB8;
	text-decoration: none;
}

#content a:hover {
	font-weight: normal;
	color: #002A68;
	text-decoration: underline;
}

#footer {
	font-size: 65%;
	color: #FFF;
	padding: 4px 0 7px 0;
}

#footer a, a:link, a:visited {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}

/***********************************************/
/*Span Styles                                  */
/***********************************************/

.white {
	background-color: #FFF;
}

.blue {
	background-color: #8A909E;
}

.orange {
	color: #FF7F1E;
}

.grey {
	background-color: #A6B0B6;
}

.ltgrey {
	background-color: #EFEFEF;
}

.darkBlue {
	background-color: #14213D;
}

.hpSearchBg {
	background-image: url("/assets/images/hp_search_bg.jpg");
}



.search_input {
	height: 14px;
	width: 140px;
	margin: 3px;
	font: 10px Verdana;
	color: #000;
	border: #002A68 1px solid;
	background-color: #FFF;
	padding-top: 2px;
}

.sideNavTitle {
	background-image: url("/assets/images/side_nav_title_bg.gif");
	background-repeat: no-repeat;
	background-color: #14213D;
	font-size: 11px;
	color: #000;
	padding: 4px 0 2px 6px;
}

.sideNavTitle a, a:link, a:visited {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.sideNavTitle a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.sideNavBg {
	background-image: url("/assets/images/side_nav_bg.jpg");
	font-size: 10px;
}

.sideNav {
	padding: 3px 6px 3px 6px;
	font-size: 10px;
	color: #3A3D38;
}

.sideNav a, a:link, a:visited {
	font-weight: bold;
	color: #3A3D38;
	text-decoration: none;
}

.sideNav a:hover {
	font-weight: bold;
	color: #FF7F1E;
	text-decoration: none;
}

.sideNavSub {
	padding: 3px 6px 3px 11px;
	font-size: 10px;
	color: #3A3D38;
}

.sideNavSub a, a:link, a:visited {
	font-weight: normal;
	color: #3A3D38;
	text-decoration: none;
}

.sideNavSub a:hover {
	font-weight: normal;
	color: #FF7F1E;
	text-decoration: none;
}

.caption {
	font-size: 10px;
}