html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
//	background-color: #333333;
//	background-color: #E6AF38;
	background-color: white;
	color:#FFFFFF;
	font-family: /*"Trebuchet MS",*/ verdana, sans-serif;
	font-size:11px;
}

#wrapper {
	/*border: 1px dashed red;*/
	width:1024px;
	margin:0px auto;
}

#adv-top {
	width:100%;
	height:20px;
	background-color:#666666;
	border-left:1px solid #A5A5A5;
	border-right:1px solid #A5A5A5;
	border-bottom:1px solid #444444;
}

#adv-header {
	padding:5px 10px 0px 0px;
	text-align:center;
	height:60px;
}

#header {
	width:100%;
	height:150px;
	background-color:#000000;
	border-top:1px solid #777777;
	border-left:1px solid #A5A5A5;
	border-right:1px solid #A5A5A5;
	/*margin-bottom:32px;*/
}

#header-top {
	height:50px;
	border-bottom:1px solid #A5A5A5;
}

#header-logo {
	/*width:250px;*/
	float:left;
	padding-top:6px;
	padding-left:16px;
}

#header-logo a {
	color:#fff;
	text-decoration:none;
}

#header-logo span{
	font-size:32px;
}

#login {
	padding:5px;
	float:right;
}

.login-button {
	width:25px;
	height:20px;
	background-image: url('images/login_button1.gif');
	border: none;
	margin-left:5px;
}

#login input[rel="field"] {
	width:150px;
	border:1px solid gray;
	margin:0px;
}

#login form {
	margin-bottom:5px;
}

#login a {
	font-size:12px;
	color:#fff;
}

/* ------------- TOP MENU ----------------------- */
#menu-padding {
	width:100%;
	height:32px;
	background-color:#B5B5B5;
	border-top: 1px solid #F5F5F5;
	border-bottom: 1px solid #333333;
	border-left:1px solid #a5a5a5;
	border-right:1px solid #a5a5a5;
}

#nav {
	margin: 0;
	padding-left: 10px;
	height: 25px;
	/*width: 1014px;*/
	position: absolute;
	top: 146px;
	overflow: visible !important;
	/*border:1px solid red;*/
}

#nav ul {
	display: none;
	height: 25px;
	position: relative;
	z-index: 500;
	padding: 0 0 0 10px;
}

#nav li {
	list-style: none;
	background-color: #B5B5B5;
	color: #000;
	font-weight:bold;
	float: left;
	width: auto;
	margin: 0 3px 0 0;
	padding: 0;
}

#nav li a {
	border-top: 1px solid #F5F5F5;
	border-left: 1px solid #F5F5F5;
	/*border-bottom: 1px solid #B5B5B5;*/
	color: #000;
	height: 25px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	line-height: 25px;
	overflow: hidden;
	padding: 0 25px;
	float: none !important;
	float: left;
	display: block;
	text-transform:uppercase;
	position:relative;
	z-index:900;
}

#nav a:hover {
	color: #fff;
}
#nav a:active {
	color: #fff;
}
#nav li.active {
	background-color: #FF7500;
	color: #FFF;
}
#nav li.active a {
	color: #fff;
	/*position: relative;*/
	/*z-index: 900;*/
	border-top:1px solid #FBC289;
	border-right:1px solid #AF5A05;
	border-bottom: 1px solid #FF7500;
	border-left: 1px solid #FBC289;
}
#nav li.active a:hover {
	cursor: pointer;
}

#nav li ul li a {
	padding: 0 18px !important;
}
#nav li ul li a {
	background: #d4d4d4;
	float: left;
	width: auto;
}


#nav li ul.subnav {
	/*display: block;*/
	position: absolute;
	top: 26px;
	width: 1014px;
	left: 0;
	background: #B5B5B5;
	border-top: 1px solid #F5F5F5;
	border-bottom: 1px solid #333333;
	border-left:1px solid #a5a5a5;
	border-right:1px solid #a5a5a5;
	padding: 3px 0px 3px 10px;
}

