/*
	Desc: Hostplus Executive Screen Style Sheet
	Author: clickdm 2008
=== === === === === === === === === === */

/* COLOURS
=== === === === === === === === === === *

	List of colours and hex values used:
	
	Brown: 			5A3629
		50%:		AC9A94
	Green: 			CDD181
		20%:		F5F6E6
		40%:		EBEDCD
		60%:		E1E3B3
		80%:		D7DA9A
	Darker green: 	A5A567
	Charcoal: 		5A5A4E
		75%:		83837A
		50%:		ACACA6
		30%:		CDCDCA
	Light grey: 	E8ECED
	Light green: 	E5E7BD
	Blue grey: 		8EA1A6
	Blue:			00446A

*/

* /* Global reset removes default styling added by browsers */ { 
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

:focus {
	outline: none !important;
}

/* STRUCTURE
=== === === === === === === === === === */

html {
	min-height: 100%;
	height: auto;
	font-size: 100%; /* for font scaling consistency in ie6 */
}

body {
	text-align: center; /* for center aligning container in ie6 */
	color: #5A5A4E; /* default font colour */
	font: 62.5%/1.7em arial, sans-serif; /* resets default font size to 10px (so 1.0em = 10px) and sets leading at 17px */
	background: transparent url(/TemplateAssets/images/body-BG.png) 0 0 repeat-x;
}

/* COMMON
=== === === === === === === === === === */

h1 {
	font-size: 2.0em; /* be careful when setting font-size higher than the default line-height, wrapped lines may overlap */
	font-weight: bold; 
	line-height: 1.1em;
}

table#h1_align {
	width: 260px;
	height: 145px;
	margin: 0 0 5px 0;
	padding: 0;
}

table#h1_align td,
table#h1_align tr {
	background: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}


h2 {
	font-size: 1.2em;
	margin-top: 1.05em;
	margin-bottom: 0.425em;
	font-weight: bold; 
}

h3,
.sub_heading,
.SectionHeading {
	font-size: 1.3em;
	margin-top: 0.692em;
	margin-bottom: 0.385em;
}

h4 {
	font-size: 1.2em;
	margin-top: .749em;
	margin-top: .333em;
	font-weight: bold;
}

h5 {
	font-size: 1.1em;
	margin-top: .85em;
	margin-bottom: .308em;
	font-weight: bold;
}

#entry {
	font-size: 1.2em; 
}

p { 
	margin-bottom: 1.0em; /* ems may be set to 3 decimal places */
}

#entry ol,
#entry ul {
	list-style: square;
	padding-left: .8em;
	margin-bottom: 1.0em;
	margin-left: 1.6em; /* spacing for elements around text set in ems so they scale with text */
}

#entry li {
	margin-bottom: .5em;
}

#entry img.float {
	border: 1px solid #d8dce0;
	padding: 2px;
	margin-right: 10px;
}

address /* style for addresses */ {
	padding-bottom:  1.05em;
}

blockquote /* style for quotes */ {
	padding-bottom:  1.05em;
	margin-left: 2.4em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}


small {
	font-size: 1.0em;
}

p small {
	font-size: 0.625em;
}

#entry a,
#entry a:link {
	color: #5A5A4E;
	border-bottom: 1px solid #CDCDCA;
}

#entry a:hover {
	color: #83837A;
	border-bottom: none;
}

p a:visited {

}

a,
a:link {
	color: #5A5A4E;
}

a:hover {
	color: #83837A;
}

/* STRUCTURE
=== === === === === === === === === === */

#logo {
	margin-left: 90px;
	margin-right: 50px;
	float: left;
}

#page {
	width: 100%;
	overflow: hidden;
}

.background1 {
	background: transparent url(/TemplateAssets/images/body_BG_1.gif) right bottom no-repeat;
}

.background2 {
	background: transparent url(/TemplateAssets/images/body_BG_2.gif) right bottom no-repeat;
}

.background3 {
	background: transparent url(/TemplateAssets/images/body_BG_3.gif) right bottom no-repeat;
}

.background4 {
	background: transparent url(/TemplateAssets/images/body_BG_4.gif) right bottom no-repeat;
}

