/* CSS Document */
body {
	background-color:#E3DDC4;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
}
em { font-style:italic}
strong {font-weight:bold;}
a:link, a:visited, a:hover, a:active {
 font-weight : bold; 
 text-decoration : underline;
 color: #226795;
}
a:hover {
	text-decoration: none;
}

p	{
 margin-bottom:0.6em;
 font:95% Arial, Verdana, Lucida, sans-serif;
 color: black;
}

h1 {
	font-size: 180%;
	color: #226795;
	margin-top:15px;
	margin-bottom:0.1em;
	text-transform: uppercase;
	margin-left: 20px;
}
h2 {
	font-size: 140%;
	color: #226795;
	font-weight:normal;
	margin-top:0.7em;
	margin-bottom:0.4em;
	margin-left: 20px;
}
h3 {
	font-size: 120%;
	color: #226795;
	font-weight:bold;
	margin-bottom:0.4em;
	margin-left:20px;
}
ul 
{
    margin: 2px 8px 2px 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: #226795;
	text-decoration: none;
}
#topNav a:hover {
	color: #EFDD95;
	text-decoration: underline;
}
/*End top menu styles */
#mainNav {
	background-color: #5F543D;
	color: white;
	padding: 5px;
	font-size: 95%;
}
#mainNav ul {
	list-style-type: none;
	margin: 2px 8px 2px 10px;
}
#mainNav li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#mainNav a {
	color: #ffffff;
	text-decoration: none;
}
#mainNav a:hover {
	color: #EFDD95;
	text-decoration: underline;
}

#mainContent {
	padding:0px 0px 0px 0px;
	}
#mainContent p{
	margin: 0px 20px 0.6em 20px;
	line-height: 1.3em;
}

#secondaryContent {
	text-align: center;
	background-image: url(../images/bg_secondaryContent.jpg);
	background-repeat: repeat-y;
}

#secondaryContent h1{
	font-size: 140%;
	color:#FFFFFF;
	background-color: #3F5B65;
	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;
 color: #ffffff;
 background: transparent; 
}
#secondaryContent a:hover {
 text-decoration:underline;
}
#secondaryContent p.current {
 font-weight:bold;
 color:#3F5B65;
}

#ft p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 90%;
}
#onyx {
	font-size: 70%;
	background-color: #39392B;
	color: #ffffff;
	text-align: right;
	padding: 3px 10px;
}
#onyx a, #onyx a:link, #onyx a:visited, #onyx a:hover, #onyx a:active {
color: #FFFFFF;
}

#wrapper {
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 780px;
	margin: 0 auto;
}
#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}
