body {
	margin: 0;
	padding: 0;
	color: #a5a5a7;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5em; 
	background-color: #152a2e;
	background-repeat: repeat;
	background-image: url("img/body.png")
}

a, a:link, a:visited { 
	color: #51b848; 
	font-weight: normal; 
	text-decoration: none; 
}

a:hover { 
	color:#d7f677;
    text-decoration: underline; 
}

a.more { 
	display: block; 
	width: 97px; 
	height: 35px; 
	line-height: 26px; 
	color: #000; 
	text-align: center; 
	background: url(img/more_btn.png) no-repeat; 
	font-weight: 700; 
	text-decoration: none; 
}

p { 
	margin: 0 0 10px 0; 
	padding: 0; 
}

img { 
	border: none; 
}

blockquote { 
	font-style: italic; 
	margin: 0 0 0 10px;
}

cite { 
	font-weight: bold; 
	color:#fff; 
}

cite a, cite a:link, cite a:visited  { 
	font-weight: bold; 
	color:#fff; 
}

cite span { 
	font-weight: 400; 
	color: #a5a5a7; 
}

em { 
	color: #fff; 
}

h1, h2, h3, h4, h5, h6 { color: #e5a923; font-weight: normal; 	font-family: Tahoma, Geneva, sans-serif }
h1 { font-size: 48px; margin: 0 0 30px; padding: 5px 0 }
h2 { font-size: 30px; margin: 0 0 25px; padding: 5px 0; }
h3 { font-size: 24px; margin: 0 0 20px; padding: 0; }
h4 { font-size: 22px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 18px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 13px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

.float_l { float: left }
.float_r { float: right }

.image_frame { 
	background: #262424; 
	border: 1px solid #333232; 
	padding: 9px; 
}

.image_fl { 
	float: left; 
	margin: 10px 30px 0 0; 
}

.image_fr { 
	float: right; 
	margin: 10px 0 0 30px; 
}

.list { 
	margin: 15px 0 15px 15px; 
	padding: 0; 
	list-style:circle; 
}

.list li { 
	color:#ffcc66; 
	margin: 0 0 5px 0; 
	padding: 0 0 0 20px; 
	 
}

.list li a { 
	font-weight: normal; 
}

.list li a:hover { 
	color: #66cc33; 
}

#body_wrapper {
	width: 100%;
	
}

#wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
}

#header {
	width: 100%;
	height: 180px;
	background: url(img/header.jpg);
}

#top {
	width: 960px;
	height: 42px;
}

#login { 
	float: right; 
	margin-top: 6px; 
}

#login form {
	height: 30px;
	margin: 0;
	padding: 0;
}

#tooplate_login .txt_field {
	float: left;
	display: block;
	margin-left: 5px;
	height: 30px;
	width: 160px;
	color: #c7c7c7;
	font-size: 11px;
	padding: 0 5px;
	font-variant: normal;
	line-height: normal;
	background: url(img/tooplate_login_txt.png) no-repeat;
	border: none;	
	line-height: 30px;
}

#tooplate_login .sub_btn {
	float: left;
	display: block;
	margin-left: 5px;	
 	height: 30px;
	width: 77px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	color: #c7c7c7;
	border: none;
	background: url(img/tooplate_login_btn.png)
}

#site_title { 
	float: left; 
	margin-top: 46px; 
}

#site_title h1 { 
	margin: 0; 
	padding: 0; 
}

#site_title h1 a { 
	display: block; 
	width: 220px; 
	height: 40px; 
	color: #fff; 
	text-indent: -10000px; 
	
}

#menu { 
	
    float: left;
    
}


#fw { 
	width: 960px; 
	height: 500px; 
}

#main {
	clear: both;
	width: 960px;
	padding: 60px 0 20px
}

#content { 
	 width: 960px; 
}

#sidebar { 
	float: right; 
	width: 300px; 
}

.col_fw { 
	margin-bottom: 40px; 
	padding-bottom: 30px; 
	border-bottom: 1px solid #a3a3a3; 
}

.col_fw_last { 
	padding-bottom: 20px; 
}

.col_w460 { 
	width: 460px; 
} 