.background5 {
	background: transparent url(/TemplateAssets/images/body_BG_5.gif) right bottom no-repeat;
}

#page .container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url(/TemplateAssets/images/page-BG.png) 0 0 no-repeat;
}

#header {
	width: 960px;
	overflow: hidden;
}

#navigation {
	margin-top: 76px;
	width: 620px;
	display: block;
	background: transparent url(/TemplateAssets/images/navigation.png) 0 0 no-repeat;
	float: left;
	height: 28px;
	overflow: hidden;
}

/* homepage */


#home #content .wide {
	background: #FFFFFF url(/TemplateAssets/images/homePage-BG.jpg) center -5px  no-repeat;
	width: 660px;
	float: left;
	padding: 190px 0 0 0;
}

#home #entry {
	width: auto;
}

#home #entry ul {
	margin: 0;
	padding: 0;
	list-style-type: none; 
}

.sections .narrow {
	padding-left: 30px;
}

#home #entry li {
	background: transparent url(/TemplateAssets/images/logo_bullet.png) 0 0 no-repeat;
	padding-left: 20px;
	margin: 0;
	display: block;
}

#home #entry li a {
	color: #5A5A4E;
	border: none;
}

#home #entry li a:hover {
	color: #83837A;
}

.sections,
.promos {
	overflow: hidden;
}

.promos .narrow {
	padding-left: 15px;
}

#entry .promo {
	border-left: 1px solid #5A3629;
	margin-top: 40px;
	padding-top: 23px;
	padding-left: 15px;
	padding-bottom: 3px;
	font-size: 13px;
	width: 184px;
	position: relative;
	left: 30px;
}

#entry .promo a {
	font-weight: bold;
	color: #5A3629;
	display: block;
	border-bottom: none;
}

#entry .promo a:hover {
	color: #AC9A94;
}

/* content  */

#home #content {
	background: transparent url(/TemplateAssets/images/content-BG-home.png) 30px bottom no-repeat;
}

#content {
	margin: 30px auto 0 auto; /* center aligns container */
	width: 840px; /* needed for ie6 to float elements properly */
	overflow: hidden; /* clears floats within the content */
	background: transparent url(/TemplateAssets/images/content-BG.png) 30px bottom no-repeat;
}

#system #content .wide {
	background-position-x: 450px !important;
	background-position: 450px 0 !important;
}

#content .wide.background1 {
	background: transparent url(/TemplateAssets/images/section_image_1.jpg) 280px 0  no-repeat;
}

#content .wide.background2 {
	background: transparent url(/TemplateAssets/images/section_image_2.jpg) 280px 0  no-repeat;
}

#content .wide.background3 {
	background: transparent url(/TemplateAssets/images/section_image_3.jpg) 280px 0  no-repeat;
}

#content .wide.background4 {
	background: transparent url(/TemplateAssets/images/section_image_4.jpg) 280px 0  no-repeat;
}

#content .wide.background5 {
	background: transparent url(/TemplateAssets/images/section_image_5.jpg) 280px 0  no-repeat;
}

#content .wide.background6 {
	background: transparent url(/TemplateAssets/images/section_image_6.jpg) 280px 0  no-repeat;
}

#content .wide.background7 {
	background: transparent url(/TemplateAssets/images/section_image_7.jpg) 280px 0  no-repeat;
}

#content .wide.background8 {
	background: transparent url(/TemplateAssets/images/section_image_8.jpg) 280px 0  no-repeat;
}

#content .wide.background9 {
	background: transparent url(/TemplateAssets/images/section_image_9.jpg) 280px 0  no-repeat;
}

#content .wide.background10 {
	background: transparent url(/TemplateAssets/images/section_image_10.jpg) 280px 0  no-repeat;
}

#content .wide.background11 {
	background: transparent url(/TemplateAssets/images/section_image_11.jpg) 280px 0  no-repeat;
}

#content .wide.background12 {
	background: transparent url(/TemplateAssets/images/section_image_12.jpg) 280px 0  no-repeat;
}

#content .footer {
	margin: 20px auto 10px auto;
	text-align: center;
	width: 470px;
}

