/* visual */

#homebody {
	
}

#subbody {
		background: url(bodybg.jpg) repeat-x 0 -238px;
}

/* @group basic elements */

/* Links */
a:link, a:visited {
	text-decoration: none;
	color: #F2641E;
}
a:hover {
	/*border-bottom: 3px dotted #3bff50;*/
}
a:link.more-link, a:visited.more-link {
	padding-bottom: 2px;
	font-weight: bold;
	color: #F2641E;
	border-bottom: 1px dotted #0788C3;
}
a:hover.more-link {
	text-decoration: none;
} 

/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em Georgia, 'Times New Roman', Times, serif;
	color: #555;
	margin: 10px 20px 7px 20px;	 
}
h1 { font-size: 3.7em; font-weight: normal; letter-spacing: -2px; }
h2 { font-size: 2.8em; font-weight: normal;
}
h3 { font-size: 26px; font-weight: normal; letter-spacing: -0.5px;
}
h4 { font-size: 1.4em; }

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

dt {
  font-weight: bold;
  color: #1980AF;	
}
dd {
  padding-left: 20px; 
}

p, dl { margin: 8px 20px 8px 10px; }

/* Images */
img {
	background: #FAFAFA;
   border: 1px solid #E4E4E4;
	padding: 8px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 3px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace;
  	/* white-space: pre; */
  	border: 1px solid #F0F0F0;
	background: #F8F8F8;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #555;
}
blockquote {
	margin: 10px 20px;
 	padding: 10px 10px 10px 32px;  
   border: 1px solid #F0F0F0;
	background: #f8f8f8 url(images/quote.gif) no-repeat 12px 12px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;	
	color: #555;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 20px;		
}
tr { background: #FFF; }
tr.altrow { background: #F9F9F9;	}
th, td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
th {
	color: #555;
	background: #F0FBFF; 
	padding: .8em 1em;	
  	border-color: #D8EBF5 #D8EBF5 #B9DBEE #D8EBF5;	
}
td {
	border-color: #EFEFEF;	
	padding: .7em 1em;	
}	
/* end - table */

/* form elements */
/*form {
	margin: 10px 20px; 
	padding: 15px 25px 25px 25px; 
	border: 1px solid #F0F0F0;
	background: #F8F8F8;
}

label {
	font-weight: bold;
	color: #666666;
}

form p {
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #666666;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #D4D4D4 #EBEBEB #EBEBEB #D4D4D4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
input:focus, select:focus, textarea:focus {
	color: #7BA857;
	background: #EFFAE6;
}
#name, #email, #message, #website {
	width: 380px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background:#B4DB6F;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #91BD37 #91BD37 #B6DE8F;
}*/

/* @end */

/* @group Basic form */

/* Css Form */


form, label, input { font-size : 14px; } 
fieldset { width : 400px; padding : 5px 8px; } 
label { position : relative; width : 150px; display : block; margin : 4px 0px; } 
label input, label textarea, label select { position : absolute; left : 100%; top : 0px; width : 200px; } 
input.submit { margin-left : 150px;
	margin-top: 5px;
} 
form br { display : none; }

/* @end */

/* @group tooltips */

.tooltip{
    position:absolute;
    z-index:999;
    left:-9999px;
    background-color:#dedede;
    padding:5px;
    border:1px solid #fff;
    width:250px;
}

.tooltip p{
    margin:0;
    padding:0;
    color:#fff;
    background-color:#222;
    padding:2px 7px;
}



/* @end */
/* @group footerstick home */

/*footerstick*/ 


#homebody #main {padding-bottom: 428px;}  /* must be same height as the footer */

#homebody #footer {position: relative;
	margin-top: -428px; /* negative value of footer height */
	height: 428px;
	clear:both;
	background-image: url(footerbg.jpg);
}

/* @end */

/* @group footerstick */

/*footerstick*/ 
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 118px;}  /* must be same height as the footer */


#footer {position: relative;
	margin-top: -118px; /* negative value of footer height */
	height: 118px;
	clear:both;
	background-image: url(subfooterbg.jpg);
	}
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */
/* layout */

body {
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #4a4a4a;
	background: url(bodybg.jpg) repeat-x 0 -160px;
}
 
