/*
CSS Credit: http://www.templatemo.com/
*/

body {
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	background-image: url(images/bg-content-btm-stripe-nav-shadow-h300.jpg);
	background-repeat: repeat;
	background-position: top;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: dotted;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	overflow: visible;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

a, a:link, a:visited { color: #ff4301; text-decoration: none; }
a:hover { text-decoration: underline; }

p {
	margin: 0px;
	padding: 0;
}
img {
	-moz-border-radius:15px 15px 15px 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-khtml-border-top-right-radius: 15px;
	-khtml-border-top-left-radius: 15px;
	-khtml-border-bottom-right-radius: 15px;
	-khtml-border-bottom-left-radius: 15px;
	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
}

h1, h2, h3, h4, h5, h6 { color: #183544; }
h1 { font-size: 40px; font-weight: normal; margin: 0 0 30px 0; padding: 5px 0; }
h2 { font-size: 28px; font-weight: normal; margin: 0 0 30px 0; padding: 0; }
h2 span { font-weight: bold; }
h3 { font-size: 21px; margin: 0 0 15px 0; padding: 0; padding: 0; color: #000; font-weight: normal; }
h4 { font-size: 18px; margin: 0 0 15px 0; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px 0; padding: 0; color: #333; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0; color: #333; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.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; }


.float_l { float: left; }
.float_r {	float: right;
}

.image_wrapper {
	display: inline-block;
	border: 5px solid #fff;
	background: none;
	margin-bottom: 10px;
	margin-right: 15px;
	-moz-border-radius:15px 15px 15px 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-khtml-border-top-right-radius: 15px;
	-khtml-border-top-left-radius: 15px;
	-khtml-border-bottom-right-radius: 15px;
	-khtml-border-bottom-left-radius: 15px;
	float: none;
} 
.image_wrapper2 {
	display: inline-block;
	border: 5px solid #fff;
	background: none;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
	-moz-border-radius:15px 15px 15px 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-khtml-border-top-right-radius: 15px;
	-khtml-border-top-left-radius: 15px;
	-khtml-border-bottom-right-radius: 15px;
	-khtml-border-bottom-left-radius: 15px;
	float: none;
} 
.image_fl {
	float: left;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 0;
	
}
.image_fl2 {
	float: left;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 0;
	
}
.image_fr { float: right; margin: 3px 0 0 15px; }

blockquote { font-style: italic; margin-left: 10px;}
cite { font-weight: bold; color:#3b3823; }
cite span { color: #696443; }
em { color: #000; }

.tmo_list { margin: 20px 0 20px 20px; padding: 0; list-style: none; }
.tmo_list li {
	background: transparent url(images/templatemo_list.png) no-repeat scroll 0 0px;
	margin:0 0 20px;
	padding: 0 0 0 20px;
}
.tmo_list li a {
	color: #000;
}
.tmo_list li a:hover { color: #ff4301; }

.btn_more a {
	display: block;
	width: 82px;
	height: 27px;
	color: #666;
	padding: 5px 0 0 0;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
    background: url(images/templatemo_button.png) no-repeat;
}

.btn_more a:hover {
	color: #333;
	text-decoration: none;
    background:	url(images/templatemo_button_hover.png) no-repeat;
}

#templatemo_wrapper_outer {
	width: 100%;
	margin: 0 auto;
	background: url() top center no-repeat;
}

#templatemo_wrapper {
	width: 940px;

	border-size:1px
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0;
}


#templatemo_header {
	width: 940px;
	height: 90px;
	margin-bottom: auto;
	background-image: url(images/banner2.png);
}

#templatemo_header  #site_title {
	width: 210px;
	height: 90px;
}

#templatemo_header  #site_title h1 {
	margin: 0;
	padding: 0;
}

#templatemo_header  #site_title a {
	margin: 0px;
	padding: 0px;
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#templatemo_header  #site_title a span {
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	margin-left: 5px;
}

/* menu */

#templatemo_menu {
	display: inline-block;
	background-image: url(images/navbg.png);
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 940px;
}

#templatemo_menu ul {
	display: inline-block;
	height: 33px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#templatemo_menu ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
}

#templatemo_menu ul li a {
	float: left;
	display: block;
	height: 33px;
	width: 153px;
	font-size: 14px;
	color:#000040;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	background: url() top left no-repeat;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#templatemo_menu ul li a:hover, #templatemo_menu ul .current {
	color: #fff;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left top;
}
/* end of menu */

/* menu2 */

#templatemo_menu2 {
	display: inline-block;
	background-image: none;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: right;
}

#templatemo_menu2 ul {
	display: inline-block;
	height: 33px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#templatemo_menu2 ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
}

#templatemo_menu2 ul li a {
	float: left;
	display: block;
	height: 33px;
	width: 153px;
	font-size: 14px;
	color: #0e4d6d;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	background: url() top left no-repeat;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#templatemo_menu2 ul li a:hover, #templatemo_menu2 ul .current {
	color: #FFF
	background-image: url();
	background-repeat: no-repeat;
	background-position: left top;
}
/* end of menu */

#templatemo_slider {
	width: 860px;
	height: 260px;
	margin-bottom: 20px;
	background: url(images/templatemo_sp_box.png) no-repeat;
	-moz-border-radius:15px 15px 15px 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-khtml-border-top-right-radius: 15px;
	-khtml-border-top-left-radius: 15px;
	-khtml-border-bottom-right-radius: 15px;
	-khtml-border-bottom-left-radius: 15px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}


#templatemo_content {
	clear: both;
	width: 930px;
	margin-top:16px;
	background-image: url(images/bg-content-btm-stripe-nav-shadow-h300.jpg);
	padding-bottom: 10px;
	padding-left: 10px;
}

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

