/*------------------------------------------------------------------*/
/* Tag styles */
/*------------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 19px;
	margin: 0px;
}
p {
	margin: 10px 20px 10px 20px;
	vertical-align: top;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	margin: 30px 10px 10px 20px;
}
h2 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 20px 10px 10px 20px;
}

blockquote {
	margin-top: 0; padding-top: 0;
	}

ul#sublist li {
	list-style-type: square;
	list-style-image: none;
	list-style-position: outside;
	margin-left: 40px;
	}
ul#sublist li p {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0;
	}

/*------------------------------------------------------------------*/
/* Date styles */
/*------------------------------------------------------------------*/
.date {
	line-height: 17px;
	color: #BFB48B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*------------------------------------------------------------------*/
/* Nav styles */
/*------------------------------------------------------------------*/

#nav {
	height: 30px;
	/* border: 1px solid #bb0000; */
}

#nav ul#menu	{
	width: 740px;
	background: transparent url(images/spacer.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	}

#nav ul#menu li {
	height: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	}
	
ul#menu li, ul#menu a {
	height: 30px;
	/*\*/overflow: hidden;/**/
	display: block;
	}
	
#nav ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#homemenu	{left: 0; width: 57px; background: transparent url(images/new_nav_0408/nav1.gif) top left no-repeat;}
#aboutmenu	{left: 57px; width: 97px; background: transparent url(images/new_nav_0408/nav2.gif) top left no-repeat;}
#servicesmenu	{left: 154px; width: 65px; background: transparent url(images/new_nav_0408/nav3.gif) top left no-repeat;}
#specialtiesmenu	{left: 219px; width: 125px; background: transparent url(images/new_nav_0408/nav4.gif) top left no-repeat;}
#newsmenu {left: 344px; width: 99px; background: transparent url(images/new_nav_0408/nav5.gif) top left no-repeat;}
#referencemenu	{left: 443px; width: 75px; background: transparent url(images/new_nav_0408/nav6.gif) top left no-repeat;}
#staffmenu	{left: 518px; width: 72px; background: transparent url(images/new_nav_0408/nav7.gif) top left no-repeat;}
#careersmenu	{left: 590px; width: 63px; background: transparent url(images/new_nav_0408/nav8.gif) top left no-repeat;}
#contactmenu	{left: 653px; width: 87px; background: transparent url(images/new_nav_0408/nav9.gif) top left no-repeat;}

#homemenu a:hover	{background: transparent url(images/new_nav_0408/nav1.gif) 0 -30px no-repeat;}
#aboutmenu a:hover {background: transparent url(images/new_nav_0408/nav2.gif) 0 -30px no-repeat;}
#servicesmenu a:hover {background: transparent url(images/new_nav_0408/nav3.gif) 0 -30px no-repeat;}
#specialtiesmenu a:hover {background: transparent url(images/new_nav_0408/nav4.gif) 0 -30px no-repeat;}
#newsmenu a:hover {background: transparent url(images/new_nav_0408/nav5.gif) 0 -30px no-repeat;}
#referencemenu a:hover {background: transparent url(images/new_nav_0408/nav6.gif) 0 -30px no-repeat;}
#staffmenu a:hover {background: transparent url(images/new_nav_0408/nav7.gif) 0 -30px no-repeat;}
#careersmenu a:hover {background: transparent url(images/new_nav_0408/nav8.gif) 0 -30px no-repeat;}
#contactmenu a:hover {background: transparent url(images/new_nav_0408/nav9.gif) 0 -30px no-repeat;}

/* You are here - nav */

body#home #homemenu {background: transparent url(images/new_nav_0408/nav1.gif) 0 -30px no-repeat;}
body#about #aboutmenu {background: transparent url(images/new_nav_0408/nav2.gif) 0 -30px no-repeat;}
body#services #servicesmenu {background: transparent url(images/new_nav_0408/nav3.gif) 0 -30px no-repeat;}
body#specialties #specialtiesmenu {background: transparent url(images/new_nav_0408/nav4.gif) 0 -30px no-repeat;}
body#news #newsmenu {background: transparent url(images/new_nav_0408/nav5.gif) 0 -30px no-repeat;}
body#reference #referencemenu {background: transparent url(images/new_nav_0408/nav6.gif) 0 -30px no-repeat;}
body#staff #staffmenu {background: transparent url(images/new_nav_0408/nav7.gif) 0 -30px no-repeat;}
body#contact #contactmenu {background: transparent url(images/new_nav_0408/nav8.gif) 0 -30px no-repeat;}
body#careers #careersmenu {background: transparent url(images/new_nav_0408/nav9.gif) 0 -30px no-repeat;}


/*------------------------------------------------------------------*/
/* Dark Blue Styles */
/*------------------------------------------------------------------*/

.darkblue {
	color: #FFFFFF;
}
.darkblue h1 {
	color: #BBAF83;
	font-weight: normal;
}
.darkblue h2 {
	font-weight: bold;
	color: #ffffff;
}
.darkblue a {
	color: #ffffff;
	text-decoration: underline;
}
.darkblue a:hover {
	color: #ffffff;
	text-decoration: none;
}
.darkblue ul {
	margin: 0; padding: 0;
}
.darkblue li {
	margin: 0 15px 0 35px;
	padding: 0;
	color: #ffffff;
	list-style-position: outside;
	list-style-type: square;
}
.tanlink {
	color: #BBAF83;
}

/*------------------------------------------------------------------*/
/* Dark Tan Styles */
/*------------------------------------------------------------------*/

.darktan {
	color: #000000;
}
.darktan h1 {
	color: #373E52;
	font-weight: normal;
}
.darktan a {
	color: #000000;
	text-decoration: underline;
}
.darktan a:hover {
	color: #000000;
	text-decoration: none;
}
.tanHead a {
	color: #BBAF83;
	text-decoration: underline;
}
.tanHead a:hover {
	color: #BBAF83;
	text-decoration: none;
}
.darktan ul {
	margin: 0; padding: 0;
}
.darktan li {
	margin: 0 15px 0 25px;
	padding: 0;
	list-style-image: url(images/bullet2.gif);
	list-style-position: inside;
}

/*------------------------------------------------------------------*/
/* Light Tan Styles */
/*------------------------------------------------------------------*/

.litetan {
	color: #000000;
}
.litetan h1 {
	color: #C37C20;
	font-weight: normal;
}
.litetan a {
	color: #000000;
	text-decoration: underline;
}
.litetan a:hover {
	color: #000000;
	text-decoration: none;
}
.litetan ul {
	margin: 0; padding: 0;
}
.litetan li {
	margin: 0 15px 0 25px;
	padding: 0;
	list-style-image: url(images/bullet1.gif);
	list-style-position: inside;
}

/*------------------------------------------------------------------*/
/* Line styles */
/*------------------------------------------------------------------*/
.orangeLine {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C37C20;
}
.whiteLine {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
/*------------------------------------------------------------------*/
/* Footer styles */
/*------------------------------------------------------------------*/
.footer {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

.footer a {
	color: #333333;
	text-decoration: underline;
}
