a
{
	color: #366e9d;
	text-decoration: none;
	font-weight: bold;
}
a:visited
{
	color: #366e9d;
}
a:hover
{
	background: #F9F0B7;
	color: #c00;
	text-decoration:underline;
}
img
{
	border: 0;
}
h2 a, h3 a, h2 a:visited, h3 a:visited
{
	color: #366e9d;
}
h2 a:hover, h3 a:hover
{
	background: #F9F0B7;
	color: #c00;
	text-decoration:underline;
}


html,body
{
	margin:0;
	padding:0;
	background:#e8b77c;
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}

#wrapper
{
	background:white;
	margin:0 auto;
	width:850px;
	border:1px solid #596f9e;
}

#header
{
	background: url('/media/header_pattern.gif') repeat-x top center;
	height: 114px;
}
#header h1
{
	padding:5px;
	margin:0;
}
#header h1 a
{
	display: block;
	background: url('/media/logo.gif') no-repeat top left;
	height: 115px;
	width: 180px;
}

#navigation
{
	text-align: center;
	background:black;
	padding:0;
	padding-left: 10px;
	margin:0;
	height: 25px;
	font-size: 12px !important;

}
#navigation ul
{
	margin:0;
	padding:0;
	list-style:none;
}
#navigation li
{
	display: inline;
}
#navigation li a
{
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 7px 0px;
	background: url('/media/tab.gif') repeat-x top left;
	width: 120px;
	color: #fff;
	font-weight: bold;
}
#navigation li a:hover
{
	background: url('/media/tab.gif') repeat-x top left;
	border-bottom: none;
	color: #fc0;
}
#navigation .active
{
	background: url('/media/tab_active.gif') repeat-x top left;
}

#main
{
	background:white;
	width:850px;
	min-height: 800px;
}

#content 
{
	background:white;
	float:left;
	width:680px;
	margin: 5px;
	padding-right: 10px;
	border-right:1px solid #ccc;
	font-size: 1.2em;
}
#content h1
{
	font-size: 2em;
	color:#090;

}
#content h2
{
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 1em 0 5px;
}
#content h2 a
{
	text-decoration:underline;
}
#content h3
{
	margin: 1.5em 0 0;
}
#content p
{ 
	line-height: 1.4em;
	margin-bottom: 1.5em;
	font-size: 1em;
}

#content p a
{ 
	text-decoration:underline;
}

.jump
{ 
	text-decoration:none;
	border-bottom:1px dotted #366e9d;
}
#sidebar
{
	background:white;
	float:right;
	width:130px;
	margin-top: 5px;
	padding-right: 10px;
}
#sidebar ul
{ 
	line-height: 1.5em;
	margin:7px 0 0 15px;
	padding:0;
}
#sidebar li
{ 
	line-height: 1em;
	margin:7px 0 0 15px;
	padding:0;
}
#sidebar h2
{
	font-size: 16px;
}
#sidebar h3, #sidebar p {
	padding:0;
}
#sidebar input
{
	border: 1px solid #5194bd;
	font-size: 12px;

}

#footer
{
	clear: both;
	padding: 20px 0;
	border-top: 10px solid #333;
	color: #5c5c5c;
	text-align:center;
	font-size: .9em;
}
#footer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer li
{
	border-right: 1px solid #ccc;
	padding: 0 6px;
	display: inline;
}
#footer li.last
{
	border-right: 0px;
}
#footer a
{
	color: #30302e;
}
#footer a:hover
{
	color: #e20303;
}

.content_block
{
	margin:0 0 2em;
	border-top:1px solid #ccc;
}
.info
{
	clear:both;
	margin:1em 0;
}
.check_rates
{
	float: right;
	font-size:.9em;
	padding-top: 20px;
	padding-right: 5px;
}
.check_rates a
{
	text-decoration:underline;
	color:#f28738;
}
p.info
{
        margin:10px 0;
        padding:0 0 0 20px;
}

#hotel_list
{
	float: left;
	margin-top: 10px;
	padding: 0;
}
#hotel_list ul
{ 
	margin: 7px 0 0 15px;
	padding-left: 10px;
}
#hotel_list li
{ 
}

#CalFrame
{
	background-color:#FFFFFF;
	border:medium none;
	display:none;
	height:180px;
	margin:0;
	position:absolute;
	width:130px;
	z-index:99001;
}

#venue_block
{
	float:left;
}

#gmap
{
	float:left;
	border:1px solid #000;
}

#site_map
{
	margin-top: 10px;
	padding: 0;
}
#site_map ul
{ 
	margin: 7px 0 0 15px;
	padding-left: 10px;
}
#site_map li
{ 
}

