@import url("reset.css");

html {
	/* always show vertical scroll bar in FF so screen doesn't jump */
	overflow-y: scroll;
}

body {
	background: white url(../images/bg_grad.jpg) repeat;
	font-family: Tahoma,Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-style: normal; 
	font-size: 11px;
	color: #565656;
}

h1 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 13px; 
	color: #094675;
	margin: 20px 0;
}

h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px; 
	color: #094675;
}

h3 {
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #094675;
}

p {
	line-height: 18px;
}

ul {
	list-style-type: none;
}

li {
	background: url(../images/bullet.gif) no-repeat;
	padding-left: 18px;
	margin-bottom: 8px;
}
	
input {
	font-size: 11px;
	color: #565656;
}

input[type=text] {
	display: block;
	margin-bottom: 8px;
	border: 1px solid #094675;
}

input[type=checkbox], input[type=radio]
{
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}

input[type=radio]
{
	bottom: 2px;
}

label {
	padding-top: 4px;
	padding-right: 4px;
}

span.inputLabel {
	display: block;
	clear: both;
	float: left;
	width: 200px;
	text-align: right;
}

span.inputField {
	display: block;
}


label.required {
	background: url(../images/required.gif) no-repeat top left;
	margin-left: 12px;
	padding-left: 12px;
}

strong {
	font-weight: bold;
}

a {
	color: #094675; 
	text-decoration: none
}

a:hover { 
	text-decoration: underline
}

#shadowContainer {
	background: url(../images/shadow.gif) no-repeat top;
	width: 732px;
	margin: 0px auto;
}

#mainContainer {
	background: white url(../images/content.gif) repeat-y top;
	position: relative;
	left: 6px;
	width: 720px;
}

#flashHeader {
	width: 720px;
	height: 200px;
}

#leftNav {
	background: white url(../images/leftNav_drop.jpg) no-repeat right top;
	position: relative;
	left: 5px;
	float: left;
	width: 206px;
}

#menu {
	background: url(../images/leftNav_menu_bg.gif) no-repeat;
	margin-left: 10px;
	height: 112px;
	width: 162px;
}

#menu ul {
	font-size: 10px;
	font-family: Tahoma, Arial, Geneva, sans-serif; 
	font-weight: bold; 
	list-style-image: none;
	list-style-type: square;
	list-style-position: inside;
	color: #8adbff;
	padding-top: 8px;
  margin-left: 16px;
	line-height: 23px; 
}

#menu li {
	background: none;
	padding-left: 0;
	margin-bottom: 0;
}

#menu a {
	color: white;
}

#menu a:hover {
	color: #8adbff;
	text-decoration: none;
}

#menu .popup ul {
	font-size: 11px;
	font-family: Tahoma, Arial, Geneva, sans-serif; 
	font-weight: normal; 
	list-style-type: none;
	list-style-position: outside;
	background-color: #094675;
	padding: 2px;
}

#menu .popup a {
	display: block;
	padding-left: 10px;
	color: white;
	text-decoration: none;
	height: 23px;
}

#menu .popup a:hover {
	background-color: #e5e5e5;
	color: #094675;
}

#aboutPopup {
	display: none;
	position: absolute;
	left: 140px;
	top: 8px;
	width: 155px;
	z-index: 100;
}

#employmentPopup {
	display: none;
	position: absolute;
	left: 140px;
	top: 30px;
	width: 155px;
	z-index: 100;
}

#servicePopup {
	display: none;
	position: absolute;
	left: 140px;
	top: 52px;
	width: 155px;
	z-index: 100;
}

#client {
	background: url(../images/client_bg.gif) no-repeat;
	margin-top: 17px;
	margin-left: 9px;
	width: 164px;
	height: 165px;
}

#client a.clientLogin {
	display: block;
	background: url(../images/clientLogin.gif) no-repeat;
	position: relative;
	top: 23px;
	left: 8px;
	width: 150px;
	height: 32px;
}

#client a.clientLogin:hover {
	background-position: -150px;
}

#client a.clientReg {
	display: block;
	background: url(../images/clientReg.gif) no-repeat;
	position: relative;
	top: 81px;
	left: 8px;
	width: 150px;
	height: 32px;
}

#client a.clientReg:hover {
	background-position: -150px;
}

#established {
	margin: 49px 0px 20px 27px;
}

#content {
	float: right;
	width: 483px;
	padding-right: 23px; 
}

#stateNav ul {
	margin-top: 13px;
	height: 30px;
}

#stateNav li {
	background: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#homeList1 {
	float: left;
}

