@import url("reset.css");

.clear {
	clear: both;
}

body {
	background: #a4a5a9 url(../images/background.jpg) repeat-x left top;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000;
}

a:link, a:active, a:visited {
	color: #7bca3d;
	text-decoration: none;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}

a:hover {
	text-decoration: underline;
}
/*
h1 {
	padding-bottom: 20px;
	color: #015478;
	font-size: 22px;
	font-weight: bold;
}

h2 {
	padding-bottom: 20px;
	color: #015478;
	font-size: 18px;
	font-weight: bold;
}
*/

h3 {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 15px;
}

#wrapper .top {
	height: 64px;
}

#wrapper .top .selection {
	background: #fff url(../images/header.jpg) no-repeat left top;
	height: 46px;
	width: 203px;
	float: right;
	padding: 0px 5px 5px 5px;
}
.selection .notepad {
	width: 103px;
	height: 29px;
	margin: 0 auto;
}

.selection .select {
	color: #afafaf;
}

.selection .select span.view {
	float: left;
	width: 100px;
}

.selection .select .item {
	float: left;
	width: 100px;
}

#wrapper .containerRepeat {
	background: url(../images/container_repeat.jpg) repeat-y top right;
}

#wrapper .containerBottom {
	background: url(../images/container_bottom.jpg) no-repeat bottom right;
}

#wrapper .containerTop {
	background: url(../images/container_top.jpg) no-repeat top right;
}

#wrapper .containerStart {
	min-height: 200px;
	height: auto !important; 
	height: 200px;
	padding: 0px 10px 8px 0px;
}

*html #wrapper .containerStart {
	min-height: 200px;
	height: auto !important; 
	height: 200px;
	padding: 0px 10px 6px 0px;
}

.containerStart #header {
	height: 50px;
	width: 949px;
	float: right;
	position: relative;
}

#header .logo {
	position: absolute;
	width: 338px;
	height: 38px;
	top: 7px;
	left: -7px;
}

#header .nav {
	text-align: right;
	position: absolute;
	right: 0px;
	bottom: 8px;
	width: 550px;
}

#header .nav li {
	display: inline;
	border-left: 1px solid #c3c3c1;
	padding: 0 6px 0 6px;
}

#header .nav li:first-child {
	border-left: none;
}

#header .nav ul li a:link, #header .nav ul li a:active, #header .nav ul li a:visited {
	color: #b4b4b2;
	text-decoration: none;
}

#header .nav ul li a:hover, #header .nav ul li a#active_menu  {
	text-decoration: none;
	color: #7ccb3c;
}

#leftCol {
	width: 645px;
	float: left;
	margin-right: 1px;
}

#leftCol .banner {
	background: url(../images/banner.jpg) no-repeat left bottom;
	height: 265px;
	padding-right: 7px;
}

#leftCol .banner .banner-img {
	width: 609px;
	height: 264px;
	float: right;
}

#leftCol .contentOuter {
	clear: both;
	background: url(../images/content-repeated.jpg) no-repeat left bottom;
}

.contentOuter .contentInner {
	background: url(../images/content-bottom.jpg) no-repeat left bottom;
	padding-bottom: 10px;
}

.contentOuter .contentInner .content {
	padding: 14px 8px 0px 37px;
	background: url(../images/content-top.jpg) no-repeat left top;
	height: 178px;
	overflow: hidden;
}

*html .contentOuter .contentInner .content {
	padding: 14px 8px 0px 37px;
	background: url(../images/content-top.jpg) no-repeat left top;
	height: 175px;
	overflow: hidden;
}

.contentheading, .componentheading {
	color: #353535;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 14px;
}

.content h3 {
	color: #353535;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 14px;
}

.content ul {
	list-style-type: disc;
	margin-left: 10px;
	list-style-position: inside;
}

.content ol {
	margin-left: 10px;
	list-style-type: decimal;
	list-style-position: inside;
}

.content ul li, .content ol li {
	padding-left: 10px;
}

.small, .createdate, .modifydate {
	color: #7bca3d;
	font-weight: bold;
}

