/*------------------------------------------------------
G L O B A L  E L E M E N T S
------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	padding: 0;
	margin: 0;
	height: auto;
	font:11px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	color: #dcdcdc;
	background: #000;
	/*background: #5a5a5a repeat url(images/bkg_wood.jpg) fixed;*/
	text-align:center;
}
a {
	color:#D7A409;	
	text-decoration: none;

}
a:hover {
	text-decoration: none;
	color:#fff;
}

.left		{ float: left; margin-right: 1em;}
.right		{ float: right; margin-left: 1em;}
 
a img {border: none; }


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}

/*------------------------------------------------------
C O N T A I N E R
------------------------------------------------------*/

#container {
	margin-left: auto;
	margin-right: auto;
	width: 802px;

}
#box {
	float:left;
	margin: 0 auto 0px auto;
	padding: 25px 0px;
	width: 802px; height:auto;
	min-height:600px;
	background-color:#000;
}
#content {
	display: inline;
	float: left;
	width: 100%;
	height:auto;	text-align: left;
	border-bottom:#666666 solid 1px;
		margin-top: 15px;

}

.mid {
	display: inline;
	float: left;	width: 100%;
	height:auto;	text-align: left;
		margin-top: 15px;

}


.menu_box {
	   /* position: absolute;*/
	float:left;
	width:379px;
	height:auto;
	margin:0;
	text-align:left;
	padding:3px 20px 15px 0px;
	
}

.home_box {
	   /* position: absolute;*/
	float:left;
	width:394px;
	height:auto;
	margin:0;
	text-align:left;
	font-style:italic;
	font-size: 1.125em;
  	color:#ccc;
	padding:3px 0px 45px 5px;
	
}

.spacer {
	   /* position: absolute;*/
	float:left;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-align: center; 
	font-size:1em;
	color:#999;
	font-style:normal;
	font-weight:bold;
	line-height:1.25em;	letter-spacing: .125em;
	height:auto;
	margin:0;
	padding:0px 0px 0px 0px;
	
}

#content_relax {
	float:left;
	width: 800px;
	height:auto;	text-align: left;
	padding:0px 0px 0px 0px;
	margin:0;
	border: 1px solid #fff;
}
#sunday_box {
	   /* position: absolute;*/
	   	font-size:.9em;
	font-style:normal;
	color:#D7A409;
display: inline;
	float: left;	width:79px;
	height:auto;
	margin:0;
	text-align:left;
	padding:3px 0px 0px 35px;
	  background:url("images/sun.gif") top left no-repeat;

	
}
#monday_box {
	   /* position: absolute;*/
	   	font-size:.9em;
	font-style:normal;
	color:#D7A409;
display: inline;
	float: left;	width:79px;
	height:auto;
	margin:0;
	text-align:left;
	padding:3px 0px 0px 35px;
	  background:url("images/mon.gif") top left no-repeat;

	
}
#tues_box {
	   /* position: absolute;*/
	   	font-size:.9em;
	font-style:normal;
	color:#D7A409;
display: inline;
	float: left;	width:79px;
	height:auto;
	margin:0;
	text-align:left;
	padding:3px 0px 0px 35px;
	  background:url("images/tues.gif") top left no-repeat;

	
}
#wed_box {
	   /* position: absolute;*/
	   	font-size:.9em;
	font-style:normal;
	color:#D7A409;
display: inline;
	float: left;	width:79px;
	height:auto;
	margin:0;
	text-align:left;
	padding:3px 0px 0px 35px;
	  background:url("images/wed.gif") top left no-repeat;

	
}
#thurs_box {
	   /* position: absolute;*/
	   	font-size:.9em;
	font-style:normal;
	color:#D7A409;
display: inline;
	float: left;	width:79px;
	height:auto;
	margin:0;
	text-align:left;
	padding:3px 0px 0px 35px;
	  background:url("images/thurs.gif") top left no-repeat;

	
}
#friday_box {
	   /* position: absolute;*/
	   	font-size:.9em;
	font-style:normal;
	color:#D7A409;
display: inline;
	float: left;	width:79px;
	height:auto;
	margin:0;
	text-align:left;
	padding:3px 0px 0px 35px;
	  background:url("images/fri.gif") top left no-repeat;

	
}
#sat_box {
	   /* position: absolute;*/
	font-size:.9em;
	font-style:normal;
	color:#D7A409;