#homeList2 {
	float: right;
	width: 180px;
	text-align: left;
}

#homeLeft {
	float: left;
	width: 280px;
	padding-top: 40px;
}

#homeRight {
	float: right;
	width: 200px;
	padding-top: 40px;
}

#whatLinks {
	margin: 25px 0;
}

#whatLinks a {
	margin-right: 25px;	
}
	
#topLinks {
	margin: 23px 0px 23px 5px;
	text-align: left;
	color: #a7a7a7;
}

#topLinks a {
	font-size: 10px; 
}
	
#bottomLinks {
	margin: 20px 0;
	text-align: center;
	color: #a7a7a7;
}

#bottomLinks a {
	font-size: 9px;
	line-height: 18px;
	margin: 0 3px;
	color: #4a779a;
}

#officeList {
	margin: 20px 0;
	width: 100%;
}

#officeList li {
	background: none;
	display: inline;
	float: left;
  margin: 0;
	padding-left: 0;
  padding-right: 22px;
}

#officeList h3 {
	padding-bottom: 5px;
}

#footer {
	position: relative;
	background: url(../images/footer.gif) no-repeat;
	clear: both;
	width: 720px;
	height: 140px; 	
}

#carbon42 {
	position: absolute;
	top: 20px;
	left: 569px;
	height: 19px;
	width: 147px;
}

#recaptcha_widget_div {
	width: 100%;
	text-align: center;
}

#recaptcha_area {
	margin: 15px auto;
}

#terms p {
	padding: 10px 0;
}

.bPad10 {
	padding-bottom: 10px;
}

.bPad15 {
	padding-bottom: 15px;
}

.bPad20 {
	padding-bottom: 20px;
}

.tPad15 {
	padding-top: 15px;
}

.tPad20 {
	padding-top: 20px;
}

.lPad5 {
	padding-left: 5px;
}

.rPad15 {
	padding-right: 15px;
}

.hLtBlue {
	font-weight: bold;
	color: #7D909F;
}	

.hDkBlue {
	font-weight: bold;
	color: #094675;
}
	
.small {
	font-size: 10px; 
}
	
.large {
	font-size: 13px;
}

.stateNav01 {
	float: left;
	background: url(../images/stateNav_01.gif) no-repeat top left;
	width: 112px;
	height:18px;
}

.stateNav01:hover {
	background-position: -112px;
}

.stateNav02 {
	float: left;
	background: url(../images/stateNav_02.gif) no-repeat;
	margin-left: 34px;
	width: 115px;
	height: 18px;
}

.stateNav02:hover {
	background-position: -115px;
}

.stateNav03 {
	float: left;
	background: url(../images/stateNav_03.gif) no-repeat;
	margin-left: 30px;
	width: 84px;
	height: 18px;
}

.stateNav03:hover {
	background-position: -84px;
}

.stateNav04 {
	float: left;
	background: url(../images/stateNav_04.gif) no-repeat;
	margin-left: 30px;
	width: 56px;
	height: 18px;
}

.stateNav04:hover {
	background-position: -56px;
}

.stateMap {
	float: right;
	margin: 2px 2px 3px 3px;
}

.clearThis {
	clear: both;
}

.clearLeft {
	clear: left;
}
	
.center {
	text-align: center;
}

p.left {
	float: left;
	width: 241px;
}

p.right {
	float: right;
	width: 241px;
}

div.left {
	float: left;
	width: 241px;
}

div.right {
	float: right;
	width: 241px;
}

div.hr {
	height: 1px;
	width: 100%;
	background: url(../images/dottedBar.gif) repeat-x top left;
}

div.advantage {
	padding-top: 25px;
	margin-bottom: 20px;
}

div.advantage h1 {
	display: inline;
}

div.advantage li {
	line-height: 16px;
	margin-bottom: 10px;
}

div.bulletHeader {
	background: url(../images/bullet2.gif) no-repeat top left;
	margin-top: 35px; 
	padding-left: 15px;
}

div.bulletHeader h3 {
	display: inline;
}

div.bulletHeader h2 {
	display: inline;
}

div.bulletHeader div.hr {
	margin-top: 7px;
	margin-bottom: 27px;
}

a.backToTop {
	font-size: 10px;
	font-weight: normal;
	margin-left: 12px;
}

img.left {
	float: left;
	margin: 2px;
}

img.right {
	float: right;
	margin: 2px;
}

ul.supportLeft {
	float: left;
	margin-top: 15px;
}

ul.supportRight {
	float: right;
	margin-top: 15px;
	margin-right: 60px;
}

