/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#CCEAF6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

body {
	background-image: url(images/bg-strip2.gif);
	background-repeat: repeat-x;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #FFFFFF;
}

div#header {
		padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 900px;
	height: 230px;
	background-image: url(../images/bg-strip2.gif);
	background-repeat: repeat-x;
}

div#header p {
		margin:0;
	}
	
#menu {
	margin: 0px;
	height: 88px;
	width: 650px;
	padding: 0px;
	float: left;
}
#ad1 {
	margin: 0px;
	height: 110px;
	width: 900px;
	background-color: #40BBDD;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#logo {
	height: 88px;
	width: 250px;
	float: left;
	margin: 0px;
	padding: 0px;
}

div#bod-content {
	background-color: #FFFFFF;
	width: 900px; /* bottom padding for footer */
	padding-bottom: 1em;
}

#left-col {
	width: 254px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCEAF6;
}
#left-col .content{
	/*width: 214px;*/
	text-align: left;
	*padding: 0px; /*IE7 and below*/
	_padding: 0px;
	padding-top: 27px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
		height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
#ad2 {
	background-color: #FFF2BF;
	height: 180px;
	width: 100%;
	/*vertical-align: top;*/
	margin: 0px;
	padding: 0px;
}

#mid-col {
	width: 254px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCEAF6;
}
#mid-col .content{
	width: 214px;
	text-align: left;
	*padding: 0px; /*IE7 and below*/
	_padding: 0px;
	padding-top: 27px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.flush {
	margin-left: -22px;
	line-height: 17px;
	padding-bottom: 10px;
}



#right-col {
	width: 390px;
	text-align: center;
}

#right-col .content{
	width: 350px;
	text-align: left;
	*padding: 0px; /*IE7 and below*/
	_padding: 0px;
	padding-top: 27px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}

.content p {
line-height: 1.4em;
}

.summaries p {
line-height: 1.4em;
}

#form-container {
	width: 344px;
	background-image: url(../images/moreinfo2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: auto;
	background-color: #2AA8D8;
	margin-bottom: 10px;
}


#fs-form {
	width: 309px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #2AA8D8;
	margin: 0px;
	position: relative;
	top: 52px;
	color: #FFFFFF;
}

#image4 {
	margin-top: 20px;
}

#request-more-info {
	height: 71px;
	width: 344px;
	background-image: url(../images/moreinfo2.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}



/* 
  ------------------------------------------------
menu tabs
  ------------------------------------------------
*/
.shadetabs {
	height: 30px;
	width: 650px;
	position: relative;
	top: 59px;
}

.shadetabs ul{
	margin-left: 0;
	margin-top: 4px;
	margin-bottom: 2px;
	list-style-type: none;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	margin-right: 3px;
	color: #FFFFFF;
	background-color: #048BC0;
	background-image: url(../images/shade.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #38C6E5;
	border-right-color: #38C6E5;
	border-left-color: #38C6E5;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #38C6E5;
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #FFFFFF;
}

.shadetabs li.selected{
	position: relative;
	border-bottom-style: none;
	top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(../images/shadeactive.gif);
	color: #01597E;
	font-weight: bold;
	background-color: #2AA8D8;
	border-bottom-style: none;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}


/* 
  ------------------------------------------------
end menu tabs
  ------------------------------------------------
*/




/* 
  ------------------------------------------------
form tabs
  ------------------------------------------------
*/

.shadetabs2 {
	height: 30px;
	width: 315px;
	position: relative;
	top: 58px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.shadetabs2 ul{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}

.shadetabs2 li{
	display: inline;
	text-decoration: none;
	margin-right: 3px;
	color: #FFFFFF;
	background-color: #017CAE;
	background-image: url(../images/shade.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #38C6E5;
}

.shadetabs2 li a:visited{
color: #FFFFFF;
}

.shadetabs2 li a:hover{
color: #FFFFFF;
}

 /*selected main tab style */
 .shadetabs2 li.selected{
	position: relative;
	border-bottom-style: none;
	top: 1px;
	background-image: url(../images/shadeactive.gif);
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2AA8D8;
	border-bottom-style: none;
}

.shadetabs2 li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.shadetabs2b li{
	text-decoration: none;
	margin-right: 3px;
	color: #FFFFFF;
	background-color: #017CAE;
	background-image: url(../images/shade.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #38C6E5;
}

.button {
	background-color: #017CAE;
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: bold;
	vertical-align: middle;
	font-size: 14px;
	letter-spacing: 0.1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #017CAE;
	border-right-color: #017CAE;
	border-bottom-color: #000000;
	border-left-color: #017CAE;
	margin-top: 6px;
	margin-bottom: 1px;
	height: 30px;
	width: 80px;
}

.button {
	background-color: #017CAE;
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: bold;
	vertical-align: middle;
	font-size: 12px;
	letter-spacing: 0.1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #017CAE;
	border-right-color: #017CAE;
	border-bottom-color: #000000;
	border-left-color: #017CAE;
	margin-top: 6px;
	margin-bottom: 1px;
	height: 30px;
	width: 120px;
}
.button:hover {
	background-color: #99CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #017CAE;
	border-right-color: #017CAE;
	border-bottom-color: #000000;
	border-left-color: #017CAE;
	letter-spacing: 0.1em;
	color: #01577C;
}

.flush {
	margin-left: -22px;
	line-height: 17px;
	padding-bottom: 10px;
}
.line-height {
	line-height: 15px;
}

/* 
  ------------------------------------------------
end form tabs
  ------------------------------------------------
*/


.blue-div-small {
	height: 2px;
	width: 174px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCEAF6;
	margin: 0px;
}


.blue-div {
	height: 2px;
	width: 99%;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCEAF6;
	margin: 0px;
}

div#footer {
	position:relative;
	width:100%;
	bottom:0; /* stick to bottom */
	background-color: #017CAE;
	font-size: 11px;
	text-align: center;
	height: 40px;
	color: #FFFFFF;
	padding-top: 10px;
	clear: both;
}

div#footer a:link {
	color: #FFFFFF;
}

div#footer a:visited {
	color: #FFFFFF;
}

div#footer a:active {
	color: #FFFFFF;
}

