/* CSS Document */

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

p
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#333333;
	font-variant:small-caps;
}

h2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	font-variant:small-caps;
}

ul
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
}

ol
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
}

form
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
}



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

#contentarea
{
position:absolute;
height:484px;
width:731px;
overflow:auto;
}

#layout_topleft
{
	position:absolute;
	background-image:url(images/topleft.jpg);
	height:237px;
	width:237px;
}

#layout_top
{
	position:relative;
	background-color:FFFFFF;
	left:237px;
	height:74px;
	width:687px;
}

#layout_topright
{
	position:relative;
	background-image:url(images/topright.jpg);
	height:163px;
	width:687px;
	left:237px;
}

#layout_nav
{
	position:relative;
	top:126px;
	height:27px;
	overflow:hidden;
}

#layout_centerleft
{
	position:absolute;
	background-image:url(images/centerleft.jpg);
	height:484px;
	width:108px;
}

#layout_centercontent
{
	position:relative;
	background-color:#e4eeff;
	height:484px;
	width:731px;
	left:108px;
	overflow:hidden;
	text-align:center;
	font-size:22px;
}

#layout_centerright
{
	position:relative;
	float:right;
	xbackground-image:url(images/centerright.jpg);
	height:484px;
	width:84px;
}

#layout_bottom
{
	position:relative;
	background-image:url(images/bottom.jpg);
	height:21px;
	width:923px;
}

a:link
{
	color:#0000FF;
	text-decoration:none;
}
a:visited
{
	color:#0000CC;
	text-decoration:none;
}
a:hover
{
	color:#FFFFFF;
}


a.aboutlist:link
{
	color:#336699;
	font-size:20px;
	text-decoration:none;
}

a.aboutlist:visited
{
	color:#336699;
	font-size:20px;
	text-decoration:none;
}

a.aboutlist:hover
{
	color:#666699;
	font-weight:bold;
}

a.servicelist:link
{
	color:#336699;
	font-size:16px;
	text-decoration:none;
}

a.servicelist:visited
{
	color:#336699;
	font-size:16px;
	text-decoration:none;
}

a.servicelist:hover
{
	color:#000000;
	font-weight:bolder;
}

.imagelink
{
		display:none;
}

.image_thumb
{
	border:5px solid silver;
}


.navhome
{
	background-image:url(images/home_over.jpg);
	background-repeat:no-repeat;
	height:27px;
	width:81px;
	float:left;
	top:0px;
}

.navhome a
{
	background-image:url(images/home_stan.jpg);
	background-repeat:no-repeat;
	height:27px;
	width:81px;
	display:block;
	float:left;
	top:0px;
}

.navhome a:hover
{
	background:none;
}

.navcomm
{
	background-image:url(images/comm_over.jpg);
	background-repeat:no-repeat;
	float:left;
	height:27px;
	width:132px;
}

.navcomm a
{
	background-image:url(images/comm_stan.jpg);
	background-repeat:no-repeat;
	float:left;
	height:27px;
	width:132px;
	display:block;
}

.navcomm a:hover
{
	background:none;
}

.navres
{
	background-image:url(images/res_over.jpg);
	background-repeat:no-repeat;
	float:left;
	height:27px;
	width:117px;
}

.navres a
{
	background-image:url(images/res_stan.jpg);
	background-repeat:no-repeat;
	float:left;
	height:27px;
	width:117px;
	display:block;
}

.navres a:hover
{
	background:none;
}

.navphot
{
	background-image:url(images/links_over.jpg);
	background-repeat:no-repeat;
	float:left;
	height:27px;
	width:89px;
	top:0px;
}

.navphot a
{
	background-image:url(images/links_stan.jpg);
	background-repeat:no-repeat;
	float:left;
	height:27px;
	width:89px;
	display:block;
	position:relative;
}

.navphot a:hover
{
	background:none;
}

.navpay
{
	background-image:url(images/pay_over.jpg);
	background-repeat:no-repeat;
	float:left;
	height:27px;
	width:120px;
}

.navpay a
{
	background-image:url(images/pay_stan.jpg);
	background-repeat:no-repeat;
	float:left;
	height:27px;
	width:120px;
	display:block;
}

.navpay a:hover
{
	background:none;
}

.navcont
{
	background-image:url(images/cont_over.jpg);
	background-repeat:no-repeat;
	float:left;
	height:27px;
	width:83px;
}

.navcont a
{
	background-image:url(images/cont_stan.jpg);
	background-repeat:no-repeat;
	float:left;
	height:27px;
	width:83px;
	display:block;
}

.navcont a:hover
{
	background:none;
}

#footer
{
	font-variant:small-caps;
	height:20px;
	width:90%;
	background-color:#FFFFFF; 
	clear:both;
	text-align:right;
	position:relative;
	font-size:10px;
} 
 

 /* *** 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;}
}



