@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background:url(img/bgtop.jpg) repeat-x #00713d center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; 
	color: #fff;
	line-height:1.45em;
}
#container { 
	width: 940px;  
	margin: 0 auto; 
	/*border: 1px solid red;*/
	text-align: left; 
} 
#header { 
	padding: 0;
} 











/* menu */
#menu {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:940px;
	height:32px;
	list-style-type: none;
	float:left;
	display:inline;
}
/* menu height and left margin for each li */
#menu li{
	margin:0 5px 0 20px;
	padding:8px 0 0 0;
	float:left;
	display: inline; /* this fixes the double margin bug in IE */
	position: relative;
}
/* specify height for <a> */
#menu a {
	height:32px;
	font-weight:bold;
	color:#FFFFFF;
}
#menu a:hover {
	font-weight:bold;
	color:#9fcf67;
	text-decoration:none;
}

#flashholder {
	margin:0;
	padding:0;
}

#newsline {
	background:url(img/newsbg.gif) no-repeat;
	width:930px;
	height:24px;
	padding:6px 0 0 10px;
	font-size:10px;
}

#newsline .date {
	color:#00703c;
}

#newsline .marquee {
	font-size:10px;
	margin:0 0 0 30px;
}



#mainContent {
	float:left;
	width: 940px;
	margin: 10px 0 0 0; 
	padding: 0;
} 


/* firstbox inside mainContent div */
.homebox {
	float:left;
	width:227px;
	height:340px;
	margin:0 10px 0 0;
	background:url(img/htitle_bg.gif) bottom no-repeat;
}

.homeboxlast {
	float:left;
	width:227px;
	height:340px;
	margin:0;
	background:url(img/htitle_bg.gif) bottom no-repeat;
}

.homebox p, .homeboxlast p {
	border:0;
	margin:0;
	padding:15px 15px 20px 20px;
	color:#00703c;
}


#minibox {
	background:url(img/miniboxbg.gif) no-repeat;
	margin:22px 0 0 0;
	width:940px;
	height:253px;
	color:#9fcf67;
	}
	
#minibox .minip1 {
	float:left;
	display:inline;
	margin:31px 0 0 63px;
	padding:0;
	width:379px;
}	

#minibox .minip2 {
	float:left;
	display:inline;
	margin:31px 0 0 93px;
	padding:0;
	width:379px;
}	


.whitebold11 {
	color:#FFFFFF;
	font-weight:bold;
}











	
	
	
#footer {
	margin:112px 0 0 0;
	padding: 60px 0 0 21px;
	background:url(img/footerbg.gif) bottom center no-repeat;
	height:61px;
	color:#fff;
	font-size:10px;
} 
#footer #footer1 {
	float:left;
	margin: 0 50px 0 0; 
	padding: 0; 
}

#footer #footer2 {
	float:left;
	margin: 0 50px 0 0; 
	padding: 0; 
}

#footer #footer3 {
	float:left;
	margin: 0; 
	padding: 0; 
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}






















.txtbox467 {
	width:470px;
	margin:0 0 0 22px;
	padding:0 0 40px 0;
}
.txtbox275 {
	width:275px;
}

.txtbox626 {
	width:626px;
	margin:0 0 0 22px;
	padding:0 0 40px 0;
}

.txtboxengine {
	width:626px;
	margin:0 0 0 22px;
	padding:0 0 0 0;
}



/* standard link styles */
a:link {
	color: #ffc000;
	text-decoration:none;
	font-size:11px;
}
a:visited {
	color: #d9a300;
	text-decoration:none;
	font-size:11px;	
}
a:hover {
	color:#fff;
	text-decoration:underline;
	font-size:11px;	
}

/* submenu link styles */
#submenu a:link {
	font-size:11px;
	color: #3a2802;
	text-decoration:none;
}
#submenu a:visited {
	font-size:11px;
	color: #737b69;
	text-decoration:none;
}
#submenu a:hover {
	font-size:11px;
	color:#983300;
	font-weight:bold;
	text-decoration:none;
}

.submenu_current {
	font-size:11px;
	color: #983300;
	font-weight:bold;
}



#contactform input, #contactform textarea{
	border:1px solid #ccc;
	background:#f2f2f2;
	color:#666;
	padding:3px;
	font-size:10px;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	overflow:hidden;
}
#contactform #sendbtn {
	padding:0;
	margin:0 21px 0 0;
	border:0
}
.myinfo {
	width:200px;
	margin:0 20px 3px 10px;
}
.budget {
	width:180px;
	margin:0 15px 3px 0;
}
.timeline {
	width:270px;
}
.textbox {
	width:281px;
	height:150px;
	margin:5px 0 5px 0;
}




/*engine table style for engine page */
.enginetable {
	width:467px;
	margin:0 0 0 22px;
	padding:0;
	}