/* columns  */

.column {
	float: left;
}

.thin {
	width: 80px;
}

.narrow {
	width: 170px;
}

#system .wide  {
	padding-left: 170px;
}

.wide {
	width: 500px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.narrow ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.narrow dl {
	padding-left: 10px;
}

.narrow dt {
	font-size: 1.6em;
	font-weight: bold;
}

/* Section Navigation */

#sectionNav a {
	color: #FFF;
}

#sectionNav a:hover {
	color: #ebedcd;
}

#sectionNav h3 {
	height: 24px;
	font-size: 16px;
	color: #ebedcd;
	margin: 0 0 0 11px;
	text-indent: 20px;
	background: transparent url(/TemplateAssets/images/sectionNavUl-BG.png) -1px 0 no-repeat;
}


#sectionNav {
}

#sectionNav .top,
#featureNav .top  {
	height: 15px;
	display: block;
	background: transparent url(/TemplateAssets/images/sectionNav-top.png) 0 0 no-repeat;
}

#sectionNav .bottom,
#featureNav .bottom {
	height: 15px;
	display: block;
	background: transparent url(/TemplateAssets/images/sectionNav-bot.png) 0 bottom no-repeat;
}

#sectionNav .container,
#featureNav .container {
	width: 170px;
	background: transparent url(/TemplateAssets/images/sectionNav-BG.png) 0 0 repeat-y;
}

#sectionNav ul {
	margin-left: 11px;
	background: transparent url(/TemplateAssets/images/sectionNavUl-BG.png) -1px -24px no-repeat;
}


#featureNav ul {
	margin-left: 11px;
	background: transparent url(/TemplateAssets/images/sectionNavUl-BG.png) -1px 0 no-repeat;
	width: 138px;
}

#featureNav ul li {
	border-top: 1px #e3e5c0 solid;
	border-bottom: 1px #969d32 solid;
}

#featureNav h3 {
	color: #FFF;
	background: transparent;
	text-indent: 0;
	margin: 0 0 3px 0;
	font-size: 14px;
	float: left;	
	font-weight: bold;
	width: 110px;
}

#featureNav .small {
	font-size: 11px;
	line-height: 10px;
	font-weight: normal;
}


#featureNav .first {
	border-top: 0;
	padding: 0 0 5px 4px;

}

#featureNav .last {
	border-bottom: 0;
	padding: 5px 0 1px 4px;

}

.right #featureNav {
	margin-left: 10px !important;
}

.right #featureNav .container {
	width: 160px !important;
}

/* email  */

#email {
	position: relative;
	overflow: hidden;
	color: #FFF;
	font-size: 1.1em;
	line-height: 1.25;
	width: 160px;
}

#email p {
	margin-bottom: 4px;
}


#email .button {
	margin-top: 1px;
	margin-left: 1px;
	height: 20px;
	width: 20px;
	display: block;
	float: left;
	background: transparent url(../images/emailButton.png) 0 0 no-repeat;
	cursor: pointer;
}


#email .message {
	margin-top: 26px;
}

#email .field {
	height: 22px;
	width: 110px;
	display: block;
	float: left;
	position: relative;
}

#email .icon {
	height: 14px;
	width: 21px;
	display: block;
	float: left;
	background: transparent url(/TemplateAssets/images/email-icon.png) 0 3px no-repeat;
}

#email .capLeft {	
	display:block;
	height:22px;
	position:absolute;
	left:0;
	top:0;
	width:5px;
	background: transparent url(/TemplateAssets/images/email-capLeft.png) 0 0 no-repeat;
}

#email .input {
	color: #88929b;
	font-size: 12px;
	height: 18px;
	position:absolute;
	padding: 4px 0 0 0;
	left:5px;
	top:0;
	width: 100px;
	background: transparent url(/TemplateAssets/images/email-BG.png) 0 0 repeat-x;
}

#email .input:focus {
	color: #48545e;
}

#email .capRight {	
	display:block;
	height:22px;
	position:absolute;
	right:0;
	top:0px;
	width:5px;
	background: transparent url(/TemplateAssets/images/email-capRight.png) top right no-repeat;
}