.col_w300 {
	float: left;
	width: 440px;
	padding-right: 10px;
	margin-right: 20px;
	padding-left: 10px;
}
.col_w302 {
	float: left;
	width: 440px;
	padding-right: 10px;
	margin-right: 10px;
	padding-left: 10px;
}
.col_w303 {
	float: left;
	width: 280px;
	padding-right: 10px;
	margin-right: 20px;
	padding-left: 10px;
}
.term {
	clear: both;
	width: 920px;
	background-image: url(images/bg-content-btm-stripe-nav-shadow-h300.jpg);
	padding-bottom: 10px;
	padding-right: 10px;
}
.col_w600 {
	float: left;
	width: 600px;
	padding-right: 10px;
	margin-right: 10px;
	padding-left: 10px;
}
.bv {
	float: left;
	width: 470px;
	padding-right: 20px;
	margin-right: 10px;
	padding-left: 10px;
}
.cv {
	float: left;
	width: 920px;
	padding-right: 10px;
	margin-right: 10px;
	padding-left: 10px;
}
.col_w601 {
	float: left;
	width: 400x;
	padding-right: 20px;
	margin-right: 20px;
}
.cntbout {
	float: left;
	width: 580px;
	padding-right: 10px;
	margin-right: 20px;
	padding-left: 10px;
}
.services {
	float: left;
	width: 580px;
	padding-right: 10px;
	margin-right: 10px;
	padding-left: 10px;
}
.col_w280 {
	width: 440px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #FFF;
	float: left;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	padding-left: 10px;
}
.col_w2mao {
	width: 417px;
	padding-left: 10px;
	float: left;
	
}
.conctact {
	width: 417px;
	padding-left: 10px;
	float: left;
	
}
.col_w220 {
	float: right;
	width: 150px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
.pymt {
	float: right;
	width: 300px;
	padding-right: 20px;
	padding-left: 20px;
}
.col_last {
	margin-right: 0;
}

.sb_news_box {
	margin-bottom: 20px;
}
.sb_news_box2 {
	margin-bottom: 20px;
}

.sb_news_box img {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	border: 2px solid #fff;
	-moz-border-radius:15px 15px 15px 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-khtml-border-top-right-radius: 15px;
	-khtml-border-top-left-radius: 15px;
	-khtml-border-bottom-right-radius: 15px;
	-khtml-border-bottom-left-radius: 15px;
}
}
.sb_news_box h6 a { font-size: 14px; color: #333; }

.news_box {
	clear: both;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 1px dashed #fff;
	padding-right: 10px;
}

.news_box h2 {
	color: #183544;
	margin-bottom: 10px;
}

.news_box .news_meta {
	margin-bottom: 10px;
}

.news_box img {
	float: left;
	width: 220px;
	height: 180px;
	margin-right: 30px;
	border: 1px solid #fff;
	padding: 4px;
-moz-border-radius:15px 15px 15px 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-khtml-border-top-right-radius: 15px;
	-khtml-border-top-left-radius: 15px;
	-khtml-border-bottom-right-radius: 15px;
	-khtml-border-bottom-left-radius: 15px;}
}

.news_box_last {
	margin: 0;
	padding: 0;
	border: none;
}

.service_box {
	clear: both;
	margin-bottom: 50px;
}

.service_box img {
	float: left;
	width:48px;
	height: 48px;
}

.service_box .sb_right {
	float: right;
	width: 520px;
}

#contact_form {
	padding: 0;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
}

#contact_form form .input_field {
	width: 270px;
	padding: 5px;
	background: #fff;
	border: 1px solid #dfdfdf;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}

#contact_form form label {
	display: block;
	width: 100px;
	margin-right: 10px;
	font-size: 13px;	
}

#contact_form form textarea {
	width: 266px;
	height: 140px;
	padding: 5px;
	background: #fff;
	border: 1px solid #dfdfdf;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
#contact_form .submit_btn {
	padding: 5px 14px;
	background: #fff;
	border: 1px solid #dfdfdf;
	cursor: auto;
}

/* footer */

#templatemo_footer_wrapper {
	clear: both;
	width: 100%;
	background: url() bottom repeat-x;
}

#templatemo_footer {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	color: #000;
	background: url() center repeat-y;
}

#templatemo_footer .tmo_list {
	margin-left: 0px;
}

#templatemo_footer .tmo_list li a {
	color: #000;
}

#footer_top {
	width: 960px;
	height: 10px;
	margin: 0 auto;
	background: url(images/templatemo_footer_top.png) left no-repeat;
}

/* social */

#templatemo_footer  #social_box {
	clear: both;
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

#social_box li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#social_box li a {
	width: 24px;
	height: 24px;
	margin: 0 5px 5px 0;
	text-decoration: none;
	border: none;
}

/* end of social */

/* copyright */

#templatemo_copyright {
	clear: both;
	width: 920px;
	padding: 10px;
	text-align: center;
	color: #12BCED;
	border-top: 1px solid #fff;
	height: 40px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/Footer.png);
}

#templatemo_copyright a {
	color: #0e4d6d;
}

/* end of copyright */
/* end of footer */
.DivSideScroll {
	margin: 5px;
	display: none;
}
.divscroll {
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	height: 600px;
}
.representative {
	float: left;
	width: 200px;
}
.representative {
	float: left;
	width: 300px;
}
.prsnl {
	overflow: scroll;
}
.organizationall {
	float: left;
	width: 290px;
}
.organizationalr {
	float: right;
	width: 290px;
}
.odleft {
	float: left;
	width: 620px;
	margin-right: 20px;
}
.odright {
	float: right;
	width: 280px;
	padding-right: 10px;
}
.bvfull {
	padding-right: 10px;
}