#wrap {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

/* @group sub pages header */

#mainheadsub {
	clear: both; 

	margin: 3px 0 15px 10px;
	/*padding-bottom: 20px;*/
	width: 900px;
	height: 132px;
}

#mainheadsub img {
	margin: 0;
	padding: 0;
	border-style: none;

	float: left;
}

#logoareasub {
	height: 132px;
	width: 291px;
	background-color: #aaffb2;
	float: left;
}

#headdesc {
	height: 132px;
	width: 609px;
	float: right;
	overflow: hidden;
}

#headdesc p {
	font: 30px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 20px 0 0;
	vertical-align: middle;
	display: block;
	text-align: center;
}



/* @end */

/* @group index head */

#mainhead {
	clear: both; 

	margin: 3px 0 15px 10px;
	/*padding-bottom: 20px;*/
	width: 900px;
	height: 240px;
}

#mainhead img {
	margin: 0;
	padding: 0;
	border-style: none;

	float: left;
}

#logoarea {
	height: 210px;
	width: 412px;
	background-color: #aaffb2;
	float: left;
}

#featuredarea {
	width: 488px;
	height: 210px;
	float: left;
}

.featuredtext {
	padding-left: 5px;
	color: #81f447;
	margin-top: 5px;
	font: bold 23px/30px "Courier New", Courier, mono;
}
/*#featuredarea img {
	margin: 0;
	padding: 0;
	border-style: none;
	background-color: #ffc1ce;
	float: left;
}*/

/* @end */

/* @group Navigation */

/*  navigation  */
#navholder {
	position: relative;
	/*margin: 248px auto 0;*/
	height: 30px;
	width: 400px;
	float: left;
}
#nav {
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin: 0;
	width: 400px;
	border-bottom: 1px solid #F2F2F2;
	padding-left: 1px;
}
#nav ul {
	
	float: left;	
	list-style: none;	
	margin: 0;
	padding: 0;
}
#nav ul li {
	float: left;
	margin: 0; padding: 0;			
}
#nav ul li a:link,
#nav ul li a:visited {
	float: left;
	margin: 0;
	padding: 3px 10px;
	color: #666666;
	font: bold 14px 'Trebuchet MS', Arial, Sans-Serif;
	text-transform: uppercase;		
	border-right: 1px solid #EEE;
	border-top-color: #ffffff;
	border-top-width: thick;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #000;	
	border-right: 1px solid #EEE;
	border-top: medium solid #519033;
	border-bottom-style: none;
	border-bottom-width: 7px;
}
#nav ul li#current a {	
	background: transparent none repeat-x left bottom;	
	color: #222;
	border-top: medium none maroon;
	border-bottom: medium solid #519033;
}

#nav ul li.first a:link, 
#nav ul li.first a:visited {
	border-left: 1px solid #F1F1F1;	
}

/* @end */


#contentwrap {

	float: left;
	width: 900px;
	margin-left: 10px;	
	/*display: inline;*/
	padding-bottom: 0px;
	margin-top: 8px;
}

/* @group Footer form */

.footermsg {
	
	float: left;
	width: 450px;
	color: #c2c2c2;
}

.footermsg label {
 	color: #61A021;

	margin-left: 10px;
  height: 26px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold ;
}


.footermsg textarea {
	height: 120px;
	width: 270px;
}

.footermsg input {
	height: 25px;
	
}

.footermsg input.submit {
	/*height: 10px;*/
	width: 270px;
	background-position: 0;
	margin-top: 100px;
	margin-left: 158px;
}

.footermsg textarea, .footermsg input {
	background-color: #393939;
	border: 1px solid #585858;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #c2c2c2;
}

.footermsg textarea:focus, .footermsg input:focus {
	border: 2px solid #00ff41;
	}
/* @end */


#latestproject {
	width: 435px;
	float: left;
	height: 296px;
	padding-top: 10px;
	padding-left: 15px;
	color: #f1f1f1;
	font-size: 16px;
}
#latestproject img {
	border: 5px solid #181818;
	padding-bottom: 0;
}

#latestproject img:hover {
	border: 5px solid #a3d740;
}

/* @group contact Page form */

