/*********** STANDARD HTML STYLES ***********/
body{
	font-size: 0.75em;
	color: #000;
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #c7ab80 url(/images/structure/backgrounds/bodyBG001.gif) top center repeat-y;
}

img{
	border: 0px;
}

a{
	text-decoration: none;
	color: #00aeef;
}

a:hover{
	text-decoration: underline;
	color: #00aeef;
}

hr{
	height: 0px;
	border-top: 1px solid #e3e2e1;
	margin-top: 0px;
	background: #e3e2e1;
}

p{
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}

form{
	margin: 0;
}

h1, h2, h3, h4, h5, h6, h7{
	font-weight: bold;
	padding: 10px 0px;
	margin: 0px;
	color: #000;
}

h1{font-size: 18px;}

h2{font-size: 14px;}
/*********** STANDARD HTML STYLES ***********/



/*********** FUNCTION BAR STYLES ************/
#functionBar{
	height:35px;
	padding:0px;
	background-color: #87431e;
}

#displayVersion{
	padding: 9px 0px 0px 13px;
}

#displayVersion a,
#keyLinks a{
	color: #d4c1a3
}

#keyLinks{
	width: 692px;
	text-align: center;
	padding-top: 9px;
	font-weight: bold;
}

#keyLinks span{
	border-left: 1px #d4c1a3 solid;
	padding-left: 10px;
	margin-left: 10px;
}

#keyLinks .firstKeylink{
	border-left: none;
	padding-left: 0px;
	margin-left: 0px;
}

#keyLinks .firstKeylink a{
	color: #fff;
}

#siteSearch form{
	padding: 0px 5px 0px 0px;
	position: relative;
}

#siteSearch .searchLabel{
	padding-right: 5px;
	position: absolute;
	top: 9px;
	right: 244px;
	color: #fff;
	font-weight: bold;
}

#siteSearch input{
	font-size: 1em;
	width: 191px;
	height: 15px;
	position: absolute;
	top: 6px;
	right: 49px;
	border: 1px solid #7f9db9;	
}

#siteSearch .submit{
	border: none;
	width: 32px;
	height: 17px;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	background: #87431e;
	top: 6px;
	right: 16px;
}
/*********** FUNCTION BAR STYLES ************/




/*********** HEADER ************/
div#innerHeader{
	border-top: solid 2px #fff;
	height: 104px;
	position: relative;
	z-index: 100;
	padding-bottom: 20px;
}

.homepage div#innerHeader{
	padding-bottom: 0px;
}


div#innerHeader .headerInfoBackground{
	height: 73px;
	background-color:#a3b0c0;
}

.homepage div#innerHeader .headerInfoBackground{
	background-color:#000000;

	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}

div#innerHeader .headerInfo{
	position: relative;
	border-bottom: solid 1px #fff;
}


div#innerHeader .headerInfo .logo{
	position: absolute;
	left: 8px;
	top: -63px;
}

div#innerHeader .headerInfo .strapline{
	position: absolute;
	left: 299px;
	color: #fff;
	font-size: 1.7em;
	top: -63px;
}

.homepage div#innerHeader .headerInfo .strapline{
	color: #fff;
}

div#innerHeader .headerInfo .years35{
	position: absolute;
	right: 315px;
	top: -68px;
}

div#innerHeader .headerInfo .freePhone{
	position: absolute;
	right: 24px;
	top: -63px;
}


div#innerHeader .headerMenuBackground{
	height: 30px;
	background-color:#616e7f;
}

.homepage div#innerHeader .headerMenuBackground{
	background-color:#000000;

	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
}

div#innerHeader .headerMenuHolder{
	position: relative;
}

div#innerHeader .headerMenuHolder{
	position: relative;
}


div#innerHeader .headerMenu{
	position: absolute;
	left: 10px;
	top: -23px;
	font-size: 1.2em;
	font-weight: bold;
}

div#innerHeader .headerMenu span{
	border-left: 1px solid #fff;
	padding-left: 10px;
	margin-left: 10px;
}

div#innerHeader .headerMenu .firstItem{
	border-left: none;
	padding-left: 0px;
	margin-left: 0px;
}


div#innerHeader .headerMenu a{
	color: #fff;
}

div#innerHeader .headerLogin{
	position: absolute;
	top: -33px;
	left: 518px;
}

div#innerHeader .headerLogin .formText p{
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	border-left: 1px solid #d4c1a3;
	font-weight: bold;
}

