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

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
		
	background: #ADDBE2; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ADDBE2', endColorstr='#006766'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ADDBE2), to(#006766)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ADDBE2,  #006766); /* for firefox 3.6+ */
	
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
form {
	display: inline;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
}
a:link {
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
}
a:visited {
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}
a:active {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}
a.mini {
	font-size: 10px;
}
a.footerlink,a.footerlink:hover {
	color: #fff;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 100;
	color: #C36B2B;
	line-height: 100%;
	letter-spacing: -0.5px;
}
#main H1, #main H2 {
	margin-top:30px;
}
#main H1.nomargin {
	margin-top:0px;
}
H2 {
	font-size: 20px;
	color: #005A65;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 110%;
	font-weight: bold;
	letter-spacing: 0px;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
}
H4 {
	font-family: Arial, Sans serif;
	color: #000000;
	font-size: 13px;
	font-weight: bolder;
}
H5 {
	line-height: 18px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	font-style: italic;
}
H6 {
	line-height: 18px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	font-style: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
}
.SidelinkHead, .SidelinkHead a {
	font-family: MetaBookLF, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 100;
	color: #005A65;
	line-height: 100%;
	letter-spacing: -0.5px;
	text-decoration:none;
}
.SidelinkHead
{
	margin-bottom: 20px;
	border-top: 1px solid #C36B2B; //#005A65;
	border-bottom: 1px solid #C36B2B;
	padding: 7px 5px;	
}
a.SideLinkText {
	line-height: 18px;
	color: #C36B2B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	margin-bottom: 0px;
	margin-top: 10px;
	text-decoration:none;
}
a.SideLinkText:hover {
	color:#F9B077;
}
.SidelinkSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #005A65;
	margin-bottom: 5px;
}
.FooterHead {
	line-height: 22px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 8px;
	padding-left: 0;
}
.FooterSubHead {
	line-height: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0;
}
.FooterText {
	line-height: 18px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0;
}
.pg_header_container {
	background: #006766;
}
#pg_header {
	height: 36px;
	width:960px;
	margin:0 auto;
	position: relative;
}
#pg_header_nav {
	position: absolute;
	background: #006766 url(../images/pg_header_nav_bg.jpg) no-repeat;
	font-size: 75%;
	color: #fff;
	height: 28px;
	width: 415px;
	text-align: center;
	right: 30px;
	padding-top: 8px;
}
#pg_header_nav a {
	color: #fff;
	text-decoration:none;
}
#pg_header_nav a:hover {
	color: #006666;	
}
.pg_footer_container {
	color: #fff;
	background: #027E8C; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#027E8C', endColorstr='#005A65'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#027E8C), to(#005A65)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #027E8C,  #005A65); /* for firefox 3.6+ */
}
.pg_footer {
	width: 914px;
	margin: 0 auto;
	padding: 20px 23px;
	font-size: 70%;
	position: relative;
}
#pg_footer_nav ul {
	list-style: none;
}
#pg_footer_nav ul li {
	float: left;
}
#pg_footer_nav ul li:after {
	content: "|";
	padding: 0 .5em;
}
#pg_footer_nav ul li.last:after {
	content: "";
}
#pg_footer_copyright {
	position: absolute;
	right: 70px;
}
#pg_footer_byline {
	position: absolute;
	right: 70px;
	margin-top:20px auto;
}
#pg_footer_byline a {
	color: #fff;
	font-size:100%;
}
#pg_footer_address {
	float:left;
}
.container {
	width: 914px;
	margin: 0 auto;
	padding: 10px 23px 30px 23px;
	background-color: #fff;
}
.header {
	position: relative;
	height:70px;
	margin-bottom:30px;
}
#header_logo {
	top:10px;
	position:absolute;
}
.search {
	font-size: 8px;
	display: inline;
	position: absolute;
	top: 0px;
	right: 0px;
}
#header_top {
	font-size: 8px;
	display: inline;
	position: absolute;
	top: -8px;
	right: -13px;
}
#search_control {
	float:left;
	width:300px;
	height:45px;
	overflow:hidden;
}
#header_links {
	float:left;
	display:block;
	margin-left:7px;
	padding-top:13px;
}
#nav {
	border-bottom: 1px solid black;
	position:absolute;
	top:50px;
	right:0;
	width: 630px;
	text-align:justify;
}
#nav * {
	display:inline;
}
#nav ul {
	list-style:none;
}
#nav span {
	display: inline-block;
  	position: relative;
  	width: 100%;
  	height: 0;
}
#nav ul li a {
	font-weight: bold;
	font-size: 16px;
	color:#333333;
	text-decoration: none;
}
#nav ul li a:hover {
	color:#FE7D2C;	
}
.home_main {
	clear: both;
	margin-top: 20px;
	margin-bottom: 35px;
	position: relative;
	width: 912px;
}
.home_main_overlay {
	position: absolute;
	left: 5px;
	top: 9px;
	width: 260px;
	background: #fff;
	opacity: 0.8;
	height: 308px;
	padding: 15px;
}
.home_main_btn {
	position: absolute;
	left: 25px;
	top:290px;
}
.home_main_h1 {
	font-family: Georgia;
	font-size: 38px;
	font-style: italic;
	line-height: 110%;
	margin-bottom: 15px;
}
.home_main_p {
	font-family: Georgia;
	font-size: 16px;
	padding-left: 0px;
	margin-top: 15px;
}
.home_sub {
	border-left: 1px solid #006766;
	width: 283px;
	float: left;
	padding: 0 10px;
	height: 650px;
	margin-bottom:0px;
}
.home_sub_h1 {
	background: #006766;
	color: #fff;
	font-size: 19px;
	padding: 8px;
}
.home_sub_right {
	border-right: 1px solid #006766;
	width: 280px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.nopad {
	padding: 0;
}
.inline {
	display: inline;
}
.find_provider_form {
	background-color: #C6D2C9;
	padding: 10px;
	margin-bottom: 20px;
}
.no_bottom_margin {
	margin-bottom: 0;
}
.tight {
	margin-bottom: 5px;
}

#leftrail {
	float: left;
	width: 215px;
}
#leftrail ul {
	list-style:none;
}
ul.indent {
	margin-left:10px;
}
#leftrail ul li {
	/* [disabled]padding-left: 15px; */
	margin-bottom:7px;
}
#main {
	float: left;
	width: 665px;
	margin-left:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	min-height:400px;
}
#main ul,ol {
	margin-left:15px;
	padding-left:15px;
	margin-bottom:1em;
}
#main ul li {
	padding-left:1em;
}
.inner_container {
	padding-bottom: 30px;
	margin-top: 20px;
}
.leadership_name {
	font-size:120%;
	font-weight:bold;
}
.leadership_title {
	font-style: italic;
}
.leadership_label {
	font-weight:bold;
}
.leadership_hr {
	color: #C36B2B;
	background-color: #C36B2B;
	border-color: #C36B2B;
}
.hours {
        color: #048C9A;
        font-weight: bold;
}
.hours_container {
	width:50%;
	border-top: 1px solid #048C9A;
	border-bottom: 1px solid #048C9A;
	padding: 10px 20px;
	margin-bottom:20px;
}
.provider_name {
    font-weight: bold;
    font-size: 125%;
}
#find_provider_control_provider_list table tr {
    
}
#find_provider_control_provider_list table td {
    vertical-align:top;
    padding-bottom:20px;
}
#find_provider_control_provider_list table td img {
    padding-right:20px;
    width:100px;
}
h1.department_provider_listing_header {
    color:#048C9A;
    text-transform:uppercase;
    font-size:18px;
    font-weight:bold;
    border-bottom: 1px solid #C36B2B;
    padding-bottom:10px;
}
#main form {
    background:red;
    margin-left:0;
}