/* -------------------- GLOBAL SITE ELEMENTS -------------------- */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	}
#header-container {
	height: 76px;
	background-image: url(images/header-bg-lines.gif);
	background-color: #A3B6C3;
	}
#logo {
	float: left;
	width: 190px;
	height: 76px;
	background-color: #FFFFFF;
	border-right: 1px solid #999999;
	}
#logo img {
	margin: 10px;
	border: 0;
	}
#header {
	height: 76px;
	margin-left: 210px;
	background-image: url(images/header-bg-ball.gif);
	background-position: top right;
	background-repeat: no-repeat;
	}
#header img {
	margin-top: 20px;
	}
#navcontainer {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-top: 5px solid #334096;
	border-bottom: 5px solid #334096;
	}
#navlist {
	float: left;
	width: 100%;
	border-top: 1px solid #4E5CB9;
	border-bottom: 1px solid #4E5CB9;
	background: #1E296D url(images/nav-bg-off.gif) repeat-x;
	}
#navcontainer ul {
	float: left;
	margin: 0 10px; /* IE displays margin too big */
	padding: 0;
	border-right: 1px solid #4E5CB9;
	background: url(images/nav-bg-off.gif) repeat-x;
	list-style-type: none;
	text-align: center;
	}
#navcontainer li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	}
/* Fix for Opera 6 */
html>body #navcontainer li {
	width: 11em;
	}
/* undo Opera6 fix for CSS2-compliant browsers */
head:first-child+body #navcontainer li {
	width: auto;
	}
#navcontainer a {
	display: block;
	padding: 0.3em 0.7em;
	border-left: 1px solid #4E5CB9;
	background: url(images/nav-bg-off.gif) repeat-x;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	float: left; /* added to fix IE5 Mac */
	/* Remove float for everything but IE5 Mac. Everything but IE5 Mac sees this. \*/
	float: none;
	/* end IE5 Mac hack */
	}
#navcontainer a:visited {
	color: #dfdfdf;
	}
#navcontainer a:hover {
	background: #3A48A1 url(images/nav-bg-on.gif) repeat-x;
	}
#navcontainer a:active {
	}
body#home a#nav-home, 
body#about a#nav-about, 
body#programs a#nav-programs, 
body#accommodations a#nav-accommodations, 
body#siteinspect a#nav-siteinspect, 
body#testimonials a#nav-testimonials, 
body#photos a#nav-photos, 
body#resources a#nav-resources, 
body#forms a#nav-forms,
body#payment a#nav-payment,
body#contact a#nav-contact {
	background: #3A48A1 url(images/nav-bg-on.gif) repeat-x;
	}
#container {
	width: 60em;
	margin: 0 20px 20px 20px;
	}
#content {
	float: left;
	width: 43em;
	}
#homebanner {
	width: 100%;
	height: 135px;
	margin-bottom: 10px;
	background-image: url(images/home-banner.jpg);
	background-repeat: no-repeat;
	}
#sidebar {
	float: right;
	width: 15em;
	background-color: #DFDFE1;
	}

/* 3-pixel-jog fix follows. Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #content {
  margin-right: 1.5em;
  }
* html #sidebar {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */

#sidebar h4 {
	height: 26px;
	margin: 0;
	padding: 0;
	background-image: url(images/sidehead-bg.gif);
	}
#sidebar p {
	margin: 0 1.0em 1.0em 1.0em;
	}
#sidebar ul {
	margin: 1.0em 1.0em 0 1.0em;
	padding: 0 0 1.0em 0;
	}
#sidebar li {
	list-style-type: none;
	margin: 0;
	padding: 0.2em 0 0 0;
	}
#footer {
	clear: both;
	padding: 4px 20px;
	background-color: #A7C9DF;
	}
#footer-container {
	width: 60em;
	}
#footer-address {
	float: left;
	width: 53em;
	}
#footer-links {
	float: right;
	width: 19em;
	}
#footer-address, #footer-links {
	font-size: 0.8em;
	}
#footer-address a:hover, #footer-links a:hover {
	color: #000000;
	}
#breadcrumbs {
	font-size: 0.9em;
	text-align: right;
	}
.clear {
	clear: both;
	}

/* -------------------- TEXT FORMATTING -------------------- */
h1 {
	margin: 0;
	font-size: 1.5em;
	font-weight: normal;
	}
h2 {
	margin: 1.2em 0 0 0;
	font-size: 1.3em;
	font-weight: bold;
	}
h3 {
	margin: 1.2em 0;
	font-size: 1.2em;
	font-weight: bold;
	}
h4 {
	margin: 1.2em 0;
	font-size: 1.1em;
	font-weight: bold;
	}
h5 {
	margin: 1.0em 1.0em 0 1.0em;
	font-size: 1.0em;
	font-weight: bold;
	}
h6 {
	margin: 1.2em 0;
	font-size: 0.9em;
	font-weight: bold;
	}

/* -------------------- LINKS -------------------- */
a {
	color: #333399;
	}
a:link {
	}
a:visited {
	color: #000066;
	}
a:active {
	}
a:hover {
	color: #6699CC;
	}
