body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
    background: #F3F3F3;

}
		

a:active, a:hover {		 text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 0px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r_20 { margin-right: 20px; }

.margin_r_40 { margin-right: 40px; }

.button_01 a {
	clear: both;
	    background-color: #D14836;
    background-image: -moz-linear-gradient(center top , #DD4B39, #D14836);
    border: 1px solid transparent;
    color: #FFFFFF !important;
    display: block;
    float: left;
    font-size: 13px;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    width: 60px;
	float:right;
}

.button_01 a:hover {
	color: #ffffff;

}

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	margin: 0 0 10px 0;
	padding: 2px 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #ba0808;
}

h3 {
	margin: 0 0 5px 0;
	padding: 5px 0;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

h4 {
	margin: 0 0 5px 0;
	padding: 5px 0;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.image_wrapper {
	margin-top: 3px;
	margin-bottom: 5px;
	border: 5px solid #e8e8e8;
	padding: 1px;
	background: #fff;
}

.fl_image {
	float: left;
	margin-right: 30px 
}

.fr_image {
	float: right;
	margin-left: 20px 
}


/* site title */

#site_title_bar_wrapper {
	width: 100%;
	height: 80px;
	margin: 0 auto;	
	background:  url(images/site_title_bg_wrapper.jpg) repeat-x top;
	float:left;
}

#site_title_bar {
	width: 940px;
	height: 100px;
	margin: 0 auto;
	padding: 0 0px;
	/* background: url("images/site_title_bg.jpg") no-repeat scroll center top transparent;*/
}

#site_title {
	float: left;
	width: 280px;
	margin: 0px;
	text-align: center;
	padding:0;
	height:78px;
	background:url("images/styletitlebg.png") no-repeat scroll center bottom transparent;
	z-index:888;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 28px;
	color: #ba0808;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	font-size: 13px;
	color: #204567;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 5px;
	letter-spacing: 2px;
}

/* end of menu */

#site_title_bar #menu {
	float: right;
 /* no of menu item * 90 */
	height: 40px;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#menu li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu li a {
	position: relative;
	float: left;
	display: block;
	width: 80px;
	height: 24px;
	padding: 6px 0 0 0;
	margin: 0;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #444;	
	outline: none;
	
}

#menu li a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 30px;
	
}

#menu li a:hover, #menu li .current {
	position: relative;
	color: #ffffff;
	background: url(images/menu_bg_right_hover.jpg) center right;
	
}

#menu li a:hover span, #menu li .current span {
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 30px;
	background: url(images/menu_bg_left_hover.jpg) no-repeat;
}



/* banner */

#banner_wrapper_outter {
	/*clear: both;*/
	width: 100%;
	height: 250px;
	margin: 0 auto;	
	background: url(images/banner_bg_wrapper_outter.png) top repeat-x;
	float:left;
}

#banner_wrapper {
	width: 100%;
	height: 250px;
	margin: 0 auto;	
	background: url(images/banner_bg_wrapper.png) no-repeat center top;
}

#banner {
	width: 960px;
	height: 250px;
	padding: 0 10px;
	margin: 0 auto;
	
}

#banner_slider {
	clear: both;
	width: 960px;
	height: 240px;
	overflow: hidden;
	margin-bottom: 0px;
	padding: 0px 0 0 0;
	background: none;
}

/* end of banner */

/* content */

#content {
	width: 910px;
	margin: 0 auto;

    box-shadow: 0 17px 17px rgba(0, 0, 0, 0.3);
	font-size:14px;
	background:#fff;
	padding-left:15px;
	padding-right:15px;


	height:auto;
	text-align:left;
	
}

#content #twitter_section {
	clear: both;
	margin-bottom: 20px;
}

#content #twitter_section p {
	float: left;
	width: 800px;
	font-size: 26px;
	line-height: 34px;
	color: #2a90c1;
}

#content #twitter_section .followme a {
	display: block;
	float: right;
	width: 128px;
	height: 128px;
	background: url(images/twitter.png) no-repeat;
}


#content p {
	margin-bottom: 10px;
}

.box {
text-align:center;
	float: left;
	width: 270px;
	padding: 0 29px 0 0;
}

.box_border {
	border-right: 1px dotted #999;
}

.box h2 {
	color: #9b1919;
	font-size: 20px;
	margin-bottom: 20px;
}

.box .box_image_wrapper {
	float: left;
	text-align: center;
	margin-right: 20px;
}

.em_text {
	font-size: 14px;
	color: #000;
}

.section_w940 {
	clear: both;

}


.section_w450 {
	float: left;
	width: 435px;
}

.news_box{
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;	
	color: #2f5e9e;
}

.news_box .post_info {
	color: #666;
}

.news_box .post_info a {
	color: #000000;
	font-weight: bold;
}

.news_box .post_info strong {
	color: #000000;
}

.news_box a {
	color: #2f5e9e;
}

.testimonial {
	font-style: italic;
}

/* footer */

