/* CSS Document */
body {
	background-color:#9EB3C2;
}
td{vertical-align:top;}
em { font-style:italic}
strong {font-weight:bold;}
a:link, a:visited, a:hover, a:active {
 font-weight : bold; 
 text-decoration : underline;
 color: #536D84;
}
a:hover {
	text-decoration: none;
}

p	{
 margin-bottom:0.6em;
 font:95% Arial, Verdana, Lucida, sans-serif;
 color: black;
}

h1 {
	font-size: 150%;
	color: #536D84;
	margin-top:0.4em;
	margin-bottom:0.6em;
	margin-left: 20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-right:10px;     
}
h2 {
	font-size: 120%;
	color: #A0AF58;
	font-weight:bold;
	margin-top:0.7em;
	margin-bottom:0.4em;
	margin-left: 20px;
	margin-right:10px;
}
h3 {
	font-size: 120%;
	color: #5F543D;
	font-weight:bold;
	margin-bottom:0.4em;
	margin-left:20px;
	margin-right:10px;
}
ul 
{
    margin: 0px 8px .6em 40px;
}
ul li
{   
    list-style-image:url(../images/list-bullet.gif);
    margin:0 0 .2em 0px;
}
 ol 
{
    margin: 2px 8px 2px 20px;
}
 ol li
{   
    margin:0 0 .2em 4px ;
	list-style-type:lower-roman;
}
/*Top menu styles */
#topNav {
	width: 250px;
	float: right;
		text-align: right;
}
#topNav ul {
	list-style-type: none;
}
#topNav li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
}

#topNav a {
	color: #333333;
	text-decoration: none;
}
#topNav a:hover {
	color: #EFDD95;
	text-decoration: underline;
}
/*End top menu styles */
#mainNav {
	color: white;
	background-image: url(../images/mainMenu_bg.gif);
	background-repeat: repeat-x;
	margin-right: 20px;
	margin-left: 20px;
	text-transform: uppercase;
	font-size: 95%;
}
#mainNav ul {
	list-style-type: none;
	margin: 7px 8px 2px 10px;
}
#mainNav li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#mainNav a {
	color: #ffffff;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#mainNav a:hover {
	color: #BDC78A;
	text-decoration: underline;
}

#mainContent {
	padding:0px 0px 0px 0px;
	width: 750px;
	margin-top: 15px;
	}
#mainContent p{
	margin: 0px 20px 0.6em 20px;
	line-height: 1.4em;
}

#secondaryContent {
	text-align: center;
}

#secondaryContent h1{
	font-size: 140%;
	color:#536E83;
	padding: 6px;
	margin: 0px;
	margin-bottom:0.5em;
	padding-top: 10px;
}
#secondaryContent h2{
	color:#FFFFFF;
	background-color: #3F5B65;
	font-size: 130%;
	padding: 4px;
	margin-top: 0px;
	padding-top: 8px;
}
#secondaryContent a:link, #secondaryContent a:visited, #secondaryContent a:active {
 font-weight : normal; 
 text-decoration : none;
 background: transparent; 
}
#secondaryContent a:hover {
 text-decoration:underline;
}
#secondaryContent p.current {
 font-weight:bold;
 color:#3F5B65;
}

#ft p {
	color: #FFFFFF;
}
#onyx {
	font-size: 80%;
}
#onyx a, #onyx a:link, #onyx a:visited, #onyx a:hover, #onyx a:active {
color: #4B4B37;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	text-align: left;
	background-image: url(../images/logo_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#wrapper #mainWrapper {
	background-image: url(../images/bg_main_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	width: 780px;
	margin: 0px auto;
}
#mainContent .inset {
	float: right;
	margin: 5px;
}
.attractions td {padding:7px}
#mainNav #mainNavMenu {
	background-image: url(../images/mainMenu_Left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#header {
	margin: 20px;
}
.heading1_alt {
	color: #BDC78A;
	font-style: italic;
}
#ft a:link, #ft a:visited, #ft a:hover, #ft a:active {
 font-weight : normal; 
 text-decoration : underline;
 color: #FFFFFF;
}
#ft a:hover {
text-decoration:none;
}
.imgBorder {
	padding: 4px;
	border: 1px solid #BDC78A;
}
#secondaryContent p {
	color: #9EAE55;
}

