/* CSS Document */

/* Typography
------------------------------*/
body {
	color: #65696A;
	font-family: Museo300, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

/* Base
------------------------------*/
#content h1:first-child {
    padding-top: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #44B649;
	font-weight: normal;
	padding: 20px 0 5px 0;
}
h1, h3, h4, h5, h6 {
	font-family: Museo700, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3 {
	padding: 20px 0 5px 0;
}
h4, h5, h6 {
	padding: 15px 0 5px 0;
}
h1 {
	font-size: 40px;
	line-height: 42px;
	font-weight: normal;
	padding-bottom: 25px;
}
h2 {
	font-family: Museo300, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 32px;
}
h3 {
	font-size: 24px;
	line-height: 26px;
}
h4 {
	font-size: 21px;
	line-height: 23px;
}
h5 {
	font-size: 18px;
	line-height: 20px;
}
h6 {
	font-size: 14px;
	line-height: 20px;
}
p {
	padding: 5px 0 10px 0;
}

/* Additional Type
------------------------------*/
strong {
	font-family: Museo500, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
}
p.intro {
	color: #6C6C70;
	font-family: Museo500, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}
.sub {
	color: #6C6C70;
}
/* .services h2 {
	font-size: 18px;
	line-height: 19px;
} */
.cred {
	color: #6C6C70;
	font-family: Museo300, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 75%;
	text-transform: uppercase;
}
#content p.pos {
	color: #44B649;
	font-size: 21px;
	line-height: 23px;
}
.quote {
	background: transparent url(../img/quote-close.gif) no-repeat right bottom;
	color: #777c80;
	margin-bottom: 15px;
	padding: 10px 36px 6px 40px;
	text-indent: -40px;
}
.quote:first-letter {
	background: transparent url(../img/quote-open.gif) no-repeat left 10px;
	padding-left: 40px;
	padding-top: 18px;
}
.quoted {
	color: #777c80;
	font-family: Museo700, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 15px;
	padding-right: 36px;
	text-align: right;
}
.status {
	color: #ff00aa;
	font-size: 16px;
}

/* Home
------------------------------*/
.home h1 {
	padding-top:0;
}
.home h1 .sub {
	display: block;
	font-family: Museo300, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 32px;
	margin-top: -32px;
}
/*.home p.intro {
	color: #65696A;
	font-size: 21px;
	line-height: 27px;
}*/

/* Side Nav
------------------------------*/
#side_nav_wrapper #section {
	color: #44B649;
	font-family: Museo700, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	padding-bottom: 5px;
}
#side_nav_wrapper #section a {
	color: #44B649;
}
#side_nav_wrapper #section a:hover {
	color: #E58F17;
	text-decoration: none;
}
#side_nav_wrapper #address {
	color:#44B649;
}
.readmore:hover {
	text-decoration:none;
}
#search_field_wrapper input[type=text] {
	color:#B2B4B4;
}

/* Sidebar/Bucket
------------------------------*/
blockquote {
	color: #7DA6A3;
	font-family: Museo300, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
blockquote p, blockquote ul li {
	line-height: 16px;
}
blockquote ul li:before {
	color: #7DA6A3;
}
blockquote a {
	color: #7DA6A3;
	font-family: Museo300, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.professionals blockquote {
	color: #65696A;
}
.professionals blockquote span.name {
	color: #44B649;
	font-family: Museo700, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
}

/* Professionals
---------------------------------------------*/
#content ul.bio_more li {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#content ul.bio_more li a {
	color: #44B649;
	display: block;
	font-family: Museo700, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 36px;
	cursor: pointer;
}
.bio_more a {
	background:url(/images/read_more_arrow.png) left center no-repeat;
	text-decoration: none;
}
ul.bio_more li a:hover {
	background:url(/images/read_more_arrow_over.png) left center no-repeat;
	text-decoration: none;
}

/* Links
------------------------------*/
a {
	color: #E58F17;
	font-family: Museo500, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
a, a:link, a:visited {
	color: #E58F17;
	text-decoration: none;
}
a:hover, a:focus {
	color: #44B649;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}
.home a:hover, .home a:focus {
	text-decoration: none;
}
.readmore {
	display: block;
	padding-right: 24px;
	background:url(/images/read_more_arrow.png) right center no-repeat;
	width: 80px;
	float: right;
}
a.readmore:hover, a.readmore:focus {
	background:url(/images/read_more_arrow_over.png) right center no-repeat;
}

/* Lists
------------------------------*/
#content ul, #content ol {
	margin-right: 108px;
	padding-top: 10px;
}
#content ul li ul, #content ol li ol {
	margin-right: inherit;
}
#content li {
	line-height: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content ul li {
	background:url(/images/bullet_med.gif) left 7px no-repeat;
	list-style-type: none;
	list-style-position: inside;
}
ol {
	list-style: decimal;
}
ol ol {
	list-style: lower-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: decimal;
}
ol ol ol ol ol {
	list-style: lower-alpha;
}
ol ol ol ol ol ol {
	list-style: lower-roman;
}
li>ul, li>ol {
	font-size: 100%;
	padding-bottom: 0;
	padding-top: 10px;
}

/* Tables
----------------------------------------------------- */
table, th {
	border-color: #65696A;
}
table, td, th {
	vertical-align: top;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	margin-top: 10px;
}
th {
	color: #007A72;
	font-family: Museo500, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	padding: 10px;
	text-align: left;
	text-transform: uppercase;
}
td {
	line-height: 16px;
	padding: 10px;
}
table.rows {
	border-top: 2px solid #65696A;
}
.rows th {
	border-top: 1px solid #FFFFFF;
}
.rows th {
	background-color: #BED2D1;
}
.rows tr.even {
	background-color: #DEE9E8;
}
.rows tr:hover {
	background-color: #CFDEDD;
	color: #007A72;
}

/* Sitemap
----------------------------------------------------- */
#sitemap ul li:before {
	display: none;
}
#sitemap ul {
	font-size: 14px;
	margin: 0; 
	padding: 0 0 15px 0;
}
#sitemap ul li {
	background: none;
	list-style-type: none;
	margin: 0; 
	padding: 20px 0 0 0;
	text-transform: uppercase;
}
#sitemap ul li a {
	font-family: Museo500, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#sitemap ul ul {
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style: disc;
}
#sitemap ul ul li {
	font-weight: normal;
	margin-left: 15px;
	padding: 6px 0 0 5px;
	text-transform: none;
}
#sitemap ul ul li a {
	font-family: Museo300, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#sitemap ul ul ul {
	font-size: 12px;
	margin: 0 0 0 15px;
}
#sitemap ul ul ul li {
	padding: 4px 0 0 0;
}
#sitemap a, #sitemap a:link {
	color: #E58F17;
	text-decoration: none;
}
#sitemap a:visited {
	color: #7DA6A3;
	text-decoration: none;
}
#sitemap a:hover {
	color: #007A72;
	text-decoration: none;
}
#sitemap a:active {
	color: #000;
	text-decoration: none;
}

/* Footer
---------------------------------------------*/
#footer_content a {
	color: #fff;
}
#footer_content a:hover, #footer_content a:active {
	color: #E58F17;
	text-decoration:none;
}
#footer_content ul {
	position:absolute;
	right:6px;
	top:20px;
}
#footer_content ul li {
	float:left;
	margin:0 24px;
}