/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 1px; 
	background-color: #01274a; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #042137;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 25px 0px 25px;}
.content-area {padding: 0px 25px 0px 25px;}
.area {padding: 0px 10px 0px 10px;}
.bx {padding: 10px 10px 10px 10px;}


.welcome {padding: 0px 0px 0px 31px;}
.areaevents {padding: 0px 0px 0px 20px;}
.subscribe {padding: 0px 0px 0px 37px;}

.thingstodo {padding: 0px 29px 0px 32px;}

.footer, .copyright {color: #fff; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #446b8f;}
a:visited {text-decoration: none; color: #446b8f;}
a:hover {text-decoration: underline; color: #446b8f;}
a:active {text-decoration: none; color: #446b8f;}

.footer a:link, .copyright a:link {text-decoration: none; color: #fff;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #fff;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #fff;}
.footer a:active, .copyright a:active {text-decoration: none; color: #fff;}


/* ----- backgrounds ----- */
.top-l {background: url('top-l.jpg') right top no-repeat;}
.top-r {background: url('top-r.jpg') left top no-repeat;}

.mid {background: url('mid.jpg') center top repeat-y #375e83;}
.mid-l {background: url('mid-l.jpg') right bottom no-repeat;}
.mid-r {background: url('mid-r.jpg') left bottom no-repeat;}

.bot {background: url('bot.jpg') center top repeat-x;}
.bot-l {background: url('bot-l.jpg') right top no-repeat;}
.bot-r {background: url('bot-r.jpg') left top no-repeat;}

.welcome {background: url('bg-welcome.jpg') left top no-repeat;}
.areaevents {background: url('bg-events.jpg') left top no-repeat;}
.subscribe {background: url('bg-email.jpg') left top no-repeat;}
.content {background: url('bg-sub.jpg') left top repeat-y;}
.content2 {background: url('bg-sub.jpg') left top repeat-y;}

.bx_lt {background: url('bx_lt.png') left top repeat-y;}
.bx_rt {background: url('bx_rt.png') left top repeat-y;}
.bx_tp {background: url('bx_tp.png') left top repeat-x;}
.bx_btm {background: url('bx_btm.png') left top repeat-x;}


.content-area {background: url('bg-area.jpg') right top no-repeat;}
.sub {background: url('bg-sub.jpg') left top repeat-y;}

.areac {background: url('a_back.jpg') left top no-repeat;}
.areac2 {background: url('a_back2.jpg') left top repeat-y;}


	/*---- correctly positions background on the y-axis on lodging.htm -------*/
	.lodg {background: url('lodg-mid.png') right top repeat-y; background-position: 1px;}
	.lodg2 {background: url('lodg-mid2.png') right top repeat-y; background-position: 1px;}
	*+html .lodg {background: url('lodg-mid.png') center top repeat-y;}
	*+html .lodg2 {background: url('lodg-mid2.png') center top repeat-y;}
	* html .lodg {background: url('lodg-mid.png') center top repeat-y;}
	* html .lodg2 {background: url('lodg-mid2.png') center top repeat-y;}
	/*------------------------------------------------------------------------*/


/* ----- other stuff ----- */
ul {margin-top: 5px;}
ul li {
	margin-left: -20px; 
	list-style-image: url('bullet.gif');
}
.img {border:1px solid #6187ab;}
.img2 {border:3px solid #ffffff;}
.img2 {margin: 0px 5px 5px 5px;}


#fader {height: 337px; width: 760px; overflow: hidden;}