#footer_wrapper {
	width: 100%;
	margin: 0 auto;
	background: #677684;
	height:265px;
	float:left;
}

#footer {
	width: 945px;
	margin: 0 auto 0  auto;
	padding: 10px 10px 0px 10px;
	color: #cccccc;
	text-align:left;
}

#footer  a {
	color: #ffffff;
}

#footer .section_w240 {
	float: left;
	width: 200px;
	padding-right: 40px;
}

#footer .section_w240 h3 {
	font-size:14px;
	font-weight: bold;
	color: #ffffff;
	
}

#footer .footer_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


#footer .footer_list li {
	margin: 0px;
	padding: 3px 0;
}

#footer .footer_list li a {
	color: #cccccc;
}

#footer .footer_list li a:hover {
	color: #ffffff;
	text-decoration: none;
}
.footerstrips{width:100%;height:125px;border:0px solid red;font-size:12px;color:#fff;}
.footerstrips ul{list-style:none;}
/* end of footer */

.stbox{background:#E4E4E4;text-align:left;padding:10px;-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;}
.stbox p,.section_w450 p{font-size:12px;}
.section_w450 p{text-align:justify;}
.footerlinks{list-style-type:none;text-align:left;padding:0 !important;}
.footerlinks li{display:inline;}
.topmenu {list-style:none;float:right;}



.topmenu li{display:inline;padding-right:0px;padding-left:20px;font-size:14px;border-right:1px solid #666;}



.topmenu li:last-child{border:none;}



input[type="text"], input[type="password"]{
    border: 1px solid #C0C0C0;
    padding: 7px;
    width: 200px;}
input[type="submit"],.editbutton {
    background-color: #4D90FE;
    background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
    border: 1px solid #3079ED;
    color: #FFFFFF;padding:5px;
	cursor:pointer
}



input[type="submit"]:hover,.editbutton:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 0 1px #FFFFFF inset;
    outline: 0 none transparent;
	cursor:pointer
}




.container {margin: 0px auto;float:left;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;

	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
	border:1px solid #999;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
.stbox div:first-child{padding-top:15px;padding-left:5px;}
.stbox img{float:right;}

.leran_box{width:100%;height:350px;border:0px solid red;padding:10px 0 10px 0;}
.learn_box_left{height:270px;width:320px;background:#dfdfdf;float:left;padding:15px 15px 15px 15px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.learn_box_right{height:300px;width:350px;float:left;}
.learn_box_right h3{ color: #2F2F2F;    font: italic bold 18px Georgia,"Times New Roman",Times,serif;}
.learn_box_right p{   color: #6F6F6F; font: 12px Georgia,"Times New Roman",Times,serif;line-height:19px;}
.learn_desc{width:100%;height:300px;background:#E5EAEF;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.webpart{float:left;width:100%;text-align:center;min-height:450px;}
.indexbox{clear:both;width:940px;}
.pagebox{width:100%;height:auto;border:0px solid red;padding-top:15px;}
.pagelinks{width:170px;height:270px; border:0px solid red;background:#C5D8E9;padding:10px;float:left;}
.pagelinks ul{list-style-type:none;padding:0px;}
.pagelinks ul li{}
.pagelinks ul li a{text-decoration:none;color:#111;display:block;padding:5px;}
.pagelinks ul li a:hover,.pagelinks ul li a.active{text-decoration:none;color:#111;display:block;background:#f5f6f7;padding:5px;border-right:3px solid #b30000;}
.abtcontent{width:auto;float:left;border-left:1px solid #bbbbbb;padding-left:10px;}
.footerlist ul{list-style-type:none;}
.footerlist{width:auto;float:left;border:0px solid red;}
.footerlist ul li{padding-top:5px;}
.aboutlist li{padding:5px;border-bottom:1px dotted #666;}
a{}

.premiumbox{width:233px;height:650px;background:url('images/boxpremium.png') no-repeat;float:left;}
.psTitle{font-size:16px;color:#fff;padding:15px 0;text-align:center;width:100%;height:14px;}
.aboutPremium{text-align:center;width:100%;color:#111;}
.psInfo{padding-left:5px;padding-top:15px;height:170px;}
.psInfo ul{list-style-type:none;padding:0;margin:0}
.psInfo ul li{ padding:5px;border-bottom:1px solid #ddd;font-size:12px;}
.divider{width:100%;height:26px;text-align:center;color:#111111;font-size:13px;background:url('images/divider.png') no-repeat;}

.btn-blue-sm{font-family:"ProximaNovaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:11px;background:#67b8dd;text-decoration:none;color:#fff;padding:3px 6px;margin-left:5px;-moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;text-shadow:1px 1px rgba(0,0,0,0.3)}

.footer-GoToTop {
	position:relative;
	top: -46px;
	left: 462px;
	width: 18px;
	height: 9;
}
.footer-img-GoToTop {
	margin: 0 0 0 0;
	border: none;
	width:36px;
	height:17px;
	background: url("../images/vbulletin_sprites.png");
	background-position: -336px -17px;
}
