body {
	text-align:center;
	background:url(../images/loading.gif) no-repeat center #FFFFFF;
	
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7034em;
	margin-top: 15px;
}

.outer {
	width: 846px;
	height: 638px;
	
	margin:0 auto;
	text-align:center;

}

.inner {
	position:relative;
	float:left;
	width: 780px;
	height: 636px;
		
	
}

.header {
	position:relative;
	float:left;
	text-align:left;
	width:780px;
	height:80px;
	}

.headerLft {
	position:relative;
	float:left;
	text-align:left;
	width:330px;
	height:60px;
	}
.header h1 { font-size:20px; font-weight:bolder; letter-spacing:0.0005em; }
	
.headerRgt {
	position:relative;
	float:left;
	text-align:right;
	width:450px;
	height:60px;
	font-size:85%;
	}
	
.menu {
	position:relative;
	float:left;
	padding-left:30px; 
	height:90px;
}
.menuItem {
	position:relative;
	float:left;
	width:80px;
	height:50px;
    padding-top:40px;
	text-align:center;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-size:12px;
}
.menuItem:hover {background-color:#107dbd; border-bottom:1px solid #107dbd; cursor:pointer; }

.menu a { color:#FFFFFF; text-decoration:none;}
.menu a:hover {	}
.menu a:active {  }
.menuItem_active { 
	position:relative;
	float:left;
	width:80px;
	height:50px;
    padding-top:40px;
	text-align:center;
	border-right: 1px solid #FFF;
	background-color:#107dbd; 
	border-bottom:1px solid #107dbd;
	font-size:12px;
	 }

.submenu {
	position:relative;
	clear:both;
	left:0;
	display:block;
	width:780px;
	height:25px;
	background-color: #107dbd;
	font-size:85%;
}
.submenu ul {position:relative; float:left; display:inline;  } 
.submenu ul li {
	position:relative;
	float:left;
	list-style: none;
	display: inline;
	padding: 5px 7px;
	}
.submenu a { color:#b7b7b7; text-decoration:none;}
.submenu a:hover { color:#ffffff; }
.submenu a:active { color:#ffffff; }
.submenuItem_active { font-weight:bold; }

.mainContent {
	position:relative;
	float:left;
	
	text-align:left;
	vertical-align:top;
	
	background-color:#FFFFFF;
	border-bottom:5px solid #B1B1B1;
}
.logo {
	position:relative;
	float:left;
	text-align:left;
	width:780px;
	height:90px;
	background-color:#429539;
	border-bottom:1px solid #FFF;
}
.contentBox {
	position:relative;
	float:left;
	margin-right:5px;
	margin-top:5px;
	border:1px solid #E6E6E6;
}

.contentBox a {
	padding:5px 5px 8px 5px;
	}
.subHeadLeft {
	width: 160px;
	background:#FFFFFF url(../images/backgrounds/gradient_175.gif) repeat-y;
	padding:35px 0px 2px 5px;
	color:#FFFFFF;
	font-weight:bolder;
}
.subHeadMid {
	width: 309px;
	background:#FFFFFF url(../images/backgrounds/gradient_329.gif) repeat-y;
	padding:35px 0px 2px 5px;
	color:#FFFFFF;
	font-weight:bolder;
}
.subHeadRight {
	width: 250px;
	background:#FFFFFF url(../images/backgrounds/gradient_265.gif) repeat-y;
	padding:35px 0px 2px 5px;
	color:#FFFFFF;
	font-weight:bolder;
}
.footer {
	position:relative;
	float:right;
	padding: 10px;
}
.copywrite {
	position:relative; 
	float:right;
	padding:5px;
}
/* text handling here */
a {color:#107dbd; text-decoration:underline; }
a:hover {}
strong { font-weight:900; }
h1	{font-size:125%;}
h2 { font-size:110%; padding-bottom:8px; font-weight:600;}
h3 { padding:5px 5px 8px 5px; font-weight: bold; }
h4 { padding:5px 5px 8px 5px; font-weight: bold; text-align: center; }
p { padding:5px 5px 8px 5px;}
li {list-style:inside circle; padding-bottom:3px; }
address { padding:5px 5px 8px 5px; }

.min_ul {
	padding-left: 40px;
	padding-bottom: 30px;
	padding-top: 5px;
	}

#petro h3 {
	color:#365799;
   font-size:larger;
	}

/* form handling here */
.login { background-color: #d1d1d1; color: #ffffff; border:1px solid #ccc; font-size:85%; }

/*project table */

#project_table {
	width: 560px;
	margin: 10px;
	text-align: left;
	border-top: #cccccc 1px solid;
	}
	
#project_table td {
	border-top: #b1b1b1 1px solid;
	}
	

	

/* contact form */

#name, #subject, #email, #message {
	border:1px solid #E6E6E6;
	padding: 3px;
	margin: 5px;
	}
	
#message {
	width: 250px;
	height: 150px;
	}
	
#submit, #reset {
	padding: 5px;
	margin: 5px;
	background:#FFFFFF url(../images/backgrounds/gradient175.gif) repeat-y;
	}

.indent_1step {
    position: absolute;
    left: 40px;
    }
    
#services_footermenu {
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
#footer {
	width: 780px;
	text-align: center;
	}
	
#footer_menu {
	text-align: center;
	}
	
#footer_menu a {
	padding-left: 20px;
	padding-right: 20px;
	color: #666666;
	text-decoration: none;
	}