/* call */


#call {
	height: 30px;
	overflow: hidden;
}

#call .icon {
	height: 30px;
	width: 21px;
	display: block;
	float: left;
	background: url(/TemplateAssets/images/callUs-icon.png) 2px 0 no-repeat;
}


/* annual report  */

#annualReport {
	padding: 0 0 9px 25px;
	background: url(/TemplateAssets/images/annualReport-icon.gif) 6px 6px no-repeat;
	overflow: hidden;
}

#annualReport a {
	color: #ebedcd;
	display: block;
	font-size: 14px;
	font-weight: bold;
	float: left;
}

#annualReport a:hover {
	color: #FFF;
}

/* news  */

.left #news {
	padding-left: 30px;
	width: 140px;
/* 	background: #FFF url(/TemplateAssets/images/news-bg-left.png) right 0 no-repeat; */
}

#news {
	width: 130px;
	padding-top: 30px;
	padding-left: 20px;
	list-style: none;
/* 	background: #FFF url(/TemplateAssets/images/news-bg-right.png) 0 0 no-repeat; */
}


#news li.header {
	padding-left: 25px;
	background: transparent url(/TemplateAssets/images/news_icon.png) 0 0 no-repeat;
	margin-bottom: 8px;
	font-size: 1.5em;
}

#news ul li {
	font-size: 1.1em;
	line-height: 1.25;
	background: url(/TemplateAssets/images/news_icon.png)-50px -50px no-repeat;
}

#news li.footer {
	margin-top: 4px;
	text-align: right;
	font-weight: bold;
	width: 120px;
}

#news li.footer a {
	color: #FFF;
	padding: 0 3px;
	font-size: 11px;
	line-height: 11px;
	margin-right: 1px;
	background-color: #D6D6D3;
	cursor: pointer;
}

#news li.footer a:hover {
	background-color: #83837A;
}


.NewsContainer {
	border-bottom: 1px #F3F5F5 solid;
	margin-bottom: 18px;
}

.NewsDate {
	color: #88929b !important;
	font-size: 1.0em;
	margin: 0;
}

.NewsContainer h4 {
	margin-top: 0;
	text-transform: capitalize;
}

/* quickLinks  */

#quickLinks {
	width: 160px;
	margin-left: 10px;
}

#quickLinks .top {
	display: block;
	height: 40px;
	background: transparent url(/TemplateAssets/images/quick_links_header.png) 0 0 no-repeat;
}

#quickLinks h3 {
	font-size: 16px;
	color: #ebedcd;
	padding: 17px 0 0 25px;
} 

#quickLinks .container {
	width: 160px;
	background: transparent url(/TemplateAssets/images/quick_links_BG.png) 0 0 repeat-y;
}

#quickLinks ul {
	padding-top: 9px;
	padding-left: 25px;
}

#quickLinks li {
	font-size: 1.1em;
	line-height: 1.2em;
	padding-left: 15px;
	padding-bottom: 4px;
	background: transparent url(/TemplateAssets/images/bullet.gif) 0 0 no-repeat;
}

#quickLinks a {
	display: block;
	color: #5A5A4E;
}

#quickLinks a:hover {
	color: #83837A;
}

#quickLinks .bottom {
	height: 22px;
	background: transparent url(/TemplateAssets/images/quick_links_footer.png) 0 0 no-repeat;
	display: block;
}

	
/* entry  */

#entry {
	width: 460px;
	padding: 0 20px 0 20px;
	overflow: hidden;
}

#entry .container {
	width: 460px;
	margin: 18px 0;
	background: none;
}


/* related links  */

#related_links {
	padding: 1.7em 0 0 0;
}

#related_links ul {
	list-style: none;
	overflow: hidden;
	margin: 5px 0 0 0;
	padding: 0;
}

#related_links li {
	margin-right: 1px;
	float: left;
}
	
#related_links li a {
	font-size: 0.915em;
	line-height: 1.1em;
	padding: 2px 5px;
	color: #5A5A4E;
	width: 80px;
	display: block;
	border-left: 1px solid #5A5A4E;
	height: 35px;
	overflow: hidden;
}

