/* CSS Document */

html, body {
	height: 100%;         /* required */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #252525;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top center;
}

a:link { color: #f8d879; text-decoration: underline; }
a:visited { color: #f8d879; text-decoration: underline; }
a:hover { color: #fff; text-decoration: underline; }
a:active { color: #fff; text-decoration: underline; }

#wrap { margin: 0 auto; width: 800px; height:100%; }


/*-------------------------------------------
	header
-------------------------------------------*/


#top {
	width: 800px; 
	height: 30px;
	margin: 0 auto;
	padding: 0; 
	position: relative; 
	text-align: right;
	background-image: url(images/bg-top.gif);
	background-repeat: repeat-x;
	color: #616161;
	font-size: 12px;
}

#topLeft { 
	width: 400px; 
	margin: 10px 0 0 0;
	text-align: left;
	display: inline;
	float: left;
}
#topRight { 
	width: 400px; 
	margin: 10px 0 0 0;
	text-align: right;
	display: inline;
	float: left;
	letter-spacing: 1px;
}

#header {
	width: 800px; 
	height: 207px; 
	margin: 0 auto; 
	position: relative; 
	text-align: center;
}

#allnav {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
}

#nav_1 {
    width: 700px; height: 36px;
    background: url(images/nav_1.gif);
    margin: 0; padding: 0;
    position: relative;
}

#nav_2 {
    width: 700px; height: 23px;
    background: url(images/nav_2.gif);
    margin: 0; padding: 0;
    position: relative;
}

#nav_1 li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#nav_1 li a { height: 0px; display: block; padding-top: 36px; overflow: hidden; }

#nav_2 li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#nav_2 li a { height: 0px; display: block; padding-top: 23px; overflow: hidden; }

#nav1 { left: 100px; width: 70px; }
#nav2 { left: 170px; width: 85px; }
#nav3 { left: 255px; width: 60px; }
#nav4 { left: 315px; width: 70px; }
#nav5 { left: 385px; width: 75px; }
#nav6 { left: 460px; width: 135px; }

#nav7 { left: 125px; width: 65px; }
#nav8 { left: 190px; width: 135px; }
#nav9 { left: 325px; width: 55px; }
#nav10 { left: 380px; width: 55px; }
#nav11 { left: 435px; width: 85px; }
#nav12 { left: 520px; width: 55px; }

#nav1 a:hover { background: transparent url(images/nav_1.gif) -100px -36px no-repeat; }
#nav2 a:hover { background: transparent url(images/nav_1.gif) -170px -36px no-repeat; }
#nav3 a:hover { background: transparent url(images/nav_1.gif) -255px -36px no-repeat; }
#nav4 a:hover { background: transparent url(images/nav_1.gif) -315px -36px no-repeat; }
#nav5 a:hover { background: transparent url(images/nav_1.gif) -385px -36px no-repeat; }
#nav6 a:hover { background: transparent url(images/nav_1.gif) -460px -36px no-repeat; }

#nav7 a:hover { background: transparent url(images/nav_2.gif) -125px -23px no-repeat; }
#nav8 a:hover { background: transparent url(images/nav_2.gif) -190px -23px no-repeat; }
#nav9 a:hover { background: transparent url(images/nav_2.gif) -325px -23px no-repeat; }
#nav10 a:hover { background: transparent url(images/nav_2.gif) -380px -23px no-repeat; }
#nav11 a:hover { background: transparent url(images/nav_2.gif) -435px -23px no-repeat; }
#nav12 a:hover { background: transparent url(images/nav_2.gif) -520px -23px no-repeat; }

#nav1 a.selected { background: transparent url(images/nav_1.gif) -100px -72px no-repeat; }
#nav2 a.selected { background: transparent url(images/nav_1.gif) -170px -72px no-repeat; }
#nav3 a.selected { background: transparent url(images/nav_1.gif) -255px -72px no-repeat; }
#nav4 a.selected { background: transparent url(images/nav_1.gif) -315px -72px no-repeat; }
#nav5 a.selected { background: transparent url(images/nav_1.gif) -385px -72px no-repeat; }
#nav6 a.selected { background: transparent url(images/nav_1.gif) -460px -72px no-repeat; }

#nav7 a.selected { background: transparent url(images/nav_2.gif) -125px -46px no-repeat; }
#nav8 a.selected { background: transparent url(images/nav_2.gif) -190px -46px no-repeat; }
#nav9 a.selected { background: transparent url(images/nav_2.gif) -325px -46px no-repeat; }
#nav10 a.selected { background: transparent url(images/nav_2.gif) -380px -46px no-repeat; }
#nav11 a.selected { background: transparent url(images/nav_2.gif) -435px -46px no-repeat; }
#nav12 a.selected { background: transparent url(images/nav_2.gif) -520px -46px no-repeat; }