.col_w300 { 
	width: 300px; 
}
.col_allw600 {
    padding:10px;
    width: 600px;
	margin:0 auto;
}
.col_allw600 h2 {
    color:#66cc33;
}
.col_allw600 img {
    width:590px;   
}
.single_content {
    padding:10px;
    width: 700px;
	margin:0 auto;
	border:1px solid #80ff00;
	background-color:#004040;
}
.single_content h2 {
    text-align:center;
	color:#66cc33;
}
.single_content span {
	color:#66cc33;
}
.single_content h5 {
	text-align:center;
	color:#ffff00;
}
.single_content p {
	font-size:13px;
	text-align:justify;
	margin:0 10px;
}
.single_content ul li a {
    color:#ffff00;
}
.single_content img {
    width:400px;
	margin:0 145px;
}

.single_page {
	padding:10px;
    width: 800px;
	margin:0 auto;
	border:1px solid #c9a62c;
	background-color:#383838;
}
.single_page h2 {
	text-align:center;
	color:#60db2b;
	margin-top:10px;
}
.single_page h3 {
	text-align:center;
	color:#ffffff;
	text-transform:capitalize;
	margin-top:10px;
}
.single_page img {
	width:100%;
}
.single_page p {
	text-align:justify;
	padding:25px;
}
#targets{
	margin:5px 25px;
}
.col_allw300  { 
	float: right; 
	width: 300px; 
	margin-right: 30px; 
}
.col_allw300 h2 {
    color:#73bf44;
}

.col_services  { 
	float: right; 
	width: 300px; 
	margin-right: 10px; 
}
.col_services h2 {
    color:#73bf44;
}
.col_services img{
	width:280px;
	height:auto;
}

.col_w240 { 
	float: left; 
	width: 220px; 
	padding-left: 20px; 
}

.col_w630 { 
	width: 630px; 
}

.col_rm { 
	margin: 0; 
}

.service { 
	width: 280px; 
	background: #226131; 
	border: 1px solid #73bf44; 
	padding: 9px 9px 4px; 
	color: #ccc; 
}

.service_box { 
	padding: 10px 10px 0; 
	margin-bottom: 5px; 
}

.service_box p { 
	float: right; 
	width: 185px; 
	font-size: 11px; 
}

.service_box a { 
	display: block; 
	font-size: 16px; 
	color: #fff; 
	font-family: Georgia, "Times New Roman", Times, serif; 
}

.service_box img { 
	float: left; 
}

.c1 { 
	background: #868686; 
}

.c2 { 
	background: #6f6f6f; 
}

.c3 { 
	background: #545454; 
}

.c4 { 
	background: #3a3a3a; 
}

.lp { 
	font-size: 11px; 
	font-weight: 700; 
	text-align: center; 
}

.lp img { 
	border-bottom: 5px solid #fff; 
}

.sidebar_box { 
	width: 300px; 
	background: #262424; 
	border: 1px solid #333232; 
	color: #ccc; 
	margin-bottom: 40px; 
}

.sidebar_box_inner { 
	padding: 10px 10px 0; 
	margin-bottom: 5px; 
}

.sb_link { 
	padding: 10px; 
	margin: 0; 
	list-style: none;
}

.sb_link li { 
	padding: 0;
	margin: 0; 
}

.sb_link li a { 
	display: block; 
	background: #3a3a3a; 
	margin-bottom: 2px; 
	padding: 3px 3px 3px 10px; 
}

.sb_link li a:hover { 
	text-decoration: none; 
	background: #545454; 
}

.post_box { 
	background: #262424; 
	border: 1px solid #333232; 
	padding: 30px; 
	clear: both; 
	margin-bottom: 40px; 
}

.post_box img { 
	margin-bottom: 20px; 
}

.post_box p { 
	margin-bottom: 20px; 
}

.post_box h2 { 
	font-size: 34px; 
	padding: 0 0 20px 0; 
	margin-bottom: 20px; 
	line-height: 34px; 
	border-bottom: 1px dashed #403f3f;  
}

.post_meta { 
	border-top: 1px dashed #403f3f; 
	margin-top: 20px; 
	padding-top: 20px; 
}

#comment_section {
	clear: both;
	margin-bottom: 60px;
	width: 590px;
}

