@import url("reset.css");

body {
	background: #fff;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	color: #222222;
	line-height: 16px;
}

.clear {clear: both;}	

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

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

h1, h2 {
	color: #728D46;
	font-size: 30px;
	padding-bottom: 5px;
}

h3 {
	text-transform: uppercase;
	color: #FDFAFA;
	font-size: 12px;
	padding-bottom: 12px;
}

h4 {
	color: #FBFBFB;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 12px;
}

p {
	margin-bottom: 24px;
}


.button, button.validate {
	background: #F78505;
	border: none;
	height: 20px;
	color: #fff;
	cursor: pointer;
	padding: 0 10px;
}

.poll {
	font-family: Verdana;
}

.poll .button, .poll a.result {
	float: left;
}

.poll a.result {
 	background: #F78505;
	padding: 0px 10px ;
	color: #fff;
	margin-left: 5px;
}

a.readon {
 	background: #F78505;
	padding: 5px 12px;
	color: #fff;
}

/* Caption fixes */
.img_caption.left, .caption {
	float: left;
	margin-right: 5px;
}

.img_caption.right {
	float: right;
	margin-left: 5px;
}

.img_caption.left p {
	clear: left;
	text-align: center;
}

.img_caption.right p {
	clear: right;
	text-align: center;
}


#headerWrap {
	background: url(../images/header_bg.jpg) repeat-x left top;
	width:100%;
	height: 95px;
	padding-top: 18px;
}

#header {
	position: relative;
	width: 1040px;
	margin: 0 auto;
	text-align: left;
}

#header .logo {
	position: absolute;
	width: 131px;
	left: 48px;
	top: 0;
}

#header .topNav {
	position: absolute;
	top: 0;
	right: 0;
	width: 700px;
	text-align: right;
}

.topNav ul li {
	display: inline;
	background: url(../images/top_border.jpg) no-repeat left center;
	padding: 0 11px;
}

.topNav ul li:first-child {
	background: none;
}

.topNav ul li a:link, .topNav ul li a:active, .topNav ul li a:visited {
	color: #666;
	font-size: 11px;
}

.topNav ul li a:hover, .topNav ul li.active a:link, .topNav ul li.active a:active, .topNav ul li.active a:visited {
	text-decoration: none;
	color: #000;
}

.loginWrap {
	position: absolute;
	right: 10px;
	top: 30px;
	background: #161616;
	width: 481px;
	height: 55px;
	border: 1px solid #9DB3AF;
	border-bottom: 2px solid #9DB3AF;
	padding-left: 14px;
	color: #fff;
}

.loginWrap #form-login {
	padding-top: 6px;
}

#form-login-password {
	margin-left: 14px;
}

.loginWrap #form-login .inputbox {
	background: #262626;
	border: 1px solid #000;
	color: #fff;
	padding: 2px 5px;
}

.loginWrap #form-login ul li {
	display: inline;
	border-left: 1px dotted #8F7F6E;
	padding-left: 10px;
	margin-left: 10px;
}

.loginWrap #form-login ul li#form-login-remember {
	border-left: none;
}

.loginWrap #form-login ul li a {
	text-align: left;
	color: #fff;
}


#navWrap {
	background: url(../images/nav_bg.jpg) repeat-x left top;
	height: 48px;
	width: 100%;
}

#navInner {
	width: 1020px;
	margin: 0 auto;
	text-align: left;
}

.mainNav {
	float: left;
	width: 700px;
	height: 48px;
	line-height: 48px;
}

.mainNav ul li {
	float: left;
	background: url(../images/mainNav_separator.jpg) no-repeat left center;
	padding-left: 1px;
}

.mainNav ul li a:link, .mainNav ul li a:active, .mainNav ul li a:visited {
	float: left;
	padding: 0 25px;
	color: #FEFEFE;
}

.mainNav ul li.active a:link, .mainNav ul li.active a:active, .mainNav ul li.active a:visited {
	background: url(../images/active.jpg) repeat-x left center;
	text-decoration: none;
}

.mainNav ul li a:hover {
	background: url(../images/hover.jpg) repeat-x left center;
	text-decoration: none;
}

.searchWrap {
	float: right;
	width: 265px;
	padding-left: 12px;
	height: 29px;
	background: url(../images/search_bg.jpg) no-repeat right top;
	margin-top: 9px;
}

.searchWrap .inputbox {
	background: none;
	border: none;
	width: 200px;
	float: left;
	padding-top: 5px;
}

.searchWrap .button {
	float: left;
	width: 47px;
	height: 27px;
	border: none;
	margin-left: 17px;
	background: none;
	cursor: pointer;
	color: #A9AFAE;
	text-indent: -9999px;
}

