@charset "utf-8";
/* CSS Document */

body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
  	color: #5c001a;
  	background-color: #c0c0c0;
  	padding: 0px;
  	margin: 0px;
}

a {
	color: #5c001a;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

a:focus { -moz-outline: none -moz-mac-focusring; }

ul {
	list-style: none;
	margin: 0px;
}

span.hide { display: none; }

#mainFrame {
	width: 696px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/mainBkgrnd.gif) top left repeat-y;
}

#effect_top {
	width: 696px;
	height: 16px;
	display: block;
	background: url(../images/mainBkgrnd_top.gif) top left no-repeat;
	margin: 0px;
	padding: 0px;
}

#effect_bot {
	width: 696px;
	height: 16px;
	display: block;
	background: url(../images/mainBkgrnd_bot.gif) top left no-repeat;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 670px;
	margin: 0 18px 0 18px;
	padding: 5px 0 5px 0;
}

#header {
	width: 660px;
	height: 25px;
	display: block;
	background-color: #5c001a;
}

#header a.cont_link {
	position: relative;
	left: 530px;
	width: 120px;
	height: 18px;
	display: block;
	background-color: #f8f7c1;
	font-weight: bold;
	text-align: right;
	padding: 7px 10px 0 0;
	margin: 0px;
}

#pageFocus {
	position: relative;
	width: 660px;
	height: 270px;
	display: block;
}

#navigation {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 130px;
	height: 270px;
	
}

#navigation h1 {
	width: 130px;
	height: 50px;
	display: block;
	padding: 0px;
	margin: 0 0 54px 0;
}

#navigation h1 a {
	width: 130px;
	height: 50px;
	background: url(../images/logo.gif) top left no-repeat;
	display: block;
	text-indent: -9999px;
}

#navigation ul.navList {
	width: 130px;
	border-bottom: solid 1px #5c001a;
	padding: 5px 0 5px 0;
}

#navigation ul.navList li.mainNav {
	width: 130px;
	padding: 3px 0 3px 0;
	margin: 0px;
}

#navigation ul.navList li.mainNav a.nav_link {
	width: 125px;
	height: 14px;
	display: block;
	font-weight: bold;
	text-align: right;
	padding: 2px 5px 0 0;
	margin: 0px;
	text-transform:uppercase;
}

#navigation ul.navList li.mainNav a.nav_link:hover {
	background-color: #eeed92;
	text-decoration: none;
	font-weight: bold;
}

/* Newsletter Subscribe Section */

#newsletter { padding: 25px 0 0 0; }

#newsletter h3 {
	text-align: center;
	font-size: 10px;
	background: #f8f7c1;
	padding: 5px 0 4px 0;
	margin: 0 0 8px 0;
}

#newsletter form.newstext {
	width: 130px;
	padding: 0px;
	margin: 0px;
}

#newsletter form.newstext input.usrtxt {
	width: 130px;
	border: 1px solid #5c001a;
	padding: 0px;
	margin: 0 0 8px 0;
}

#newsletter form.newstext p {
	width: 130px;
	height: 30px;
	display: block;
	vertical-align: middle;
	padding: 0px;
	margin: 0 0 5px 0;
}

#newsletter form.newstext input.subscribe {
	padding: 0px;
}

#newsletter form.newstext input.sub_butt {
	width: 130px;
	color: #eeed92;
	font-weight: bold;
	font-size: 10px;
	background: #5c001a;
	border: 1px solid #5c001a;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

#newsletter form.newstext input.sub_butt:hover {
	color: #5c001a;
	background: #eeed92;
}


#titleBar {
	position: relative;
	left: 145px;
	width: 515px;
	height: 50px;
	display: block;
}

#titleBar h2 {
	width: 385px;
	height: 46px;
	display: block;
	padding: 0px;
	margin: 0px;
	font-family:"Times New Roman", Times, serif;
	font-size: 28pt;
	text-indent: 20px;
	padding-top: 4px;
	color: #f8f7c1;
	font-weight: normal;
}

#copySection {
	position: relative;
	top: 0px;
	left: 145px;
	width: 515px;
	display: block;
	background: #f8f7c1 url(../images/events_effect.gif) bottom left repeat-x;
}

#mainCopy {
	float: left;
	width: 355px;
	padding: 15px 15px 15px 15px;
	margin: 0px;
	background: #eeed92 url(../images/copy_effect.gif) bottom left repeat-x;
	border-top: solid 1px #ffffff;
}

#mainCopy p {
	padding: 0 0 10px 0;
	margin: 0px;
}

#seasonal {
	float: left;
	width: 355px;
	padding: 15px 15px 15px 15px;
	margin: 0px;
	background: #000000 url(../images/copy_effect.gif) bottom left repeat-x;
	border-top: solid 1px #ffffff;
	text-align: center;
}

#seasonal p {
	color: #ffffff;
	padding: 0 0 10px 0;
	margin: 0px;
}

#seasonal p.seasonalLrg { font-size: 14px; }


#eventsCopy {
	float: left;
	top: 0px;
	width: 110px;
	padding: 10px;
	margin: 0px;
}

#eventsCopy ul#eventsList {
	width: 110px;
	padding: 0px;
}

#eventsCopy ul#eventsList li.event {
	width: 110px;
	padding: 0 0 15px 0;
	text-align: center;
}


#thumbs {
	position: relative;
	left: 145px;
	width: 515px;
}

ul#thumbList {
	position: relative;
	width: 515px;
	height: 80px;
	display: block;
	padding: 0px
}

ul#thumbList li.thumb {
	height: 80px;
	display: block;
}

ul#thumbList li.thumb a.thumb_link {
	height: 80px;
	display: block;
}

li#hotel,
li#restaurant,
li#weddings,
li#conferences 	{ position: absolute; top: 0px; }

li#hotel 		{ left: 0px; }
li#restaurant 	{ left: 129px; }
li#weddings 	{ left: 257px; }
li#conferences 	{ left: 385px; }

li#hotel a.thumb_link {
	background: url(../images/thmb_01.jpg) 0 0;
	width: 129px;
}

li#restaurant a.thumb_link {
	background: url(../images/thmb_02.jpg) 0 0;
	width: 128px;
}

li#weddings a.thumb_link {
	background: url(../images/thmb_03.jpg) 0 0;
	width: 128px;
}

li#conferences a.thumb_link {
	background: url(../images/thmb_04.jpg) 0 0;
	width: 130px;
}

li#hotel a.thumb_link:hover {
	background-position: 0 -80px;
}

li#restaurant a.thumb_link:hover {
	background-position: 0 -80px;
}

li#weddings a.thumb_link:hover {
	background-position: 0 -80px;
}

li#conferences a.thumb_link:hover {
	background-position: 0 -80px;
}

#footer {
	width: 660px;
	height: 20px;
	display: block;
	background-color: #5c001a;
	padding: 0px;
	margin: 0px;
}

#footer p {
	font-size: 9px;
	height: 17px;
}

#footer p.footLeft {
	color: #FFFFFF;
	padding: 4px 0 0 5px;
	margin: 0px;
}

#footer p.footRight {
	position: relative;
	float: right;
	top: -21px;
	width: 125px;
	display: block;
	text-align: right;
	background-color: #f8f7c1;
	padding: 4px 5px 0 0;
	margin: 0 0 -21px 0;
}

