/*
# copyrights BY AWDsolution.com.
*/
@import url("reset.css");

body {
	background: #8FBA2B url(../images/body_bg.jpg) repeat-x left top;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	color: #221916;
	line-height: 20px;
}

.clear {clear: both;}	

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

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

h1 {
	font-family: "Century Gothic";
	color: #FFF;
	font-size: 36px;
	padding-bottom: 5px;
}

h2 {
	font-family: "Century Gothic";
	color: #FFF;
	font-size: 36px;
	padding-bottom: 5px;
}

h3 {
	font-family: "Century Gothic";
	color: #F9FBFB;
	font-size: 18px;
}

p {
	margin-bottom: 10px;
}

.button, button.validate {
	background: #E04E01;
	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: #E04E01;
	padding: 0px 10px ;
	color: #fff;
	margin-left: 5px;
}

a.readon {
 	background: #E04E01;
	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;
}


#header {
	width: 1008px;
	height: 254px;
	margin: 0 auto;
	position: relative;
}

#header .logo {
	background: url(../images/logo_bg.jpg) no-repeat left top;
	width: 327px;
	height: 254px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
}

#header .innerlogo {
		padding: 82px 0 0 58px;
}

#header .topnav {
	position: absolute;
	top: 14px;
	right: 12px;
	text-align: right;
}

.topnav ul li {
	display: inline;
	background: url(../images/top_border.jpg) no-repeat left center;
}

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

.topnav ul li a:link, .topnav ul li a:active, .topnav ul li a:visited {
	color: #000;
	margin: 0 16px;
}

.topnav ul li a:hover, .topnav ul li.active a:link, .topnav ul li.active a:active, .topnav ul li.active a:visited {
	color: #5A6C1B;
	text-decoration: none;
}


#header .mainnav {
	height: 40px;
	padding: 5px 10px;
	background: url(../images/menu_bg.jpg) repeat-x left top;
	position: absolute;
	top: 58px;
	right: 12px;
	text-align: right;
}

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

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

.mainnav ul li a:link, .mainnav ul li a:active, .mainnav ul li a:visited {
	color: #FFF;
	font-size: 14px;
	padding-left: 30px;
	float: left;
	height: 30px;
	line-height: 30px;
}

.mainnav ul li a:link span, .mainnav ul li a:active span, .mainnav ul li a:visited span {
	padding-right: 30px;
	float: left;
	height: 30px;
	line-height: 30px;
}

.mainnav ul li a:hover, .mainnav ul li.active a:link, .mainnav ul li.active a:active, .mainnav ul li.active a:visited {
	background: url(../images/active_left.jpg) no-repeat left top;
	text-decoration: none;
}

.mainnav ul li a:hover span, .mainnav ul li.active a:link span, .mainnav ul li.active a:active span, .mainnav ul li.active a:visited span {
	background: url(../images/active_right.jpg) no-repeat right top;
}

#header .loginRepeated {
	width: 500px;
	position: absolute;
	top: 132px;
	right: 0;
	background: url(../images/login_repeated.jpg) repeat-x left top;
	height: 63px;
}

.loginLeft {
	background: url(../images/login_left.jpg) no-repeat left top;
	height: 63px;
}

.loginRight {
	background: url(../images/login_right.jpg) no-repeat right top;
	height: 63px;
	color: #fff;
}

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

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

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

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

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

#container {
	width: 960px;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 10px;
	text-align: left;
}

#mainContent {
	padding-bottom: 20px;
}

#contentCol {
	float: left;
	width: 410px;
	text-align: left;
}

.content {
	padding: 0;
	width: 100%;
}

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

.createdby, .createdate, .modifydate {
	font-family: Verdana;
	font-size: 10px;
	color: #4D5354;
}

p.createdby {
	margin-bottom: 0px;
}

.modifydate {
	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;
}

#leftCol {
	float: left;
	width: 170px;
	color: #D1D3D4;
	text-align: left;
	margin-left: 110px;
}

