@charset "utf-8";
/* CSS Document */

#lefttop {
	background: url(../images/left-top.jpg) top no-repeat;
	width:308px;
	height: 92px;
	float: left;
}

#lefttop ul{
	list-style: none;
	margin: 5px 0 0 50px;
	padding: 0;
}

#lefttop ul li {
	display: inline;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 15px 0 0;
	padding: 0;
}

#lefttop a:link, #lefttop a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#lefttop a:hover {
	color: #FFC448;
	text-decoration: none;
}

#righttop {
	background: url(../images/right-top.jpg) top no-repeat;
	width: 708px;
	height: 92px;
	float: left;
	text-align: right;
}

#righttop h1 {
	color: #727C8C;
	font-size: 22px;
	font-weight: normal;
	margin: 10px 30px 0 0;
}

#righttop h2 {
	color: #262361;
	font-size: 16px;
	font-weight: normal;
	margin: 0 30px 0 0;
	font-style:italic;
}

#learnhow {
	width: 294px;
	height: 241px;
	background: url(../images/learnhow_bg.png) top no-repeat;
	float: left;
}

#learnhow h1 {
	font-size: 30px;
	color: #262362;
	margin: 30px 0 0 40px;
	font-weight: normal;
}

#learnhow a:link, #learnhow a:visited {
	color: #262362;
	text-decoration:none;
}

#learnhow a:hover {
	color: #727C8C;
	text-decoration: underline;
}

h1 span.light {
	color: #727C8C;
	font-size: 26px;
}

#learnhow p {
	color: #262362;
	font-size: 19px;
	margin: 20px 0 0 40px;
	font-style: italic;
}

#searchbox {
	width: 281px;
	height: 215px;
	float: left;
	background: url(../images/search_bg.jpg) top no-repeat;
	margin: 10px 0 50px 0;
}

#searchbox h1 {
	color: #262361;
	font-size: 20px;
	margin: 25px 0 0 15px;
	font-weight: normal;
}

form#workComp select#State {
	width: 250px;
	height: 25px;
	margin: 10px 0 0 15px;
	font-size: 15px;
}

form#healthIns select#State {
	width: 250px;
	height: 25px;
	margin: 10px 0 0 15px;
	font-size: 15px;
}
