/* CSS Document */

.body {
	width:100%;
	margin:0;
	padding:0;
	background:url(../images/mainbg.jpg) repeat-x #f0f3e0;
}
.header_container {
	width:1000px;
	height:142px;
	margin:0 auto;
}
.logo {
	width:292px;
	height:142px;
	float:left;
}
.search_bg {
	width:446px;
	height:115px;
	float:right;
	background:url(../images/search_bg.jpg) no-repeat;
}
.title_btn {
	width:121px;
	height:32px;
	float:left;
	margin:0 0 0 40px;
	background:url(../images/title_btn.jpg) no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#f6f0d6;
	text-align:center;
	padding-top:7px;
}
.title_left {
	margin-left:1px;
}
.search_container {
	width:247px;
	height:39px;
	float:left;
	margin:16px 0 0 40px;
}
.search_field {
	width:247px;
	height:39px;
	float:left;
	padding: 0 5px;
	background:url(../images/search.jpg) no-repeat;
	border:none;
}
.search_btn {
	width:111px;
	height:39px;
	float:left;
	margin:15px 0 0 8px;
	background:url(../images/search_btn.jpg) no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#f6f0d6;
	text-align:center;
	padding-top:7px;
}
.nev_container {
	width:1000px;
	height:63px;
	margin:0 auto;
}
.submit_article {
	width:auto;
	height:43px;
	margin:0 0 0 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#f6f0d6;
	float:left;
	padding:20px 14px 0 14px;
	text-align:center;
}
.submit_article a{
	
	color:#f6f0d6;
	text-decoration:none;
}
.nev:hover {
	width:auto;
	height:43px;
	float:left;
	padding:20px 14px 0 14px;
	background:#332b26 repeat;
	cursor:pointer;
}

/**content container css start**/

.content_container {
	width:1000px;
	height:auto;
	margin:0 auto;
	clear:both;
}
.left_container {
	width:227px;
	height:auto;
	float:left;
	margin:10px 0 0 0;
	clear:both;
}
.left_menutop {
	width:227px;
	height:14px;
	float:left;
	background:url(../images/left_menutop.jpg) no-repeat;
}
.left_menucenter {
	width:227px;
	height:auto;
	float:left;
	background:url(../images/left_menucenter.jpg) repeat-y;
}
.left_menubtm {
	width:227px;
	height:14px;
	float:left;
	background:url(../images/left_menubtm.jpg) no-repeat;
}
.social_icon {
	width:auto;
	height:auto;
	float:left;
	margin:0 0 0 15px;
}
.green_menubg {
	width:207px;
	height:37px;
	float:left;
	margin:10px 0 0 0;
	background:url(../images/green_menubg.png) no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#332b26;
	padding:12px 0 0 20px;
}
.left_menu_list {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f6f0d6;
	float:left;
	width:150px;
	margin-left:20px;
}
.left_menu_list ul {
	margin:0;
	padding:0px 0 0 0;
	list-style:none;
}
.left_menu_list li {
	list-style:none;
	padding:10px 0 10px 25px;
	background:url(../images/listbg.png) 0px 14px no-repeat;
	border-bottom:#f6f0d6 dashed 1px;
}
.left_menu_list .noborder{
	border:none;
}
.left_menu_listlink {
	color:#f6f0d6;
	cursor:pointer;
	text-decoration:none;
}
.menu_a:hover {
	color:#c2cc51;
	cursor:pointer;
	text-decoration:none;
}
.green_subscribebg {
	width:207px;
	height:35px;
	float:left;
	margin:10px 0 0 0;
	background:url(../images/green_menubg.png) no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#332b26;
	padding:14px 0 0 20px;
}
.subscribe_container {
	width:180px;
	height:auto;
	float:left;
	margin:10px 0 0 20px;
}
.email_txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f6f0d6;
	float:left;
}
.email_field {
	width:177px;
	height:32px;
	float:left;
	border:none;
	margin:5px 0 0 0;
	background:url(../images/email_field.png) no-repeat;
}
.subcribe_btn {
	width:111px;
	height:28px;
	float:left;
	background:url(../images/subscribe_btn.png) no-repeat;
	margin:10px 0 0 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#f6f0d6;
	text-align:center;
	padding-top:10px;
}
.useful {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f6f0d6;
	float:left;
	width:150px;
	margin-left:20px;
}
.useful ul {
	margin:0;
	padding:0px 0 0 0;
	list-style:none;
}
.useful li {
	list-style:none;
	padding:10px 0 0px 10px;
}
.left_menu_list .noborder{
	border:none;
}

/**center div container css start**/