#containerWrapper {
	width: 100%;
	background: #F9FCF7 url(../images/container_wrapper.jpg) repeat-x left top;
}

#containerInner {
	background: url(../images/container_bg.png) repeat-y top center;
}

#container {
	width: 1020px;
	margin: 0 auto;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 7px;
}

#bannerWrap {
	margin-bottom: 7px;
}

.banner {
	float: left;
	width: 674px;
	background: #728F88 url(../images/banner_bg.jpg) repeat-x left top;
	border: 1px solid #C7C7C7;
}

.banner .moduletable {
	padding: 12px 20px 20px 20px;
	
}

.banner .moduletable h3 {
	background: url(../images/h3_border.jpg) repeat-x left bottom;
	margin: 0 -20px 20px -20px;
	padding-left: 20px;
}

.user1 {
	float: right;
	background: #7D9791 url(../images/user1_bg.jpg) repeat-x left top;
	border: 1px solid #C7C7C7;
	width: 328px;
	color: #fff;
}

.user1 .moduletable {
	padding: 12px 10px 20px 20px;
}

.user1 .moduletable h3 {
	background: url(../images/h3_border.jpg) repeat-x left bottom;
	margin: 0 -10px 20px -20px;
	padding-left: 12px;
}

#mainContainer {
	margin: 0;
}

#leftCol {
	float: left;
	width: 201px;
}

#leftCol .moduletable_menu {
	width: 177px;
	background: #FAFDF3 url(../images/moduletable_menu_bg.jpg) repeat-x left top;
	border: 1px solid #CFCFCE;
	padding: 10px 12px 12px 12px;
	margin-bottom: 5px;
}

#leftCol .moduletable {
	width: 177px;
	background: #FAFDF3 url(../images/left_moduletable_bg.jpg) repeat-x left top;
	border: 1px solid #CFCFCE;
	padding: 10px 12px 12px 12px;
	margin-bottom: 5px;
}

#leftCol h3 {
	background: url(../images/left_h3_bg.jpg) repeat-x left top;
	height: 37px;
	line-height: 37px;
	margin: -10px -12px 5px -12px;
	padding-left: 23px;
}

#leftCol ul {
	margin: 0 -12px;
}

#leftCol ul ul {
	margin: 0;
}

#leftCol ul li a:link, #leftCol ul li a:active, #leftCol ul li a:visited {
	background: url(../images/arrow.png) no-repeat left center;
	display: block;
	height: 47px;
	line-height: 47px;
	padding-left: 23px;
	color: #53605E;
	font-size: 14px;
}

#leftCol ul li ul li a:link, #leftCol ul li ul li a:active, #leftCol ul li ul li a:visited {
	padding-left: 35px;
}

#leftCol ul li.active a:link, #leftCol ul li.active a:active, #leftCol ul li.active a:visited, #leftCol ul li a:hover {
	background: url(../images/left_active.jpg) no-repeat left center;
	text-decoration: none;
	height: 47px;
	line-height: 47px;
}

#leftCol .moduletable_menu ul li.active a:link, #leftCol .moduletable_menu ul li.active a:active, #leftCol .moduletable_menu ul li.active a:visited, #leftCol .moduletable_menu ul li a:hover {
	background: url(../images/left_active2.jpg) no-repeat left center;
	text-decoration: none;
	height: 47px;
	line-height: 47px;
}

#leftCol .moduletable_menu ul li.active ul li a:link, #leftCol .moduletable_menu ul li.active ul li a:active, #leftCol .moduletable_menu ul li.active ul li a:visited, #leftCol .moduletable_menu ul li ul li a:hover {
	background: url(../images/sub_active.jpg) no-repeat left center;
	text-decoration: none;
	height: 47px;
	line-height: 47px;
}


#leftCol ul li.active a, #leftCol ul li:hover a {
	color: #8CA026;
}

#leftCol .user5 .moduletable {
	background: #728F88 url(../images/user5_bg.jpg) repeat-x left top;
	border: 1px solid #CACAC8;
}

#leftCol .user5 .moduletable h3 {
	background: none;
	border: none;
}

#contentCol {
	float: left;
	width: 470px;
	margin-left: 9px;
}

.content {
	padding: 0 5px;
} 

.article_column, .leading {
	background: #fff;
	border: 1px solid #D0D0CF;
	padding: 25px;
	margin-bottom: 7px;
}

.iteminfo, .articleinfo {
	margin-bottom: 30px;
	line-height: normal;
}

