/**************
Header Main CSS
**************/

div.TopHeader{
position:relative;
top:0;
left:0;
background-color:#FFFFFF;
/*border-style:solid;
border-width:1px 1px 1px 1px;*/
width:745px;
height:175px;
}

div.Top-Bar{
position:absolute;
height:32px;
width:745px;
top:0px;
left:0px;
z-index:2;
background-image:url("Top-Bar_10.jpg");
background-repeat:no-repeat;
}

div.Top-Text{
position:absolute;
height:12px;
width:745px;
top:6px;
left:0px;
z-index:3;
text-align:right;
font-family: "Trebuchet MS";
font-size:12px;
color: #FFFFFF;
}

div.Belmont-Text{
position:absolute;
height:70px;
width:187px;
top:45px;
left:165px;
z-index:1;
background-image:url("Belmont-Text.jpg");
background-repeat:no-repeat;
}

div.Shortcut-Bar{
position:absolute;
height:41px;
width:321px;
top:32px;
left: 426px;
z-index:5;
/*background-image:url("Shortcut-Bar-Grad2.jpg");
background-image:url("aquaShortcut.jpg");*/
background-repeat:no-repeat;
text-align:center;
font-family:Trebuchet MS;
font-size:9px;
color:#ffffff;
}


div.Shortcut-Button0{
	position:absolute;
	width:60px;
	top:0px;
	height:40px;
	left:19px;
	background-color: #A87D39;
}

div.Shortcut-Button1{
	position:absolute;
	width:60px;
	top:0px;
	height:40px;
	left:79px;
	background-color: #B53A2A;
}

div.Shortcut-Button2{
	position:absolute;
	width:60px;
	top:0px;
	height:40px;
	left:139px;
	background-color: #699795;
}

div.Shortcut-Button3{
	position:absolute;
	/*width:70px;*/
width:60px;
	top:0px;
	height:40px;
	left:199px;
	background-color: #999999;
}

div.Shortcut-Button4{
	position:absolute;
	width:60px;
	top:0px;
	height:40px;
	left:259px;
	background-color: #CE9C73;
}

div.Film-Bar{
padding-top:3px;
position:absolute;
height:62px;
width:568px;
top:72px;
left:175px;
z-index:0;
background-image:url("Film-Bar.jpg");
/*background-image:url("aquaFilmstrip.jpg");*/
background-repeat:no-repeat;
}


div.Background-Bar{
position:absolute;
height:116px;
width:744px;
top:26px;
left:0px;
z-index:0;
background:url("logo.jpg");
/*background:url("aquaBG.jpg");*/
/*background-repeat:repeat-x;*/
}

div.Globe{
position:absolute;
height:145px;
width:145px;
top:0px;
left:11px;
z-index:3;
background:url("logo_10.png")
}

div.Green-Bar{
position:absolute;
height:10px;
width:745px;
left:0px;
top: 134px;
z-index:2;
background-image:      url("Green-Bar.jpg");
background-repeat:no-repeat;
}

div.Nav-Bar{
position:absolute;
height:31px;
width:745px;
left:0px;
top: 144px;
z-index:2;
background-image:      url("Nav-Bar_10.jpg");
background-repeat:no-repeat;
font-family:Verdana;
font-size:12px;
}

/* Menu CSS */
#nav{
	position:absolute;
	margin-left:0px;
	margin-right:0px;
	padding-left:11px;
	padding-right:11px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a { /*main menu text*/
	font-weight: bold;
	color: #000000;
	width:100%;
	padding-left:11px;
	padding-right:11px;
	text-decoration: none;
}
#nav li li{ /*individual "cells" in submenu*/
border-bottom:solid 1px #cccccc;
}

#nav li li a { /*submenu text*/
	display: block;
	font-weight: normal;
	color: #000000;
	padding-top: 0.2em;
	padding-left:0.2em;
	padding-right:0.2em;
	padding-bottom:0.2em;
	text-decoration: none;
}

/*li { /* main menu boxes (general)
	float: left;
	position: relative;
	text-align: left;
}*/

li#first{ /*vertical placement*/
float: left;
	position: relative;
	text-align: left;
	
	padding-top:0.5em;
	padding-left:0em;
	padding-right:0em;
	height:18px;
}

li#second {
float: left;
	position: relative;
	text-align: left;
	
	padding-top:0.5em;
	padding-left:0em;
	padding-right:0em;
	height:18px;
}

li#third {
float: left;
	position: relative;
	text-align: left;
	
	padding-top:0.5em;
	padding-left:0em;
	padding-right:0em;
	height:18px;
}

li#fourth {
float: left;
	position: relative;
	text-align: left;
	
	padding-top:0.5em;
	padding-left:0em;
	padding-right:0em;
	height:18px;
}

li ul { /*submenu box*/
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	width: 11.5em;
	font-weight: normal;
	background-color:#cb9e5b;
	background-image:        url("Menu-BG_10.png");
	background-repeat:repeat-y;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
}

#first:hover, #second:hover, #third:hover,
#fourth:hover, #first.sfhover, #second.sfhover,
#third.sfhover, #fourth.sfhover{ /*main menu rollover fx*/
	background-image:        url("Button-BG.jpg");
	background-repeat:repeat-x;
}
	
li li:hover, li li.sfhover{ /*submenu rollover fx*/
	background-color:#b53a2a;
}

#first a:hover, #second a:hover, #third a:hover,
#fourth a:hover, #first a.sfhover, #second a.sfhover,
#third a.sfhover, #fourth a.sfhover{ /*main menu text rollover fx*/
	color:#ffffff;
}
	
li li a:hover, li li a.sfhover{ /*submenu text rollover fx*/
	color:#ffffff;
}

/*roll over menu code - do not edit*/
li:hover ul, li.sfhover ul {
	display: block;
}

li>ul { /*menu position*/
	top: 022px;
	left: -000px;
}

li li {
	display: block;
	float: none;
	background-color:transparent;
	border: 0;
}
