/* Start CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:disc;
	margin-left: 20px;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym  {
	border:0;
}
/* End CSS Reset */




body{
	font-size: 12px;
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	
	color: #3c3b3b;
}

h1{
	font-size: 28px;
	line-height: 34px;
	font-family: Georgia;
	font-style:italic;
	color: #1ba4d0;
	margin: 0px 0px 16px 0px;
}
h2{
	font-size: 20px;
	font-family: Georgia;
	font-style:italic;
	color: #1ba4d0;
	margin: 0px 0px 16px 0px;
}

h2 a:hover{
	text-decoration: none;
	border:none;
}

a, a:link, a:visited{
	color: #1ba4d0;
	text-decoration:none;
	outline: none;
}
a:hover{
	color: #1ba4d0;
	text-decoration:underline;
}

.hr_gray{
	height: 1px;
	color: #a5a5a5;
	border-top: solid 1px #a5a5a5;
	background: white;
	width: 100%;
	font-size: 0px;
}

.hr_blue{
	height: 1px;
	color: #338ea9;
	border-top: solid 1px #338ea9;
	background: white;
	width: 100%;
	font-size: 0px;
}
.hr_services{
	margin:20px 0px 20px 0px;
}

.bodyContainer{
	width:995px;
	margin-left:auto;
	margin-right:auto;
}

.homeContent{
	padding: 15px 0px 80px 3px;
	width: 502px;
}
.hometile{
	background:url(../images/homenav_bg.gif) no-repeat;
	height: 79px;
	width: 121px;
	float:left;
	text-align:center;
	padding-top: 37px;
	line-height: 14px;
	color: #999;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 3px;
}
.hometile_on{
	background:url(../images/homenav_bg_over.gif) no-repeat;
	color: #fff;
}
.hometile_over{
	color: #1ba4d0;
}
.hometilecontentlearnmore{
	margin-top: 30px;
	font-family: Georgia;
	font-style:italic;
}
.hometilecontent{
	margin: 0px 10px 0px 2px;
	height:190px;
}

.shadowedContent{
	background: white;
	padding: 15px 24px 20px 24px;
	width: 448px;
}
.mainShadowTop{
	height: 10px;
	background:url(../images/main_shadow_top.png) no-repeat;
}
.mainShadowLeft{
	width: 4px;
	background:url(../images/main_shadow_left.png) repeat-y;
}
.mainShadowRight{
	width: 5px;
	background:url(../images/main_shadow_right.png) repeat-y;
}
.mainShadowBottom{
	height: 18px;
	background:url(../images/main_shadow_bottom.png) no-repeat;
}

.sidebarContent{
	background: white;
	padding: 0px 12px 0px 12px;
	width: 241px;
}
.sidebarShadowLeft{
	width: 4px;
	background:url(../images/sidebar_shadow_left.png) repeat-y;
}
.sidebarShadowRight{
	width: 4px;
	background:url(../images/sidebar_shadow_right.png) repeat-y;
}
.sidebarShadowBottom{
	height: 18px;
	background:url(../images/sidebar_shadow_bottom.png) no-repeat;
}
.sidebarContentOffset{
	margin-top:-24px;
	position:relative;
}
.sidebarText{
	margin: 0px 6px 0px 6px;
}



.backToTop{
	font-family: Georgia;
	font-style:italic;
	font-size: 10px;
	text-align:right;
}

#FormErrorsMessage{
	display:none;
	text-align: left;
	color: red;
	margin-bottom: 10px;
}
.careerlistitem{
	font-family: Georgia;
	font-style:italic;
}
.careerarrow{
	/* do this for IE6 */
	margin: 7px 0px 1px 0px;
}
.careerdescription{
	display:none;
	border: solid 1px #E5E5E5;
	background: #F9F9F9;
	margin: 5px 0px 10px 20px;
	padding:15px;
}
.formSection{
	margin-bottom: 10px;
}
.infotext, select{
	border: solid 1px #E5E5E5;
	padding:4px;
	margin: 0px 6px 6px 0px;
	background: #F9F9F9;
	width: 60px;
}
.required{
	border: solid 1px #8CBFD0;
}
.infotext_empty{
	color: #aaa;
}
.infotext_error{
	border: solid 1px red;
}
.formFull{
	width: 372px;
	max-width: 372px;
}
.form2thirds{
	width:271px;
	max-width: 271px;
}
select.form2thirds{
	width:281px;
	max-width: 281px;
}
.stateselect{
	margin: 0px;
	width: 279px;
	border: none;
}
textarea{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	resize: vertical;
}
.zebraAlt{
	background: #eee;
}
.radioQuestionForm{
	width: 445px;
}
.radioQuestionForm td{
	padding: 2px;
}
