@charset "utf-8";

body  {
	background: #9b9989 url(../_images/background_120.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


img {
	margin: 2px 15px 5px 15px;
	padding: 5px;
	border: 2px solid #000;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #AEA092;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}
#wrapper_top {
	z-index: -5;
	background: url(../_images/BG_color-bar.jpg) repeat-x left top;
	position: absolute;
	left: 0px;
	height: 220px;
	width: 100%;
}
#outershell {
	text-align: center;
	margin: 0px auto;
	width: 820px;
	background:url(../_images/shellShadow.png) repeat-y;
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #AEA092;
	margin: 0px auto;
} 

#header  {
	background: url(../_images/header_image.jpg);
	width: 780px;
	height: 175px;
	border-top: 2px solid #000;
	border-bottom: 2px none #000;
} 
#header h1 {
	text-indent: -9999px;
	color: #000;
}
#navigation {
	width: 780px;
	height: 25px;
	border-top: 2px solid #000;
	border-bottom: 4px solid #000;
	background: #683a4c;
}
#topbar {
	color: #E0DBD6;
	background: #000;
	margin: 0px;
	height: 60px;
	font-size: 0.75em;
	text-align: left;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 7px;
}
.top_L {
	padding: 5px;
	margin: 0px 0px 0px 70px;
	width: 200px;
	float: left;
	text-align: center;
}
.top_R {
	margin: 0px 95px 0px 0px;
	padding: 5px;
	float: right;
}


#pageIntro  {
	padding: 10px 20px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	background: #E0DBD6 repeat top;
	text-align: justify;
	margin: 5px 10px;
	color: #706154;
	line-height: 1.3em;
	border: 2px solid #000;
	height: 300px;
} 
#pageIntro h1 {
	color: #693A4C;
	font-size: 1.4em;
	line-height: 1.2em;
}

#content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	background: #E0DBD6 url(none) no-repeat;
	text-align: justify;
	margin: 5px 10px;
	color: #706154;
	line-height: 1.3em;
	border: 2px solid #000;
	padding: 20px;
}
#content h1 {
	color: #693A4C;
	font-size: 1.4em;
	line-height: 1.2em;
}
#content p a {
	color: #706154;
}
#content ul {
	list-style: none;
	color: #AEA092;
}

#content a:link {
	color: #706154;
}
#content a:hover {
	color: #000;
}
#footer  {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	margin: 0px;
	clear: both;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
	text-align: center;
	font-size: 0.7em;
	color: #FFF;
	line-height: 2em;
}
#primary {
	margin: 5px;
	padding: 0px 20px 0px 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-variant: normal;
	text-align: left;
}
#primary .img {
	margin-top: 20px;
}


.flt_L {
	float: left;
	margin-left: 0px;
}
.flt_R {
	float: right;
	margin-right: 0px;
}

.bold {
	font-weight: bold;
	font-style: normal;
	color: #706154;
	font-size: 1.1em;
}
.mediumFont {
	font-size: 0.85em;
	font-style: normal;
}
td p {
	font-size: 0.8em;
}
hr {
	color: #693A4C;
	background: #683A4C;
	height: 2px;
	text-align: right;
	border-style: none;
}

.directions {
	margin: 10px;
	text-align: center;
}
iframe {
	border: thick solid #000;
}

table tr td h2 {
	background: #E0DBD6;
	border: 2px solid #000;
	padding: 5px;
}
.italic {
	font-style: italic;
	font-size: 0.8em;
	color: #000;
}
.movie {
	border: medium solid #000;
	margin: 7px 0px 0px 18px;
	float: right;
}
#pageIntro img {
	border-style: none;
}
