/* set page defaults */
body {margin:0; padding:0; background-color:#000; color:#fff; font:bold 12px/18px Arial, Helvetica, sans-serif;}
img {border:0;}
a {/*color:#a079f0; */color:#d50000; text-decoration:none;}
a:hover {text-decoration:underline;}

/* standard layout blocks */
#container {width:800px; height:600px; margin:0 auto; position:relative; font:bold 12px/18px Arial, Helvetica, sans-serif; color:#fff;}
#body {width:454px; height:389px; float:right; clear:right; background-color:#020202;}
#left {width:346px; height:389px; float:left; clear:left;}
#foot {width:800px; height:211px; float:left; clear:both; background:url(images/footer.jpg) no-repeat;}

/* header block */
#body .head {width:100%; height:73px; float:left; clear:both; background-color:#3b3b3b;}
#body .head .logo {width:182px; height:73px; display:block; float:right; background:url(images/logo.gif) no-repeat;}

/* jquery drop down menu */
#body ul.menu {width:100%; height:39px; background:url(images/menu_bg.gif) repeat-x; float:left; clear:both; margin:0; padding:0; z-index:10;}
#body ul.menu li {float:left; list-style:none; position:relative; background-color:#000; z-index:1000;}
#body ul.menu li a {display:block; text-decoration:none; color:blue; white-space:nowrap;}
#body ul.menu li ul {width:91px; margin:0; padding:0; position:absolute; top:35px; left:5px; visibility:hidden; z-index:100;}
#body ul.menu li ul li {width:100%; float:left; display:block; border-left:3px solid #5e5e5e; border-right:3px solid #5e5e5e;}
#body ul.menu li ul li a {display:block; background-color:#000; color:#d50000; padding:8px 0 8px 4px;}
#body ul.menu li ul li a:hover {background-color:#333;}

/* apply images to top-level menus */
#body .menu .home {width:71px; height:39px; display:block; float:left; background:url(images/menu_home.gif) no-repeat;}
#body .menu .facilities {width:102px; height:39px; display:block; float:left; background:url(images/menu_facilities.gif) no-repeat;}
#body .menu .calendar {width:99px; height:39px; display:block; float:left; background:url(images/menu_calendar.gif) no-repeat;}
#body .menu .map {width:57px; height:39px; display:block; float:left; background:url(images/menu_map.gif) no-repeat;}
#body .menu .contact {width:113px; height:39px; display:block; float:left; background:url(images/menu_contact.gif) no-repeat;}

/* content block */
#body .vert {width:45px; height:277px; float:left; text-align:center; position:relative;}
#body .vert img {width:39px; height:250px; margin-top:13px;}
#body .content {width:405px; height:277px; float:left; overflow:auto; position:relative; margin-left:4px}
#body .content .text {width:375px; height:257px; float:right; padding-top:20px; margin-right:8px;}