#related_links li a:hover {
	color: #83837A;
}

/* promo  */

#home #banner {
	margin: 30px auto 0 auto;
	width: 620px;
}

#home #banner img {
	width: 620px;
	height: 70px;
}

#banner {
	margin: 0 auto 18px auto;
	width: 470px;
}

#banner img {
	border: 1px solid #d8dce0;
	width: 470px;
	height: 53px;
}

/* footer  */

#footer {
	width: 960px;
	background: #FFF url(/TemplateAssets/images/footer-BG.png) 0 0 no-repeat;
	padding-top: 10px;
	padding-bottom: 20px;
}

#home #footer {	
	padding-top: 20px;
	background: #FFF url(/TemplateAssets/images/footer-BG-home.png) 0 0 no-repeat;
}

#footer .container { 
	background: none;
	width: 500px;
	margin: 0;
	padding-left: 250px;
}


#home #footer .container { 
	width: 620px;
}


#footer ul {
	list-style: none;
	margin-bottom: 7px;
	overflow: hidden;
	margin: 0 auto;
	width: 470px;
	float: left;
}

#footer ul li {
	float: left;	
	padding: 0 6px;
}

#footer ul li a {
	font-size: 1.1em;
	color: #88929b;
}

.FooterItems a {
	color: #88929b !important;
}


.FooterItems a:hover {
	color: #48545e !important;
}

#footer li.first {
	padding-left: 0 !important;
}

#footer li.last {
	padding-right: 0 !important;
}

#footer p {
	text-align: left;
	float: left;
	font-size: 8px;
	font-family: "lucida grande", "lucida sans unicode", san-serif;
	color: #CFD4D8;
}

.awardsLogos {
	float: right;
	margin-top: 3px; 
}

/* other */

#entry .breadcrumbs {
	color: #A5A567;
	font-size: .916em;
	margin-bottom: 20px;
	width: 350px;
}

#entry .breadcrumbs a {
	color: #A5A567;
	border-bottom: 0;
}

#entry .breadcrumbs a:hover {
	color: #83837A;
}

.no_margin {
	margin-right: 0;
}

.small {
	font-size: 11px;
	line-height: 10px;
	font-weight: normal;
}

/* MISC
=== === === === === === === === === === */
	
br {
	clear: both;
	line-height: 0px;
}

#entry br {
	margin-bottom: 9px;
}

#entry .promos br {
	margin-bottom: 0;
}


/* TABLES
=== === === === === === === === === === */

table {
	border-collapse: collapse;
	width: 100%;
}

td {
	padding: 3px;
	font-size: 1.0em !important;
}

.data-table,
.rgMasterTable {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 15px;
	
}

.rgMasterTable {
	font-size: 0.917em;
}

.data-table tr.main_heading th {
	color: #FFFFFF;
	background: transparent url(/TemplateAssets/images/table_header_BG.png) 0 bottom repeat-x;
	line-height: 1.1em;
	padding: 0 0 0 5px !important;
}

.data-table th.sub_heading,
.rgMasterTable th  {
	padding: 4px 4px 4px 5px;
	color: #00446A;
	line-height: 1.1em;
	font-weight: bold;
	background: #e8ebed url(/TemplateAssets/images/table_subhead_BG.png) 0 bottom repeat-x;
	border: 1px solid #FFF;	
	font-size: 1.0em !important;
}

.data-table th.sub_heading h3 {
	font-size: 1.0em !important;
}

.data-table td,
.rgMasterTable td  {
	padding: 3px 3px 3px 5px;
	border: 1px solid #FFF;	
	background: #F2F6F8;
}

.data-table td.align_right {
	text-align: right;
	padding-right: 50px;
	width: 80px;
}

/* FORMS
=== === === === === === === === === === */

#entry form {
	margin-top: 10px;
	padding-top: 10px;
	overflow: hidden;
}

#entry fieldset {
	padding-bottom: 5px;
	overflow: hidden;
}

/* search */

#search {
	float: right;
	height: 24px;
	position: relative;
	width: 175px;
}