.first_level {
	margin: 0; padding: 0;
}

.comments {
	list-style: none; 
}

.comments li { 
	margin-bottom: 10px; 
	list-style:none; 
}

.comments li .commentbox1 { 
	background: #262424; 
	border: 1px solid #333232; 
}

.comments li .commentbox2 { 
	background: #1b1a1a; 
	border: 1px solid #262424; 
}

.comments li .comment_box { 
	clear: both; 
	width:100%; 
	padding: 15px;  
}

.comment_box .gravatar { 
	float: left; 
	width: 50px; 
	margin-right: 15px; 
	background: #000; 
}

.comment_box .gravatar img { 
	margin: 0; 
	width: 50px; 
	height: 50px; 
}

.comment_box .comment_text { 
	margin: 0 0 0 65px; 
}

.comment_box .comment_text p { 
	margin: 0; 
}

.comment_text .comment_author { 
	font-size: 14px; 
	font-weight: bold; 
	color: #e5a923; 
	margin-bottom: 10px; 
}

.comment_text .date { 
	font-size: 12px; 
	font-weight: normal; 
	color: #fff; 
	padding-left: 10px; 
}

.comment_text .time { 
	font-size: 12px; 
	font-weight: normal; 
	color: #fff; 
	padding-left: 10px; 
}

.comment_text .reply a { 
	display: block; 
	clear: both; 
	float: right; 
	color: #e5a923; 
	font-weight: 700; 
} 

#comment_form {
	clear: both;
}

#comment_form h3 {
	font-size: 20px;
	border-bottom: 1px dotted #666;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#comment_form form {
	padding: 20px;
	background: #262424; border: 1px solid #333232;
}

#comment_form textarea {
	color: #999;
	background:#161515 none repeat fixed 0 0;
	border: 1px solid #000000;
	display:block;
	font-size:1.1em;
	height:150px;
	margin-top:5px;
	padding:5px;
	width: 360px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#comment_form .form_row {
	width: 100%;
	margin-bottom: 15px;
}

#comment_form form input {
	color: #999;
	margin-top: 5px;
	padding: 5px;
	width: 200px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background:#161515 none repeat fixed 0 0;
	border: 1px solid #000000;
}

#comment_form .submit_btn {
	width: 80px;
	padding: 5px 20px;
	background: #0c0c0c;
	border: 1px solid #000
}

#gallery { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

#gallery li { 
	margin: 0; 
	padding: 0; 
	display: block; 
	float: left;
	padding: 4px; 
	margin: 0 5px 5px 0; 
	width: 220px; 
	height: 150px; 
	background: #262424; 
	border: 1px solid #333232;  
}

#gallery li a img { 
	display: block; 
	float: left; 
	width: 220px; 
	height: 150px; 
	margin: 0 2px 2px 0;  
}

.tooplate_paging { 
	margin: 0 0 20px; 
	padding: 0; 
}

.tooplate_paging ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

.tooplate_paging ul li { 
	margin: 0; 
	padding: 0; 
	display: inline; 
}

.tooplate_paging ul li a { 
	float: left; 
	display: block; 
	color: #999; 
	text-decoration: none; 
	margin-right: 5px; 
	padding: 5px 10px; 
	background-color: #111; 
	border: 1px solid #000; 
}

.tooplate_paging ul li a:hover { 
	background: #e5a923; 
	border: 1px solid #000; 
	color: #000;  
}

#contact_form { 
	padding: 0; 
	width: 400px 
}

#contact_form form { 
	margin: 0px; 
	padding: 0px; 
}

#contact_form form .input_field { 
	width: 270px; 
	padding: 5px; 
	color: #fff;  
	background: #262424; 
	border: 1px solid #333232;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px; 
}

#contact_form form label { 
	display: block; 
	width: 100px; 
	margin-right: 10px; 
	font-size: 14px 
}

#contact_form .comF { 
	width: 270px; 
	height: 200px;
	padding: 5px; 
	background: #262424; 
	border: 1px solid #333232;
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;font-size: 12px;
	margin-top: 5px;
}

#contact_form form .submit_btn { 
	display: block;
	padding: 5px 14px;
	background: #262424; 
	border: 1px solid #333232;
	color: #a5a5a7;
	font-size:14px;
}