display: inline;
	float: left;	width:79px;
	height:auto;
	margin:0;
	padding:3px 0px 0px 35px;
	  background:url("images/sat.gif") top left no-repeat;

	
}

#content_left {
	   /* position: absolute;*/
	float:left;
	clear:left;
	width:400px;
	margin:0;
	text-align:left;
	padding:0px 0px 0px 0px;
	
}
#content_left span { display:none }

#content_right {
	   /* position: absolute;*/
	float:right;
	width:250px;
	margin:0px;
	text-align:left;
	padding:30px 5px 5px 0px;
	
}
#content_right span { display:none }



#search {
	position:absolute;
	right:10px;
	top:20px;
	z-index:100;
	margin:0;
	padding:0;
	font-size: 1em;
}


#logo {
	position: relative;
	right:0px;
	top:0px;
	width:216px;
	height:191px;
	margin:0;
	padding:0;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/logo.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
#logo[id] {
  background:url("images/logo.png") top left no-repeat;
}

#logo span { display:none }

#splash {
   /* position: absolute;*/
	float:left;
	left:0px;
	top:50px;
	width:800px;
	height:400px;
	padding:0px 0px 0px 0px;
	margin:0;
	border: 1px solid #fff;
}



#left {
	   /* position: absolute;*/
	float:left;
	clear:left;
	width:282px;
	margin:0;
	text-align:left;
	padding:0px 5px 0px 5px;
	
}
#left span { display:none }

#left td {
padding-bottom:2px;
padding-top:2px;
border-bottom:1px solid #dcdcdc;
color:#777;

}


#center {
	   /* position: absolute;*/
	float:left;
	width:216px;
	height:auto;
	margin:0;
	text-align:left;
	padding:0px 0px 0px 0px;

}
#center td {
padding-bottom:2px;
padding-top:2px;
border-bottom:1px solid #dcdcdc;
color:#777;

}

#right {
	   /* position: absolute;*/
	float:left;
	width:282px;
	margin:0;
	text-align:left;
	padding:0px 5px 0px 5px;

}
#right td {
padding-bottom:2px;
padding-top:2px;
border-bottom:1px solid #dcdcdc;
color:#777;

}

#right_box {
	   /* position: absolute;*/
	float:right;
	width:130px;
	margin:0px 0px 5px 8px;
	text-align:left;
	padding:0px 0px 10px 5px;
	border-left:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;


}

#document {
/* position: absolute;*/
	float:left;
	left:170px;
	top:210px;
	width:580px;
	margin:0;
	text-align:left;
	padding:0px 5px 25px 5px;

}

#document td {
padding-bottom:2px;
padding-top:2px;
border-bottom:1px solid #dcdcdc;
color:#444;

}

#popup_doc {
/* position: absolute;*/
	float:left;
	width:95%;
	margin:0;
	text-align:justify;
	padding:10px 0px 10px 10px;

}

#popup_doc td {
padding-bottom:2px;
padding-top:2px;
border-bottom:1px solid #dcdcdc;
color:#444;

}
#footer {clear: both;
padding-top:10px;
  margin-bottom: 3em; font-size: 0.85em;
  color:#aaa;
}
#footer p {
	font-family: Georgia, Times, "Times New Roman", serif;
	text-align: center; 
	font-size:1.35em;
		font-weight:bold;

	font-style:normal;
	letter-spacing: .25em;
	color: #fff;
	padding:0; 
}

.menu_title {
	font-family: Georgia, Times, "Times New Roman", serif;
	text-align: left; 
	font-size:1.5em;
	font-weight:bold;
	font-style:normal;
	letter-spacing: .125em;
	color: #fff;
	padding:0; 
}

/*------------------------------------------------------
S U P P O R T I N G   T E X T 
------------------------------------------------------*/
h3 {
	font-size:1.125em;
	font-style:normal;
	font-weight:bold;
	color:#fff;
	letter-spacing: .005em;
	text-align:left;
	margin: 0px 0px 0px 0px; 
	padding: 10px 0px 0px 0px;

}
h3 a:link {
	text-decoration: none;
	color: #0071BC;
}
h3 a:visited {
	text-decoration: none;
	color: #0071BC;
}
h3 a:hover {
	text-decoration: none;
	color: #6c9d31;
}
h3 a:active {
	text-decoration: none;
	color: #6c9d31;
}


