@charset "utf-8";
/* CSS Document */

/* text start */
.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color:#999;
}


.smallw {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color:#FFF;
}
.xsmall {
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#999;
}

.title {
	font-family:"Arial Black", Gadget, sans-serif;
	color:#CCC;
}



/* text end */

#body {
	padding: 0;
	margin: 0;
	background:#038abd;
	background-image: url(./images/bg.gif) repeat-x top center;
	} 

/* header start */

#header {
	width: 1015px;
	height: 60px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index: 2;
}

#flashlogo {
	height: 148px;
	width: 250px;
	position:absolute;
	z-index: 3;
	top: -65px;
	
}



h1.logo {
	background: url(/images/skyelogo.png) no-repeat;
}

h1.logo a {
	display: block;
	text-indent: -9999px; text-decoration: none;
	width: 240px; 
	height: 120px; 
	background: url(/images/skyelogo.png) no-repeat;
}


#newsletter {
	height:25px;
	width: 300px;
	position:absolute;
	z-index: 2;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#FFF;
	right: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#newsletter a {
	color:#88d0f2;
	text-decoration:none;
}

#navcontainer {
	/*height: 50px;*/
	width: 755px;
	z-index: 3;
	position: absolute;
	right: 0px;
}



/* header end */
	
/* Navigation - Start */
	
	
ul, ol, li, dl, dt, dd {
		list-style: none;
	}
div#nav {
			
	}

ul#nav {
	list-style: none;
	background: #5bb5dd url(/images/navbuttons/navover.png) no-repeat;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	position: relative;
	padding-left: 5px;	
}

ul#nav li.primary {
	float: left;
	text-align: center;
	text-transform: uppercase;
	position:relative;
	z-index: 3;
	}
	
ul#nav li.primary a:hover {
	color:#003;	
	}	
	

ul#nav li a {
	font-size: 11pt;
	float: right;
	padding: 5px 0px;
	height: 24px;
	text-decoration:none;
	color:#FFF;
	background: url(/images/navbuttons/navbg.gif);
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 25px;
	
}
ul#nav li:hover a,   { 
	background: none;
	
	
}

ul#nav li a:hover{ 
	background: none;
	
}


ul#nav li.info, ul#nav li.info a { 
	width: 152px; 
}

ul#nav li.menu, ul#nav li.menu a { 
	width: 118px; 
}

ul#nav li.chef, ul#nav li.chef a { 
	width: 130px; 
}

ul#nav li.private, ul#nav li.private a { 
	width: 180px; 
}

ul#nav li.calendar, ul#nav li.calendar a { 
	width: 149px; 
}





ul#nav li ul {
	position: absolute; top: 34px; left: 20px;
	display: none;
	border-left: 1px solid #7f745c;
	border-right: 1px solid #7f745c;
	border-bottom: 1px solid #7f745c;
	background: #a2def8 url(/images/navbuttons/subnavbg.gif) top center repeat-x;
}

ul#nav li:hover ul {
	display: block;
	margin: 0px; padding: 0px;
}

ul#nav li ul li {
	padding: 4px 10px;
	text-align: left;
	background: url(/images/navbuttons/subnavdivbg.png) bottom center no-repeat;
	
}

ul#nav li ul li a {
	white-space: nowrap;
	color: #006;
	background: none;
	float: none;
}

ul#nav li ul li:hover {
	background: #0d4592;
}

ul#nav li ul li.first:hover a {
	color: #88d0f2;
}

/* Navigation - End */


/* main section */
#maincontent {
	background-position: center;
	height: 550px;
	width: 995px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	position:relative;
	z-index: 2;
}


#flashcontent {
	float: left;
	height: 340px;
	width: 865px;
	position:absolute;
	z-index: 2;
	top: 60px;
}

#pagecontent {
	background-color: #930;
	float: left;
	height: 500px;
	width: 865px;
	position:relative;
	z-index: 2;
}



#skyscraper{
	float: right;
	height: 500px;
	width: 120px;
	position:absolute;
	z-index: 2;
	top: 60px;
	right: 0px;		
}



#bannercontainer {
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 150px;
	width: 865px;
	position:absolute;
	z-index: 2;
	top: 400px;
}


#mainleft {
	float:left;
	margin-right: 12px;
	height: 150px;
	width: 280px;
	position:relative;
	z-index: 2;
}

#maincenter {
	float:left;
	margin-right: 13px;
	height: 150px;
	width: 280px;
	position:relative;
	z-index: 2;
}

#mainright {
	float:left;
	height: 150px;
	width: 280px;
	position:relative;
	z-index: 2;
}

/* main section end*/

/* footer start */

#flashscroll {
	
	height: 100px;
	width: 1015px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index: 2;
	
	
}

#footer {
	width: 1015px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 25px;
	text-align: left;
	font-family:"Arial Black", Gadget, sans-serif;
	position:relative;
	z-index: 2;
	}
	



#footer .btmnav {
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 10px;
	
	}
#footer .btmnav li {
	margin-right: 8px;
	display: inline;
	font-weight: bolder;
	text-decoration: none;
	}
#footer .btmnav li.last {
	margin-right: 0;
	}
#footer .btmnav a, #header .btmnav a:visited {
	color: #DDC37E;
	}
#footer .btmnav a:hover, #header .btmnav a:active {
	color: #FFF;
	}

	
#bottomnav {
	padding-bottom: 5px;
	font-size: 10px;
	font-weight: bolder;
	float:right;
	font-family: "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	width: 700px;
	text-align:right;
	position:relative;
	z-index: 2;
	}

#bottomnav a, #bottommnav a:visited {
	color: #FFF;
	text-decoration: none;
	}
#bottomnav a:hover, #bottommnav a:active {
	color: #0CF;
		}
	
#credit {
	padding-bottom: 10px;
	font-size: 10px;
	font-weight: bolder;
	font-family: "Arial Black", Gadget, sans-serif;
	width: 700px;
	float:right;
	}
#credit p {
	text-transform: uppercase;
	color: #999;
	text-align: right;
	}
#credit p a, #credit p a:visited {
	color: #88d0f2;
	text-decoration: none;
	}
#credit p a:hover, #credit p a:active {
	color: #A0DAF4;
	}
	
#social {
	float: left;
	width: 300px;
	height: 75px;
	text-align: center;
	color: #FFF;
}

/* Footer Div ----- */



/*div#flashbackground {	
	background: #000000 url(./images/bgb.gif) repeat-x top center;
}
*/
#flashbackground {
	position: fixed;
	_position: absolute;
	top: 0px;
	left: 0px;
	width: 100%; height: 100%;
	z-index: 0;
	
}

div#flashbackground {
	background-color:#009;
	background-image:url(../images/navbuttons/bg.gif)
}


#flashmain {
	background-image:url(../images/mainphotos/main1.jpg);
	_position: absolute;
	z-index: 2;
	
}

#skyelogo {
	_position: absolute;
	z-index: 3;
	top: 0px;
	bottom: 50px;
}

#navscroll {
	
	_position: absolute;
	z-index: 2;
}

#skyelogo {
	_position: absolute;
	z-index: 4;
	
}
