@charset "UTF-8";


p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#layout {
	width: 1000px;
	background-image: url(/images/index_background.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px;
}

#header {
	width: 1000px;
	background-image: url(/images/index_header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 76px 0px 0px 0px;
}

#footer {
	width: 1000px;
	background-image: url(/images/index_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 0px 0px 46px 0px;
}

#leftcontent {
	float: left;
	width: 148px;
	margin: 0px 0px 0px 10px;
	padding: 50px 0px 250px 0px;
}


#layout2 {
	width: 1000px;
	background-image: url(/images/index_background_2.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px;
}

#header2 {
	width: 1000px;
	background-image: url(/images/index_header_2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 76px 0px 0px 0px;
}
#footer2 {
	width: 1000px;
	background-image: url(/images/index_footer_2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 0px 0px 46px 0px;
}

#centercontent2 {
	float: left;
	width: 832px;
	margin: 0px;
	padding: 0px;
}

#centercontent {
	float: left;
	width: 654px;
	margin: 0px;
	padding: 0px;
}

#contentarea {
	margin: 0px;
	padding: 30px;
}

#rightcontent {
	float: left;
	width: 178px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 100px 0px;
}

#findprovider {
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 10px;
	border-bottom: 2px solid #FFFFFF;
}

#footercontent {
	clear: both;
	width: 1000px;
	height: 9px;
	margin: 0px;
	padding: 0px;
}

#disclaimer {
	font-size: 10px;
	margin: 0px;
	padding: 15px 30px 15px 30px;
	border-top: 1px solid #999999;
}

/* Headings */

h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 28px;
	color: #007cc2;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

/* List Buttons */

#listtitle {
	font-size: 14px;
	border-top: 1px dotted #CCCCCC;
	padding: 5px 0px 0px 0px;
}

#listbuttons {
	padding: 5px 0px 10px 0px;
}

#listbuttons a:link, #listbuttons a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration:none;
	text-transform: uppercase;
}

#listbuttons a:hover {
	color: #007cc2;
}

/* Text Styles */

.phonenumbers {
	font-size: 16px;
	font-weight: bold;
}

.captions {
	font-size: 11px;
}
