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

* {font-family:Arial, Helvetica, sans-serif; margin:0; padding:0;}
#page {width:900px; margin:0 auto; text-align:left; position:relative; border:2px solid #4a8034;}
body {background:#000; width:100%; text-align:center;}
p, li {font-size:12px; line-height:18px;}
ul {padding:0 40px 10px 40px;}
.click {color:#FF0000;}


/*Header*/
#header {background:url(img/header.jpg) no-repeat; height:147px;}

/*Navigation*/
#nav {height:36px; text-align:left; display:block; margin:0; padding:0;}
#nav a {display:block; background:no-repeat 0 0; height:36px; float:left; outline: none; text-indent:-999em; font-size:9px; line-height:0;}

#nav a.home {background-image:url(img/home.jpg); width:288px;}
#nav a.free_shuttle {background-image:url(img/shuttle.jpg); width:157px;}
#nav a.parking {background-image:url(img/parking.jpg); width:115px;}
#nav a.maps_directions {background-image:url(img/mapsDirections.jpg); width:210px;}
#nav a.register {background-image:url(img/register.jpg); width:125px;}

#nav a:hover {background-position:0 -36px;}

#home #nav a.home:hover,
#free_shuttle #nav a.free_shuttle:hover,
#parking #nav a.parking:hover,
#maps_directions #nav a.maps_directions:hover,
#register #nav a.register:hover
 {background-position:0 -36px;}
 

/*Content*/
#mainTable {background:url(img/bodyHome.jpg) repeat-y; width:100%;}
#mainTable #left {width:290px; vertical-align:top;}
#mainTable #left p {font-size:14px; color:#FFFFFF; padding:15px 40px 10px 15px;}
#mainTable #left li {list-style-image:url(img/bullet.jpg); color:#FFFFFF;}
#mainTable #right {vertical-align:top; width:610px;}
#mainTable #right p {font-size:17px; line-height:25px; padding:5px 10px 10px 2px;}
#mainTable #right p.small {font-size:12px; line-height:18px;}
#mainTable #right h1 {font-size:19px; font-weight:bold;}
#mainTable #right h2 {color:#FF0000; font-weight:bold; font-size:22px; line-height:33px;}
#mainTable #right h3 {color:#4a8034; font-weight:bold; font-size:20px; line-height:30px; font-style:italic; padding-top:5px;}
#logos {height:72px;}
#interiorTable {background:url(img/bodyInterior.jpg) repeat-y; width:100%;}
#interiorTable #left {width:50px; vertical-align:top;}
#interiorTable #right {width:850px; vertical-align:top;}
#interiorTable #right h1 {font-size:22px; color:#4a8130; padding:5px 40px 10px 0;}
#interiorTable #right h2 {font-size:22px; color: #FF0000; padding:5px 40px 10px 0;}

/*Footer*/
#footer {background:url(img/footer.jpg) no-repeat; height:27px;}
#footer p {font-size:10px; color:#FFFFFF; text-align:right; padding:3px 15px;}
#footer a {color:#FFFFFF;}
#footer a:hover {text-decoration:none;}

