/*****************************
* General Styles
*****************************/
*{
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active{
	color: #7F1416;
	text-decoration: underline;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

a.boldlink{
	font-weight: bold;
}

a.boldblacklink, a.boldblacklink:visited, a.boldblacklink:active{
	font-weight: bold;
	color: #000000;
}

a.boldblacklink:hover{
	color: #7F1416;
	text-decoration: underline;
}

a.titlelink, a.titlelink:visited, a.titlelink:active{
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
	text-decoration: none;
}

a.titlelink:hover{
	text-decoration: underline;
}

a.blacktitlelink, a.blacktitlelink:visited, a.blacktitlelink:active{
	color: #000000;
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 25px;
}

a.blacktitlelink:hover{
	color: #7F1416;
	text-decoration: underline;
}

body{
	background-color: #666666;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
  	font-weight: normal;
	line-height: 1.4;
}

h1, h2, h3, h4, h5{
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

h1{
	font-size: 2.0em;
}

h2{
	font-size: 1.8em;
}

h3{
	font-size: 1.6em;
}

h4{
	font-size: 1.4em;
}

h5{
	font-size: 1.2em;
}

img{
	border: 0;
}

p{
	text-indent: 20px;
}

ul{
	list-style-type: none;
	line-height: 2.0;
}

/*****************************
* Styles by Class
*****************************/
.bold_italic{
	font-style: italic;
	font-weight: bold;
}

.bold_maroon{
	color: #7F1416;
	font-weight: bold;
	font-style: normal;
}

.bold_red{
	color: #FF0000;
	font-weight: bold;
	font-style: normal;
}

.bold_text{
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

.center{
	text-align: center;
}

.clear_left{
	clear: left;
}

.left_pic{
	border: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
}

.mini_pic_right{
	float: right;
	border: 1px solid #000000;
	margin-left: 5px;
}

.mini_pic_left{
	float: left;
	border: 1px solid #000000;
	margin-left: 5px;
	margin-right: 5px;
}

.narrow_box{
	width: 150px;
	border: 1px solid #000000;
	padding-bottom: 5px;
	margin-left: 15px;
	margin-bottom: 15px;
	background: #FFFFC9 url("/images/narrow_box_background.jpg");
	background-repeat: repeat;
}

.narrow_box_content{
	padding-left: 5px;
}

.narrow_box_content ul{
	padding-left: 0px;
	line-height: 1.6;
}

.narrow_box_header{
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
	background: #660E10 url("/images/narrow_box_banner.jpg");
	background-repeat: repeat;
	padding-left: 5px;
	margin-bottom: 5px;
	border: 0px;
}

.normal_text{
	font-weight: normal;
}

.padded_bullet_list{
	padding-left: 20px;
	padding-top: 5px;
	list-style-type: disc;
}

.padded_list{
	padding-left: 20px;
	padding-top: 5px;
}

.padded_ordered_bold_list{
	padding-left: 20px;
	padding-top: 5px;
	font-weight: bold;
}

.page_title{
	font-size: 2.0em;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	line-height: 90%;
}

.prop{
	float: right;
	width: 1px;
	height: 300px;
}

.prop_stop{
	clear: both;
	height: 1px;
	overflow: hidden;
}

.provider_lg_pic{
	border: 0px;
	float: right;
	padding-top: 9px;
	padding-left: 11px;
	padding-bottom: 0px;
}

.provider_lg_pic_left{
	border: 0px;
	float: left;
	padding-top: 9px;
	padding-left: 11px;
	padding-bottom: 0px;
}

.provider_sm_pic{
	float: left;
	border: 0px;
	padding-right: 10px;
}

.right_pic{
	border: 0px;
	float: right;
	padding-top: 5px;
	padding-left: 12px;
	padding-bottom: 5px;
}

.unspaced_bullet_list{
	list-style-type: disc;
	padding-left: 20px;
	padding-top: 5px;
	line-height: 1.4;
}

.unspaced_list{
	list-style-type: none;
	padding-left: 20px;
	padding-top: 5px;
	line-height: 1.4;
}

.wide_box{
	width: 375px;
	border: 1px solid #000000;
	margin-bottom: 20px;
}

.wide_box_header{
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
	background: #660E10 url("/images/wide_box_banner.jpg");
	background-repeat: repeat-y;
	margin-bottom: 5px;
	padding-left: 5px;
}

.wide_box_content{
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.wide_box_content ul{
	line-height: 1.6;
	padding-left: 20px;
	padding-top: 5px;
}

/*****************************
* Styles by ID
*****************************/
#banner_pane{
	width: 602px;
	height: 200px;
}

#banner_pane img{
	vertical-align: bottom;
}

#content_left{
	float: left;
	width: 375px;
}

#content_pane{
	width: 557px;
	padding-top: 20px;
	padding-left: 30px;
}

#content_right{
	float: right;
	padding-right: 5px;
	padding-top: 7px;
}

#directions{
	width: 500px;
	margin: 0 auto;
}

#footer_pane{
	text-align: center;
	font-weight: normal;
	font-size: 90%;
	width: 557px;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#leftcol{
	width: 150px;
	background-color: #660E10;
	vertical-align: top;
}

#logo_pane{
	background-color: #660E10;
	width: 150px;
	height: 190px;
}

#logo_pane img{
	border: 0px;
	vertical-align: bottom;
}

#main_table{
	margin: 0 auto;
	width: 770px;
}

#map{
	margin: 0 auto;
	width: 500px;
	height: 400px;
}

#nav_pane{
	background-color: #660E10;
	width: 150px;
}

#nav_pane ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: normal;
}

#nav_pane li{
	background-color: #660E10;
}

#nav_pane a{
	display: block;
	width: 138px;
	padding: 4px 2px 4px 10px;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	background: #660E10 url("/images/nav_button.jpg");
	background-repeat: repeat;
}

#nav_pane a:link, #nav_pane a:active, #nav_pane a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}

#nav_pane a:hover {
	background: #EEEEEE url("/images/nav_button_rollover.jpg");
	background-repeat: repeat;
	color: #660E10;
}

#rightcol{
	width: 620px;
	background-image: url("/images/background.gif");
	background-repeat: repeat-y;
	vertical-align: top;
}
