﻿html{
	/*Firefox scroll bar shift fix*/
	min-height: 100%; margin-bottom: 1px;
}
body
{	
	background-attachment:fixed;
	background-image:url('../images/body-bg.gif');
	background-repeat:repeat-x;	
	
}

a{
color:#4b5c85;
text-decoration:underline;
}

a:link{
color:#4b5c85;
text-decoration:underline;
}

a:visited{
color:#a8b0c4;
text-decoration:underline;
}

a:hover{
background-color:#6e4949;
color:#fff;
text-decoration:underline;
}


#container
{
width:75%;
margin: 10px auto;
background-color: #fff;
color: #333;
border: 1px solid #000;
line-height:165%;
font-family:verdana,arial,helvetica,sans-serif;
font-size:.75em;
word-spacing:.1em;
}


#content
{
margin-left: 200px;
padding:1em;
}

#content h2
{
margin: 0 0 .5em 0;
}

#content img.float-left
{
	float:left;
	padding-right:1em;
}
#content img.float-right{
	float:right;
	padding-left:1em;
}

/*Footer Area Rules*/
#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #fff;
background-color: #000;
text-align:center;
}

#leftnav
{
float: left;
width: 180px;
margin:0;
padding:0;
}

/*Locations and Facilities Rules*/
#locations-wrapper{
position:relative;
}

#locations-wrapper a{
display:block;
color:#4b5c85;
text-decoration:underline;
}

#locations-wrapper a:link{
color:#4b5c85;
text-decoration:underline;
}

#locations-wrapper a:visited{
color:#4b5c85;
text-decoration:underline;
}


#locations-wrapper a:hover{
color:#a8b0c4;
background-color:#fff;
text-decoration:underline;
}




/*Navigation Rules*/
#navcontainer { width: 180px; }

#navcontainer ul
{
margin-left:0;
padding-left: 1em;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
color:#000;
}

#navcontainer li.sub-nav
{	
text-indent:1.5em;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #4b5c85;
border-bottom: 1px solid #ccc;
border-right:1px solid #ccc;
color:#fff;
}

.navlist a:visited
{
color: #fff;
text-decoration: underline;
}

#navcontainer a:link
{
color: #fff;
text-decoration: underline;
}

#navcontainer a:hover
{
background-color: #6E4949;
color: #fff;
}

/*Top Navigation*/
#top{
	background-image:url('../images/header-bg.gif');
	background-repeat:repeat-x;
	border-bottom:2px solid #000;
}

