html, body
{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-image:url(dropshadow.jpg);
 background-position:center;
 background-repeat:repeat-y;
}

h5
{
	font-family:century gothic;
	text-align:center;
	font-size:11px;
	font-weight:bolder;
	color:#CCCCCC;
	margin-top:0px;
	margin-bottom:0px;
}

h6
{
	font-family:century gothic;
	text-align:center;
	font-size:10px;
	font-weight:bolder;
	color:#CCCCCC;
	margin-top:0px;
	margin-bottom:0px;
}

p
{
	margin:0px;
}

p.rightmargin
{
	margin-left:20px;
	margin-right:120px;
	margin-bottom:0px;
	margin-top:0px;
}

a:link
{
	color:#CCCCCC;
	text-decoration:none;
}
a:visited
{
	color:#CCCCCC;
	text-decoration:none;
}
a:hover
{
	color:#FFFFFF;
}

#mainnav
{
	padding:0px;
	margin:0px;
	width:350px;
}

#mainnav li
{
	list-style:none;
	padding:0px;
}

.company
{
	background-image:url(nav1hover.jpg);
	background-repeat:no-repeat;
	height:75px;							/*Hover state button height*/
	width:350px;							/*Hover state button width*/
}

.company a
{
	background-image:url(nav1.jpg);
	background-repeat:no-repeat;
	height:75px;							/*Standard state button height*/
	width:350px;							/*Standard state button width*/
	display:block;
}

.company a:hover
{
	background:none;
}

.services
{
	background-image:url(nav2hover.jpg);
	background-repeat:no-repeat;
	height:75px;
	width:350px;
}

.services a
{
	background-image:url(nav2.jpg);
	background-repeat:no-repeat;
	height:75px;
	width:350px;
	display:block;
}

.services a:hover
{
	background:none;
}

.future
{
	background-image:url(nav3hover.jpg);
	background-repeat:no-repeat;
	height:75px;
	width:350px;
}

.future a
{
	background-image:url(nav3.jpg);
	background-repeat:no-repeat;
	height:75px;
	width:350px;
	display:block;
}

.future a:hover
{
	background:none;
}

.contact
{
	background-image:url(nav4hover.jpg);
	background-repeat:no-repeat;
	height:75px;
	width:350px;
}

.contact a
{
	background-image:url(nav4.jpg);
	background-repeat:no-repeat;
	height:75px;					/*Button height*/
	width:350px;					/*Button width*/
	display:block;
}

.contact a:hover
{
	background:none;
}

#companybutton
{
	margin-right:70px;
	position:absolute;
	width:200px;
	height:60px;
	z-index:5;
	text-align:center;
	font-family:century gothic;
	font-size:11px;
	font-weight:bold;
}

#servicesbutton
{
	position:absolute;
	top:75px;
	width:200px;
	height:60px;
	z-index:5;
	text-align:center;
	font-family:century gothic;
	font-size:11px;
	font-weight:bold;
}

#futurebutton
{
	position:absolute;
	top:150px;
	width:200px;
	height:60px;
	z-index:5;
	text-align:center;
	font-family:century gothic;
	font-size:11px;
	font-weight:bold;
}

#contactbutton
{
	position:absolute;
	top:225px;
	width:200px;
	height:60px;
	z-index:5;
	text-align:center;
	font-family:century gothic;
	font-size:11px;
	font-weight:bold;
}

a.navclass
{
	/*margin-right:100px;*/
}

a.navclass:link
{
	color:#666666;
}
a.navclass:visited
{
	color:#666666;
}
a.navclass:hover
{
	color:#000000;
}

#pagewidth
{ 
 z-index:3;
 width:700px; 
 text-align:right;  
 margin-left:auto; 
 margin-right:auto;
 vertical-align:middle;  
} 

#header
{
	position:relative;
	float:left;
	height:125px;
	background-color:#FFFFFF;
	width:100%;
	text-align:center;
	border-bottom:2px solid #999999;
}

#navlist
{
	list-style-type:none;
	background-color:#BAB38C;		/*sub-button background color*/
	margin-left:5px;
}

#displaypane
{
	position:relative;
	float:left;
	width:50%;
	height:300px;
	background-color:#FFFFFF;
	padding-left:0px;
	margin-left:0px;
}

#maincol
{
	position:relative;
	background-color: #FFFFFF;  
	float:right;
	width:50%;
	height:300px;
	text-align:justify;
}

#scroller
{
	height:25px;
	background-color:#FFFFFF;
	color:#333333;
	text-align:right;
	font-family:century gothic;
	font-weight:bold;
	font-size:small;
	margin-top:5px;
}

#siteindex
{
	position:relative;
	width:100%;
	height:100px;
	background-color:#666666;
}

#footer
{
	font-variant:small-caps;
	height:20px;
	width:100%;
	background-color:#948E6F; 
	clear:both;
	text-align:right;
	position:relative;
} 
 

 /* *** Float containers fix *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


