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

body {
	margin:0 auto;
	width:100%;
	text-align:center;
	padding:0;
	background:#FFFFFF url(images/bg.jpg) repeat-x top left;
}



p {
	font:11px Arial, Helvetica, sans-serif;
	line-height:14px;
	padding:0 10px 0 10px;
	color:#333333;
}

ul #req{
	font:11px Arial, Helvetica, sans-serif;
	line-height:14px;
	padding:0 10px 0 10px;
	color:#333333;
}


a:link, a:active, a:visited {
	color: #2C4466;
}

a:hover {
	color: #2C4466;
}

li #main {
	font:11px Arial, Helvetica, sans-serif;
	line-height:13px;
	padding:0 10px 0 10px;
}

ul #main {
	font:11px Arial, Helvetica, sans-serif;
	line-height:13px;
	color:#333333;
}


li #main2 {
	font:12px Arial, Helvetica, sans-serif;
	line-height:24px;
	padding:0 10px 0 10px;
	list-style:none;
	list-style-type:decimal;
	}

ul #main2 {
	font:12px Arial, Helvetica, sans-serif;
	line-height:24px;
	color:#333333;
	list-style-type:decimal;
}


#container {
	
	margin:0 auto;
	height:auto;
	text-align:center;
	width:832px;
	background:#FFFFFF url(images/containbg.jpg) repeat-y top left;
}

#containersmall {
	height:auto;
	width:813px;
	margin:0 auto;
	text-align:center;
}

#header {
	height:auto;
	width:813px;
	margin:0 auto;
	padding:10px 0 0 0;
}


#maincontent {
	margin:0 auto;
	text-align:center;
	height:auto;
	width:813px;
	background:url(images/main_bg.jpg) repeat-y top center;
}

.images {
	margin:0 0 0 17px;
	border:0;
}


#floatcontain {
	width:813px;
	float:left;
}


*html #ieworkcenter {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	clear:both;
}

*html #leftcontent {
	margin:0 10px 0 8px;
	width:554px;
	text-align:left;
	height:auto;
	float:left;
}


#leftcontent {
	margin:0 10px 0 17px;
	width:554px;
	text-align:left;
	height:auto;
	float:left;
}


#rightcontent{
	float:left;
	text-align:left;
	padding:10px 10px 0 10px;
	width:212px;
}

#rightcontent p{
	font:12px Arial, Helvetica, sans-serif;
	line-height:16px;
	padding:0 10px 0 8px;
	color:#333333;
}


#benefitsleftcontent {
	margin:0 0 0 5px;
	width:265px;
	text-align:left;
	height:auto;
	float:left;
}

#benefitsrightcontent {
	margin:0 5px 0 0;
	width:265px;
	text-align:left;
	height:555px;
	float:right;
}


/* -------------------------------Navigation Elements Start Here------------------------------- */

div#navigation {
	background:url(images/navbg.jpg) repeat-x top left;
	width:804px;
	height: 30px;
	margin: 0 5px 0 4px;
}

ul#navlist {
	margin: 0 auto;
	list-style: none;
	font-size: 1px;
	padding:0;
	width: 804px;
	overflow: hidden;
	list-style:none;
}

ul#navlist li{
	list-style: none;
	display: inline;
	margin:0;
	padding:0;
	height: 30px;
	overflow: hidden;
}
	
ul#navlist a{
	margin:0;
	cursor: pointer;
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px /* for IE/Win only */
}
	
#navlist a:link,#navigation a:visited{
	background-position: 0 0px;
	display: block;
}

#navlist a:hover{
	background-position: 0 -30px;
	display: block;
}
	
li#home a{
	margin:0 0 0 220px;
	width: 55px;
	background: url(images/hnav.jpg) top left no-repeat;
}

*html li#home a{
	margin:0 0 0 110px;
	width: 55px;
	background: url(images/hnav.jpg) top left no-repeat;
}

li#our a{
	width: 110px;
	background: url(images/ournav.jpg) top left no-repeat;
}
li#apply a{
	width: 100px;
	background: url(images/applynav.jpg) top left no-repeat;
}

li#wow a{
	width: 95px;
	background: url(images/wownav.jpg) top left no-repeat;
}






/* -------------------------------FOOTER NAV------------------------------- */