div#innerHeader .headerLogin .formText p a{
	color: #d4c1a3
}


div#innerHeader .headerLogin .logOutLink .formLabelH{
display: none;
}


div#innerHeader .headerLogin .logOutLink .formSummaryH{
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	padding-left: 10px;
	border-left: 1px solid #d4c1a3;
	font-weight: bold;
}

div#innerHeader .headerLogin .logOutLink .formSummaryH a{
	color: #d4c1a3
}
/*********** HEADER ************/


/************ CRUMBTRAIL STYLES *************/
div#crumbtrail{
	display: none;
}
/************ CRUMBTRAIL STYLES *************/


/********** CENTRAL LAYOUT STYLES ***********/
div#innerLeftColumn{}
div#innerRightColumn{}
div#center{}
div.pageTitle{
	font-weight: normal;
	font-size: 1.9em;
	color: #87431e;
	padding: 0px 0px 10px 0px;
}

div.pageCopy{
	position: relative;
	min-height: 590px;
}

div.pageCopy .splashImage{
	position: relative;
	top: -105px;
	z-index: 1;
}
/********** CENTRAL LAYOUT STYLES ***********/



/************** FOOTER STYLES ***************/
div#innerFooter{
	position: relative;
	color: #d4c1a3;
	clear: both;
}

div#innerFooter a{
	color: #d4c1a3;
}

div#innerFooter .footerLinks{
	height: 23px;
	border-bottom: solid 3px #fff;
	background-color: #87431e;
	padding: 10px 0px 0px 14px;
}


div#innerFooter .footerLinks span{
	padding-left: 11px;
}

div#innerFooter .footerLinks .firstItem{
	padding-left: 19px;
}

div#innerFooter .snapperDetails{
	position: absolute;
	top: 10px;
	right: 14px;
}

div#innerFooter .footerSiteMap{
	background-color: #e8dfd2;
	padding: 24px 12px;
	color: #87431e;
	float: left;
	width: 936px;
}
/************** FOOTER STYLES ***************/




/******** GLOBAL ACTIVE FORM STYLES ********/
fieldset, legend{
	border: 0;
	padding: 0;
	margin: 0;
}

form .requiredLabel{
	font-weight: 700;
}

form .errorFlag{
	color: red;
}

.activeForm{
	width:100%;
	float: left;
}

.activeForm .formItemWrapper{
	float:left;
	padding: 0;
	width: 100%;
}

.activeForm .formText{
	padding: 5px 0px 5px 0px;
	float: left;
	width: 100%;
}

.activeForm .formLabelH{
	padding: 5px 5px 5px 0px;
	float:left;
	width: 36%;
	text-align: right;
}

.activeForm .formItemRequiredFlag{
	padding: 5px 0px 0px 3px;
	float:left;
	width: 2%;
}

.activeForm .formSummaryH{
	padding: 5px 25px 5px 0px;
	float:left;
	width: 57%;
	text-align: left;
}

.activeForm .formInputH{
	padding: 2px 25px 5px 0px;
	width: 57%;
	float:right;
}

.activeForm .formLabelV{
	float: left;
	padding: 0px 0px 5px 0px;
	clear:left;
}

.activeForm .formInputV, 
.activeForm .formSummaryV, 
.activeForm .formButton{
	float:left;
	clear:left;
}

.activeForm .sectionTitle{
	font-weight: bold;
	background-color: #616e7f;
	color: #FFFFFF;
	padding: 4px 4px 4px 4px;
	margin: 10px 0px 10px 0px;
	width: 737px;
	font-size: 14px;
}
/******** GLOBAL ACTIVE FORM STYLES ********/



/********* custom styles ***/
.intropanel{
	padding: 10px 10px 0px 10px;
	background: url(/images/structure/backgrounds/introbackground001.gif) top center repeat-x;
	border: 1px solid #a3b0c0;
}

.homepageImageLinks{
	position: relative;
	z-index: 200;
	margin-top: -95px;
}

A.footer {color: #FFFFFF; font-weight: normal;}
A.footer:LINK, {color: #FFFFFF;}
A.footer:HOVER, {color: #FFFFFF; text-decoration: none;}
A.footer:VISITED, {color: #FFFFFF;}

A.footer1 {color: #000000; font-weight: normal;}
A.footer1:LINK, {color: #000000;}
A.footer1:HOVER, {color: #000000; text-decoration: none;}
A.footer1:VISITED, {color: #000000;}
