body {
	width: auto;
	font-family: Arial;
	position: relative;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #669933;
	background-image: url(fo_background.jpg);
	background-repeat: repeat-x;
}
#container {
margin: 0px auto;
width:800px;
min-height:800px;
background: #FFFFFF;
padding:0px;
position: relative;
border-left-style:groove;
border-right-style:groove;
border-color: gray;
}
div {
	border-color: #c1cacf;
	padding-left:50px;
	padding-right: 50px;
}
#logo {
	float: left;
	width: 275px;
	padding: 0px;
	background-repeat: no-repeat;
	min-width: 305px;
/*	border-bottom-style: groove;*/
}
#title {
	padding-top:100px;
	padding-left:0px;
	padding-right:0px;
	margin-bottom: 20px;	
}
#outer {
	position: absolute;
	top: -50px;
	}
#main {
	text-align: left;
	min-height: 640px;
	}
#center {
	text-align: left;
	}	
#leftcolumn {
	float:left;
	padding:20px;
}		
#rightcolumn {
	float:right;
	width: 500px;
	min-height: 640px;
	border-left: solid;
	border-width: 1px;
	border-color: gray;
	margin-top:20px;
}	
#Expertise {
	width:275px;
	float:left;
	margin-top:25px;
	margin-left:20px;
	border-right-style: ridge;
	} 
#Industries {
	float:right;
	margin-right:50px;
	padding:25px 0 0 0;
	}
#Testimonials {
	margin-left:20px;
	clear:both;
	}
#Selection {
	margin-left:20px;
	}	
#Locations {
	margin-top:20px;
	clear: both;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
	margin-right:20px;
}	
h1 {
	font-size: 14pt;
	color: black;
}
h2 {
	width:280px;
	height:25px;
	padding-top:4px;
	text-align:center;
	font-size: 14pt;
	color: white;
	border-width:1px;
	border-color: gray;
	border-style:groove;
	background-repeat: no-repeat;
	background-image: url(h2_backer.jpg);
}
h3 {
	font-size: 12pt;
}

a.nohand {
cursor: default;
text-decoration: none;
}
a.nohand:visited {
cursor: default;
text-decoration: none;
color:black;		
}	
#experttypes {
	list-style-type:none;
	}
#experttypes li {
	margin-top:10px;
    margin-bottom:10px;
} 
/*Start of glossy menu from dynamic drive */
#menu {position:relative;margin-top:20px; left:5px; padding:0px; display:block; width:150px;border-bottom-style: none;}

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 130px;
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
/*background: white url(glossyback.gif) repeat-x bottom left;*/
background: white url(h2_backer.jpg);	
font-size: 13pt;
color: white;
display: block;
margin:4px;
width: auto;
padding: 3px 0;
padding-left: 30px;
text-decoration: none;
}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(glossyback2.gif);
}
