/*
Theme Name: DHTT
Theme URI: http://www.doublehelixtracking.com
Description: DHTT WordPress Theme
Version: 1.0
Author: Sedgwick Richardson
Author URI: http://www.sedgwick-richardson.com/
*/

/* Standard */
BODY {
	color: #000000;
	background-color: #CEE6C1;
	font-family: Arial;
	font-size: 10px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	overflow: -moz-scrollbars-vertical;
}
p {

}
A, A:link, A:active, A:visited {
	color: #58595B;
	text-decoration: underline;
}
A:hover {
	color: #7AB251;
	text-decoration: underline;
}
H1 {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: lighter;
	color: #003D71;
}
H1 SPAN {
	color: #003d71;
}
IMG {
	border: 0px;
}
SUP {
	font-size: 6px;
}
.spacer_ {
	padding: 0px;
	margin: 0px;
}
#sidebar {
	width: 200px;
	text-align: left;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
#sidebar A, #sidebar A:link, #sidebar A:active, #sidebar A:visited {
	color: #929497;
	text-decoration: none;
	line-height: 18px;
}
#sidebar A:hover {
	color: #58595B;
	text-decoration: underline;
}
#sidebar-title {
	color: #ffffff;
	background-color: #7AB251;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0px 2px 3px;
}
#sidebar-subtitle {
	color: #ffffff;
	background-color: #7AB251;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0px 2px 3px;
}
/* 1st Level UL */
#sidebar UL {
	list-style: none;
	padding: 0px;
	margin: 3px 0px 0px 10px;
}
#sidebar UL LI {
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
}
/* 2nd Level UL */
#sidebar UL LI UL {
	margin-left: 0px;
}
#sidebar UL LI UL LI {
	background-image: none;
	padding: 0px 0px 0px 0px;
}
/* 1st Level UL Current Page Item*/
#sidebar UL LI.current_page_item {
}
#sidebar UL LI.current_page_item A, #sidebar UL LI.current_page_item A:active, #sidebar UL LI.current_page_item A:link, #sidebar UL LI.current_page_item A:visited {
	font-weight: bold;
	color: #58595B;
	text-decoration: underline;
}
#sidebar UL LI.current_page_item A:hover {
}
/* Reset 2nd Level Links */
#sidebar UL LI.current_page_item UL LI A, #sidebar UL LI.current_page_item UL LI A:active, #sidebar UL LI.current_page_item UL LI A:link, #sidebar UL LI.current_page_item UL LI A:visited {
	font-weight: normal;
	color: #929497;
	text-decoration: none;
}
#sidebar UL LI.current_page_item UL LI A:hover {
	color: #58595B;
	text-decoration: underline;
}



#container {
	width: 880px;
	margin: 30px auto 0px auto;
	background-color: #ffffff;
}
#header {
	width: 100%;
	padding: 16px 15px 16px 15px;
}
#top-menu {
	font-size: 10px;
	text-align: right;
}
#top-menu A, #top-menu A:link, #top-menu A:active, #top-menu A:visited {
	color: #58595B;
	text-decoration: none;
}
#top-menu A:hover {
	color: #7AB251;
	text-decoration: none;
}
#header-seperator {
	height: 1px;
	width: 100%;
	background-color: #CEE6C1;
}
#breadcrumbs {
	font-size: 10px;
	color: #929497;
	padding: 16px 20px 0px 20px;
}
#breadcrumbs A, #breadcrumbs A:link, #breadcrumbs A:active, #breadcrumbs A:visited {
	color: #7AB251;
	font-weight: bold;
	text-decoration: none;
}
#breadcrumbs A:hover {
	color: #7AB251;
	font-weight: bold;
	text-decoration: none;
}
#content {
	width: 100%;
	margin: 16px 15px 16px 15px;
}
#content-header {
	margin-bottom:10px;
}
#content-table {
	width: 624px;
}
#footer {
	font-size: 10px;
	width: 100%;
	text-align: center;
	margin: 16px 0px 16px 0px
}
#footer A, #footer A:active, #footer A:link, #footer A:visited {
	color: #58595B;
	text-decoration: none;
}
#footer A:hover {
	color: #58595B;
	text-decoration: none;
}

/* General Styles */
.page-title {
	font-size: 20px;
	color: #58595B;
}
.page-title SPAN {
	color: #7AB251;
	font-weight: bold;
}
.link-arrow {
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	line-height: 18px;
}

/* Post Styles */
#content-table P.post-kicker {
	font-size: 18px;
	line-height: 25px;
	color: #929497;
	font-weight: lighter;
}
#content-table, #contactus P {
	font-size: 11px;
	line-height: 18px;
	color: #58595B;
}

