/* ---------->>> GLOBAL <<<-----------*/

* { margin: 0; padding: 0; }

body {
 font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
 font-size: 13px;
 background-color: #E5E7E9;
}

ul, ol, dl, fieldset, address { 
	padding:0;
	margin:0; 
	}

p { padding: 0; margin: 0}	

li, dd { margin-left: 15px; }
fieldset { padding: .5em; }

a {
 color: #4285C7;
 }
 
a:hover {
 color: #000;
 }


/* ---------->>> DIVS <<<-----------*/

#wrapper { 
 margin: 0 auto;
 width: 840px;
 background: #fff url(wrapper.gif) top left repeat-y;
}
#header {
 background: #4285C7 url(header.jpg) top left no-repeat;
 color: #333;
 width: 840px;
 float: left;
 height: 270px;
}
#navigation {
float: left;
 width: 840px;
 height: 40px;
 background-color: #ff3;
}
#leftcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 17px;
 width: 134px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 background: #fff;
 margin: 0px 0px 0px 0px;
 padding: 17px;
 padding-right: 15px;
 /*Min-Height Hack*/
 min-height:270px;
 height: auto !important;
 height: 270px;
 width: 470px;
 display: inline;
}
#rightcolumn { 
 color: #fff;
 margin: 0px 0px 0px 0px;
 padding: 17px;
 width: 136px;
 float: left;
  /*IE 6 Diplicate Character Bug Hack*/
 margin-right: -3px;
}
#footer { 
 width: 820px;
 clear: both;
 color: #fff;
 background: #4285C7;
 margin: 0 auto;
 padding: 10px;
 font-size: 10px;
 text-transform: uppercase;
 text-align: center;
}



/* ---------->>> HEADER ITEMS <<<-----------*/

h1 { }
	
	#header h1 {
	height:140px; /* height of logo */
	width:450px; /* width of logo */
	text-indent:-9000px;
	}

	#content h1 { 
	font-weight: normal;
	font-size: 26px;
	color: #D87C22;
	margin-bottom: 15px;
	}
	
	#leftcolumn h1 { 
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
	}
	
h2 { }
	#leftcolumn h2 { 
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	}
	
	#content h2 { 
	font-weight: normal;
	font-size: 20px;
	color: #666;
	margin-bottom: 15px;
	}

p { }
	#content p, #leftcolumn p { margin-bottom: 15px; }
	#rightcolumn p { margin-bottom: 10px; overflow: hidden; }
	
a { }

	a { }
	#header h1 a {
	display:block;
	width:100%;
	height:98%;
	outline:none;
	}

	#footer a { color: #fff; padding: 3px; text-decoration: none; }
	#footer a:hover { color: #D7D7D7; }
	#rightcolumn a { color: #fff; text-decoration: none; }
	#rightcolumn a:hover { color: #D7D7D7; }
	#leftcolumn a { color: #fff; text-decoration: none; }
	#leftcolumn a:hover { color: #D7D7D7; }

b { }

	
li { }
	.square li
	{
	margin: 0; padding: 0;
	list-style-type: none;
	padding-left: 15px;
	background-image: url(square.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	}

img { }
	
	#leftcolumn img { border-color: #fff; }
	#leftcolumn img:hover { border-color: #D7D7D7; }
	
	img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }	

/* ---------->>> GLOBAL NAVIGATION ITEMS <<<-----------*/

#navigationlist {position: relative; margin: 0; padding: 0; width: 840px; height: 40px; background: url(nav.gif);}
#navigationlist li {width: 840px; height: 40px; position: absolute; top: 0px; background: url(nav.gif) 0 0 no-repeat; display: block; list-style: none; margin: 0;}
#navigationlist a {height: 40px; display: block; border: 0px; font-size: 5px; text-indent: -9999px; text-decoration: none;}

#navigationlist #shop {left: 0px; width: 168px;}
#navigationlist #dine {left: 168px; background-position: -168px 0;  width: 168px;}
#navigationlist #play {left: 336px; background-position: -336px 0; width: 168px;}
#navigationlist #stay {left: 504px; background-position: -504px 0; width: 168px;}
#navigationlist #events {left: 670px; background-position: -670px 0; width: 168px;}

#navigationlist #shop a:hover {background: url(nav.gif) -0px -40px; no-repeat;}
#navigationlist #dine a:hover {background: url(nav.gif) -168px -40px; no-repeat;}
#navigationlist #play a:hover {background: url(nav.gif) -336px -40px; no-repeat;}
#navigationlist #stay a:hover {background: url(nav.gif) -504px -40px; no-repeat;}
#navigationlist #events a:hover {background: url(nav.gif) -670px -40px; no-repeat;}


/* ---------->>> TEXT SIZE TAGS <<<-----------*/

	div.textsizer {
	display: inline;
	color: #fff;
	}
	div.textsizer a {
	color: #fff;
	text-decoration: none;
	padding: 0 !important;
	}
	div.textsizer a span {
	}
	div.textsizer a:hover {
	color: #333;
	}
	#regsize {
	font-size: 10px;
	}
	#medsize {
	font-size: 13px;
	}
	#lrgsize {
	font-size: 16px;
	}

/* ---------->>> TABLE TAGS <<<-----------*/

table.data {
	border-collapse: collapse;
	background-color: #F8EFC5;
	width: 100%;
	margin-bottom: 20px;
}
 
table.data th {
	background-color: #FFE882;
	text-align: left;
	padding: 5px;
	font: bold 10px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 8px 12px 4px 12px;
        /* background: #CAE8EA url(bg_header.jpg) no-repeat; */
        vertical-align:middle;
}

table.data tr {
vertical-align: top;
}

table.data td {
	padding: 5px;
	border-top: 1px solid #fff;
	font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 12px 6px 12px;
	color: #333;
}

table.form {
	border-collapse: collapse;
	background-color: #FAF8F0;
	width: 100%;
	margin-bottom: 20px;
}

table.form td {
	padding: 5px;
	border-top: 1px solid #fff;
	font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 12px 6px 12px;
	color: #333;
}

/* ---------->>> MISC TAGS <<<-----------*/

.white {color: #fff; }

.clear { clear: both; }

.box { width: 150px; float: left; margin-bottom: 40px; text-align: center; }

.box img { border: 2px solid #ddd; margin-bottom: 5px; }

.box img:hover { border-color: #369; }

.company { color: #666;}

#contact label { 
	font-weight: bold;
	color: #D87C22; 
	}
