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

/* global styles */

* {
	margin:0;
	padding:0;
	border:none;
}

body {
	background:url(bg.gif) bottom repeat-x fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align:center;
}

#wrapper {
	width:960px;
	margin:-12px auto 0 auto;
}

a {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.clearfix {
	clear:both;
}

.left {
	float:left;
	margin:8px 4px 0 8px;
}

.right {
	float:right;
	margin-right:8px;
}

.pdf {
	float:left;
	margin-right:4px;
	margin-bottom:12px;
}

/* header styles */

#header {
	height:83px;
	background:url(header.png) top left no-repeat;
}

#header h1 {
	position:absolute;
	display:none;
}

#header h2 {
	font-size:90%;
	font-weight:300;
	color:#025;
	line-height:20px;
	width:200px;
	float:right;
	margin:18px 180px auto auto;
	text-align:left;
}

#header h2 a {
	color:#025;
	text-decoration:none;
}

#header h2 a:hover {
	text-decoration:underline;
}

#header .logo {
	width:245px;
	height:60px;
	margin:13px 0 0 35px;
}

/* nav styles */

#nav {
	height:34px;
	background:url(nav.png) top left no-repeat;
}

/* main content styles */

#main {
	width:960px;
	background:url(content_bg.png) top left repeat-y;
	padding-top:12px;
}

#main p {
	font-size:80%;
	text-align:left;
	margin:12px 24px;
}

#main ul {
	font-size:80%;
	text-align:left;
	margin:12px 24px;
	list-style-position:inside;
}

#main ul li {
	list-style-type:square;
	line-height:1.3;
}

#main h2 {
	color:#036;
	font-size:160%;
	font-weight:200;
	line-height:56px;
	text-align:left;
	margin:12px 24px;
}

#main h3 {
	color:#fa3;
	border-bottom:dotted #fa3 1px;
	font-size:120%;
	text-align:left;
	margin:12px 24px;
	font-weight: 300;
}

#maincontent {
	width:600px;
	margin:-8px 12px 4px 14px;
	float:left;
}

/* sidebar styles */

#sidebar {
	width:280px;
	float:right;
	margin:4px 14px;
}

#sidebar .topbox {
	width:270px;
	background:url(top_box_bg.png) no-repeat top;
	margin:-128px auto 12px auto;
	padding-top:8px;
}

#sidebar .topbox .calendar {
	margin:178px auto 16px auto;
	width:240px;
}

#sidebar .box {
	width:270px;
	background:url(box_bg.png) top no-repeat;
	margin:24px auto 8px auto;
	padding-top:8px;
}

#sidebar .box h3 {
	color:#036;
	font-size:100%;
	font-weight:300;
	margin:12px auto;
	text-align:center;
	border:none;
}

#sidebar .box p {
	font-size:75%;
	text-align:left;
	margin:12px;
}

#sidebar .box form {
	margin-top:-16px;
}

#sidebar .box form input {
	display:block;
	width:136px;
	height:20px;
	line-height:20px;
	border:solid #036 1px;
	float:left;
	margin:3px 12px 0 0;
	font-size:80%;
	text-align:left;
	text-indent:3px;
}

#sidebar .box form label {
	display:block;
	width:92px;
	height:22px;
	line-height:22px;
	float:left;
	margin:3px 2px 0 12px;
	font-size:70%;
	text-align:right;
}

#sidebar .box form input.hidden {
	display:none;
}

#sidebar .box form input.submit {
	height:22px;
	width:138px;
	border:none;
}

#sidebar .box form br {
	clear:both;
	height:0;
}

/* other elements */

#mainmovie {
	height:260px;
	width:400px;
	float:right;
}

.bigflashbox {
	width:580px;
	height:140px;
	margin:24px auto;
}

/* footer elements */

#footer {
	background:url(content_bottom.png) top no-repeat;
	height:72px;
}

#footer p {
	line-height:72px;
	font-size:65%;
	text-align:center;
	color:#fff;
}

#footer p a {
	color:#fff;
}
