/* CSS AEJ */
body {	
	margin:0;
	padding:0;
	font: normal 12px Arial, Tahoma, sans-serif;
	background: #bbbbbb url(../img/bk_loop.gif) repeat-x;
	color: #505050;
}

/* ------- General Classes --------- */
ol,ul {
	margin: 0 0 10px 20px;
	padding: 0 10px 0 10px;
	line-height: 15px;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: normal;
}
h1.categtitle{
	border-top: solid 1px #9e2922;
	float:right;
	text-align: left;
	width: 720px;
	font-size: 23px;
	color:#9e2922;
	padding: 10px 0 10px 0;
}
h1.websitetitle{
	width: 380px;
	float: left;
}
h2.categtitle{
	float:right;
	text-align: left;
	width: 720px;
	font-size: 17px;
	color:#72a041;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #ddd;
}
h1.hometitle{
	border-bottom: solid 1px #ddd;
	padding-bottom: 10px;
}
h1.hometitle span{
	color: #333;
}
h1{
	font-size: 17px;
	color:#72a041;
}
h2{
	font-size: 16px;
	color:#72a041;
}
h3{
	font-size: 15px;
	color:#72a041;
}
h4{
	font-size: 14px;
	color:#72a041;
}
h5{
	font-size: 13px;
	color:#72a041;
}
p {
	margin:0 0 10px 0;
	line-height: 15px;
}
a, a:visited {
	color: #72a041;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img{
	border: none;
}
.clear{
	clear:both;
}

.left{
	float: left;
}
.right{
	float: right;
}

/* ------- Layout ------- */
#container {
	position: relative;
	width: 940px;
	margin: 20px auto 0 auto;
	padding: 20px;
	background: #fff;
	border: solid 1px #ddd;
}

/* ------- Header ---------- */
#header {
	position: relative;
	padding: 0 0 20px 0;
	height: 63px;
}
#logo{
	float: left;
	padding: 0 0 0 45px;
}
#hdrtitle{
	float: right;
	padding: 0;
	width: 720px;
	font-size: 11px;
}
#hdrtitle h1{
	font: normal 17px Arial, Tahoma, sans-serif;
	color: #505050;
	padding: 23px 0 0 0;
}
#hdrtitle h1 span{
	color:#72a041;
}
#hdrtitle a, #hdrtitle a:visited {
	color: #808080;
	text-decoration: none;
	padding: 0 5px 0 5px;
}
#hdrtitle a:hover{
	text-decoration: underline;
}
#hdrtitle p span {
	color: #9e2922;
	font-weight: bold;
	padding: 0 5px 0 5px;
}

/* -------- Content ------- */
#content {
	width: 940px;
	margin: 0;
	padding: 0;
}
#hr{
	border-bottom: solid 1px #ddd;
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
}
#spcr{
	clear: both;
	padding: 5px 0 10px 0;
}

#leftcol{
	float: left;
	width: 200px;
	padding: 20px 0 0 0;
	border-top: solid 1px #72a041;
}
#maincol{
	float: left;
	width: 500px;
	padding: 20px 0 0 20px;
}
#maincol h4 img{
	float: left;
	width: 120px;
	padding: 2px;
	border: solid 1px #ddd;
	margin-right: 20px;
}
#maincol .img{
	float: left;
	width: 120px;
	padding: 2px;
	border: solid 1px #ddd;
	margin-right: 20px;
}

#rightcol{
	float: right;
	width: 200px;
	padding: 0;
}

#box{
	border: solid 1px #ddd;
	padding: 8px;
	margin: 20px 0 0 0;
}
#box h1, #box h2{
	border-bottom: solid 1px #ddd;
	color: #808080;
	font: normal 12px Arial, Tahoma, sans-serif;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
#box h1{
	color: #808080;
}
#box h2{
	color: #72a041;
}
#box img{
	border: none;
	padding: 10px;
	width: 160px;
}

.articledate{
	font-size:11px;
	color:#999;
}

/*Sliding menu start here*/
.menumain {color:#808080;margin: 0 0 4px 0;overflow:hidden;cursor:pointer;font: normal 12px Arial, Tahoma, sans-serif;}
.menumain a{color:#808080;width: 97%;display: block;padding: 3px 0 0 10px;height:17px;border-left: solid 5px #ccc;}
.menumain a:visited{color:#808080;}
.menumain a:hover{color:#72a041;text-decoration:none;border-left: solid 5px #72a041;}
.menumain a.active{color:#72a041;text-decoration:none;border-left: solid 5px #72a041;}
.menumain a.red{color:#9e2922;text-decoration:none;border-left: solid 5px #9e2922;}
.menumain a.red:hover{color:#72a041;text-decoration:none;border-left: solid 5px #72a041;}
/* Parent box of slide down content */
.menusub {visibility:hidden;height:0px;overflow:hidden;position:relative;}
.menusubcnt {padding:0;position:relative;}
.menusubcnt ul {list-style: none;padding: 3px 0 15px 0;margin: 0 5px 0 10px;font: normal 11px Arial, Tahoma, sans-serif;}
.menusubcnt li {padding: 0 0 5px 10px;margin-left: 0;}
.menusubcnt li a {color:#808080;}
.menusubcnt li a:visited {color:#808080;}
.menusubcnt li a:hover {color:#72a041;}
/*Sliding menu end here*/

/* --------- Footer --------- */
#footer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 10px;
	font-size: 11px;
}
#footer a {
	color: #505050;
	text-decoration: underline;
	padding: 0 5px 0 5px;
}
#footer a:hover {
	text-decoration: none;
}

/*---------- Forms ---------*/
fieldset{
	padding: 10px;
	border: solid 1px #ddd;
	width:480px;
}
legend{
	font: bold 12px Arial, Tahoma, sans-serif;
	color: #808080;
	padding: 0 5px 0 5px;
	margin-bottom: 10px;
}
form {
	padding: 0;
	margin: 0;
}
.form {
	border: solid 1px #ddd;
	font: normal 12px Arial, Tahoma, sans-serif;
	padding: 2px;
	color: #808080;
	width: 460px;
	margin-bottom: 5px;
}
#setPageIndex{
	vertical-align: middle;
}
.formbtn {
	font: bold 12px Arial, Tahoma, sans-serif;
	color: #9e2922;
}