#map img { 
	border: 5px solid #fff; 
}

/* footer */
#footer_wrapper {
	clear: both;
	width: 100%;
	height: 250px;
    background-color: #110d03;
    /*background: #000000 url(img/tooplate_footer.png) top repeat-x;*/
}

#footer {
	clear: both;
	width: 80%;
	padding: 30px 10px 15px;	
	margin: 0 auto;
	color: #876926;
}

#footer h5 { 
	margin-bottom: 30px; 
	color: #b68e34; 
}

.footer_link { 
	margin: 0; 
	padding: 0; 
	list-style: none;
		
}

.footer_link li { 
	border-bottom: 1px dotted #876926; 
	color: #12f5f0; 
	padding-bottom: 5px; 
	margin-bottom: 5px; font-size: 11px;	 
}

.footer_link li a { 
	
    color: #12f5f0; 
}

.footer_link li .social { 
	padding-right: 30px; 
}

.footer_link li .facebook { 
	background: url(img/facebook.png) right center no-repeat; 
}

.footer_link li .linkedin { 
	background: url(img/linkedin.png) right center no-repeat; 
}

.footer_link li .myspace { 
	background: url(img/myspace.png) right center no-repeat; 
}

.footer_link li .youtube { 
	background: url(img/youtube.png) right center no-repeat; 
}

.footer_link li .vimeo { 
	background: url(img/vimeo.png) right center no-repeat; 
}
#calender {
	margin-right:20px;
	float:Right;
	
	color:#876926;
}
#copy {
    margin:auto 60px;
    direction: ltr;
}
#servicesTilte {
	margin-bottom:30px;
	width:960px;
	height:100px;
	Background:url(img/bg_ga.png) no-repeat;
}
#servicesTilteContent{
	padding:10px;
}
#servicesTilteContent p{
	width:450px;
	height:50px;
	text-align:center;
	background:#223031;
	color:#ccc;
}
.table_content {
	width:85%;
	margin: 10px auto;
	border:2px solid #004000;
	background-color:white;
	color:black;
	text-align:center;
}
.table_content td {
	border:1px solid black;
}
.table_header{
	background-color:#ff8040;
	font-weight:bold;
}
/* Organiziation chart page */
.chart {
	width:800px;
	margin:0 auto;
}
.chart h2 {
	text-align:center;
	text-transform:capitalize;
	color:#00a800;
}
.chart h6 {
	text-align:center;
}
.chart h5 {
	text-align:center;
	color:#c0c0c0;
	font-family:arial;
}
.person_frame {
	width:200px;
	background-color:#000000;
	border:4px solid #4fd252;
	border-radius:25px;
	
	margin:25px auto;
	}

.person_image {
	width:160px;
	border:3px solid #c0c0c0;
	border-radius:10px;
	margin:5px 17px;	
}
 /* contact form */
 #c_form {
	width:400px;
	float:left;
 }
 #c_form textarea {
	width:400px;
 }
 #tfheader{
	width:300px;	
	}
	#tfnewsearch{
		float:left;
	
	}
	.tftextinput{
		margin: 0;
		padding: 5px 5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		border:1px solid #0076a3; border-right:0px;
		border-top-left-radius: 5px 5px;
		border-bottom-left-radius: 5px 5px;
	}
	.tfbutton {
		margin: 0;
		padding: 5px 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		color: #ffff00;
		border: solid 1px #55960e; border-right:0px;
		background: #89d01e;
		background: -webkit-gradient(linear, left top, left bottom, from(#89d01e), to(#218a1c));
		background: -moz-linear-gradient(top,  #89d01e,  #218a1c);
		border-top-right-radius: 5px 5px;
		border-bottom-right-radius: 5px 5px;
	}
	.tfbutton:hover {
		text-decoration: none;
		background: #288438;
		background: -webkit-gradient(linear, left top, left bottom, from(#288438), to(#4fcd41));
		background: -moz-linear-gradient(top,  #288438,  #4fcd41);
	}
	/* Fixes submit button height problem in Firefox */
	.tfbutton::-moz-focus-inner {
	  border: 0;
	}
	.tfclear{
		clear:both;
	}