/* Right Sidebar Styles */
.side-grey .td1 {
	width: 174px;
	font-size: 20px;
	color: #58595B;
	background-color: #cecfd0;
	padding-left: 5px;
}
.side-grey .td1 SPAN {
	color: #7AB251;
}
.side-grey .td2 {
	width: 18px;
	background-image: url('images/bg_grey.png');
	background-repeat: no-repeat;
	background-color: #cecfd0;
}
.side-grey .td3 {
	background-color: #f0f1f1;
	padding: 5px;
}
.side-green-1, .side-green-2, .side-green-3 {
	color: #ffffff;
	margin-top: 20px;
}
.side-green-1 A, .side-green-1 A:active, .side-green-1 A:visited, .side-green-1 A:link, .side-green-2 A, .side-green-2 A:active, .side-green-2 A:visited, .side-green-2 A:link, .side-green-3 A, .side-green-3 A:active, .side-green-3 A:visited, .side-green-3 A:link {
	color: #ffffff;
	text-decoration: none;
}
.side-green-1 A:hover, .side-green-2 A:hover, .side-green-3 A:hover {
	color: #ffffff;
	text-decoration: underline;
}
.side-green-1 .td1 {
	background-color: #3aba7e;
	width: 22px;
}
.side-green-1 .td2 {
	background-color: #7fd2ab;
	width: 153px;
	padding: 5px 5px 5px 10px;
}
.side-green-1 .td3 {
	background-image: url('images/bg_green_1.png');
	background-repeat: no-repeat;
	background-color: #7fd2ab;
	width: 18px;
}
.side-green-2 .td1 {
	background-color: #9dc249;
	width: 22px;
}
.side-green-2 .td2 {
	background-color: #bfd789;
	width: 153px;
	padding: 5px 5px 5px 10px;
}
.side-green-2 .td3 {
	background-image: url('images/bg_green_2.png');
	background-repeat: no-repeat;
	background-color: #bfd789;
	width: 18px;
}
.side-green-3 .td1 {
	background-color: #88b463;
	width: 22px;
}
.side-green-3 .td2 {
	background-color: #b2ce9a;
	width: 153px;
	padding: 5px 5px 5px 10px;
}
.side-green-3 .td3 {
	background-image: url('images/bg_green_3.png');
	background-repeat: no-repeat;
	background-color: #b2ce9a;
	width: 18px;
}

/* Homepage */
#homepage-main, #sitemap {
	width: 840px;
	margin: 16px auto 16px auto;
}
#homepage-links {
	width: 840px;
	margin: 0px auto 16px auto;

}
.homepage-main-left {
	width: 566px;
}
.homepage-main-right {
	width: 274px;
	height: 280px;
	background-image: url('images/home/bg.png');
	background-repeat: no-repeat;
	background-color: #7ab251;
}
.homepage-main-right P {
	color: #ffffff;
	margin: 20px;
	font-size: 14px;
	line-height: 20px;
}
.homepage-main-right P.link-arrow {
	background-image: url('images/arrow_white.png');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	line-height: 18px;
}
.homepage-main-right P.link-arrow A, .homepage-main-right P.link-arrow A:link, .homepage-main-right P.link-arrow A:active, .homepage-main-right P.link-arrow A:visited {
	color: #ffffff;
}

/* Blog/Media */
.news_title {
	color: #7AB251;
	font-size: 18px;
}
.news_date {
	color: #003d71;
	font-size: 10px;
}
.news_content {
	font-size: 12px;
	color: #58595B;
	margin-bottom: 20px;
}

/* Sitemap */
.sitemap-title {
	font-weight: bold;
	font-size: 12px;
	padding: 0px 0px 5px 0px;
	color: #7AB251;
}
.sitemap-title A, .sitemap-title A:link, .sitemap-title A:active, .sitemap-title A:visited {
	color: #7AB251;
	text-decoration: none;
}
.sitemap-title A:hover {
	color: #7AB251;
	text-decoration: underline;
}
#sitemap {
	font-size: 11px;
}
#sitemap UL {
	list-style: none;
	padding: 0px;
	margin: 3px 0px 0px 10px;
}
#sitemap UL LI {
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	line-height: 18px;
}
#sitemap UL LI UL {
	margin-left: 0px;
}
#sitemap UL LI UL LI {
	background-image: none;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
}
#sitemap UL LI A, #sitemap UL LI A:active, #sitemap UL LI A:link, #sitemap UL LI A:visited {
	color: #929497;
	text-decoration: none;
}
#sitemap UL LI A:hover {
	color: #58595B;
	text-decoration: underline;
}

form {
	font-size: 11px;	
}

form textarea {
	width: 90%;	
}