#footer {
	height:50px;
	clear:both;
	width:800px;
	margin:-0 auto;
	background-color:#FFFFFF;
	font:9px Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#333333;
	font-stretch:condensed;
}



*html #footer {
	height:70px;
	clear:both;
	width:800px;
	margin:-8px auto;
	background-color:#FFFFFF;
	font:9px Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#333333;
	font-stretch:condensed;
}

#footer p {
	font:9px Arial, Helvetica, sans-serif;
	line-height:10px;
	padding:0 0 0 176px;
	color:#333333;
}


#navigation2 {
	width: 804px;
	height: 18px;
	padding:10px 0 0 0;
	margin: 0 auto;
}


ul#navlist2 {
	margin: 0 auto;
	/*list-style: none;*/
	font-size: 9px;
	text-decoration:none;
	padding:0;
	width: 808px;
	overflow: hidden;
	/*list-style:none;*/
}

ul#navlist2 li{
	/*list-style: none;*/
	display: inline;
	margin:0;
	padding:0;
	height: 18px;
	overflow: hidden;
}
	
ul#navlist2 a{
	margin:0;
	cursor: pointer;
	float: left;
	padding: 4px 0 0 0;
	overflow: hidden;
	height /**/:18px /* for IE/Win only */
}
	
#navlist2 a:link,#navigation2 a:visited{
	text-decoration:none;
	display: block;
	color:#333333;
}

#navlist2 a:hover{
	display: block;
	text-decoration:none;
	color:#999999;
}

li#tblogo a {
	background:url(images/footertb.jpg) no-repeat top left;
	width: 120px;
	height:29px;
	font-size:0;
	padding:0 4px 0 4px;
	margin:0 4px 0 20px;
}

	
li#home2 a{
	margin:0 4px 0 20px;
	border:1px #e4e4e4 solid;
	width: auto;
	padding:0 4px 0 4px;
}

li#our2 a{
	width: auto;
	border:1px #e4e4e4 solid;
	padding:0 5px 0 5px;
	margin:0 4px 0 4px;
}





/* -------------------------------H1 Tags Start Here------------------------------- */

h1 {
	font-size:0;
	overflow:hidden;
	margin: 20px 0 0 4px;
	padding-top:20px;/*height of image*/
	height: 0px !important;
	height /**/:20px; /* for IE/Win only */
}

h1#righthead {
padding-top: 40 px;
background: url(images/rightheader.jpg) no-repeat;
}

h1#welcomehead {
padding-top: 15px;
background: url(images/welcomehead.jpg) no-repeat;
}

h1#whyhead {
padding-top: 15px;
background: url(images/whyhead.jpg) no-repeat;
}

h1#loc1 {
padding-top: 40px;
background:url(images/indiana.jpg) no-repeat;
}

h1#loc2 {
padding-top: 40px;
background:url(images/virginia.jpg) no-repeat;
}

h1#loc3 {
padding-top: 40px;
background:url(images/penns.jpg) no-repeat;
}

h1#reqhead {
padding-top: 40px;
background:url(images/reqhead.jpg) no-repeat;
}



h1#emp {
padding-top: 40px;
background:url(images/emp.jpg) no-repeat;
}

h1#guest {
padding-top: 40px;
background:url(images/delux.jpg) no-repeat;
}

h1#homedis {
padding-top: 40px;
background:url(images/homedis.jpg) no-repeat;
}

h1#reloc{
padding-top: 40px;
background:url(images/reloc.jpg) no-repeat;
}


h1#referr{
padding-top: 40px;
background:url(images/referr.jpg) no-repeat;
}

h1#cash{
padding-top: 40px;
background:url(images/cash.jpg) no-repeat;
}

h1#through{
padding-top: 40px;
background:url(images/through.jpg) no-repeat;
}

h1#fourk{
background:url(images/fourk.jpg) no-repeat;
}

h1#discounted{
background:url(images/discounted.jpg) no-repeat;
}

h1#medical{
background:url(images/medical.jpg) no-repeat;
}

h1#educational{
background:url(images/educational.jpg) no-repeat;
}

h1#paid{
background:url(images/paid.jpg) no-repeat;
}

h1#long{
background:url(images/long.jpg) no-repeat;
}

h1#short{
background:url(images/short.jpg) no-repeat;
}

h1#sick{
background:url(images/sick.jpg) no-repeat;
}