/*-------------------------------------------
	page structure
-------------------------------------------*/

#mainContent {
	width: 800px;
	padding: 0px;
	margin-top: 50px;
	text-align: center;
}

#mainContent p {
	padding: 0 0 20px 0;
}

#aboutContent {
	width: 800px;
	padding: 0px;
	margin-top: 50px;
	text-align: left;
}

#left {
	width: 700px;
	padding-left: 50px;
	text-align: left;
}

.yellow { color: #f8d879; }

.yellowhead { 
	color: #f8d879;
	font-size: 14px;
}

.orange { color: #f37421; }

#mainDivider .column {
  position: relative;
  float: left;
}

#h_left {
  width: 262px;
  height: 145px;
  padding: 0px;
  margin: 0 7px 0 0;
  text-align: center;
  background-color: #141414;
}

#center {
  width: 150px;
  margin: 0 auto;
}

#h_mid {
  width: 262px;
  height: 145px;
  padding: 0px;
  margin: 0 7px 0 0;
  text-align: center;
  background-color: #141414;
}

#h_right {
  width: 262px;
  height: 145px;
  padding: 0px;
  margin: 0;
  text-align: center;
  background-color: #141414;
}

#h_connect {
  width: 800px;
  padding: 10px 0 10px 0;
  margin: 10px 0 0 0;
  text-align: center;
  background-color: #141414;
  color: #f8d879;
}

#cl_left {
  width: 250px;
  padding: 0px;
  margin: 0 0 0 40px;
  line-height: 1.7em;
  text-align: left;
}

#cl_midleft {
  width: 230px;
  padding: 0px;
  margin: 0 0 0 20px;
  line-height: 1.7em;
  text-align: left;
}

#cl_midright {
  width: 230px;
  padding: 0px;
  margin: 0 0 0 20px;
  line-height: 1.7em;
  text-align: left;
}

#cl_right {
  width: 190px;
  padding: 0px;
  margin: 0 0 0 10px;
  line-height: 1.7em;
  text-align: left;
}

#sp_left {
  width: 250px;
  padding: 0px;
  margin: 0 0 0 40px;
  line-height: 1.7em;
  text-align: left;
}

#sp_left p {
	padding: 0 0 20px 0;
}

#sp_right {
  width: 450px;
  padding: 0px;
  margin: 0 0 0 30px;
  line-height: 1.7em;
  text-align: left;
}

#sp_right p {
	padding: 0 0 20px 0;
}

#sp_right ul {
	padding: 0 0 0 20px;
}

#mr_left {
  width: 150px;
  padding: 0px;
  margin: 0 0 0 40px;
  line-height: 1.7em;
  text-align: left;
}

#mr_right {
  width: 550px;
  padding: 0px;
  margin: 0 0 0 30px;
  line-height: 1.7em;
  text-align: left;
}


h1 {
  font-size: 14px;
  color: #f8d879;
}

.cal {
  font-size: 10px;
}

.orangecal { 
	background-color: #f37421;
	font-size: 10px;
}

#g_left {
  width: 193px;
  padding: 0px;
  margin: 0 0 0 40px;
  line-height: 1.7em;
  text-align: left;
}

#g_right {
  width: 507px;
  padding: 0px;
  margin: 0 0 0 30px;
  line-height: 1.7em;
  text-align: left;
}

#grandopening {
	float: right;
	width: 250px;
}

.white:link { color: #fff; text-decoration: underline; }
.white:visited { color: #fff; text-decoration: underline; }
.white:hover { color: #f8d879; text-decoration: underline; }
.white:active { color: #f8d879; text-decoration: underline; }

#m_left {
  width: 250px;
  padding: 0px;
  margin: 0;
  text-align: left;
}

#m_mid {
  width: 250px;
  padding: 0px;
  margin: 0 0 0 20px;
  text-align: left;
}

#m_right {
  width: 250px;
  padding: 0px;
  margin: 0 0 0 20px;
  text-align: left;
}

#m_left2 {
  width: 250px;
  height: 250px;
  padding: 0px;
  margin: 0;
  text-align: left;
}

#m_mid2 {
  width: 250px;
  height: 250px;
  padding: 0px;
  margin: 0 0 0 20px;
  text-align: left;
}

#m_right2 {
  width: 250px;
  height: 250px;
  padding: 0px;
  margin: 0 0 0 20px;
  text-align: left;
}

/*-------------------------------------------	
	Clear
-------------------------------------------*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*-------------------------------------------	
	Footer
-------------------------------------------*/

#footer {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	text-align: center;
	color: #666666;
	font-size: 10px;
}

#footer a:link { color: #666; text-decoration: underline; }
#footer a:visited { color: #666; text-decoration: underline; }
#footer a:hover { color: #fff; text-decoration: underline; }
#footer a:active { color: #fff; text-decoration: underline; }