div#footer a:hover {
	color: #FFCC33;
}

.tb-frame {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCEAF6;
	border-bottom-color: #CCEAF6;
	padding-top: 10px;
	padding-bottom: 4px;
}
ul {
	margin-bottom: 5px;
	padding-bottom: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	color: #016996;
}


a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}
#mid-col2 {
	width: 423px;
	text-align: center;
}
#mid-col2 .summaries {
	width: 393px;
	text-align: left;
	*padding: 0px; /*IE7 and below*/
	_padding: 0px;
	padding-top: 27px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.image-left {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#right-col2 {
	width: 174px;
	text-align: left;
}
#right-col2 .content {
	width: 124px;
	text-align: left;
	*padding: 0px; /*IE7 and below*/
	_padding: 0px;
	padding-top: 27px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#mid-col3 {
	width: 423px;
	text-align: center;
}
#mid-col3 .article {
	width: 393px;
	text-align: left;
	*padding: 0px; /*IE7 and below*/
	_padding: 0px;
	padding-top: 27px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#mid-col3 .payScaleWidgetLarge {
	width: 393px;
	text-align: center;
	*padding: 0px; /*IE7 and below*/
	_padding: 0px;
	padding-top: 27px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#right-col3 {
	width: 174px;
	text-align: left;
}
#right-col3 .content {
	width: 180px;
	text-align: left;
	*padding: 0px; /*IE7 and below*/
	_padding: 0px;
	padding-top: 27px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#contact-col {
	width: 620px;
	text-align: center;
}
#contact-col .content {
	width: 590px;
	text-align: left;
	*padding: 0px; /*IE7 and below*/
	_padding: 0px;
	padding-top: 27px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.call-out-box {
	padding: 0px;
	height: auto;
	width: 174px;
	margin-top: 0px;
	margin-bottom: 10px;
	border: 1px solid #017BAB;
}
.call-out-box-wide {
	padding: 0px;
	height: auto;
	width: 342px;
	margin-top: 0px;
	margin-bottom: 10px;
	border: 1px solid #017BAB;
}
#body-head-image {
	background-image: url(../images/biz-head4.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 106px;
	width: 644px;
}
.call-out-box .title {
	background-color: #017BAB;
	width: 154px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	line-height: 120%;
	margin-bottom: 10px;
}
.call-out-box-wide .title {
	background-color: #017BAB;
	width: 323px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	line-height: 120%;
	margin-bottom: 10px;
}

.call-out-body {
	width: 154px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.call-out-body li {
	margin-left: -24px;
	line-height: 130%;
	padding-bottom: 10px;
	}
	
.summary-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	color: #990033;
	margin-bottom: 0px;
	font-weight: bold;
}

.summary-title a:link {
	color: #990033;
	text-decoration: none;
}
.summary-title a:visited {
	color: #990033;
	text-decoration: none;
}
.summary-title a:active {
	color: #990033;
	text-decoration: none;
}
.summary-title a:hover {
	color: #006699;
	text-decoration: underline;
}



.summary-box {
	margin-top: 0px;
	margin-bottom: 30px;
}
.summary-box p{
	margin-top: 0px;
}

.article-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990033;
	font-weight: bold;
	margin-bottom: 18px;
}


.article-box {
	margin-top: 0px;
	margin-bottom: 30px;
}
.article-box p{
	margin-top: 0px;
}

a.more:link {
	COLOR: #0000CC;
	text-decoration: underline;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
a.more:visited {
	COLOR: #0000CC;
	font-weight: normal;
	text-decoration: underline;
}
a.more:active {
	COLOR: #0000CC;
	font-weight: normal;
	text-decoration: underline;
}
a.more:hover {
	COLOR: #990033;
	font-weight: normal;
	text-decoration: underline;
}
#bbb {
	background-color: #FFFFFF;
		float: left;
		height: 55px;
	width: 132px;
	float: left;
}
#ad3 {
	height: 600px;
	width: 160px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFF2BF;
}
.white-line {
	padding-top: 0px;
	padding-bottom: 0px;
	height: 1px;
	width: 99%;
	background-color: #A5DBEF;
	margin-top: 6px;
	margin-bottom: 6px;
}
.formElement{
	font-family: Verdana;
	font-size: 11px;
	width: 160px;
}
.formElementSelect{
	font-family: Verdana;
	font-size: 11px;
	width: 165px;
	height: 18px;
}
.formElementSelectWide{
	font-family: Verdana;
	font-size: 11px;
	width: 229px;
}
.formElementSelectNarrow{
	font-family: Verdana;
	font-size: 11px;
	width: 100px;
}
.formElementSelectExtraWide{
	font-family: Verdana;
	font-size: 10px;
	width: 300px;
	height: 17px;
}
.formElementSelectExtraWide2{
	font-family: Verdana;
	font-size: 11px;
	height: 17px;
	width: 300px;
}
.formEducationDropDown{
	font-family: Verdana;
	font-size: 11px;
	width: 229px;
}
.formElementDropDownStandard{
	font-family: Verdana;
	font-size: 11px;
	width: 200px;
}