body {
	margin:0px;
	padding:0px;
	color:#555;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5em; 
	background-color:#ffffff;
	background-image: url(../images/templatemo_body.jpg);
	background-position:top;
	background-repeat: no-repeat;
}

a, a:link, a:visited {
	color: #F4141E; 
	text-decoration: none;
}

a:hover {
	color: #666;
}

.email a{
	color: #FFF;
}

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

img { 
	border: none; 
}

h1, h2, h3, h4, h5 { 
	font-weight: normal; 
}

h1 { 
	font-size: 36px; 
	color: #000; 
}

h2 { 
	font-size: 21px; 
	color: #666; 
	margin: 0 0 20px 0; 
	padding: 0; 
}

h3 { 
	font-size: 21px; 
	color: #ccc; 
	margin: 0 0 20px 0; 
	padding: 0; 
}

h4 { 
	font-size: 18px; 
	color: #000; 
	margin: 0 0 10px 0; 
	padding: 0; 
}

h5 { 
	font-size: 16px; 
	color: #000; 
	margin: 0 0 10px 0; 
	padding: 0; 
}

h6 { 
	font-size: 14px; 
	margin: 0 0 5px 0; 
	padding: 0;
}
/* Back to top */
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: 20px;
}

#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #003366;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: #ff0000 url(../images/up-arrow.png) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #ff9999;
}
/* Back to top */

.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;
}

.gray_bg{
	background: url(../images/gray_bg.jpg) repeat-x;
	padding: 10px;
	color: #000;
	font-weight: bold;
	line-height:1em; 
}

.gray_content{
	background-color: #e6e6e6;
	padding: 10px;
	color: #000;
	font-weight: bold;
	line-height:1em; 
}

.green_bg{
	background: url(../images/green_bg.jpg) repeat-x;
	padding: 10px;
	color: #000;
	font-weight: bold;
	line-height:1em; 
}

.green_content{
	background: #95cc01;
	padding: 10px 0 10px 20px;
	color: #000;
	line-height:1.5em;
}

.green_bg_solid{
	background: url(../images/green_bg_solid.jpg) repeat-x;
	padding: 10px;
	color: #000;
	font-weight: bold;
	line-height:1em; 
	height: 1px;
}

.blue_bg{
	background: url(../images/blue_bg.jpg) repeat-x;
	padding: 10px;
	color: #000;
	font-weight: bold;
	line-height:1em; 
}

.blue_bg_solid{
	background: url(../images/blue_bg_solid.jpg) repeat-x;
	padding: 10px;
	color: #000;
	font-weight: bold;
	line-height:1em; 
	height: 1px;
}

.blue_content{
	background: #76b9fd;
	padding: 10px 0 10px 20px;
	color: #000;
	line-height:1.5em; 
}

blockquote { 
	font-style: italic; 
}

cite { 
	font-weight: bold;
}

cite span {
	color: #000; 
} 

.button span {
	clear: both;
	display: block;
	width: 103px;
	height: 23px;
	padding: 4px 0 0 0;
	background: url(../images/templatemo_button.png) no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button span:hover {
	background: url(../images/templatemo_button_hover.png) no-repeat;
	cursor: pointer;
}

#templatemo_header_wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0 5px;
}

#templatemo_header {
	width: 920px;
	height: 100px;
	padding: 0 30px;
	text-align: center;
}

#templatemo_header  #site_title {
	padding: 20px 0 0 0;
}

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

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

#templatemo_header  #site_title h1 a span {
	display: block;
	text-align: right;
	font-size: 14px;
	color: #CCC;
	font-weight: bold;
	letter-spacing: 2px;
}

#templatemo_header #search_box {
	float: right;
	width: 280px;
	height: 30px;
	margin-top: 30px;
	background: url(../images/templatemo_search.png) no-repeat;
}

#search_box form {
	width: 280px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#searchfield {
	height: 15px;
	width: 180px;
	padding: 5px 5px 5px 5px;
	margin-right: 0px;
	color: #bcbcbc;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
	background: #161b1f;
	border: 1px solid #0b0e10;	
}

#searchbutton {
 	height: 28px;
	width: 80px;
	padding-bottom: 3px;
	cursor: pointer;
	font-size: 13px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	color: #333;
}

/* menu */

