/*********** reset.css *************/
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;vertical-align:top;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {font-weight:normal;float:none !important;}
table, th, td {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

/***********************************************/
body{
	background:#e8eadf;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin:0px;
	padding:37px 0px 0px 0px;
	}
	
img, p, span, h1, h2, h3, h4, h5, h6{
	margin:0px;
	padding:0px;
	border:none;
	}
	
a{
	color#414042:;
	text-decoration:none;
	}
	
a:hover{
	color:#ed1c24;
	text-decoration:none;
	}
	
a:focus{
	outline:none;
	}
	
.clear{
	clear:both;
	}
	
.error_msg{
	color:#ff0000;
	font-size:11px;
	}
	
h2{
	color:#272727;
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:24px;
	}
	
h2 a, h2 a:hover{
	color:#272727;
	}
	
h3{
	color:#333333;
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:18px;
	font-weight:normal;
	width:220px;
	clear:both;
	}
	
input{
	width:214px;
	height:25px;
	border-top:#0e0e0e 1px inset;
	border-left:#0e0e0e 1px inset;
	border-bottom:#f2f2f2 1px inset;
	border-right:#eaeaea 1px inset;
	background:#e3e3e3;
	margin:0px;
	padding:0px 3px;
	font-size:12px;
	color:#010101;
	}

/******** Body layout  *********/

#wrapper{
	width:960px;
	height:auto;
	margin:0px auto;
	}
	
#header{
	height:84px;
	width:960px;
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	}
	
#logo{
	width:338px;
	height:auto;
	display:block;
	background:url(images/logo.png) top left no-repeat;
	text-indent:-9999px;
	float:left;
	position:relative;
	margin:15px 0px 0px 0px;
	}
	
#logo h1{
	width:338px;
	height:auto;
	display:block;
	text-indent:-9999px;
	float:left;
	position:relative;
	}
	
#logo h1 a{
	width:338px;
	height:43px;
	display:block;
	text-indent:-9999px;
	float:left;
	position:relative;
	}

   /*    NAV-BAR    */

#nav-bar {	
	margin:0px;
	padding:0px 0px 0px 0px;
	height:41px;
	margin:0px;
	float:left;
	width:960px;
	position:relative;
	z-index:30;
	background:url(images/nav_bg.jpg) top left repeat-x;
	}

#nav-bar ul {
	width:950px;
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:left;
	font-size:13px;
	line-height:41px;
	padding:0px 5px;
	}

#nav-bar li {
	margin:0px 0px;
	padding:0px 2px;
	display:inline;
	line-height:41px;
	}
	
#nav-bar li a {
	text-decoration:none;
	color:#e4e1dc;
	padding:7px 5px;
	}
	
#nav-bar li a:hover {
	text-decoration:none;
	color:#fff;
	padding:7px 5px
	}
	
#nav-bar li a.current {
	text-decoration:none;
	color:#fff;
	padding:7px 5px;
	}
	
ul.dropdown {
	position:relative;
	z-index:2;
	float:left;
	}

ul.dropdown li {
	float:left;
	line-height:36px;
	vertical-align:middle;
	zoom:1;
	}

ul.dropdown li.hover,
ul.dropdown li:hover {
	position:relative;
	cursor:default;
	}

ul.dropdown ul {
	visibility:hidden;
	position:absolute;
	top:100%;
	left:0px;
	width:auto;
	}

ul.dropdown ul li {
	float:none;
	}

ul.dropdown ul ul {
	top:1px;
	left:99%;
	display:list-item;
	}

ul.dropdown li:hover > ul {
	visibility:visible;
	display:list-item;
	width:193px;
	float:left;
	}
	
ul.dropdown {
	width:955px;
	margin:0px;
	padding:0px;
   	float:right;	
	}

ul.dropdown li {
	padding:0px;
	background:none;
	color:#fff;
	margin:0px;
	}

ul.dropdown li.hover,
ul.dropdown li:hover {
	background:none;
	color:#990000;
	}

ul.dropdown ul#submenu {
	width:150px;
	margin:0px 0px 0px 0px;
	padding:7px 0px 15px 15px;
	background:#5a7c59;
	list-style:none;
	font-size:12px;
	color:#FFFFFF;
	float:left;
	text-align:left;
	}