#leftCol .moduletable, #leftCol .moduletable_menu, #rightCol .moduletable, #rightCol .moduletable_menu, #rightCol .moduletable_text {
	padding: 0 6px;
	margin-bottom: 30px;
	color: #FFFFFF;
}

#leftCol .moduletable h3, #leftCol .moduletable_menu h3, #rightCol .moduletable h3, #rightCol .moduletable_menu h3, #rightCol .moduletable_text h3 {
	background: #000;
	height: 30px;
	line-height: 28px;
	margin: 0 -6px 15px -6px;
	text-align: center;
}

#leftCol ul li, #rightCol ul li {

}

#leftCol ul li a, #rightCol ul li a {
	background: url(../images/arow.jpg) no-repeat left 1px;
	padding: 1px  0 1px 30px;
	font-size: 12px;
}

#leftCol ul li a:hover, #rightCol ul li a:hover {
	background: url(../images/arrow_active.jpg) no-repeat left 1px;
}

#leftCol .moduletable #form-login fieldset, #rightCol .moduletable #form-login fieldset {
	margin-bottom: 10px;
}

#leftCol .moduletable #form-login p, #rightCol .moduletable #form-login p {
	margin-bottom: 5px;
}

#leftCol .moduletable #form-login ul li, #rightCol .moduletable #form-login ul li {
	background: none;
	padding: 0px;
}

#leftCol .moduletable #form-login ul li a, #leftCol .moduletable #form-login ul li, #rightCol .moduletable #form-login ul li a, #rightCol .moduletable #form-login ul li  {
	font-size: 11px;
}

#leftCol .moduletable #form-login .inputbox, #rightCol .moduletable #form-login .inputbox {
	width: 130px;
}


#rightCol {
	float: right;
	width: 170px;
	text-align: left;
	color: #D1D3D4;
}

.advert3 {
	text-align: right;
}

#midUserRepeated {
	background: url(../images/midUserRepeat.jpg) repeat-y right top;
	width: 100%;
}

#midUserTop {
	background: url(../images/midUserTop.jpg) no-repeat right top;
}

#midUserBottom {
	background: url(../images/midUserBottom.jpg) no-repeat right bottom;
	text-align: left;
}

#centerbottomusers {
	width: 1008px;
	margin: 0 auto;
	color: #fff;
	padding: 14px 0 10px 0;
}

div#user1div, div#user2div {
	float: left;
}

div#user2 {
	margin-left: 60px;
}

div#user3div {
	float: right;
}


#bottomUserRepeated {
	background: url(../images/bottomUserRepeated.jpg) repeat;
	width: 100%;
}

#bottomUserTop {
	background: url(../images/bottomUserTop.jpg) repeat-x left top;
}

#bottomUserBottom {
	background: url(../images/bottomUserBottom.jpg) repeat-x left bottom;
}

#bottomUserMain {
	width: 992px;
	margin: 0 auto;
	text-align: left;
	padding-top: 19px;
	padding-bottom: 30px;
	padding-left: 16px;
	color: #F9FBFB;
	line-height: 15px;
}

.user4, .user5 {
	float: left;
	width: 170px;
}

.user5 {
	padding-left: 93px;
}

.user6 {
	float: right;
	width: 492px;
}

#bottomUserMain .moduletable {
	margin-bottom: 15px;
}

#bottomUserMain .moduletable h3 {
	background: #000;
	height: 30px;
	line-height: 28px;
	margin-bottom: 10px;
	padding-left: 16px;
}

#footerWrap {
	background: #AFBDC0 url(../images/footer_bg.jpg) repeat-x left top;
	padding: 25px 0 20px 0;
	margin-top: 1px;
}

#footer {
	width: 970px;
	margin: 0 auto;
	color: #666666;
	text-align: left;
}

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

.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: #000;
}

.copyright ul, .copyright ul li {
	display: inline;
}

.copyright ul li {
	border-left: 1px solid #fff;
	padding: 0 7px;
}

.copyright ul li:first-child {
	border-left: none;
}

.banner {
	float: right;
	width: 468px;
}

.footernav {
	padding-bottom: 15px;
	padding-top: 8px;
}

.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;
border:solid 0px;
}
#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;}