#templatemo_menu {
	clear: both;
	height: 39px;
	padding: 11px 0 0 0;
}

#templatemo_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

#templatemo_menu ul li a {
	position: relative;
	float: left;
	width: 103px;
	display: block;
	height: 23px;
	padding: 4px 0 0 0;
	margin-right: 10px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #f4141e;	
	font-weight: bold;
	outline: none;
	/*background: url(../images/templatemo_button.png);*/
	background-color: #FBEAEA;
    border: 1px solid #F7D5D7;
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	color: #666;
	/*background: url(../images/templatemo_button_hover.png);*/
}

/* end of menu */

/* banner*/

#templatemo_banner {
	clear: both;
	width: 920px;
	height: 180px;
	padding: 30px 30px 50px 30px;
	/*background: url(../images/templatemo_banner.jpg) no-repeat;*/
	background-color: #FBEAEA;
	overflow: hidden;
	border: 1px solid #F7D5D7;
}

#templatemo_banner h3 {
	color: #99CCFF;
	font-size: 42px;
}

#templatemo_banner p {
	color: #666666;
	font-size: 16px;
}

/* end of banner */

#templatemo_content_wrapper_outer {
	width: 100%;
	/*background: url(../images/templatemo_content_top.jpg) top repeat-x;
	border-top: 1px solid #004e85;*/
}

#templatemo_content_wrapper_inner {
	width: 100%;
	/*background: url(../images/templatemo_content_bottom.jpg) bottom repeat-x;*/	
}

#templatemo_content_wrapper {
	width: 980px;
}

#templatemo_content {
	width: 615px;
	float: right;
	background-color: #FBEAEA;
    border: 1px solid #F7D5D7;
	padding: 30px;
	text-align: left;
	margin-bottom: 10px;
}

#templatemo_content100 {
	width: 920px;
	background-color: #FBEAEA;
    border: 1px solid #F7D5D7;
	padding: 30px;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
}

.service_box {
	width: 280px;
}

.service_image {
	float: left;
	width: 64px;
	margin: 3px 0 0 0;
}

.service_box .service_text {
	float: right;
	width: 200px;
	text-align: justify;
}

.services_section {
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
	background: url(../images/templatemo_divider.jpg) bottom repeat-x;	
}

.services_section h4 {
	margin-bottom: 20px;
}

.services_section .right {
	float: right; 
	width: 120px;
}

.services_section .right img {
}

.services_sectio .services_content {
	clear: both;
	margin: 10px 0;
}

.services_section .left {
	float: left; 
	width: 470px;
}

.services_section .left p {
	text-align: justify;
}


.post_section {
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
	background: url(../images/templatemo_divider.jpg) bottom repeat-x;	
}

.post_section h2  {
	margin: 0 0 5px 0;
	padding: 10px 0 5px 0;
	background: url(../images/templatemo_header.png) no-repeat bottom left;
}

.post_section .post_content {
	clear: both;
	margin: 10px 0;
}
.post_content .left {
	float: left; 
	width: 130px;
}

.post_content .left img {
	border:1px solid #CCC;
	padding: 5px;
	background: #fff;
}

.post_content .right {
	float: right; 
	width: 450px;
}

.post_section p {
	padding-bottom: 5px;
	margin-bottom: 8px;
}

.post_section .comment_tab {
	padding: 10px 0;
	margin: 40px 0 20px 0;
	border-bottom: 1px dashed #666;
	font-size: 20px;
	font-weight: bold;
}

#recent_project {
		width: 620px;
	}
	#recent_project ul { list-style: none; margin: 0; padding: 0; }
	#recent_project ul li {
		float: left;
		display: inline; 
		padding: 0;
		margin: 0;
		padding: 6px;
		margin: 0 25px 25px 0;
		background: #f1f2ea;
		border: 1px solid #d5d7ca;
		text-align: center;
	}
	#recent_project ul img {
		border: none;
		margin-bottom: 5px;
	}


/* gallery */
#gallery {
		width: 610px;
	}
	#gallery ul { list-style: none; margin: 0; padding: 0; }
	#gallery ul li {
		float: left;
		display: inline; 
		padding: 0;
		margin: 0;
		width: 270px;
		padding: 6px;
		margin: 0 20px 20px 0;
		background: #f1f2ea;
		border: 1px solid #d5d7ca;
	}
	#gallery ul img {
		width: 270px;
		height: 130px;
		border: none;
		margin-bottom: 5px;
	}