.center_container {
	width:534px;
	height:auto;
	float:left;
	margin:10px 0px 0 6px;
}
.center_greenbg_top {
	width:534px;
	height:14px;
	float:left;
	background:url(../images/greenbg_top.jpg) no-repeat;
}
.center_greenbg_center {
	width:534px;
	height:auto;
	float:left;
	background:url(../images/greenbg_center.jpg) repeat-x #9fac3a;
}
.center_greenbg_btm {
	width:534px;
	height:18px;
	float:left;
	background:url(../images/greenbg_btm.jpg) no-repeat;
}
.get_started_txt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#332b26;
	float:left;
	margin:0 0 0 15px;
	width:500px;
}
.createleft_container {
	width:250px;
	height:auto;
	float:left;
}
.create_container {
	width:234px;
	height:auto;
	float:left;
	margin:10px 0 0 15px;
}
.brown_1icon {
	width:35px;
	height:30px;
	float:left;
	background:url(../images/brown_icon.png) no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#f6f0d6;
	text-align:center;
	padding-top:5px;
}
.create_txt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#282c07;
	float:left;
	margin:0 0 0 5px;
}
.create_nrmtxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	float:left;
	margin:5px 0 0 5px;
	width:190px;
}
.green_line {
	width:1px;
	height:216px;
	background:#2f3409 repeat;
	float:left;
	margin:33px 0 0 24px;
}
.what_txtheading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#282c07;
	float:left;
	margin:29px 0 0 15px;
}
.what_nrm_txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	float:left;
	margin:5px 0 0 15px;
	width:233px;
	line-height:18px;
}
.submit_btn {
	width:143px;
	height:42px;
	float:left;
	margin:10px 0 0 15px;
	background:url(../images/submit-btn.png) no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#f6f0d6;
	text-align:center;
	padding-top:8px;
}
.recent_txt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#332b26;
	float:left;
	margin:10px 0 0 0px;
	width:500px;
}
.green_divi {
	width:534px;
	height:1px;
	float:left;
	background:#9fac3a repeat;
	margin:5px 0 0 0;
}
.article_innerdata {
	width:534px;
	height:auto;
	float:left;
	margin:5px 0 0 0;
}
.article_name {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9fac3a;
	float:left;
	width:520px;
	padding:5px 2px 0 5px;
}
.article_name a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9fac3a;
	text-decoration:none;
}
.article_des {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	float:left;
	width:525px;
	line-height:18px;
	padding:5px 2px 0 5px;
}
.sender_detail {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	float:left;
	width:525px;
	line-height:18px;
	padding:5px 2px 0 5px;
}
.sender_detail a{
	text-decoration:none;
	color:#abb742;
}

/**right side css**/

.right_container {
	width:227px;
	height:auto;
	float:right;
	margin:10px 0 0 0;
}
.author_post_container {
	width:206px;
	height:auto;
	float:left;
	margin:15px 0 0 10px;
}
.author_img {
	width:60px;
	height:68px;
	float:left;
}
.author_name {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9fac3a;
	font-weight:bold;
	float:left;
	margin:-8px 0 0 10px;
}
.author_msg {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f6f0d6;
	float:left;
	margin:5px 0 0 10px;
	width:135px;
}
.wht_divi {
	width:206px;
	height:1px;
	float:left;
	background:#f6f0d6 repeat;
	margin:10px 0 0 0; 
}

/***footer css start***/

.footer_bg {
	width:100%;
	height:226px;
	float:left;
	background:url(../images/footer_bg.jpg) repeat-x;
	clear:both;
	margin:20px 0 0 0;
}
.footer_main_container {
	width:1000px;
	height:auto;
	margin:0 auto;
	clear:both;
}
.footer_left_container {
	width:auto;
	height:auto;
	float:left;
	margin:20px 0 0 20px;
}
.latest_txt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#332b26;
	float:left;
}
.footer_list {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#332b26;
	margin:20px 0 0 0;
}
.footer_list ul {
	padding:0px 0 0 0;
	margin:0;
	list-style:none;
}
.footer_list li {
	list-style:none;
	padding:12px 0 0 15px;
	background:url(../images/arrow.png) 0px 15px no-repeat;

}
.linklist {
	color:#332b26;
	text-decoration:none;
}
.linklist:hover {
	color:#332b26;
	text-decoration:underline;
}
.footer_line {
	width:1px;
	height:69px;
	float:left;
	background:#2f3409 repeat;
	margin:52px 0 0 40px;
}
.list_left {
	margin-left:40px;
}
.footer_logo {
	width:217px;
	height:101px;
	float:left;
	margin:30px 0 0 20px;
}
.privacy_txt {
	width:1000px;
	height:auto;
	float:left;
	margin:20px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#332b26;
	text-align:center;
}
.copy {
	margin-top:10px;
}

