@charset "utf-8";
/* CSS Document */

body{
	background-color:#000000;
	font-family:"Verdana";
	color:#FFFFFF;
	margin:5px auto;
	font-size:14px;
}

/************CONTAINER***********/

#container {
	width:980px;
	margin:0px auto;
	border:1px solid #eeeeee;
	background-color:#eeeeee;
	padding:0px;
	spacing:0px;
}

#mainTable{
	background-color:#eeeeee; 
	margin-top:0px;
	width:980;
	}

#sidebar{
	width:229px;
	float:left;
}

#mainContent{
	width:750px;
	float:right;
	background-color:#FFFFFF;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-top:0px;
}

.divs{
	width:750px;
}


.spacer{
	height:10px;
}


/*********** IMAGES *************/
#headertop{
	width:980; 
	height:260;
}

#headerbottom{


}

#fullheader{
	 width:980;
	 height:473;
}

/**************FOOTER****************/

#footer{
	background-image:url(../images/footerbg.jpg);
	height:25px;
}

#footerText{
	font-family:"Verdana";
	font-size:10px; 
	text-align:center; 
	color:#ffffff; 
	height:25px; 
	margin-top:10px;
}

.footerlink{
	color:#ffffff; 
	text-decoration:none;

}

/*************MENU 1*****************/
/* Start Navigation */
#css_menu {
	/*margin:180px 24px 0 0;*/
	position:absolute;
	margin-top:180px;
	margin-left:15px;
	width:490px;
	height:100px;
	overflow:visible;
	z-index:560;
}
#menu1h-container
	{
	position: absolute;		
	top: 1em;
	left:0px;
	}

#menu1h
	{
	font-size: 16px;
	font-family:"Verdana";
	width:100%;
	float:left;
	margin-top:1.1em;
	margin-left:10px;
	
	}
		
#menu1h a
	{
	text-align:left;
	display:block;
	/*border: 1px solid #555;*/
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menu1h a:link, #menu1h a:visited	/* menu at rest */
	{
	color: #ffffff;
	/*background-color: royalblue;*/
	text-decoration:none;
	}
#menu1h a:active {
 	color: #000000;
	background-color:none;
	text-decoration:none;
 }
	
#menu1h a:hover						/* menu on mouse-over  */
	{
	color: #000000;
	background-color: #eeeeee;
	text-decoration:none;
	}	
	
#menu1h a.top_parent, #menu1h a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	/*background-image: url(../newwebsite/css/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;*/
	background-color:transparent;
	display:inline-block;
	}
	
#menu1h a.parent, #menu1h a.parent:hover 	/* attaches side-arrow to all parents */
	{
	/*background-image: url(../newwebsite/css/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;*/
	}

#menu1h ul
	{
	list-style:none;
	margin-right:10px;
	padding:0;
	float:left;
	text-align:left;
	display:inline-block;
	width:auto;
	/*width:9em;	 width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menu1h li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	text-align:left;
	display:inline-block;
	}

#menu1h ul ul
	{
	position:absolute;
	z-index:500;
	top:16px;
	left:0px;
	display:none;
	width:auto;
	/*padding: 1em;*/
	margin:0;
	/*margin:-1em 0 0 -1em;*/
	background-color:#045ead;
	border:1px solid #000000;
	text-align:left;
	}

#menu1h ul ul ul
	{
	top:0;
	left:100%;
	margin:0;
	z-index:570;
	text-align:left;
	}
#menu1h ul ul ul .moveUp {
	position:relative;
	margin-top:-224px;
}
#menu1h ul ul .rightArrow {
	background-image:url(../images/r_arrow_up2.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#menu1h ul ul .rightArrow:hover {
	background-image:url(../images/r_arrow_up2.gif);
	background-position:right;
	background-repeat:no-repeat;
}
div#menu1h li:hover
	{
	cursor:pointer;
	z-index:100;
	color:#000000;
	}

div#menu1h li li:hover
	{
	cursor:pointer;
	z-index:100;
	color:#3b5186;
	background-color:#eeeeee;
	}

div#menu1h li:hover ul ul,
div#menu1h li li:hover ul ul,
div#menu1h li li li:hover ul ul,
div#menu1h li li li li:hover ul ul
{display:none;}

div#menu1h li:hover ul,
div#menu1h li li:hover ul,
div#menu1h li li li:hover ul,
div#menu1h li li li li:hover ul
{display:inline-block;}

<!--[if lte IE 7]>
/*div#menu1h li li li li:hover ul ul ul {
	display:none;
	{display:inline-block;}
	}
<![endif]-->
<!--[if IE]>
	body {color:#ff0000;}
<![endif]-->


/* End CSS Drop Down Menu */


/*************MENU 2*****************/
/* Start Navigation */
#menu2h-container
	{
	position: relative;		
	top: 1em;
	}
#css_menu2 {
	/*margin:40px 90px 0 0;
	width:980px;*/
	position:absolute;
	margin-top:193px;
	margin-left:590px;
	/*width:490px;*/
	height:100px;
	overflow:visible;
	z-index:560;
}
#menu2h
	{
	font-size: 16px;
	font-family:"Verdana";
	width:100%;
	float:left;
	margin-top: .9em;
	margin-left:20px;
	}
		
#menu2h a
	{
	text-align:left;
	margin-right:5px;
	display:inline-block;
	/*border: 1px solid #555;*/
	white-space:nowrap;
	padding: 0.3em;
	}
	
