body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	line-height: 1.6em;
}

a {
	color: #000;
	text-decoration: underline;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#e0a575;
	font-size: 17px;
	text-transform: uppercase;
	font-style:italic;
	margin-top: 36px;
}
h1.h1business {
	color:#aeba91;
}
h1.h1engineering {
	color:#98c3bf;
}
h1.h1supply {
	color: #bbae83;
}
h1.h1testing {
	color:#bc5d68;
}
h1.h1corporate {
	color:#bb8b83;
}
h1.h1black {
	color:#000;
}



.sidebar {
	color:#fff;
}

#container_table{
	margin-top: 50px;
}
#main_table_holder {
	border:1px solid #576e88;
	/*background: #FFF url(images/bkg_2.jpg) 100% 0 repeat-y;*/
}
.main_table {
	border:1px solid #00234b;
	background: url(images/bkg_2.jpg) 100% 0 no-repeat;
	height: 480px;
}

.home {
	background: #FFF url(images/bkg_home.jpg) 100% 0 no-repeat;
}
.consulting {
	background: #FFF url(images/bkg_1.jpg) 100% 0 no-repeat;
}
.business {
	background: #FFF url(images/bkg_2.jpg) 100% 0 no-repeat;
}
.engineering {
	background: #FFF url(images/bkg_3.jpg) 100% 0 no-repeat;
}
.supply {
	background: #FFF url(images/bkg_4.jpg) 100% 0 no-repeat;
}
.testing {
	background: #FFF url(images/bkg_5.jpg) 100% 0 no-repeat;
}
.corporate {
	background: #FFF url(images/bkg_6.jpg) 100% 0 no-repeat;
}



.nav_area a,.nav_area a:link, .nav_area a:visited, .nav_area a:active {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration:none;
	line-height: 1.2em; 
	color: #000000;
	font-weight: normal;
}
.nav_area a:hover {
	color:#576e88;
}
.nav_area a.nav_active {
	color:#576e88;
}

.nav_divider {
	margin-right:6px;
	margin-left: 8px;
}


.padded {
	padding: 0px 20px;
}






/*** Nav bar styles ***/

ul.nav, .nav ul{
	/*Remove all spacings*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
	width: 100%;
	table-layout: fixed;
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}


ul.nav>li:hover{
	padding-right: 1px;
} [*]


.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #fff;
	color: #369;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #369;
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
}

ul.nav,
.nav ul{
	border: 1px solid #369;
}

.nav a{
	text-decoration: none;
}


/* News */
.newsdate {
	font-style: italic;
	font-weight: bold;
	color:#3f5f85;
	letter-spacing: -.05em;
}
a.newslink, a.newslink:active, a.newslink:visited {
	color:#3f5f85;
}
a.newslink:hover {
	color: #00234b;
}

/* Forms */

.formtable {
    margin:0; padding:0;
    margin-bottom:10px;
    border-bottom: 1px solid black;
}
.formtable td {
    margin:0; padding:0;
}

.button { 
	width: 200px;
	border: font-size: 11px; 
	color: #FFFFFF; 
	font-weight: normal; 
	background-color: #00234b; 
	text-decoration: none; 
	border: none;
	padding: 2px 0;
} 

input, textarea {
	width: 200px;
}
.checkbox {
    width: 10px;
}