/***Inner page css start***/

.maininner_right_container {
	width:755px;
	height:auto;
	float:right;
	margin:27px 0 0 18px;
}
.articleinner_name {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#332b26;
	float:left;
	width:750px;
}
.rating_nrm_txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	float:left;
	padding:5px 0 0 0;
	width:750px;
}
.rating_nrm_txtlink {
	color:#000;
	text-decoration:none;
}
.rating_nrm_txtlink:hover {
	color:#000;
	text-decoration:underline;
}
.greeninner_divi {
	width:755px;
	height:1px;
	float:left;
	background:#9fac3a repeat;
	margin:10px 0 0 0;
}
.articleinner_nrmcontainer{
	width:auto;
	height:auto;
	float:left;
	margin:10px 0 0 0;
}
.article_post1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	float:left;
	width:510px;
}
.article_nrmtxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	float:left;
	padding-top:5px;
	line-height:22px;
	width:auto;
	text-align:justify;
}
.add_img {
	width:720px;
	height:90px;
	float:left;
	
	padding: 0 15px;
}
.articleinner_nrmcontainer2{
	width:746px;
	height:auto;
	float:left;
	margin:20px 0 0 0;
}
.article_nrmtxt2 {
	width:740px;
}
.articleinner_nrmcontainer3 {
	width:510px;
	height:auto;
	float:right;
	margin:20px 0 0 10px;
}
.add_img3 {
	width:250px;
	height:250px;
	float:left;
	margin:15px 0 0 0;
}
.articleinner_nametop {
	margin:20px 0 0 0;
}
.related_brown_container {
	width:346px;
	height:auto;
	float:left;
	margin:20px 0 0 0;
}
.related_browntop_bg {
	width:334px;
	height:33px;
	float:left;
	background:url(../images/related_brown.jpg) no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#f6f0d6;
	padding:14px 0 0 12px;
}
.related_greencenter_bg {
	width:334px;
	height:30px;
	float:left;
	background:url(../images/related_greenbg.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#403732;
	padding:14px 0 0 12px;
}

.related_greencenter_bg a{
	color:#403732;
	text-decoration:none;
}
.brown_arrowbtn {
	width:25px;
	height:25px;
	float:right;
	margin:-5px 10px 0 0;
}
.related_greenbtm_bg {
	width:334px;
	height:33px;
	float:left;
	background:url(../images/related_greenbgbtm.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#403732;
	padding:14px 0 0 12px;
}
.related_left {
	margin-left:50px;
}
.comment_container {
	width:731px;
	height:auto;
	float:left;
	margin:10px 0 0 0;
}
.comment_topbg {
	width:731px;
	height:15px;
	float:left;
	background:url(../images/comment_topbg.jpg) no-repeat;
}
.comment_topcenter {
	width:731px;
	height:auto;
	float:left;
	background:url(../images/comment_centerbg.jpg) repeat-y;
}
.comment_topbtm {
	width:731px;
	height:15px;
	float:left;
	background:url(../images/comment_btmbg.jpg) no-repeat;
}
.comment_heading {
	width:700px;
	height:auto;
	float:left;
	margin:0px 0 0 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#322a26;
}
.note_txt {
	width:710px;
	height:auto;
	float:left;
	margin:5px 0 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
.user_txt {
	width:680px;
	height:auto;
	float:left;
	margin:20px 0 0 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
.user_top {
	margin:5px 0 0 25px;
}
.txt_field {
	width:507px;
	height:39px;
	border:none;
	float:left;
	background:url(../images/txt_field.jpg) no-repeat;
	padding: 0 5px;
}
.txt_area{
	width:643px;
	height:91px;
	border:none;
	float:left;
	background:url(../images/txt_area.jpg) no-repeat;
}
.post_btn {
	width:132px;
	height:36px;
	float:left;
	margin:20px 0 0 25px;
	background:url(../images/post_btn.jpg) no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#f6f0d6;
	text-align:center;
	padding-top:10px
}
.reset_btn {
	width:71px;
	height:36px;
	float:left;
	margin:20px 0 0 10px;
	background:url(../images/reset_btn.jpg) no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#f6f0d6;
	text-align:center;
	padding-top:10px
}
.inner-ul
{
    display: none;
    
    padding: 10px 0 0 15px;
    
    }
    
    .left_list_main:hover ul {
	color:#000;
	text-decoration:none;
	display:block;
}
