/*********** HOME AND SWITCH HAVE WIDER LAYOUTS ***********/
.homepage div#innerContainer00{
	width: 979px;
	padding: 0px 9px 0px 12px;
}

.switchHome div#innerContainer10{
	width: 980px;
	padding: 0px 12px 0px 12px;
}
/*********** HOME AND SWITCH HAVE WIDER LAYOUTS ***********/


/*********** STANDARD HTML STYLES ***********/
body{
	font-size: 0.8em;
	color: #898989;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

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{
	display: none;
}
/*********** FUNCTION BAR STYLES ************/



/*********** HEADER ************/
div#innerHeader {
	background: #ffffff;
	margin-bottom: 15px;
	padding-top: 5px;
}

.homepage div#innerHeader,
.switchHome div#innerHeader{
	margin-bottom: 4px;
}

#innerHeader .logo {
	float: left;
	width: 317px;
}

#inlineFunctionBar{
	height:22px;
	padding-top: 5px;
	float: right: 
	width: 680px;
}

#inlineFunctionBar, 
#inlineFunctionBar a{
	color: #898989;
}


#inlineFunctionBar #keyLinks{
	float: right;
	padding-right: 115px;
	font-size: 1.1em;
}

#inlineFunctionBar #keyLinks a{
	padding-right: 20px;
}

#inlineFunctionBar #siteSearch{
	float: right;
}

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

#inlineFunctionBar #siteSearch .seachBox{
	position: absolute;
	top: -4px;
	right: 17px;
}

#inlineFunctionBar #siteSearch .seachBox input{
	width: 101px;
	height: 15px;
	border: 1px solid #bfcedc;
	color: #898989;
}

#inlineFunctionBar #siteSearch .seachButton{
	position: absolute;
	top: -4px;
	right: -8px;
}

#inlineFunctionBar #siteSearch .submit{
	border: none;
	width: 21px;
	height: 20px;
	cursor: pointer;
}

#innerHeader .strapline {
	float: right;
}

#innerHeader .menu {
	float: left;
	clear: both;
	border-top: solid 1px #e6e7e8;
	border-bottom: solid 1px #e6e7e8;
	width: 924px;
	padding: 6px 23px 5px 23px;
	font-size: 1.1em;
}

#innerHeader .menu .link {
	margin-right: 46px;
}

#innerHeader .menu  a{
	color: #898989;
}
/*********** HEADER ************/


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


/********** CENTRAL LAYOUT STYLES ***********/
div#innerLeftColumn{
	padding-left: 0px;
	padding-top: 0px;
}

.switchHome div#innerLeftColumn{
	padding-top: 10px;
	padding-left: 5px;
}

div#innerRightColumn {
	padding-right:10px;
	padding-top:0px;
}

div#center{
	padding:0px 10px 0px 10px;
}

.homepage div#innerContainer00 div#center{
	padding: 0px;
}

.switchHome  div#center{
	padding: 0px;
}

div.pageTitle{
	font-weight: normal;
	font-size: 18px;
	color: #898989;
	padding: 0px 0px 10px 0px;
}

div.pageCopy{
	overflow: hidden;
	
}
/********** CENTRAL LAYOUT STYLES ***********/



/************** FOOTER STYLES ***************/
div#innerFooter{
	margin: 10px 21px 0px 21px;
	padding: 0px 0px 20px 0px;
	color: #898989;
}

div#innerFooter a{
	color: #898989;
	padding-right: 5px;
}

.footerLinks div{
	display: inline;
	padding-right: 5px;
}

div#innerFooter .snapperDetails{
	margin-top: 10px;
	font-size: 0.9em;
	border-top: 1px solid #ecedee;
	text-align: center;
	color: #ecedee;
}

div#innerFooter .snapperDetails a{
	color: #ecedee;
}
/************** 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;
}

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

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

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

.activeForm .formInputH{
	padding: 2px 0px 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;
}
/******** GLOBAL ACTIVE FORM STYLES ********/