/* @override http://www.howardgreeneassociates.com/css/stylesheet.css */

body {
	background-image: url(/images/background-body.gif);
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body,html {
	height: 100%;
}

/* @group Header */

#header_outer {
	height: 110px;
	background: url(/images/background-header.png) repeat-x;
}
#header_glow {
	height: 110px;
	background: url(/images/glow-header.png) no-repeat center;
}
#header_inner {
	width: 950px;
	text-align: left;
	margin: 0 auto;
}
#logo {
	margin-top: 4px;
}

/* @end */

/* @group Main Navigation */

#navigation {
	background: url(/images/background-navigation.png) no-repeat;
	width: 950px;
	margin: 0 auto;
	height: 36px;
}
#navigation td {
	padding: 0 6px;
}
#navigation a {
	color: white;
	text-decoration: none;
	line-height: 36px;
	font-size: 16px;
	text-shadow: #042905 0 0 6px;
}
#navigation a:hover,#navigation td.selected a {
	color: #052a09;
}

/* @end */

/* @group Page Navigation */

#page_navigation {
	width: 173px;
	background-color: white;
	float: left;
	text-align: left;
	background-color: white;
	padding-top: 17px;
}
#page_navigation div {
	margin: 6px 8px;
	font-size: 14px;
}
#page_navigation div.selected {
	font-weight: bold;
}
#page_navigation a {
	color: #183e1d;
	text-decoration: none;
}

/* @end */

/* @group General Content */
.clearificator {
	clear: both;
}
#content_block_right {
	background-color: white;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	float: right;
	width: 747px;

}
#content_block_right.small {
	width: 747px;
}
#content_block_right.large {
	width: 930px;
}
#content_block_right.detail {
	width: 630px;
}
#content_block_right_inner {
	padding: 10px 30px 20px 30px;
}
#content_block_right a {
	color: #215027;
}
#content_block_right p {
	padding: 10px 0px;
}

#content_glow {
	min-height: 696px;
	background: url(/images/glow-body.png) no-repeat center top;
	margin: 0 auto;
	padding-top: 5px;
}
#content_inner {
	margin: 5px auto;
	width: 930px;
	background-color: #d8e5da;
	padding: 10px;
}

#copyright {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	font-size: 9px;
	color: #d8e5da;
}

#content_block_right table td {
	vertical-align: top;
	padding-right: 30px;
}
#content_block_right p.testimonial {
	color: #ab0000;
	font-style: italic;
	padding: 15px 5px;
	border-style: solid;
	border-color: #ab0000;
	border-width: 1px 0;
	/*border: 1px solid #ab0000;*/
}
#content_block_right ul, #content_block_right ol {
	margin-left: 20px;
	padding-bottom: 20px;
}
#content_block_right ul li {
	list-style-type: circle;
	margin-left: 20px;
	padding: 0 20px;
}
#content_block_right ol li {
	margin-left: 10px;
	padding: 0 20px;
	margin-bottom: 10px;
}

#content_block_right p.title {
	font-weight: bold;
	font-size: 110%;
}
#content_block_right img {
	float: left;
	margin: 15px 20px 20px 10px;
	border: 1px solid #215027;
}
#mbOverlay {
	background-color: #052a09;
}
#mbTitle a {
	color: #215027;
}

/* @end */

/* @group Articles */

.article {
	padding: 15px;
	text-align: left;
}



/* @end */

/* @group Accordion */

.subsection_title {
	color: white;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	cursor: pointer;
	margin-bottom: 10px;
	background-color: #215027;
}
.subsection_title.active {
	background-color: #ab0000;
}
.subsection_content ul {
	padding: 0 0 10px 0;
}

/* @end */

/* @group Signup */

.signup {
	clear: both;
	float: left;
	font-size: 12px;
	height: 0;
	margin: 4px 0;
}
.overTxtLabel {
	color: #57605c;
}
/* @end */