.menu_selection {
	font-size:.9em;
	font-style:normal;
	font-weight:bold;
	letter-spacing: .005em;
	text-align:left;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	color: #fff;

}
.menu_selection a:link {
	text-decoration:underline;
	color: #fff;
}
.menu_selection a:visited {
	text-decoration:underline;
	color: #fff;
}
.menu_selection a:hover {
	text-decoration: none;
	color: #D7A409;
}
.menu_selection a:active {
	text-decoration: none;
	color: #D7A409;
}

.menu_selection em {
	color: #D7A409;
		font-style:normal;
	font-weight:bold;
}

.p1 {
	padding: 10px 0px 5px 0px;
}

.p2 {
	font-size:.9em;
	font-style:normal;
	color:#ccc;
	padding: 0px 0px 5px 0px;
}


.p3 {
	font-size:1em;
	font-style:normal;
	font-weight:bold;
	color:#D7A409;
	padding: 5px 0px 0px 0px;
}


.p4 {
	padding: 0px 0px 0px 0px;
}
.p5 {
	padding: 10px 0px 0px 0px;
	border-bottom:dotted #888 1px;
			
}
.p6 {
	padding: 0px 0px 10px 0px;
}
.p6 a:link {
	text-decoration: none;
	color: #AC1119;
}
.p6 a:visited {
	text-decoration: none;
	color: #AC1119;
}
.p6 a:hover {
	text-decoration: none;
	color: #666;
}
.p6 a:active {
	text-decoration: none;
	color: #222000;
}

.p7 {
	padding: 0px 0px 6px 0px;
	}
.p7 a:link {
	text-decoration: none;
	color: #6c9d31;
}
.p7 a:visited {
	text-decoration: none;
	color: #6c9d31;
}
.p7 a:hover {
	text-decoration: none;
	color: #000;
}
.p7 a:active {
	text-decoration: none;
	color: #000;
}




.p8 {
	padding: 0px 0px 2px 0px;
	font-weight:bold;
	color: #0071BC;}
.p9 {
	padding: 10px 0px 10px 0px;
	}
.p10 {
	padding: 0px 0px 10px 0px;
	}

.p10 a:link {
	text-decoration: none;
	color: #AC1119;
}
.p10 a:visited {
	text-decoration: none;
	color: #AC1119;
}
.p10 a:hover {
	text-decoration: none;
	color: #666;
}
.p10 a:active {
	text-decoration: none;
	color: #222000;
}
.p13 {
	font-weight:bold;
	color:#AC1119;
	padding: 5px 0px 0px 0px;
}
.p14 {
	padding: 0px 0px 0px 0px;
}

/*------------------------------------------------------
F O O T E R 
------------------------------------------------------*/


.address {
	position: absolute;
	left:0px;
	top:570px;
	padding:5px 0px 10px 0px;
	font-size:.9em;
	color: #777;
	letter-spacing: 1px;
	z-index: 300;
	/*background:url("images/footer_w.jpg") top left ;*/
	text-align:right;
	width:800px;
	height: 12px;	/*height:120px;*/
	
}
.address span {
	color: #AC1119;
	font-weight: bold;
}


.baseline {
	position: absolute; left:325px; top:670px;
	padding:0px;
	text-align:center;
	font-size:.8em;
	color:#fff;
		letter-spacing: 1px;
	margin: 0 auto 10px auto;
	width:150px;
}
.baseline a:link {
	text-decoration: none;
	color: #000;
}
.baseline a:visited {
	text-decoration: none;
	color: #000;
}
.baseline a:hover {
	text-decoration: none;
	color: #FF309C;
}
.baseline a:active {
	text-decoration: none;
	color: #FF309C;
}

.extraDiv4 {
	position: absolute; left:381px; top:620px;
	padding:0px;
	margin: 0 auto 0px auto;
	width:38px;
	height: 50px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/dg.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.extraDiv4[class] {
  background:url("images/dg.png") top left no-repeat;
}

.extraDiv5 {
    position: absolute; left:0px; top:572px;
	padding:5px 0px 10px 0px;
	z-index: 100;
	text-align:left;
	width:39px;
	height:16px;
  background:url("images/footer.gif") top left no-repeat;
}


/*.jun {
    position: absolute; left:-30px; top:120px;
	padding:0px;
	z-index: 400;
	text-align:left;
	width:60px;
	height:33px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/jun.png');
}*/

/*.jun[class] {
  background:url("images/jun.png") top left no-repeat;
}*/


.extraDiv6 {
    position: absolute; left:2px; top:27px;
	
	padding:0px;
	font-size:.8em;
	color: #999;
	letter-spacing: 1px;
	z-index: 250;
	text-align:left;
	width:810px;
	height:550px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/shadow.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.extraDiv6[class] {
  background:url("images/shadow.png") top left no-repeat;
}

.dg {
	height:80px;
	padding:10px;
	margin: 0;
	font-size: 0.9em;
	color: #999;

}

.dg2 {
float:left;
	padding:10px 10px 0px 50px;
	margin: 0;
	font-size: 0.9em;
	color: #222;

}

.dg3 {
float:right;
	padding:10px 50px 0px 10px;
	margin: 0;
	font-size: 0.9em;
	color: #222;

}
/*------------------------------------------------------
L I N K S
------------------------------------------------------*/


#homelist {
       /* position: absolute;*/
	float:left;
	padding:10px 0px 0px 8px;
	height: 20px;
	font-size: 1.5em;
	font-style: normal;
	font-weight:bold;
	text-align:left;
	color: #0071BC;
	letter-spacing: 1px;
}
#homelist span {
	color: #000;
}

#homelist a:link {
	text-decoration: none;
	color: #000;
}
#homelist a:visited {
	text-decoration: none;
	color: #000;
}
#homelist a:hover {
	text-decoration: none;
	color: #6c9d31;
}
#homelist a:active {
	text-decoration: none;
	color: #6c9d31;
}


