/*
CSS for Column-A - Copyright 2008
Written by Mani Gandham
www.manigandham.com
*/

body {
	margin: 0;
	padding: 50px 0;
	font: 13px Arial, Helvetica, sans-serif;
	color:#333333;
	background-color: #84bc96;
	background-image: url(../images/bg_blend.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
hr {
	color: #cdd5e2;
	size: 1px;
	width: auto;
}
#wrapper {
	margin: auto;
	width: 820px;
	border: 5px solid #E5F0F9;
}
#wrapper #header {
	background: #b2d9b1;
	text-align: left;
}
#wrapper #header #header-top {
	width: 713px;
	height: 71px;
	background: url(../images/bg-top2.gif) repeat-x;
	border-bottom: 5px solid #E5F0F9;
}
#wrapper #header #header-top h1 {
	text-indent: -10000px;
	height: 71px;
	font-size: 10px;
	margin: 0;
	padding: 0px;
	text-align: center;
}
#wrapper #header #header-nav {
	border-right: 5px solid #E5F0F9;
	background: #FFFFFF;
	height: 31px;
	width: 620px;
}
#wrapper #header #header-nav2 {
	background: #b2d9b1;
	height: 31px;
}
.header-image {
	height: 102px;
	width: 102px;
	border-bottom: 5px solid #E5F0F9;
	border-left: 5px solid #E5F0F9;
	margin: 0px;
	padding: 0px;
}
#wrapper #content {
	clear: both;
}
#wrapper #content #main {
	width: 620px;
	border-right: 5px solid #E5F0F9;
	background: #FFFFFF;
}
#wrapper #content #main h1 {
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #4e5686;
	text-align: left;
	margin-bottom: 10px;
}
#wrapper #content #main h2 {
	font: bold normal 18px Arial, Helvetica, sans-serif;
	color: #009768;
	line-height: -10px;
}
#wrapper #content #main .text {
	padding: 10px 40px;
}
#wrapper #content #sidebar {
	background: #b2d9b1;
	width: 195px;
}
#wrapper #content #sidebar .text {
	padding: 10px;
	line-height: 14px;
	font-size: 11px;
	color: #333366;
}
#wrapper #content #sidebar .text p {
	margin: 0px;
	padding: 0px;
}
#footer {
	clear: both;
	width: 820px;
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 11px;
}
#footer a {
	color: #4e5686;
	font-weight: bold;
	text-decoration: none;
}
#sidebar a.sidebar-link-orange {
	color: #d76010;
	text-decoration: none;
	font-weight: bold;
}
#sidebar a.sidebar-link-orange:hover {
	text-decoration: underline;
}
#mainnav {
	text-align: left;
	height: 22px;
	text-decoration: none;
	clear: both;
	height: 18px;
	padding: 4px 0px 0px 20px;
}
#mainnav a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#mainnav a:hover, #mainnav a.selected {
	color: #cc6600;
	text-decoration: none;
}
#mainnav div {
	float: left;
}
#subnav {
	clear: both;
	background-image: url(../images/blend_lowerborder.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top:1px solid #cdd5e2;
	padding: 4px 0px 0px 20px;
}
#subnav a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #888eb0;
}
#subnav a:hover {
	color: #cc6600;
}
#subnav a.selected {
	color: #cc6600;
}
#subnav div {
	float:left;
}
li {
	line-height: 18px;
	color: 4e5686;
	list-style-type: square;
	list-style-image: url(../images/bullet03.gif);
}
strong {
	color: #000000;
}
a:link, a:visited, a:active {
	color: #4e5686;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #db7a00;
}
.style1 {
	color:#333366;
}
.callout-text {
	font-weight: bold;
	color: 333366;
}
.lead-text {
	font-size: 15px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
}
.subhead-text {
	color: #009768;
	font-weight: bold;
}