ul.dropdown ul#submenu li {
	line-height:24px;
	font-size:12px;	
	display:list-item;
	padding:0px;
	margin:0px;
	border:none;
	width:140px;
	}

ul#submenu li a {	
	color:#e4e1dc;	
	text-decoration:none;
	text-transform:capitalize;
	width:140px;
	}
	
ul#submenu li a:hover {
	color:#fff;
	text-decoration:none;
	border:none;
	background:#749e73;
	width:140px;
	}
	
/**** Banner ***/

#banner{
	width:940px;
	float:left;
	position:relative;
	height:auto;
	margin:10px 0px;
	padding:0px;
	border:#74756f 10px solid;
	}
	
/*** Content Area  ****/

#main_content_area{
	width:960px;
	height:auto;
	float:left;
	position:relative;
	margin:5px 0px 0px 0px;
	padding:0px;
	}
	
#content_right{
	width:618px;
	height:auto;
	float:right;
	position:relative;
	padding:5px 20px 14px 20px;
	border:#0a340a 1px solid;
	border-top:none;
	background:#fff;
	margin:12px 0px 0px;
	min-height:900px;
	max-height:100%;
	}

#content_left{
	width:292px;
	height:auto;
	float:left;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	}

#content_left img{
	padding:10px 0px;
	}
		
/**** Blocks  ****/

.main_block{
	width:296px;
	height:168px;
	background:url(images/block.png) top left no-repeat;
	padding:0px;
	margin:0px;
	float:left;
	position:relative;
	}
	
.inner_block{
	width:232px;
	height:101px;
	border:#000 1px dashed;
	padding:10px 0px 0px 16px;
	margin:22px 0px 0px 20px;
	float:left;
	position:relative;
	}	

/***** Side links ****/

.adlinks_box{
	width:260px;
	height:auto;
	float:left;
	position:relative;
	margin:0px;
	padding:10px 5px;
	border:#406640 10px solid;
	}
	
.link_block{
	float:left;
	position:relative;
	width:230px;
	height:auto;
	margin:0px;
	padding:0px 0px 10px 0px;
	}
	
.main_link{
	font-size:16px;
	color:#2200c1;
	}

.main_link a{
	font-size:16px;
	color:#2200c1;
	text-decoration:underline;
	}
	
.main_link a:hover{
	font-size:16px;
	color:#ff0000;
	}
	
.link_desc{
	color:#010101;
	}
	
.url_style{
	color:#006633;
	font-size:12px;
	}

.url_style a{
	color:#006633;
	font-size:12px;
	}

.url_style a:hover{
	color:#ff0000;
	font-size:12px;
	}
	

.left_page_underline{
	width:618px;
	height:7px;
	float:left;
	position:relative;
	margin:0px 0px 10px 0px;
	padding:0px;
	
	background:url(images/underline.jpg) top left repeat-x;
	}
	
.para{
	line-height:18px;
	padding:7px 0px;
	margin:0px;
	text-align:justify;
	}
	
#youtube_video{
	width:618px;
	height:auto;
	margin:10px 0px 10px 0px;
	padding:0px;
	float:left;
	position:relative;
	}

/*** Footer ****/
/*	

#footer{
	width:960px;
	height:auto;
	margin:7px 0px;
	padding:14px 0px 0px 0px;
	float:left; position:relative;
	}
	
#footer_left{
	width:285px;
	height:auto;
	float:left;
	position:relative;
	margin:0px;
	padding:5px 0px;
	background:url(../images/footer_border_bottom.jpg) top left repeat-x;
	}
	
.footer_left_content{
	float:left; position:relative; padding:5px 0px 9px; margin:0px; background:url(images/footer_border_bottom.jpg) bottom left repeat-x; color:#406640;
	}
	
.footer_left_content a {
	color:#406640;
	}
	
.footer_left_content a:hover{
	color:#000;
	}
	
	
#footer_right{
	width:658px;
	height:auto;
	float:right;
	position:relative;
	margin:0px;
	padding:5px 0px;
	background:url(images/footer_border_bottom.jpg) top left repeat-x;
	}
	
#sitemap_title{
	background:url(images/footer_border_bottom.jpg) bottom left repeat-x; padding:0px 0px 2px;
	}
	
#footer_right ul a{
	color:#406640;
	}
	
#footer_right ul a:hover{
	color:#000;
	}
	
#footer_right li{
	list-style-type:none;
	background:url(images/footer_border_bottom.jpg) bottom left repeat-x;
	padding:7px 0px 10px 0px;
	width:185px;
	}

#footer_right li a{
	background:url(images/link_bulllet.png) 0px 4px no-repeat;
	padding-left:17px;
	list-style-type:none;
	}
	
	*/
	
		
