html { 
	min-height: 100%; 
	margin-bottom: 1px;
}
body, div, img, form, table, tbody, tfoot, thead, tr, td, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border:0px none;
}
.clearing {
	clear:both;
}
a {
	color: #FC0;
}
h2 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-size: 1.4em;
}
h3 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-size: 1.2em;
}
h4 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 1em;
}
.findhelpbox {
	width: 260px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C30;
	border-bottom-color: #C30;
}
.findhelpbox p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.findhelpbox h3 {
	background-color: #C30;
	padding: 3px;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.findhelprow {
	width: 570px;
	overflow: visible;
	position: relative;
	margin-bottom: 10px;
}
*html .findhelprow {
	width: 280px;
}
img.floatright {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}
#header {
	background-image: url(images/headerpics1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 192px;
	width: 920px;
}
#footer {
	width: 920px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #930;
}

#footerlogo {
	position: absolute;
	right: 0px;
	bottom: 0px;
}


#mainarea {
	position: relative;
	margin-top: 10px;
	margin-right: 45px;
}
#leftcol {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 285px;
}
#leftcol p {
	margin: 0px;
	padding: 0px;
}

#leftcol ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
}
#leftcol ul li a , .submenuheader{
	color: #FFF;
	background-color: #A8A95B;
	text-decoration: none;
	display: block;
	background-image: url(images/navbuttonline.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.submenuheader {
	background-image: none;
}

#leftcol ul li li a {
	background-image: none;
	padding-left: 40px;
}
#leftcol ul li a:hover , #leftcol ul li a.selected{
	background-color: #910427;
}

#leftcol ul ul {
	margin-bottom: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#leftcol ul li {
	margin-bottom: 4px;
	background-color: #A8A95B;
	width: 100%;
}
#rightcol {
	min-height:600px;
	margin-left: 285px;
	color: #FFF;
	background-color: #910427;
	background-image: url(images/contentareabase.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: auto;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 120px;
	padding-left: 10px;
}
* html #rightcol_this_css_rule_currently_disabled {
	height: 600px;
}
#wrapper {
	text-align: left;
	padding: 0px;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#searchform {
	background-color: #910427;
	background-image: url(images/leftcolbase.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 150px;
	padding-right: 20px;
	padding-left: 20px;
}
#searchform label {
	display: block;
	font-style: italic;
	text-transform: uppercase;
	color: #FFF;
	margin: 0px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#searchform #searchfor {
	border-top-color: #A8A95B;
	border-right-color: #A8A95B;
	border-bottom-color: #A8A95B;
	border-left-color: #A8A95B;
}
#searchform #searchgo {
	background-color: #A8A95B;
}
.communitybox {
	float: left;
	height: 90px;
	width: 260px;
	position: relative;
	margin-top: 5px;
	margin-right: 5px;
	background-color: #FFF;
	color: #000;
	padding: 5px;
}
.communitybox img {
	float: right;
}
.communitybox h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.communitybox p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.providerlistbox {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #5E091E;
}
.contactsbox {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #B40531;
	background-color: #B40531;
}

.providerlistbox img.floatright {
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 0px;
}
table.listnavigation {
	color: #D54A71;
}