#menu2h a:link, #menu2h a:visited	/* menu at rest */
	{
	color: #ffffff;
	/*background-color: royalblue;*/
	text-decoration:none;
	}
#menu2h a:active {
 	color: #000000;
	background-color: #eeeeee;
	text-decoration:none;
 }
	
#menu2h a:hover						/* menu on mouse-over  */
	{
	color: #000000;
	background-color:none;
	text-decoration:none;
	}	
	
#menu2h ul
	{
	list-style:none;
	padding:0;
	float:left;
	text-align:left;
	display:inline-block;
	/*width:9em;	 width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menu2h li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	text-align:left;
	display:inline-block;
	}

#menu2h ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	/*padding: 1em;*/
	margin:0;
	/*margin:-1em 0 0 -1em;*/
	background-color:#045ead;
	border:1px solid #000000;
	text-align:left;
	}

#menu2h ul ul ul
	{
	top:0;
	left:100%;
	margin:0;
	z-index:570;
	text-align:left;
	}
#menu2h ul ul ul .moveUp {
	position:relative;
	margin-top:-224px;
}

div#menu2h li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menu2h li li:hover
	{
	cursor:pointer;
	z-index:100;
	color:#000000;
	background-color:#eeeeee;
	}

div#menu2h li:hover ul ul,
div#menu2h li li:hover ul ul,
div#menu2h li li li:hover ul ul,
div#menu2h li li li li:hover ul ul
{display:none;}

div#menu2h li:hover ul,
div#menu2h li li:hover ul,
div#menu2h li li li:hover ul,
div#menu2h li li li li:hover ul
{display:block;}

<!--[if lte IE 7]>
div#menu2h li li li li:hover ul ul ul {
	display:none;
	}
<![endif]-->

/* End CSS Drop Down Menu */



/****************MENU 3*******************/
/* Start Navigation */
#menu3h-container{
	position:relative;
	z-index:100;
	width:200px;
	margin:0;
}

#menu3h ul {
	border-bottom:none;
	list-style: none; /* turns off list bullets */
	width:200px;
	margin-left:-20px;
	font-family:"Verdana";	
	}
#menu3h ul li {
	position: relative;
	font-weight: bold;
	list-style: none; /* turns off list bullets */
	}	
#menu3h li ul {
	position:absolute;
	left:179px; /* Set 1px less than menu width */
	width:180px;
	display: none;
	top: 0;
	margin-right:5px;
	}
/* Styles for Main Menu Items */
#menu3h ul li a {
	border: 1px solid #CCCCCC;
	background: #FFFFFF; /* IE6 Bug */
	border-bottom: 0;
	display: block;
	font-size: 100%;
	color: #045ead;
	padding: 4px;
	text-decoration:none;
	}
/* Fix IE. Hide from IE Mac \*/
* html #banner { height: 140px; }
* html ul li { float: left; height: 1%;}
* html ul li a { height: 1%;}
/* Hover Styles */
#menu3h ul li a:hover {
	background: #045ead;
	color: #eeeeee;
	text-decoration:none;
	}
 /* Sub Menu Styles */	
#menu3h li ul li a {
	border: 1px solid #CCCCCC;
	background: #045ead;
	font-weight: normal;
	border-bottom: 0;
	font-size: 100%;
	color: #eeeeee;
	padding: 5px;
	text-decoration:none;
	margin:0px;
	}
/* Sub Menu Styles */
#menu3h li ul li a:hover {
	font-weight: bold;
	color: #eeeeee;
	}
/* The Magic */
#menu3h li:hover ul,li.over ul { display: inline; }
/* End Navigation */


/*************PAGE CONTENT*****************/

.mainText{
	color:#000000;
	font-family:"Verdana";
	font-size:14px;
}


p{
	color:#000000;
	font-family:"Verdana";
	font-size:14px;
	margin:10px;
	/*text-align:left;*/
	text-align:justify;
}


#sidebarText{
	color:#000000;
	font-family:"Verdana";
	font-size:16px;
	margin:10px;
	text-align:center;
}

h3{
	color:#045aed;
	font-family:"Verdana";
	margin:10px;
}


.reserveheader{
	color:#eeeeee;
	font-family:"Pilgrim, verdana";
	margin:10px;
}

.reservebg{
	width:750px; 
	height:30px; 
	padding-top:5px; 
	background-color:#045ead; 
	margin-bottom:0px;
}

h4{
	color:#045aed;
	font-family:"Verdana";
	margin:8px;
}

h5{
	color:#045aed;
	font-family:"Verdana";
	margin:8px;
}

.announcementText{
	font-family:Verdana;
	font-size:14px;
	color:#000000;
	margin-top:10px;
}

.back{
	font-family:Verdana;
	font-size:14px;
	color:#000000;
	vertical-align:middle;
	width:400px;

}

.vrule{
	border-right:1px solid #000000;
}

.cellWidth{
	width:50%;
	
}

.imageBorder{
	border:1px solid #000;
}

.bulletList{
	color:#000000;
	font-family:"Verdana";
	font-size:12px;
	text-align:left;

}

#storeContent{
	color:#000000;
	font-family:"Verdana";
	font-size:12px;
	width:300px;
	float:left;
	margin-left:15px;

}


#tableSpace{
	height:20px;
}
<!--[if IE]>
#menu1h ul ul {
	position: absolute;
	z-index: 500;
	left:0px;
	top:14px;
}
<![endif]-->