/* end of gallery */

#contact_form {
	float: left;
	padding: 20px 0 0 0;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
	/*border:1px solid #e2d1be;
	padding: 20px 20px 10px 20px; */
}

#contact_form form .input_field {
	height: 18px;
	width: 230px;
}

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

#contact_form form textarea {
	width: 310px;
	height: 150px;
}

#contact_form form .submit_btn {
	float: left;
	margin-right: 110px;
	width: 103px;
	height: 27px;
	padding: 0px 0 0 0;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #fff;
	background: url(../images/templatemo_button.png) no-repeat;
}


/* sidebar */

#templatemo_sidebar {
	float: left;
	width: 240px;
	background-color: #FBEAEA;
    border: 1px solid #F7D5D7;
	padding: 30px 25px;
	text-align: left;
}

.section_rss_twitter {
	width: 240px;
	margin-top: 20px;
	margin-bottom: 68px;
}

.rss_twitter a{
	display: block;
	width: 240px;
	color: #333;
	padding: 20px 0 0 0;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

.rss_twitter a:hover {
	text-decoration: none;	
}

.rss_twitter a span {
	font-size: 15px;
	margin-top: 5px;
	display: block;
	letter-spacing: 5px;
}

.rss a{

	background: url(../images/rss.png) right bottom no-repeat;
}

.twitter a{

	background: url(../images/twitter.png) right bottom no-repeat;
}


#sidebar_featured_project {
	margin: 0 0 40px 0;
	padding: 0;
}

#sidebar_featured_project .left {
	float: left;
	width: 64px;
}

#sidebar_featured_project .right {
	float: right;
	width: 170px;
}

#sidebar_featured_project h6 a{
	color: #fff;
}

#news_section {
	margin: 0 0 14px 0;
	padding: 0;
}

.news_section h3 {
}

.news_box a {
	font-weight: normal;
	text-decoration: underline;
}

.news_box  {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCC;
}

/* end of sidebar */

/* footer */

#templatemo_footer_wrapper {
	clear: both;
	/*background: #005590 url(../images/templatemo_footer.jpg) repeat-x top;*/
	padding-left: 2px;
}


#templatemo_footer {
	clear: both;
	width: 920px;
	padding: 5px 30px;
	margin: 0 auto;
	text-align: left;
	color: #f4141e;
	font-size: 11px;
	background-color: #FBEAEA;
    border: 1px solid #F7D5D7;
	margin-bottom: 10px;
	overflow:hidden;
}

#templatemo_footer a {
	color: #f4141e;
	font-weight: normal;
	/*text-decoration: underline;8*/
}

#templatemo_footer a:hover {
	color: #666666;
	/*text-decoration: none;*/
}

#templatemo_footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px 0 0;
	display: inline;
}

.footer_menu li a {
	color: #ffffff;
}

.footer_menu .last_menu {
	border: none;
}

#menu {
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	height: 40px;
	/*border-top: 2px solid #eee;
	border-bottom: 2px solid #ccc;*/
}

#menu li {
	float: left;
	margin: 0 3px 0 0;				
}
			
#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	line-height: 40px;
	color: #666;
	border:1px solid #ccc;
}

#menu li a:hover, #menu li.active a {
	background-color: #fff;
	/*border-bottom: 2px solid #DDD;*/
	color: #999;
}

#menu_wrapper ul {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding-left: 10px;
}

#menu_wrapper {
	padding: 0; 
	/*background: url(../images/grey.png) no-repeat right;*/
}

#menu_wrapper div {
	float: left; 
	height: 44px; 
	width: 12px; 
	/*background: url(../images/grey.png) no-repeat left;*/
}

/* Blue Menu */
			
#menu_wrapper.blue ul {
	/*border-top: 2px solid #4bcb5d;
	border-bottom: 2px solid #4a7d50;
	background: url(../images/green_menu_bg.png) repeat-x;*/
}

#menu_wrapper.blue a {
	color: #f4141e;
}
			