.refermain_block{
	width:296px;
	height:168px;
	background:url(images/search_box_block.png) top left no-repeat;
	padding:0px;
	margin:0px;
	float:left;
	position:relative;
	}
	
.referinner_block{
	width:232px;
	height:101px;
	border:#fff 1px dashed;
	padding:10px 0px 0px 16px;
	margin:22px 0px 0px 20px;
	float:left;
	position:relative;
	}	
	
.referinner_block h3{
	color:#fff;
	}
	
	
	
/******************************/

/*** Footer ****/
	

#footer{
	width:960px;
	height:auto;
	margin:7px 0px;
	padding:14px 0px 0px 0px;
	float:left; position:relative;
	}
	
/*#footer_divide{
	width:960px;
	height:auto;
	float:left;
	position:relative;
	margin:0px;
	padding:5px 0px;
	background:url(../images/footer_border_bottom.jpg) top left repeat-x;
	}*/
	
.footer_left_content{
	float:left; position:relative; padding:5px 0px 9px; margin:0px; /*background:url(../images/footer_border_bottom.jpg) bottom left repeat-x;*/ color:#406640;
	}
	
.footer_left_content a {
	color:#406640;
	}
	
.footer_left_content a:hover{
	color:#000;
	}
	
	
#footer_right{
	width:960px;
	height:auto;
	float:right;
	position:relative;
	margin:0px;
	padding:5px 0px;
	background:url(../images/footer_border_bottom.jpg) top left repeat-x;
	color:#606020;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;	
	
	}
	
#footer_right a{
	color:#301010;
	text-decoration:underline;
	font-weight:bold;
	}
	
#footer_right a:hover{
	color:#606020;
	text-decoration:underline;
	}
	
#sitemap_bottom{
	/*background:url(../images/footer_border_bottom.jpg) bottom left repeat-x; padding:0px 0px 2px;*/
	float:left;
	position:relative;
	padding:7px 0px;
	margin:14px 0px 0px 0px;
	text-align:center;
	background:#88a878;
	width:960px;
	text-transform:capitalize;
	color:#105010;
	font-weight:bold;
	}
	
#sitemap_rssfeed{
	float:left;
	position:relative;
	padding:0px;
	margin:0px;
	width:40px;
	margin-top:3px;
	}

#sitemap_title{
	/*background:url(../images/footer_border_bottom.jpg) bottom left repeat-x; padding:0px 0px 2px;*/
	float:left;
	position:relative;
	padding:0px;
	margin:0px;
	text-align:center;
	width:920px;
	text-transform:capitalize;
	color:#105010;
	font-weight:bold;
	}

	
#sitemap_title a{
	color:#105010;
	font-weight:bold;
	text-decoration:none;
	}
	
#sitemap_title a:hover{
	color:#105010;
	font-weight:bold;
	text-decoration:none;
	}

.sendbutton
{
	background:url(images/send_btn.png) top left repeat-x;
	width:68px;
	 height:23px; 
	 margin:5px 10px 0px 0px;
	  padding:0px;
	   border:none; 
	   outline:none;
	    float:right;
}

.searchbutton
{
	background:url(images/search_btn.jpg) top left repeat-x;
	width:71px; 
	height:26px; 
	margin:5px 10px 0px 0px;
	 padding:0px; 
	 border:none;
	  outline:none;
	   float:right;
}

.art-PostContent p{
	line-height: 18px;
    margin: 0;
    padding: 7px 0;
    text-align: justify;
}

.art-PostContent ol{list-style:decimal; padding-left:30px;}