.contactmsg {
	
	float: left;
	width: 500px;
	color: #c2c2c2;
	margin: 10px;
}

.contactmsg label {
	color: #61A021;

	margin-left: 10px;
  height: 28px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold ;
}


.contactmsg textarea {
	height: 120px;
	width: 270px;
}

.contactmsg input, .contactmsg input, .contactmsg select {
	height: 25px;
	
}
.contactmsg fieldset {
	border: 2px solid #838383;
	width: 480px;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.contactmsg input.submit {
	/*height: 10px;*/
	width: 270px;
	background-position: 0;
	margin-top: 100px;
	margin-left: 158px;
}

.contactmsg textarea, .contactmsg input, .contactmsg select {
	background-color: #393939;
	border: 1px solid #585858;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #c2c2c2;
}

.contactmsg textarea:focus, .contactmsg input:focus {
	border: 2px solid #00ff41;
}

/* @end */

   .servicebox {
  border: 2px solid #009900;
  width: 200px      ;
  float: left ;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px  ;
  background-color: #F4F4F4 ;
}
.porttitle {

}

#leftcontent {
	float: left;
	width: 580px;
}

.msection {
	width: 580px;
	float: left;
	background: #fff url(msectionbg2.jpg) repeat-x;
	margin-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
}

#leftcontentfull {
	float: left;
	width: 900px;
}

.msectionfull {
	width: 900px;
	float: left;
	background: #fff url(msectionbg2.jpg) repeat-x;
	margin-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
}

.msectionfullport {
	width: 900px;
	float: left;
	margin-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
	border: thin solid #d5ffb4;
}

.msectionfullport div.right {
	width: 240px;
	float: right;
	padding-top: 15px;
	padding-right: 10px;
}
.msectionfullport h3 {
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	line-height: 30px;
	margin-top: 0;
}
.msectionfullport p {
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.msectionfullport ul {
	padding: 0;
	margin: 0;
	font-weight: bold;
}


#servicesright {
  float:right;
  width:400px;
  padding-right:10px;
}
.strong {
		font-weight: bold;
	font-size: 1.1em;
}

.red {
	color: #ff1e18;
}

.highlight {
	background-color: #e3ffd4;
	border: 1px solid #b6b6b6;
	font-weight: bold;
}

.center {
	text-align: center;
	clear: both;
}

.topmargin {
	background-color: #e5ff4f;
	padding-top: 30px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#rightcontent {
	/*background-color: #ff3a3a;*/
	float: right;
	width: 300px;
}

.sidebox {
	border: 1px solid #e9e9e9;
	margin-bottom: 5px;
	color: #f4f4f4;
}
.sidebox p {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #505050;
	margin-top: 0;
}

.announce {
	font-weight: bold;
	font-style: italic;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}


.more {
	font-variant: small-caps;
	color: #0d0d0d;
}
.noborder{
	border-bottom-style: none;
	border-style: none;
	margin: 0px;
	padding: 0;
}

.nobordermargin{
	border-bottom-style: none;
	border-style: none;
	margin: 10px;
	padding: 0;
}



.sidebox img {
	border-style: none;
	margin-left: 8px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0;
}

.sideh {
	margin-top: 0;
	padding-top: 0;
	line-height: 28px;
	font-size: 30px;
	color: #191919;
	margin-left: 10px;
}

/* @group Home footer */

#homebody #footercont {
	/*background-color: #ff3a3a;*/
	
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	
	height: 310px;
}

#homebody #bgfix {width: 920px;
height: 380px;
	background-image: url(footerbg.jpg);
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}

#homebody .fhead {
	height: 20px;
	background-color: #212121;
	border: 1px solid #585858;
	text-transform: uppercase;
	text-align: center;
	width: auto;
	padding-bottom: 15px;
	vertical-align: top;
	color: #848484;
}

#homebody #footerbot {
	clear: both;
	width: 890px;
	height: 20px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}


/* @end */
 #bgfix {width: 920px;
height: 118px;
	background-image: url(subfooterbg.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}

#footercont {
	/*background-color: #ff3a3a;*/
	
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	
	height: 118px;
}

 #footerbot {
	clear: both;
	width: 890px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 60px 5px 5px;
}
