
/* CSS rules common to entire site
**********************************/

/* Element Defaults
*******************/
a:link, a:visited
{
	color: #00929f;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

li
{
	color: gray;
	line-height: 17px;
}

acronym
{
	cursor: help;
}

body
{
	background: #fff;
	font: normal 12px 'Arial', 'sans-serif';
	color: black;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1
{
	background: url(/images/layout/h1-bgd.png) repeat-x;
	font: normal 20px 'Arial', 'sans-serif';
	color: white;
	padding: 5px 5px 5px 20px;
	margin-top: -1px;
	border: none;
}

h2
{
	font: normal 16px 'Arial', 'sans-serif';
	font-variant: small-caps;
	color: black;
	margin: 20px 5px 5px 20px;
}

h3
{
	font: normal 13px 'Arial', 'sans-serif';
	color: #005cab;
	padding: 0px;
	margin: 15px 15px 15px 20px;
	border: none;
	line-height: 17px;	
}

date
{
	font: normal 10px 'Arial', 'sans-serif';
	float: right;
	color: white;
	padding: 0px;
	margin: 23px 15px 0px 0px;
	border: none;	
}


img
{
	border: none;
	display: inline;
}

p
{
	font: normal 12px 'Arial', 'sans-serif';
	color: gray;
	line-height: 17px;
}

td
{
	vertical-align: top;
}


/* Form defaults
****************/
input, textarea
{
	border: 1px solid #ccc;
}

input[type="image"]
{
	border: none;
}


/* Classes
**********/
.block
{
	display: block;
}

/* Layout defaults
******************/


#wrap
{
	background: url(/images/layout/wrap-bgd.png) repeat-y;
	width: 920px;
	margin: 0px auto 0px auto;
	padding: 0px 9px 0px 9px;
	text-align: left;
}

#header
{
	background: url(/images/layout/header-img01-date.jpg) no-repeat;
	width: 900px;
	height: 154px;
	border-bottom: none;
	margin: 0px;
	padding: 1px 0px 0px 0px;
}

#logo
{
	display: block;
	margin: 10px 20px 0px 20px;
}

#right
{
	float: right;
	clear: right;
	margin-top: 65px;
	padding-left: 30px;
	padding-top: 0px;
	width: 150px !important;
	width/**/: 180px;
	margin-right: 77px;
}


/* Photos & navigation
**********************/

.photo
{
	width: 900px;
	height: 302px;
	padding-top: 1px;
}

#home
{
	background: url(/images/layout/home-photo.jpg) no-repeat;	
}

#profile
{
	background: url(/images/layout/photo02.jpg) no-repeat;	
}


#services
{
	background: url(/images/layout/photo03.jpg) no-repeat;	
}

#staff
{
	background: url(/images/layout/photo04.jpg) no-repeat;	
}

#business
{
	background: url(/images/layout/photo05-business.jpg) no-repeat;	
}

#dl-bizpdf
{
	float: right;
	margin: 205px 25px 0px 0px;
}

#contact
{
	background: url(/images/layout/contact.jpg) no-repeat;	
}

#navigation
{
	list-style: none;
	margin: 10px;
	padding: 30px 0px 7px 30px;
	width: 210px;
	height: 245px;
	display: block;
	filter: alpha(opacity=88);-moz-opacity:.88;opacity:.88;
	background: #fefefe;
}

#navigation li
{
	border-top: 1px solid silver;
	margin-left: 32px;
}


#navigation li a:link, 
#navigation li a:visited
{
	padding: 10px;
	display: block;
	width: 160px !important;
	width/**/: 180px;
	text-decoration: none;
}

#navigation li a:hover
{
	padding: 10px;
	background: silver;
	text-decoration: none;
}

#navigation li a.selected
{
	padding: 10px;
	background: #005cab;
	text-decoration: none;
	font: bold 12px 'Arial', 'sans-serif';
	color: white;
}

/* Page text 
************/

#page
{
	background: url(/images/layout/h1-bgd.png) repeat-x;
	width: 900px;
}

#page-text
{
	padding-top: 1px;
	margin: 0px 0px 0px 260px;
	border-left: 1px solid silver;
}

#page-text p,
#page-text table
{
	margin: 0px 20px 10px 20px;
}


#contact-form
{
	font: bold 12px 'Arial', 'sans-serif';
	margin: 25px -10px 50px 0px;
	width: 400px;
	border: none;
}

#contact-form input,
#contact-form textarea
{
	width: 380px;
	margin: 0px 0px 0px 15px;
	border: 1px solid silver;
}

#footer
{
	background: #5a87c5;
	font: normal 10px 'Arial', 'sans-serif';
	color: #004077;
	padding: 20px;
	margin-top: 50px;
	width: 860px !important;
	width/**/: 900px;

}

#footer a:link, a:visited
{
	color: #005cab;
	text-decoration: none;
}


/* left-col
**************/
#left-col
{
	list-style: none;
	float: left;
	display: block;
	margin-left: 0px;
	margin-top: 50px;
}

#left-col li
{	
	list-style: none;
	border-bottom: 1px solid silver;
	margin-left: 40px;
	padding: 5px 0px 5px 10px;
}

#left-col li a:link, 
#left-col li a:visited
{
	padding: 5px;
	display: block;
	width: 160px;
	text-decoration: none;
	color: #999;
}

#left-col li a:hover
{
	color: #005cab;
	text-decoration: none;
}

#left-col h3,
#left-col p
{	
	margin-left: 75px;
}

#left-col-home ul
{
	list-style: none;
	float: left;
	margin: 40px 0px 0px 10px !important;
	margin/**/: 40px 0px 0px 7px;
	padding: 0px;
}

#left-col-home li
{	
	list-style: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

.staff_photo img
{
	margin-left: 	20px;
}