/* =Nav
----------------------------------------------- */
#nav {
  background-repeat: repeat-x left top;
  background-image:url("images/menu.jpg");
  float:left;
  color:#fff;
  width:798px;
  padding:6px 0px 0px 0px;
  font-size:1em;
  border-bottom:0px solid #000;
  
  margin:0;
  letter-spacing:.125em;
  background-position:0 -7px;
  
  
  }
#nav ul {
  margin:0;
  padding:0 30px;
  list-style:none;


  }
#nav li {
  float:left;
  margin:0;
  padding:0;
  list-style:none;
  background-image:none;
  line-height:normal;
  text-indent:0;
}


#nav a, #nav strong, #nav em {
  display:block;
  padding:6px 8px 6px 8px;
text-transform:uppercase;
font-weight:bold;
  text-decoration:none;
  white-space:nowrap;
  color:#fff;
  font-style:normal;

  }
/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav a {
  width:1%;
  }
#nav #current strong, #nav #current a {
  background-repeat: repeat-x left top;
  color:#D7A409;
  }
#nav a:hover, #nav #current a:hover strong, #nav #current strong {
  color:#D7A409;
  }
#nav a:hover {
  background-image:url("images/menu.jpg");
  background-position:0 -47px;
  background-repeat: repeat-x left top;
  }
#nav a strong, #nav #current a strong {
  background:none;
  padding:0;
  border:none;
  }
#nav #h {
  border-left-width:1px;
  }
#nav #h1
{
padding:4px 10px 2px 10px;
float: right;
margin: 0px;
border:solid #000;
border-width:0px 0px 0px 0px;
width:225px;
height:23px;
padding:0;
background:url("images/title.gif") top left no-repeat;}
#nav #h1 span
{
display:none;
}


#nav #icon
{
margin: 0px;
}


ul li {list-style: none;}

.menulist {
float: left; 
width: 42%; 
margin:0;
line-height: 1.2;
padding: 0 25px 0 0;}

.menulist li {

font-size:10px;
font-style:normal;
color:#999;
width:100%;
float: left; 
clear:left;
margin: 0 3% 0.5em 0;
line-height: 1.2;}

.menulist li em {
display: block;
text-transform:uppercase;
font-size:11px;
font-style:normal;
font-weight:bold;
color:#D7A409; 
}

#content .menulist li a:hover {
border-bottom: none;
}

.menulist li cite {
color: #666;
}