#nav li ul.subnav a {
	color: #000;
	font-weight: normal;
	background-color: #B5B5B5;
	cursor: pointer;
	border: none;
	border-left: 1px solid #d5d5d5;
	/*text-transform:capitalize;*/
	text-transform:none;
	text-decoration:underline;
}

#nav li.active ul.subnav {
	display: block;
	position: absolute;
	top: 26px;
	width: 1014px;
	left: 0;
	background: #FF7500;
	border-top: 1px solid #FBC289;
	border-bottom: 1px solid #333333;
	border-left:1px solid #a5a5a5;
	border-right:1px solid #a5a5a5;
	padding: 3px 0px 3px 10px;
}
	#nav li.active ul.subnav {
	    right: 0;
	}
#nav li.active ul.subnav a {
	color: #fff;
	font-weight: normal;
	background-color: #FF7500;
	cursor: pointer;
	border: none;
	border-left: 1px solid #FBC289;
	/*text-transform:capitalize;*/
	text-transform:none;
	text-decoration:underline;
}

#nav li ul.subnav a.first {
	border: none;
}

#nav li.active ul.subnav li {
	margin: 0;
	border: none;
}

#nav li.active ul.subnav a:hover {
	color: #fff;
	background-color: #CC3300;
}
#nav li.active ul.subnav a.active {
	color: #922804;
	font-weight:bold;
	/*background-color: #CC3300;*/
}
#nav li.active ul.subnav,
#nav li.active ul.subnav a {
	background-color: #FF7500;
}
/* ------------ [end] TOP MENU ------------*/
#body {
	width:100%;
	background-color: #fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000;
}

#sidebar {
	width:170px;
	background-color: #eaeaea;
}

#sidebar-inner {
	width:160px;
	padding:5px;
	text-align:center;
}


#content {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}


#content h1 {
	font-size: 15px;
	color: #FF7F00;
	background:  url(images/bullet_17x21.gif) no-repeat left top;
	padding-left: 19px;
	line-height: 24px;
	position: relative;
	z-index: 999;
}

#content a {
	color: #FF7F00;
}

#content a:hover {
	background-color: #FF7F00;
	color: #ffffff;
}

#content ul li{
	list-style-image: url(images/bullet_11x8.gif);
	margin-bottom: 0.5em;
	font-size: 110%;
}

#footer {
	width:100%;
	background-color:#000000;
	border-top:1px solid #777777;
	border-left:1px solid #A5A5A5;
	border-right:1px solid #A5A5A5;
}

/* ---- pagination ---- */

.pagination {
	margin-top:15px;
	margin-bottom:15px;
	font-family: "Courier New", monospace;
	font-size: 12px;
	font-weight: bold;
}

.page-current, .page-link {
	padding:2px 6px 2px 6px;
	border:1px solid #DD7500;
	margin-right:5px;
	border-color: #FBC289 #AF5A05 #AF5A05 #FBC289;
}

.page-current {
	color: #fff;
	background-color:#ff7500;
}

.page-link {
	text-decoration: none;
}

.breadcrumbs {
	width:100%;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:3px double gray;
	border-bottom:3px double gray;
	margin-bottom:10px;
}

.news-title {
	margin-left:5px;
}

.news-primary-image {
	background:#FFFFFF none repeat scroll 0 0;
	/*border-bottom:2px solid #CCCCCC;*/
	border:1px solid #cccccc;
	padding:10px;
	width:151px;
}

.news-primary-image a:hover {
	background-color: #FFF !important;
}

.news-primary-image img {
	width:150px;
}

.news-comments-count {
	margin-left:5px;
	color: blue;
}

.news-categories {
	padding:10px;
	background-color:#E5E5E5;
	margin-top:5px;
}

.news-categories a,
.news-categories a:hover {
	color:#2A55FF !important;
	background-color: #E5E5E5 !important;
	margin-right:10px;
}

.news-details {
	color: #555555;
}

.news-search-result {
	width:100%;
	padding:10px 0px 10px 0px;
	margin-bottom:10px;
	font-weight:bold;
	border:1px solid green;
	background-color: #CCECD3;
}
.news-search-result span {
	margin-left:10px;
}
#bannertopic{}