@charset "UTF-8";
/* CSS Document */
<!--
:link:focus, :visited:focus {
-moz-outline: none;
outline: none;
}
html, body {
	background-image:url(images/bg_tile.jpg);
	padding:0;
	margin: auto 0;
	color:#6c5c53;
	height:100%;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size:21px;
	line-height:25px;
	font-weight:normal;
	margin:0px;
}
h2 {
	font-size:17px;
	line-height:20px;
	font-weight:normal;
	margin:0px;
}
p {
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	margin:0px;
	padding-top:12px;
}
a {
	color:#6c5c53;
	text-decoration:none;
	border:0;
}
a:hover {
	text-decoration:underline;
}
#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	background:#FFF;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

	width:790px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	position:relative;
	top:0px;
	left:294px;
	width:180px;
	height:126px;
}
#header {
	background-color:#FFF;	
}
#nav {
	position:relative;
	left:0px;
	top:0px;
	width:700px;
	height:42px;
	margin:0;
	padding:0 0 8px 50px;
}
#nav li ul, #nav li ul {
	margin: 0;
	padding: 0;
}
#nav a {
	text-decoration: none;
}
#nav li { /*float the main list items*/
	margin: 0;
	float: left;
	display: block;
	padding-left:14px;
}
#nav li ul {
	display:none;
	margin: 0;
	padding: 0;
}
#nav li.off ul, #nav li.on ul { /*put the subnav below*/
	position: absolute;
	padding:0;margin:0;
	left: 0;
	padding:0;
}
#nav li a {
	color: #FFFFFF;
	display: block;
	padding: 0;
	margin:0;
}

#nav ul {
	margin-:0px;
	}
#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
	padding:0;margin:0;
}
#nav li.on ul {
	display: block;
	top:0px;
}
#nav li.off:hover ul, #nav li.over ul {
	display: block;
	z-index: 6000;
	padding:0;
	margin:0;
}

/* span image replacement this move the text offscreen allowing the bg image to show*/
#nav li span {
	display:block;
	position: relative;
	left:-9384px;
}
#liHome a, #liAbout a, #liServices a, #liScheduling a, #liFees a, #liContact a, #liResources a {
	display: block;
	height:42px;
}
li {
	position: relative;
	top:0px;
	left:0px;
}

/* main items initial states */
#liHome a {
	position:relative;
	left:0px;
	top:0px;	
	width:64px;
	background-image:url(images/navUp_01.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}
#liAbout a {
	position:relative;
	left:0px;
	top:0px;	
	width:69px;
	background-image:url(images/navUp_03.jpg);
	background-repeat:no-repeat;
}
#liServices a {
	position:relative;
	left:0px;
	top:0px;
	width:84px;
	background-image:url(images/navUp_05.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}
#liScheduling a {
	position:relative;
	left:0px;
	top:0px;
	width:111px;
	height:42px;
	background-image:url(images/navUp_07.jpg);
	background-repeat:no-repeat;
}
#liFees a {
	position:relative;
	left:0px;
	top:0px;
	width:61px;
	background-image:url(images/navUp_09.jpg);
	background-repeat:no-repeat;
}
#liContact a {
	position:relative;
	left:0px;
	top:0px;
	width:83px;
	background-image:url(images/navUp_11.jpg);
	background-repeat:no-repeat;
}
#liResources a {
	position:relative;
	left:0px;
	top:0px;
	width:104px;
	background-image:url(images/navUp_13.jpg);
	background-repeat:no-repeat;
}

/* main menu items hover states */
#liHome a:hover, #liHome:hover a, #liHome.over a {
	background-image:url(images/navOver_01.jpg);
	background-repeat:no-repeat;
}
#liAbout a:hover, #liAbout:hover a, #liAbout.over a {
	background-image:url(images/navOver_03.jpg);
	background-repeat:no-repeat;
}
#liServices a:hover, #liServices:hover a, #liServices.over a {
	background-image:url(images/navOver_05.jpg);
	background-repeat:no-repeat;
}
#liScheduling a:hover, #liScheduling:hover a, #liScheduling.over a {
	background-image:url(images/navOver_07.jpg);
	background-repeat:no-repeat;
}
#liFees a:hover, #liFees:hover a, #liFees.over a {
	background-image:url(images/navOver_09.jpg);
	background-repeat:no-repeat;
}
#liContact a:hover, #liContact:hover a, #liContact.over a {
	background-image:url(images/navOver_11.jpg);
	background-repeat:no-repeat;
}
#liResources a:hover, #liResources:hover a, #liResources.over a {
	background-image:url(images/navOver_13.jpg);
	background-repeat:no-repeat;
}

#content {
	position:relative; /* needed for footer positioning*/
	min-height:240px;
	margin:0;
	padding:0;

}
.sideImg {
	margin:0;
	padding:0;
	position:relative;
	z-index:7000;
}
#contentText {
	margin:auto 0;
	border-left:1px solid #cfdd35;
	border-right:1px solid #cfdd35;
	float:left;
	position:relative; /* needed for footer positioning*/
	left:75px;
	padding:0 14px 0 14px;
	text-align:left;
	width:610px;
}
.list {
	line-height:16px;
	list-style-position:outside;
	padding-left:1.5em;
	margin:0;
}
.listColumn {
	float:left;
	width:330px;
	padding:12px 14px 0 0;
}
.listColumn2 {
	float:left;
	width:250px;
	padding:12px 0 0 0;
}
#address {
	padding-top:5px;
	vertical-align:middle;
}
.footer_divider {
	vertical-align: middle; 
	padding: 0 7px 0 4px; 
}
div#footer {
	text-align:center;
	height:60px;
	margin-left:40px;
	position:absolute;
	left:0;
	width:710px;
	bottom:0; /* stick to bottom */
	background:#FFF;
	border-top:1px solid #6c5c53;
	line-height:16px;
}
.smalltext {
	font-size:10px;
}

-->