.content .button {
	background: url(../images/content-button.jpg) no-repeat left top;
	width: 195px;
	height: 21px;
	border: none;
	cursor: pointer;
	text-align: left;
}

#leftCol .bottomPart {
	background: url(../images/news_location_bg.jpg) no-repeat left top;
	height: 133px;
}

.module-news {
	width: 404px;
	color: #fff;
	float: left;
	padding-left: 30px;
}

.module-news div {
	background: url(../images/news-repeated.jpg) repeat-y left top;
}

.module-news div div {
	background: url(../images/news-bottom.jpg) no-repeat left bottom;
	padding-bottom: 10px;
}

.module-news div div div {
	background: url(../images/news-top.jpg) no-repeat left top;
	padding: 13px 8px 0 8px;
	height: 110px;
	overflow: hidden;
}

*html .module-news div div div {
	background: url(../images/news-top.jpg) no-repeat left top;
	padding: 13px 8px 0 8px;
	height: 113px;
	overflow: hidden;
}

.module-news div div div h3 {
/*	background: url(../images/news-arrow.jpg) no-repeat 105px 2px;*/
	margin: 0 -8px 8px 0px;
	color: #fffeff;
}

.module-news div div div div {
	background-image: none;
	width: auto;
	height: auto;
	padding: 0;
}

.module-news h4 {
	color: #7fca3a;
	margin-bottom: 5px;
}

.module-news span {
	color: #b0aeaf;
}
.module-location {
	width: 197px;
	color: #4a5544;
	float: right;
	padding-right: 6px;
	position: relative;
}

.module-location div{
	background-color:#6AC100;
}

.module-location div div {
	background: url(../images/location-bottom.jpg) no-repeat left bottom;
	padding-bottom: 12px;
}

.module-location div div div {
	background: url(../images/location-top.jpg) no-repeat left top;
	height: 110px;
	overflow: hidden;
}

.module-location div div div h3 {
	background: url(../images/location-arrow.jpg) no-repeat 75px 2px;
	*margin: 0 -6px 8px 0px;
	color: #fffeff;
}

.module-location .jmcollapse {
	height: 110px;
}

.module-location a:link, .module-location a:active, .module-location a:visited {
	color: #4a5544;
}

.module-location .jmexpand {
	overflow-y:scroll;
	margin-left:2px;
	background-color:#6AC100;
    width: 197px;
	height: 192px;
	position: absolute;
	top: 121px;
	left: -2px;
	overflow-y:auto;
}

.jmcollapseexpand {
	background-image:none !important;
	z-index: 99;
	position: absolute;
	bottom: 5px;
	left: 10px;
}

.module-location div div div div {
	background-color:#6AC100;
	width: auto;
	height: auto;
	padding: 0;
}

.module-location_news {
	width: 408px;
	color: #fff;
	float: right;
	padding-right: 6px;
	position: relative;
}


.module-location_news div {
    background: url(../images/news-repeated.jpg) repeat-y left top;
}

.module-location_news div div {
	background: url(../images/news-bottom.jpg) no-repeat left bottom;
	padding-bottom: 10px;
}

*html .module-location_news div div {
	background: url(../images/news-bottom.jpg) no-repeat left bottom;
	padding-bottom: 10px;
	height: 11px;
}

.module-location_news div div div {
	background: url(../images/news-top.jpg) no-repeat left top;
	padding: 13px 6px 0 6px;
	height: 110px;
	overflow: hidden;
}

*html .module-location_news div div div {
	background: url(../images/news-top.jpg) no-repeat left top;
	padding: 13px 6px 0 6px;
	height: 113px;
	overflow: hidden;
}

.module-location_news div div div h3 {
	background: url(../images/news-arrow.jpg) no-repeat 105px 2px;*
	margin: 0 -6px 8px 0px;
	color: #fffeff;
}

.module-location_news .jmcollapse {
	height: 100px;	
}

*html .module-location_news .jmcollapse {
	height: 100px;	
}

.module-location_news a:link, .module-location_news a:active, .module-location_news a:visited {
	color: #fff;
}