.createdby, .createdate, .modifydate {
	font-size: 11px;
	color: #626060;
}

.modifydate {
	float: right;
	text-align: right;
}

p.buttonheading {
	margin-bottom: 0px;
	text-align: right;
}

.content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 22px;
}

.content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 25px;
}

.content ul li, #content ol li {
	padding-bottom: 3px;
}

ul.pagination {
	text-align: center;
}

ul.pagination li {
	display:inline;
	padding:0 10px;
}


#rightCol {
	float: right;
	width: 330px;
	color: #FCFCFC;
}

#rightCol .user2 {
	background: #809323 url(../images/user2_bg.jpg) repeat-x left top;
	border: 1px solid #D2D1D0;
	margin-bottom: 6px;
}

#rightCol .user2 .moduletable {
	background: url(../images/user3_module_bg.jpg) no-repeat left top;
	padding: 14px;
}

#rightCol .user2 .moduletable h3 {
	background: url(../images/user2_h3.jpg) repeat-x left bottom;
	margin: 0 -14px 8px -14px;
	padding-left: 14px;
}

#rightCol .user2 img {
	border: 1px solid #505B1A;
}

#rightCol .user3 .moduletable, #rightCol .user3 .moduletable_menu {
	background: #3B6FA3 url(../images/user3_bg.jpg) repeat-x left top;
	padding: 14px;
	margin-bottom: 6px;
}

#rightCol .user3 .moduletable h3, #rightCol .user3 .moduletable_menu h3 {
	background: url(../images/user3_h3.jpg) repeat-x left bottom;
	margin: 0 -14px 8px -14px;
	padding-left: 14px;
}

#rightCol .user3 ul li {
	background: url(../images/arrow2.jpg) no-repeat left 4px;
	padding-left: 12px;
}

#rightCol .user3 ul li a:link, #rightCol .user3 ul li a:active, #rightCol .user3 ul li a:visited {
	color: #D1D9CA;
	font-size: 14px;
}

#rightCol .user4 {
	background: #fff;
	padding: 14px 14px 14px 14px;
	margin-bottom: 6px;
	border: 1px solid #D1D1D0;
}

#rightCol .user4 h3 {
	background: url(../images/left_h3_bg.jpg) repeat-x left top;
	height: 37px;
	line-height: 37px;
	margin: -14px -14px 8px -14px;
	padding-left: 14px;
}

#footerWrap {
	background: #000 url(../images/footerWrap.jpg) repeat-x left top;
	padding-top: 4px;
}

#footerShadow {
	background: url(../images/footer.jpg) no-repeat center top;
	padding: 65px 0;
}

#footer {
	width: 1020px;
	margin: 0 auto;
	color: #666666;
	text-align: left;
	font-size: 11px;
}

.footerLeft {
	float: left;
	width: 520px;
}

.footernav {
	margin-bottom: 8px;
}

.footernav ul li {
	display: inline;
	background: url(../images/top_border.jpg) no-repeat left center;
	padding: 0 15px;
}

.footernav ul li:first-child {
	background: none;
	padding-left: 0;
}

.footernav ul li a:link, .footernav ul li a:active, .footernav ul li a:visited {
	color: #757B82;
}

.footerBanner{
	float: right;
	width: 470px;
}

.contact p {
	margin-bottom: 5px;
}

.contact .marker_add {
	float: left;
}

.contact .contact_address p {
	margin-bottom: 3px;
}

.contact .marker {
	margin-right: 10px;
}

.contact #emailForm {
	padding-top: 10px;
}

.contact #emailForm .label {
	width: 125px;
	text-align: left;
	padding-right: 10px;
	float: left;
}

.contact #emailForm div {
	margin-bottom: 3px;
}

.name label, .user label, .email label, .pass label, .verify_pass label, .user_name label {
	width: 160px;
	float: left;
}

.name .inputbox, .user .inputbox, .email .inputbox, .pass .inputbox, .verify_pass .inputbox, .user_name .inputbox  {
	width: 200px;
}

/* System Messages */
#system-message
{
margin:10px 0 20px 0;
padding: 0 !important;
background:#8FBA2B;
}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0;  font-weight: bold; text-indent: 0px;background:#fff;padding:0 }
#system-message dd ul { color: #93246F; margin-bottom: 10px; list-style: none; padding: 0px; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }
#system-message dd.message ul { background: #F2E3ED}

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error {  }
#system-message dd.error ul { color: #93246F; background: #F2E3ED ; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;margin:0}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice {  
	
}
#system-message dd.notice ul { color: #93246F; background: #F2E3ED; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;}


