/******************* START STANDARD HTML STYLES ******************/
body{
	font-size: 0.6em;
	color: #554b46;
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/structure/background/bluePinstripe_dec_07_001.gif);
	background-color: #ffffff;
	background-position: center top;
	background-repeat: repeat-x;
}

img{
	border: 0px
}

a{
	text-decoration: none;
	color:#008999;
}

a:hover{
	text-decoration: underline;
	color: #008999;
}


p{
	margin-top: 0px
}

hr{
	height: 1px;
	color:#e3e2e1;
}

form{
	margin: 0px 0px 0px 0px
}
/******************* END STANDARD HTML ELEMENTS ******************/

/* ******************* START PAGE LAYOUT STYLES *******************/
#functionBar{
	height:21px;
	font-size: 1em;
	color: #ffffff;
	background-image: url(/images/structure/functionBar/aboutUsFunctionbar.gif);
	background-position: center top;
	background-repeat: no-repeat;
	font-weight: bold;
}

#displayVersion{
	padding: 3px 0px 0px 10px;
}

#displayVersion a{
	color: #ffffff;
}

#keyLinks{
	padding-top: 4px;
}

#keyLinks a{
	padding-right: 10px;
	color: #ffffff;
}

.searchLabel{
	line-height:0.5em;
	margin:5px 0px 6px 0px;
}
#siteSearch{
	line-height:2em;
	padding: 2px 10px 0px 0px;
}

#siteSearch form{
	margin: 0px;
	padding: 0px
}

#siteSearch input{
	font-size: .85em;
}


#siteSearch .submit{
	border: medium none;
	font-weight: bold;
	width: 30px;
	cursor: pointer;
	color: #ffffff;
	font-size: 0.9em;
	background-color: #008999;
	padding: 0px 0px 1px 0px;
}

div#innerHeader{}

div#site{}

div#innerContainer{
	background-color: #ffffff;
}

div#innerLeftColumn{
	padding:12px 0px 20px 1px;
}

div#innerRightColumn{
	padding:12px 1px 20px 0px;
}

div#center{
	padding: 12px 12px 12px 12px;
}
	
div.pageTitle{
	font-weight: normal;
	font-size: 1.7em;
	padding: 0px 0px 20px 0px;
}

div#innerFooter{
	border-top: 1px solid #66c6ff;
	padding: 10px 0px 20px 0px;
	text-align: center;
	color: #aeaeae;
	background-color: #ffffff;
}

div#innerFooter a{
	color: #aeaeae;
	text-decoration: underline;
}

div#innerFooter a:hover{
	text-decoration: underline;
	color: #ff8003;
}
/********************* END PAGE LAYOUT STYLES ********************/

/************* START CUSTOM PAGE LAYOUT STYLES ************/
div#innerHeader .leftBorder{
	background-image: url(/images/structure/header/BGs/aboutUsHeaderLeft.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
}

div#innerHeader .rightBorder{
	background-image: url(/images/structure/header/BGs/aboutUsHeaderRight.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0px 9px 0px 0px;
}

div#innerHeader .logoBar{
	background-color: #ffffff;
}

div#innerHeader .buttonBar{
	text-align: center;
	background-color: #008999;
	padding: 6px 0px 5px 0px;
}

div#innerHeader .button{
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px 10px 0px 10px;

}

div#innerHeader a{
	color: #ffffff;
}
/*************** END CUSTOM PAGE LAYOUT STYLES *************/

/****************** START STANDARD WIDGET STYLES *****************/
.widget .title{
	color: #008999;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
/******************* END STANDARD WIDGET STYLES ******************/

/******************* START CUSTOM  WIDGET STYLES ******************/
.homePagePromo{
	width: 178px;
}

.webMenu .title{
	color: #ffffff;
	background-color: #008999;
	padding: 5px 5px 5px 5px;
}

.webMenu .menuItem{
	font-weight: bold;
	background-color: #00bbce;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #e8f7ff;
}

.webMenu .child{
	font-weight: normal;
	background-color: #01e4fb;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px solid #e8f7ff;
}

.webMenu .menuItem a{
	color: #3f3f3f;
}
/********************* END CUSTOM WIDGET STYLES ********************/

/**************** ACTIVE FORMS *******************/
.activeForm{
	width: 500px;
	float:left;
}

.activeForm .formMessage{
	width: 100%;
	float:left;
	padding: 0px 0px 10px 0px;
}


.activeForm .formItemWrapper{
	float:left;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.activeForm .formText{
	padding: 5px 0px 5px 0px;
}

.activeForm .formLabelH{
	padding: 5px 5px 5px 0px;
	float:left;
	width: 34%;
	text-align: right;
}

.activeForm .formLabelH .requiredLabel{
	font-weight: 700;
}


.activeForm .formSummaryH{
	padding: 5px 5px 5px 0px;
	float:left;
	width: 64%;
	text-align: left;
}

.activeForm .formInputH{
	padding: 2px 0px 5px 0px;
	width: 64%;
	float:right;
}

.activeForm .formLabelV{
	float: left;
	padding: 0px 0px 5px 0px;
	clear:left;
}

.activeForm .formInputV{
	float:left;
	width: 100%;
	clear:left;
}

.activeForm .formButton{
	float:left;
}

.activeForm .errorFlag{
	color: red;
}
/**************** ACTIVE FORMS *******************/

/******************** custom widget styles **********************/
.aboutUs .title{
color:#008999;

}

.webRegistration .thankYouMessage{
	clear: both;
}
/******************** END custom widget styles ********************/