/* AHLIVV ROOT LEVEL CSS ----*/

body, html { height: 100%; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	margin-bottom: 35px;
	padding: 0px;
}

#body a {
	text-decoration: none;
}

#body a:hover {
	text-decoration: underline;
}

/* Header Tags ---------------------------- */

#header {
	width: 940px;
	height: 122px;
	padding: 0;
	margin: 0px auto;
	position: relative;
	background-image: url(../images/elements/header_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 29px;
}

#headerline {
	background-image: url(../images/elements/dots_gray_horiz.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 1px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

/*  Logo or Company Name ------------------------------------------ */

#splash_title {
	position: absolute;
	height: 70px;
	width: 220px;
	left: 14px;
	top: 30px;
}

/* Main Site Navigation Links ---------------------------- */

#header_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: capitalize;
	text-align: left;
	float: right;
	margin-top: 12px;
	padding: 0px;
}

#header_nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#header_nav ul li {
	display: inline;
	margin-right: 3px;
	padding-right: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

#header_nav ul li a {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

#header_nav ul li a:hover {
	font-weight: normal;
	text-decoration: underline;
}

#header ul li.last {
	margin:0px;
	padding:0px;
	border:none;
}

/* Top Horizontal Dynamic Menu ---------------------------- */

#top_nav {
	padding: 0px;
	margin: 0px;
	width: 710px;
	text-align: right;
	position: absolute;
	left: 230px;
	top: 100px;
}

#top_nav table {
	margin-left: auto;
}

#top_nav table td.nav {
	width: 10px;
}

#top_nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#top_nav ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	margin-left: 6px;
	border: none;
}

#top_nav ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #231f20;
	text-decoration: none;
}

#top_nav ul li a:hover {
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}

#top_nav h1 a:hover {
	color: #999999;
}

#display_menu_3 .nav img {
	margin-left: 11px;
}

/* Main Content  --------------------------------------------------------------------------- */

#content {
	padding: 0;
	margin: 0px auto;
	text-align: left;
	width: 940px;
}

/* Footer Tags ----------------------------------------------------------------------------- */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #adadad;
	position: relative;
	width: 940px;
	margin: 0px auto;
	padding: 0px;
	padding-bottom: 1em;
}

#footer > * {
	margin: 0px;
	padding: 0px;
}

#footer ul li.last {
	border: none;
	padding: 0;
	margin: 0;
}

#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer ul li {
	display: inline;
}

#footer_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 10px;
	background-image: url(../images/elements/dots_gray_horiz.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#footer_top a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#footer_top a:hover {
	text-decoration: underline;
}

#footer_top ul li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	margin-right: 5px;
	padding-right: 8px;
}

#footer_phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 7px;
	margin-left: 0px;
}

#footer_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin-left: 0px;
	padding: 0;
}

#footer_bottom a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

#footer_bottom a:hover {
	text-decoration: underline;
}

#footer_bottom ul li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	margin-right: 3px;
	padding-right: 6px;
}

#footer_bottom ul li a {
	text-transform: uppercase;
}

#footer_bottom .copyright {
	margin-top: 2px;
	margin-bottom: 0px;
}

#footer_bottom .volusion {
	margin-top: 14px;
	margin-bottom: 0px;
	display: none;
}

#notext a { 
	display: block;
	width: 250px;
	height: 75px;
	text-indent: -9999px;
}

/* Splash page styles -------------------*/

#spTable {
	margin-top: 10px;
	margin-bottom: 10px;
}

#spPicsMain {
	width: 738px;
	margin-bottom: 6px;
}

#spLogos {
	width: 738px;
}

.spBut {
	width: 196px;
	margin-bottom: 6px;
}

a img { border:none; }

