body {
  font-family: Tahoma, Arial, helvetica, sans-serif;
  font-size: 14px;
  color: #333;
  background-image:url(images/bodybg.jpg);
  background-repeat:repeat-x;
}

a {
	font-family: Tahoma, Arial, helvetica, sans-serif;
	color: #333;
	}
	
a:hover {
	color:#CC0000;
	}
h1 {
font-size:16px;
font-weight: bold;
color: #263d5d;
}

h2 {
font-size: 14px;
font-weight: bold;
color: #3c567b;
}

h3 {
font-size: 14px;
font-weight: bold;
color: #263d5d;
}

h4 {
font-size: 14px;
font-weight: bold;
color: #263d5d;
text-align:center;
}


img {
border-top: 1pt solid #3c567b;
border-left: 1pt solid #3c567b;
border-bottom: 3pt solid #263d5d;
border-right: 3pt solid #263d5d;
display: inline;
margin: 10px;
}

#globalNav{
	color: #fff;
	width: 1000px; 
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#globalNav a {
	font-size: 90%;
	padding: 0;
	color: #fff;
	text-decoration: none;
}

#globalNav a:hover {	
	color: #929eae;
	text-decoration: none;
	padding-top: 20px;
	border-bottom: 0;
	}

#logo {
width: 1000px;
margin-top: -10px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}

.tricon {
font-family:'Times New Roman', Times, serif;
font-size: 50px;
font-weight: bold;
color: #fff;
margin-top: 5px;
}

.construction {
font-family:'Times New Roman', Times, serif;
font-size:20px;
font-weight: bold;
color: #929eae;
padding-left: 15px;
}

.right {
	float:right;
	border:none;
	margin-top: -5px;
	}

#container {
	width: 1000px;
	background-color: #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	border-top: 3pt ridge #3c567b;
	border-left: 3pt ridge #3c567b;
	border-right: 3pt ridge #3c567b;
	}

#top {
	width: 100%;
	border: none;

	}

#servImg {
	padding-left: 60px;
	}
	
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-width: 1px;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	border-width: 1px;
	display: inline;
	float: left;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

#eowned {
	float: left;
	width: 100%;
	padding-top: 20px;}

#eowned p {
	text-align: center;
	
	color:#fff;
	}
	
#horizMenu {
	width: 1000px;
	margin-top:0px;
	background-color: #3f557c;
	color: #fff;
	line-height: 30px;
	}
	
#horizMenu a {
	color: #ccc;
	text-decoration: none;
	}
	
#horizMenu a:hover{
	color: #ccc;
	text-decoration: underline;
	}
	
/* #horizMenu img {
	padding: 0;
	margin:28px 0 0 0;
	display: inline;
	border:0;	
	} 
	This is if the links switch from text to button images
	*/
	
#middle {
	width: 1000px;
	border:none;
	}
	

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	background-color: #fff;
}

#navBar img {
	padding: 0;
	border: none;
}

#navBar p {
	color: #cc0000;
	font-size: 90%;
	text-align: center;
	margin-left: 20px;
	padding-top: 20px;
	}

#navBar ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
	display: block; 
	}
	
#navBar a:link, #navBar ul a:visited {
	display: block; 
	}
	
#navBar a:hover {
	color: #fff;
	}
	
#navBar h2 {
	padding-left: 20px;
	}	
	
/*  drop down navigation bar  */

	#nav, #nav ul { /* all lists */
		padding-left: 7px;
		padding-top: 27px;
		padding-bottom: 30px;
		margin: 0;
		list-style: none;
		float : left;
		width : 200px;
		
			}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 2em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top: -4em;
		/* margin-top : -1.35em; */
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color : #333;
		text-decoration : none;
		background-color : white;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color : white;
		background-color : #3c5676;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#content {
		margin-left : 12em;
	}

	

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 20px;
	text-decoration: none;
}

#sectionLinks a:hover{
    text-decoration: underline;
	background-color: #3c567b;
}


/** end of left side **/



#mainContent{
	float: left;
    width: 77%; 
	padding-right: 5px;
	padding-left: 20px;
	margin-top: 10px;
	background-color: #fff;
	}

#mainContent img {
	border: 0;
	margin: 0;
	padding-right: 30px;
	}
	
.address {
float: right;
display:block;
padding-top: 5px;
padding-left: 10px;
}

.address a {
font-size:85%;
}

.footer {
font-size: 85%;
text-align: center;
padding-top: 30px;
}

#assoc {
	margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
	position: relative;
	bottom: 0px;
}

#assoc img {
border:none;
padding-left: 200px;
}

.wrapper {
	width: 744px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 10px;	
}

.imageHolder {
width: 600px;
margin-left: auto;
margin-right: auto;
}

.imageHolder img {
border: 5px solid #cc0000;
padding: 0px 10px 10px 30px;
}

.imageHolder img:hover {
border-color: red;
}

#mfg1 {
float:left;
width: 33%;
padding-top: 15px;
padding-left: 20px;
}

#mfg1 ul {
list-style: none;
}

#mfg2 {
float:right;
width: 33%;
padding-top: 15px;
}

#mfg2 ul {
list-style: none;
}


#mfg3 {
float: left;
width:auto;
padding-top: 15px;
}

#mfg3 ul {
list-style: none;
}

#currentJob {
width: 250px;
background-image:url(images/currentJobbg.jpg);
background-repeat:repeat-x;
font-size: 90%;
color: #fff;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
margin-left: 500px;
}

#currentJob img {
padding-right: 5px;
}

#currentJob a {
color: #fff;
}

#currentJob h4 {
font-size: 100%;
color: #fff;
font-weight: bold;
}

#currentJob ul {
list-style: none;
}

.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
 font-family: Tahoma, Arial, helvetica, sans-serif;
 font-size: 12px;
 color: #fff;
 text-align:center;
 padding-top: 15px;
 background-color: #263d5d;
 height: 35px;
 width: 1000px;
 margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-left: 3pt ridge #3c567b;
	border-right: 3pt ridge #3c567b;
	border-bottom: 3pt ridge #3c567b;
 }
#footer a {
color: #fff;
text-decoration: none;
}

#footer a:hover {
color: #cc0000;
text-decoration: underline;
}
 
 
 