@charset "utf-8";
/* Temporary CSS for CAV's temporary page */

/* IE 6 hack even though few people still use IE 6 (but the hack is easy) */

* html #footer {
	height:1px;
}

/* General styling */

body, html {
	margin:0;
	padding:0;
	color: #FFF;
	background: #8C7D6D url(../images/background.jpg) repeat-x fixed 0 0;
}

p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h1 {
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrap {
	position: relative;
	width: 877px;
	padding: 0px;
	left: 12px;
	background: #53797D url(../images/background-wrap.jpg) repeat-x;
	border: #89C5E1 1px solid;
}

#dropshadow {
	width: 904px;
	margin: 0 auto;
	background: url(../images/background-dropshadowWide.png) repeat-y;	
}

#header {
	background: #BBD5DC url(../images/header-backgroundWide.jpg) repeat-x;
	height: 91px;
	padding: 0px 20px;
}

#nav {
	background: #8F806E url(../images/navWide.jpg) repeat-x;
	border: #89C5E1 solid 1px;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:inline;
	text-align: center;
	margin:0;
	padding:0;
}

#nav li a {
	margin: 0 20px;
	color: #F7E3CB;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	line-height: 22px;
}

#nav li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#main {
	float: left;
	width: 280px;
	padding: 20px;
	background: #5D848D inherit;
}

#sidebar {
	float: right;
	width: 480px;
	padding: 20px;
	background: #5D848D inherit;
}

#footer {
	width: 904px;
	margin: 10px auto 0px auto;
}

#footer-dropshadow {
	margin: 0 auto;
	width: 900px;
	height: 15px;
	background: #8C7D6D url(../images/footer-dropshadowWide.png) no-repeat;
}

#footer p {
	margin: 0px;
	text-align: center;
	color: #F7E3CB;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 18px;
}

.footer-leader {
	font-weight: bolder;
}

.quickclear {
	clear: both;
}
