@charset "utf-8";
/* CSS Document */

@import 'additional.css';

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style: none;
}

#content-body ol {
	list-style: decimal inside none;
}

#content-body ol li {
	padding-bottom: 8px;	
}

#content-body ol {
	padding-top: 8px;	
}

em {
	font-style: italic;
}

a:link, a:active {
	color: #224F6A;
	cursor: pointer;
	text-decoration:none;
}

a:visited {
	color: #187900;	
	cursor: pointer;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

p {
	padding-bottom: 12px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-color: #86a0ba;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	color: #291e1a;
}

.expert-image {
	float:left; 
	padding-right: 10px;
}

.wrapper {
	margin: 0 auto;
	width: 940px;
}

.header {
	overflow: hidden;
	height: 110px;
	padding: 0 5px;
}

.main-wrapper {
	background-image: url(../images/main-wrapper-bg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	clear: both;
}

.main {
	overflow: hidden;
	clear: both;
	background-image: url(../images/main-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 20px 25px;
}

.footer {
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	height: 63px;
	padding: 18px 25px;
}

.header .logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 415px;
	height: 57px;
	margin-top: 35px;
	float: left;
}

.header .slogan {
	font-family: "myriad Pro";
	font-size: 16px;
	color: #FFF;
	font-style: italic;
	line-height: 34px;
}

/* this keeps google search box text "search" inline with textbox and submit button */
#searchdiv form {
	float: right;
	padding-top: 67px;
	width: 320px;
}

/* this enlarges google search text box to keep inline with text */

#searchdiv #searchtext {
	font-size: 16px;
	height: 20px;
}

.header form {
	float: right;
	padding-top: 67px;
}

.header form label {
	font-size: 16px;
	color: #FFF;
	line-height: 24px;
	height: 24px;
	width: 62px;
	float: left;
}

.header form input {
	width: 212px;
	height: 14px;
	margin-right: 4px;
	padding: 4px 5px;
	line-height: 14px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #183f56;
	float: left;
}

.header form input.submit {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	background-image: url(../images/button-go.gif);
	background-repeat: no-repeat;
	width: 36px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}

.navigation {
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	height: 40px;
	padding: 5px 5px 0 5px;
}

.navigation ul li {
	float: left;
	background-image: url(../images/li-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.navigation ul li a {
	font-size: 18px;
	color: #FFF;
	line-height: 38px;
	height: 40px;
	float: left;
	padding: 0 17px;
}

.navigation ul li.first a {
	padding-left: 21px;
}

.navigation ul li a:hover {
	text-decoration: none;
}

.navigation ul li.selected a {
	background-image: url(../images/navigation-bg-selected.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.footer .copyright {
	float: right;
	font-size: 13px;
	color: #FFF;
	padding-top: 3px;
}

.copyright {
	font-size:x-small !important;	
}

.footer .logo-footer {
	background-image: url(../images/logo-footer.gif);
	background-repeat: no-repeat;
	width: 138px;
	height: 16px;
	float: left;
	margin: 0 40px 0 0;
}

.footer a {
	color: #FFF;
	margin: 3px 8px 0 8px;
	float: left;
}

.top {
	overflow: hidden;
	background-color: #ccdde7;
	line-height: 18px;
}

.top .left {
	float: left;
	width: 538px;
	height: 368px;
	padding: 26px 24px;
}

.left-image {
	cursor:pointer;	
}

.top .left h1 {
	font-weight: bold;
	font-size: 32px;
	color: #FFF;
	line-height: 36px;
	padding-bottom: 15px;
}

.top .left a {
	font-weight: bold;
	font-size: 18px;
	color: #ccdde7;
}

.top .right {
	float: right;
	width: 264px;
	padding: 23px 20px 0 20px;
}

.top .right h2 {
	line-height: 34px;
	font-size: 24px;
	color: #036800;
	line-height: 30px;
}

.top .right h3 {
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #291e1a;
	line-height: 36px;
}

.top .right .more {
	font-size: 13px;
	font-weight: bold;
	color: #336600;
	border: none;
	margin-top: 5px;
	clear: both;
	float: left;
}

.bottom h2 {
	font-size: 24px;
	color: #036800;
	line-height: 30px;
	padding-bottom: 5px;
	vertical-align: middle;
}

.bottom h2 img {
	margin-bottom: -2px;
	position: relative;
}

.top .right h2 img {
	margin-top: 10px;	
}

.bottom {
	overflow: hidden;	
	padding-top: 15px;
}

.bottom .left {
	float: left;
	width: 284px;
	margin-right: 20px;
}

.bottom .middle {
	float: left;
	width: 284px;
}

.bottom .right {
	float: right;
	width: 284px;
}

.bottom .preview {
	padding: 10px 0 7px 0;
	line-height: 18px;
	color: #291e1a;
}

.bottom .preview h4 {
	font-weight: bold;	
}

.bottom .preview small {
	display: block;
	color: #999;
	font-size: 13px;
}

.bottom .more {
	color: #FFF;
	border: 1px solid #389209;
	float: left;
	margin: 20px 0 0 0;
}

.bottom .more span {
	border: 1px solid #67a562;
	background-image: url(../images/more-bg.gif);
	background-repeat: repeat-x;
	padding: 0 7px;
	line-height: 19px;
	height: 19px;
	font-weight: bold;
	float: left;
}

.bottom .more:hover {
	text-decoration: none;
}

.bottom img {
	margin-bottom: 10px;	
}

.content {
	float: left;
	width: 587px;
	padding-top: 15px;
	line-height: 18px;
	font-size: 13px;
	color: #291e1a;
}

.sidebar {
	float: right;
	width: 254px;
	background-color: #ccdde7;
/* padding: 12px 15px 22px 15px; */
/* margin-top: 19px; */
padding: 12px 15px;
margin-top: 5px;
	line-height: 18px;
}

.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	padding-bottom: 12px;
	color: #036800;
}

.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding-bottom: 12px;
	line-height: 18px;
}

.content ul {
	padding-left: 30px;
	padding-bottom: 12px;
}

.content ul li {
	padding: 9px 0 9px 10px;
	display: block;
	background-image: url(../images/list-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 16px;
}

blockquote {
	clear: both;
	margin-left: 37px;
	width: 463px;
	background-color: #e0ebf1;
	font-style: italic;
	padding: 12px 17px;
	display: block;
	margin-bottom: 23px;
}

.content h3 {
	font-weight: bold;
	padding: 0;
}

.expert {
	cursor: pointer;	
	width: 282px;
}

small, .caption {
	display: block;
	color: #999999;
	font-size: 13px;
}

.sidebar h2 {
	font-size: 24px;
	line-height: 26px;
	color: #036800;
	padding-bottom: 12px;
	font-weight: normal;
}

.sidebar h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding-bottom: 12px;
}

.sidebar .more {
	float: left;
	clear: both;
	font-weight: bold;
	color: #336600;
	white-space: nowrap;
}