.module-location_news .jmexpand {
	margin-left:2px;
	background-color:#454545;
	width:390px;
	height: 300px;
	position: absolute;
	top: -202px;
	left: 0px;
	padding: 13px 6px 0 6px;
	overflow-y:auto;
}

*html .module-location_news .jmexpand {
	background-color:#000000;
	overflow-y:auto;
	height: 310px;
	position: absolute;
	top: -199px;
	left: 0;
	padding: 13px 6px 0 6px;
}

.module-location_news div div div div {
	background-image: none;
	width: auto;
	height: auto;
	padding: 0;
}

#rightCol {
	width: 120px;
	float: right;
}

#midCol {
	width: 214px;
	float: left;
}

#midCol .module-login {
	background: url(../images/signin-bg.jpg) no-repeat left top;
	color: #000; 
	height: 124px;
	margin-bottom: 8px;
}

*html #midCol .module-login {
	background: url(../images/signin-bg.jpg) no-repeat left top;
	color: #000; 
	height: 124px;
	margin-bottom: 9px;
}

.module-login div div {
	padding: 10px 10px 5px 10px;
}

.module-login div div div {
	padding: 0;
	background-image: none;
}

.module-login label {
	width: 100%;
	display: block;
	text-align: left;
	color: White;
}

.module-login .inputbox {
	background: White;
	height: 16px;
	line-height: 14px;
	width: 90px;
	padding: 0 2px;
	border: none;
	margin-right: 5px;
	color: Black;
	margin-top: 3px;
	vertical-align: middle;
	margin-bottom: 3px;
}

.module-login .button {
	width: 45px;
	height: 15px;
	display: block;
	background: url(../images/signin-button.jpg) no-repeat left top;
	border: none;
	cursor: pointer;
	font-size: 9px;
	color: White;
}

.module-login a:link, .module-login a:active, .module-login a:visited {
	color: #feffff;
	text-decoration: none;
}

.module-login a:hover {
	text-decoration: underline;
}
#midCol .module {
	margin: 0;
	padding: 0;
}

.moduletable {
    font-family: arial;
}

/*
#midCol .module {
	margin-bottom: 5px;
}

#midCol .module div {
}

#midCol .module div div {
	background: url(../images/module-repeated.jpg) repeat-y left top;
	min-height: 50px;
	height: auto !important; 
	height: 50px;
}

#midCol .module div div div {
	background: url(../images/module-top.jpg) no-repeat left top;
}

#midCol .module div div div div {
	padding: 0;
	background-image: none;
}

#midCol .module h3 {
	background: url(../images/module-arrow.jpg) no-repeat right 29px;
	color: #7bca3d;
	padding: 27px 0 11px 11px;
	margin-right: 11px;
}

#midCol .module span {
	color: #fff;
}

#midCol .module-nav {
	margin-bottom: 5px;
}

#midCol .module-nav div {
	background: url(../images/module-navrepeated.jpg) repeat-y left top;
}

#midCol .module-nav div div {
	background: url(../images/module-navbottom.jpg) no-repeat left bottom;
	padding-bottom: 10px;
}

#midCol .module-nav div div div {
	padding: 27px 10px 0 10px;
	background: url(../images/module-navtop.jpg) no-repeat left top;
}

#midCol .module-nav div div div div {
	padding: 0;
	background-image: none;
}

#midCol .module-nav h3 {
	background: url(../images/module-navarrow.jpg) no-repeat right 6px;
	color: #7bca3d;
	margin-bottom: 10px;
}

#midCol .module-nav span {
	color: #fff;
}

#midCol .module-nav ul li {
	color: #f1743a;
	background: url(../images/module-liarrow.jpg) no-repeat left 6px;
	padding-bottom: 4px;
	padding-left: 5px;
}

#midCol .module-nav ul li a:link, #midCol .module-nav ul li a:visited, #midCol .module-nav ul li a:active {
	color: #464646;
	text-decoration: none;
}

#midCol .module-nav ul li a:hover {
	text-decoration: none;
}
*/
