/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 70%;
	background: #E2E2C5 url(/images/background-fern.jpg) no-repeat fixed right bottom;
}

a:link {
	color: #232B72; 
	text-decoration: underline;
}

a:visited {
	color: #232B72; 
	text-decoration: underline;
}
		 
a:hover {
	color: #DE6B34; 
	text-decoration: underline;
}

h1 {  
	font-size: 150%; 
	font-weight: bold;
	margin-top: 5px;
	font-family: arial;
	margin-bottom: 7px;
}

h2 {  
	font-size: 130%; 
	font-weight: bold;
	padding-top: 8px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-family: arial;
}

h3 { 
	font-size: 115%; 
	font-weight: bold; 
	color: #232B72; 
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-family: arial;
}

h4 { 
	font-size: 100%; 
	font-weight: bold; 
	color: #232B72; 
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-family: arial;
}

td {
	font-size: 90%;
}

p {
	font-size: 100%;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 10px;
}

li {
	line-height: 150%;
}

input {
	padding: 2px;
	margin-left: 2px;
	font-size: 85%;
}

form {
	margin-bottom: 5px;
}

select {	
	font-size: 80%;
}

.labelleft {
	float: left;
	width: 165px;
}

.elementleft {
	width: 180px;
	margin-bottom: 5px;
}

#container {
	width: 768px;
	background-image: url(/images/background-image.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

/* Header Styles */
.header {
	background-color: #000000;
	background-image: url(/images/top-gold.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 169px;
	width: 768px;
	position: relative;
}

.header-img {
	position: absolute;
	top: 21px;
	left: 0;
}

.top-container {
	width: 601px; 
	float: right;
	padding: 0px;
	margin: 0px;
}

.top-nav-container {
	height: 23px;
	width: 599px;
	background-color: #232B72;
	border-left: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

.top-nav {
	font-family: arial;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.top-nav a {
	color: #ffffff;
	text-decoration: none;
	padding: 3px 15px 4px 15px;
}

.top-nav a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 3px 15px 4px 15px;
}

.top-nav a:hover {
	color: #ffffff;
	background-color: #4855D5;
	text-decoration: none;
	padding: 3px 15px 4px 15px;
}

/* End header styles */

/* Side menu styles */
.side-menu {
	width: 167px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #e2e2c5;
}

.side-menu-links {
}

.side-menu-links a {
	font-family: arial, verdana;
	color: #232B72;
	line-height: 110%;
	text-decoration: none;
}

.side-menu-links a:visited {
	text-decoration: none;
}

.side-menu-links a:hover {
	color: #DE6B34;
	text-decoration: none;
}

.side-menu-links ul {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-left: 2px;
	padding-left: 0px;
	list-style: none;
}

.side-menu-links li {
	margin-left: 2px;
	padding: 1px 0px 2px 12px;
	border-bottom: 1px dashed #ccc;
	background: url(/images/arrow.gif) no-repeat 0px 3px;
	line-height: normal;
}

h3.side-menu-heading {
	color: #000000;
	margin: 0px;
	margin-left: 3px;
	text-transform: uppercase;
	font-size: 95%;
}

.admin-hed {
	margin-left: 5px;
	margin-top: 2px;
}
/* End side styles */

/* middle content styles */
.content {
	/* position: absolute;
	left: 120px;
	top: 282px;
	float: left; 
	width: 100%;*/
	width: 601px; 
	float: right;
	padding: 0px;
	margin: 0px;
}

.inner-content {
	/* margin-left: 167px; */
	padding: 10px 10px 10px 10px;
}
/* End middle content styles */

/* Footer styles */
.footer {
	background-color: #000000;
	margin: 0px;
	float: left;
	width: 768px;
	color: #ffffff;
}

.footer-inner {
	padding: 5px 10px 5px 10px;
}

.footer img {
	border: none;
}

.footer h4 {
	color: #ffffff;
	margin-bottom: 1px;
	margin-top: 3px;
	padding-bottom: 1px;
}
/* End footer styles */

.sub-headings {
	text-transform: uppercase;
	font-weight: bold;
}

.gold-banner {
	background-color: #232B72;
	border-top: 2px solid #ffffff;
	padding: 0px;
	margin: 0px;
	height: 23px;
	margin-bottom: 10px;
}

.gold-banner h3 {
	font-family: arial;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	padding-top: 3px;
}

.floated-noborder-image {
	float: right;
	border: none;
	margin: 5px 0px 5px 5px;
	padding: 0px;
	clear: right;
}

.floated-image {
	float: right;
	border: 1px solid #000000;
	margin: 5px 0px 5px 5px;
	padding: 0px;
	clear: right;
}

.ingcaption {
	text-align: center;
	width: 180px;
	padding-bottom: 2px;
}

.clear-floats {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
}

.center {
	text-align: center;
}

.submenu {
	font-size: 80%;
	margin-top: 30px;
}

.nonbulleted {
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.nonbulleted ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.nonbulleted li {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.noborder-img {
	border: none;
}

ul.links {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ccc;
}

ul.links li {
	display: block;
	list-style: none;
	background: url(/images/arrow.gif) no-repeat 0px 3px;
	border-bottom: 1px solid #ccc;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 5px 15px;
	line-height: 140%;
}

ul.links li .title {
	font-weight: bold;
}

.tourism-ops {
	border: 1px dashed #232B72;
	padding: 4px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.breadcrumbs {
	margin: 5px 0px 15px 0px;
}

.fact_desc {
	padding: 5px;
}

.listing-description{
	padding: 20px 0px 0px 0px;
}