@import url("reset.css");

body {
	background-color: #fff;
	font-family: Verdana;
	text-align: left;
	color: #000;
	font-size: 11px;
	text-align: center;
}

.clear {clear: both;}	

a:link, a:visited, a:active {
	color: #007662;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

h1 {
	color: #007662;
	font-size:22px;
	font-weight:bold;
	padding-bottom:5px;
}

h2 {
	color: #007662;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 {
	color: #007662;
	font-size: 12px;
	font-weight: bold;
}

h4 {
	font-size: 11px;
	font-weight: bold;
}

h5 {
	font-size: 10px;
	font-weight: bold;
}

h6 {
	font-size: 9px;
	font-weight: bold;
}

p {
	margin-bottom: 10px;
}


#wrapper {
	background:	url(../images/wrap_bg.jpg) repeat-y left top;
	width: 800px;		
	margin: 0 auto;	
	text-align: left;
}

#wrapTop {
	background: url(../images/wrap_top.jpg) no-repeat left top;
	height: 37px;
	width: 800px;
}

#header {
	background: #fff url(../images/header_bg_right.jpg) no-repeat right top;	
	height: 133px;	
	position: relative;
}

#header .logo {
	height: 133px;
	width: 255px;
	cursor: pointer;
}

#header .banner {
	position: absolute;
	top: 8px;
	right: 32px;
}

#container {
	background: url(../images/container_bg.jpg) no-repeat left top;
	width: 800px;
}

#container .leftCol {
	width: 216px;
	float: left;
	padding-top: 21px;
	margin-right: 9px;
}

#container .module {
	font-size: 11px;
	color: #fff;	
	margin-bottom: 10px;
}

#container .module h3 {
	color: #fff;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	height: 15px;
	border-bottom: 9px solid #bad3cd;
	margin: 0 -5px 10px -5px;
}

#container .module img {
	margin-bottom: 10px;
}

#container .module div {
}

#container .module div div {
	padding-bottom: 10px;
}

#container .module div div div {
	padding: 0 5px;
}

#container .module div div div div {
	padding: 0;
	background-image: none;
}

#container .module a:link, 
#container .module a:visited, 
#container .module a:active, 
#container .module-orange a:link, 
#container .module-orange a:visited, 
#container .module-orange a:active{
	text-decoration: none;
}

#container .module a:hover, 
#container .module-orange a:hover {
	text-decoration: underline;
}

#container .module-orange {
	background: #898f74;
	color: #fff;	
	border-top: 9px solid #dc9e53; 
	border-bottom: 9px solid #dc9e53;	
	margin-bottom: 0px;
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
}

#container .module-orange div div {
	padding-bottom: 10px;
}

#container .module-orange div div div {
	padding: 12px 10px 0 10px;
}

#container .module-orange div div div div {
	padding: 0;
	background-image: none;
}

#container .rightCol {
	background-image: none;
	width: 541px;
	float: right;
	margin-right: 33px;
}

#container .rightCol .topNav {
	background: #dc9e53;
	height: 36px;
	line-height: 36px;
	font-size: 11px;
	padding-left: 10px;
	border-bottom: 9px solid #eef4f3; 
	text-align: center;
}

#container .rightCol .topNav li {
	display: inline;
	padding: 0 4px;
}

#container .rightCol .topNav li a:link, 
#container .rightCol .topNav li a:visited, 
#container .rightCol .topNav li a:active { 
	color: #fff;
}

#container .rightCol .topNav li a:hover {
	text-decoration: underline;
}

#container .rightCol .content {
	padding: 5px 10px;
	min-height: 360px;
	height: auto  !important;
	height: 360px;
text-align:left;
}

*html #container .rightCol .content {
	padding: 5px 10px;
	min-height: 368px;
	height: auto  !important;
	height: 368px;
}

.content h3, .contentheading, .componentheading {
	color:#007662;
	font-size:16px;
	font-weight:bold;
	padding-bottom: 14px;
float:left;
width:300px;

}


.small, .createdate, .modifydate {
	color: #007662;
	font-size: x-small;
	padding-bottom: 3px;
}

#container .rightCol .content ul {
	list-style-type: disc;
	margin-left: 10px;
	list-style-position: inside;
}

#container .rightCol .content ol {
	margin-left: 10px;
	list-style-type: decimal;
	list-style-position: inside;
}

#container .rightCol .content ul li, #container .rightCol .content ol li {
	padding-left: 10px;
}

#container .rightCol .footer {
	background: #75a69a;
	padding-bottom: 6px;
	color: #fff;
	text-align: center;
	padding-top: 2px;
}

#container .rightCol .footer .footerNav ul {
	padding: 2px 0;
}

#container .rightCol .footerNav li {
	background: url(../images/footer_li.jpg) no-repeat left center;
	padding: 0 5px 0 5px;
	display: inline;
}

#container .rightCol .footerNav li a:link, 
#container .rightCol .footerNav li a:visited, 
#container .rightCol .footerNav li a:active {
	color: #fff;
	text-decoration: none;
}

#container .rightCol .footerNav li a:hover {
	text-decoration: underline;
}

#container .rightCol .footerNav li:first-child  {
	background: none;
}.buttonheading {float:right;width:200px;text-align:right; padding-bottom: 14px;}