#search .icon {
	height: 22px;
	width: 20px;
	position:absolute;
	left:0;
	top:3px;
	background: transparent url(/TemplateAssets/images/search-icon.png) 0 0 no-repeat;
}

#search .capLeft {	
	display:block;
	height:22px;
	position:absolute;
	left:20px;
	top:3px;
	width:5px;
	background: transparent url(/TemplateAssets/images/search-in.png) 0 0 no-repeat;
}

#search .input {
	color: #88929b;
	font-size: 12px;
	height: 18px;
	position:absolute;
	padding: 4px 0 0 0;
	right:10px;
	top:3px;
	width: 140px;
	background: transparent url(/TemplateAssets/images/search-bg.png) 0 0 repeat-x;
}

#search .input:focus {
	color: #48545e;
}

#search .capRight {	
	display:block;
	height:22px;
	position:absolute;
	right:5px;
	top:3px;
	width:5px;
	background: transparent url(/TemplateAssets/images/search-out.png) top right no-repeat;
}

.SearchResultBreadcrumb {
	margin-top: 20px;
	margin-bottom: 5px;
	color: #A5A567;
	font-size: 1.2em;
}

.SearchResultBreadcrumb a {
	color: #A5A567;
	white-space: nowrap;
}

.SearchResultBreadcrumb a:hover {
	color: #83837A;
}

.SearchResultText {
	font-size: 1.3em;
}

/* inputs */

#FormModuleContainer {
	margin-top: 9px;
	margin-bottom: 9px;
	border: 1px solid #CFD4D8;
	padding: 10px;
	overflow: hidden;
}

.FormConfirmationMessage,
.FormIntroductionText {
	font-size: 12px;
	margin-bottom: 9px;
	display: block;
}

.TableForm {
	width: 100%;
}

.TableForm td {
	padding: 5px;
	border-bottom: 1px solid #FFF;	
	background: #F2F6F8;
}

#FormModuleContainer .label {
	font-size: 12px;
	width: 140px;
	display: block;
	padding-top: 4px;
}

#FormModuleContainer .label:after {
	content: ":";
}

#FormModuleContainer .textInput {
	width: 264px;
	font-size: 13px;
	padding: 3px;
	float: left;
	border: 1px solid #CFD4D8;
	background: #FFF;
}

#FormModuleContainer .textArea {
	width: 264px;
	padding: 3px;
	font-size: 13px;
	float: left;
	border: 1px solid #CFD4D8;
	background: #FFF;

}

#FormModuleContainer .SubmitButton {
	float: right;
	margin-top: 9px;
	background: transparent url(/TemplateAssets/images/arrowButton.png) 0 0 no-repeat;
	height: 18px;
	border: 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 13px;
	padding-left: 22px;
}

#FormModuleContainer .error {
	float: left;
	padding: 3px 0 0 3px;
	white-space: nowrap;
}

#ctl00_ContentPlaceHolder1_HoldingTable td {
	vertical-align: top;

}

input,
textarea {
	font-size: 1.1em;
	color: #5A5A4E;
}

.fineprint {
	font-size: 0.833em;
	line-height: 1.25;
	margin-bottom: .4em;
}

.float {
	float: left;
	padding: 0 15px 15px 0;
}

.border {
	float: left;
	border: 1px solid #cbd9e0;
}

.last {
	border-bottom: none;
}

.investment .container {
	width: 438px !important;
	padding: 0 10px 10px 10px;
	border: 1px solid #e0e5e6;
}

.investment .button {
	background: transparent url(/TemplateAssets/images/arrowButton.png) right 0 no-repeat;
	padding: 0;
	height: 18px;
	border: 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 13px;
	width: 50px !important;
	margin-top: 21px;
}

.investment .wide {
	width: 430px;
}

.investment .narrow {
	width: 209px;
	padding-right: 10px;
}

.investment .thin {
	width: 120px;
	padding-right: 20px;
}


.DropDownList,
.ListBox {
	width: 100%;
	border: 1px #8EA1A6 solid;
	font-size: 12px;
}

.short {
	float: left;
	height: 90px;
}

.tall {
	float: left;
	height: 170px;
}