#menu_wrapper.blue li a:hover, #menu_wrapper.blue li.active a {
	color: #666; 
	/*background: url(../images/green_menu_bg_hover.png) repeat-x;
	border-bottom: 2px solid #4a7d50;*/ 
}

#menu_wrapper.blue {
	/*background: url(../images/blue.png) no-repeat right;*/
}
			
#menu_wrapper.blue div {
	/*background: url(../images/blue.png) no-repeat left;*/
}
			
			
/*slider*/
div.slider_right{
	float: right;
	margin-right: 5px;
}

div.slider_right h1	{ 
	font-size: 21px; 
	letter-spacing: -1px; 
	padding-top: 5px;
	color: #f4141e; 
}
div.slider_right p { 
	color: #999; 
	line-height: 22px; 
	width: 260px; 
}

div.slider_left {
	float: right;
	position: absolute; 
	top: 20px; 
	left: 10px;
}

div.slider_left div {
	float: left; 
	width: 50%;
}

div.slider_left div img {
	margin-right: 10px;
	border: 1px solid #FFF;
}
								
/*Email*/

.email_container{
	background-color: #0074C5;
	padding: 50px;
}

/*Contact*/

.panels{
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}

.left_menu_panel{
	width: 26%;
	float: left;
	margin-top: 10px;
}

.right_menu_panel{
	width: 74%;
	float: left;
	margin-bottom: 10px;
	background-color: #e6e6e6;	
	overflow: hidden;
}

.twocols{
	width: 50%;
	float: left;
}

.form div{
	font-size: 10px;
	font-style: italic;
	margin-top: 3px;
	color: #000;
}

.form div span{
	color: red;
}

textarea{
	border: 1px solid #ccc;
	width: 250px;
	height: 108px;
}

input[type="text"]{ 
	width: 250px;
	padding: 7px;
	font-size: 11px;
	border: 1px solid #ccc;
}

/*** ROUNDED GRAY BOX ***/

.roundedgray{
   	background: #e6e6e6;
}

.roundedgray_top div{
   	background: url(../images/roundedgray_tl.png) no-repeat top left;
}

.roundedgray_top{
   	background: url(../images/roundedgray_tr.png) no-repeat top right;
}

.roundedgray_bottom div{
   	background: url(../images/roundedgray_bl.png) no-repeat bottom left;
}

.roundedgray_bottom{
   	background: url(../images/roundedgray_br.png) no-repeat bottom right;
}

.roundedgray_top div, .roundedgray_top, 
.roundedgray_bottom div, .roundedgray_bottom {
   	width: 100%;
   	height: 10px;
   	font-size: 1px;
}

.roundedgray_content { 
	margin: 0 10px; 
	padding: 5px;
	text-align: center;
}

/*** ROUNDED WHITE BORDERED BOX ***/

.roundedw_bordered {
	background: url(../images/roundedw_bordered_tl.png) no-repeat top left;
}
.roundedw_bordered_top {
	background: url(../images/roundedw_bordered_tr.png) no-repeat top right;
}
.roundedw_bordered_bottom {
	background: url(../images/roundedw_bordered_bl.png) no-repeat bottom left;
}
.roundedw_bordered_bottom div {
	background: url(../images/roundedw_bordered_br.png) no-repeat bottom right;
}
.roundedw_bordered_content {
	background: url(../images/roundedw_bordered_r.png) top right repeat-y;
}
.roundedw_bordered_content div{
	/*background: url(../images/roundedw_bordered_r.png) top left repeat-y;*/
	padding: 0 20px;
}

.roundedw_bordered_top div,.roundedw_bordered_top,
.roundedw_bordered_bottom div, .roundedw_bordered_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedw_bordered_content, .roundedw_bordered_bottom {
	margin-top: -15px;
}

.documents{
	border: 1px solid #D5D7CA; 
	width: 48%; 
	background: url(../images/sample.png) #F1F2EA;
}

.faq ul{
	/*list-style-type: decimal; 
	padding-left: 20px;*/
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.faq ul li{
	text-align: justify;
	margin: 10px 0;
}

.faq h5{
	color: #0074C5;
	padding: 20px 0;
}

.faq h4{
	color: #588C28;
}

.faq ul li h6{
	color: #000;
}

.faq ul li strong{
	color: #588C28;
}

.faq ul li p{
	font-style: italic;
}