@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(img/main_bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	font-size: 12px;
	margin: 0px;
	padding-top: 5px;
}
#top {
	height: 15px;
	width: 900px;
	background-image: url(img/top.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#container #header {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F4F4F4;
}
#container  #header #logo{
	height: 100px;
	width: 365px;
	float: left;
}
#container  #header #logo #jubilee{
	height: 100px;
	width: 200px;
	float: left;
}

#container  #header #right{
	height: 100px;
	width: 365px;
	float: right;
}
#container  #header #right #search{
	height: 50px;
	width: 300px;
	float: right;
}

#container  #header #right #social{
	height: 50px;
	width: 150px;
	float: right;
}

#container #main {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}
#container #main #nav {
	height: 31px;
	width: 100%;
	background-color: #F0F0F0;
}
#container #main #topnav  {
	height:40px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	padding:0px;
	background-image: url(img/button-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0;
	vertical-align: middle;
	}

#container #main #topnav ul  {
	float:left;
	list-style: none;
	display:inline;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	}
	
#container #main #topnav li  {
	padding: 0 20px 0 0;
	display:inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F4F4F4;
	}

#container #main #topnav ul li a  {
	display:inline;
	color:#000000;
	font-weight:bold;
	text-decoration: none;
	padding: 0 0 0 8px;
	text-transform: uppercase;
	}
	
#container #main #topnav ul li a:hover {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	height: 30px;
	color: #CCCCCC;
	text-transform: uppercase;
}

#container #main #banner {
	height: 220px;
	width: 890px;
	margin-top: 5px;
}
#container #main #banner #rotate{
	height: 220px;
	width: 600px;
	float: left;
}
#container #main #banner #quick{
	height: 220px;
	width: 285px;
	float: right;
}
#container #main #banner #quick #student{
	height: 107px;
	width: 285px;
}
#container #main #banner #quick #carRental{
	height: 107px;
	width: 285px;
	margin-top: 6px;
}
#container #main #lower {
	width: 890px;
	margin-top: 5px;
}
#container #main #lower #left {
	float: left;
	width: 200px;
}

#container #main #lower #left #discussions{
	width: 200px;
	background-color: #F5F5F5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	border-left-color: #D8D8D8;
}
#container #main #lower #left #discussions #discussionsHeader {
	height: 30px;
	width: 200px;
}
#container #main #lower #left #discussions #discussions_inner {
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}

#container #main #lower #content {
	float: left;
	width: 490px;
}
#container #main #lower #content #inner{
	margin-right: auto;
	margin-left: auto;
	width: 470px;
	text-align: justify;
}
#container #main #lower #right {
	width: 200px;
	float: right;
}
#container #main #lower #right #facebook {
	width: 200px;
	
}

#container #main #lower #clear {
	height: 1px;
	width: 100%;
	clear: both;
}
#bgFooter {
	background-image: url(img/down.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#footer {
	height: 30px;
	width: 900px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #999999;
}
