/***** Global Settings *****/

* {
	margin: 0;
}
html, body {
	height: 100%;
}

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:.8em/1.35em arial, helvetica, sans-serif;
background: url(../images/back.jpg) no-repeat top center #000;
color: #fff;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
color: #3a9ec2;
}

h1 {
padding:15px 0 12px 0;
letter-spacing:-1px;
font:2.2em arial, helvetica, sans-serif;
font-weight: bold;
}

h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.7em arial, helvetica, sans-serif;
}

h3 {
font:1.2em arial, helvetica, sans-serif;
font-weight:bold;
text-transform: uppercase;
padding: 3px 0 7px 0;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:disc;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:underline;
color: #fff;
}

a:hover {
text-decoration: none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

.wrap {
width:960px;
margin:0 auto;
}

/***** Header *****/

#headerwrap {
width: 100%;
background: url(../images/header-back.png) repeat-x top center;
min-height: 271px;
height: auto;
_height: 271px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -160px; /* the bottom margin is the negative value of the footer's height */
}

#header {
max-width: 1600px;
min-width: 960px;
background: url(../images/header.jpg) no-repeat top center;
margin: 0 auto;
}

#headerarea {
height: 139px;
overflow: hidden;
}

.logo {
float:left;
display:block;
padding: 13px 0 0 -15px;
text-indent:-2000px;
}
	
	.logo a {
	width:350px;
	height:116px;
	display:block;
	background:url(../images/logo.png) no-repeat;
	_background:url(../images/logo-ie6.png) no-repeat;
	}
	
#header-right {
width: 480px;
padding: 65px 0 0 0;
float: right;
display: block;
margin: 0;
}

.tagline {
color: #1e1e1e;
margin: 0 22px 0 10px;
padding: 0;
float: left;
display: block;
}

#navigation {
font-size: 0.8em;
font-weight: bold;
margin: 0 0 0 0;
padding: 0;
}

#content {
width: 906px;
min-height: 393px;
height: auto;
_height: 393px;
margin: 0 auto;
background: url(../images/content.png) repeat-x top center;
_background: url(../images/content.jpg) no-repeat top center;
padding: 27px;
}

/***** Home *****/

#flash {
width: 608px;
height: 405px;
border: 5px solid #404040;
float: left;
display: block;
}

#events {
float: right;
display: block;
width: 256px;
}

#events h2 {font-weight: bold; font-size: 2em;}

#events .calendar-event {
border-bottom: 2px solid #fff;
margin: 0 0 12px 0;
padding: 0 0 12px 0;
}

.calendar-event {
margin: 0 0 12px 0;
font-size: 1.2em;
}

#button1, #button2, #button3 {
width: 219px;
padding: 8px 10px 0 0;
float: left;
display: block;
}

#button4 {
width: 219px;
padding: 8px 0 0 0;
float: left;
display: block;
}

/***** Subpage *****/

#subcontent {
width: 617px;
float: left;
display: block;
}

#subnav {
width: 256px;
float: right;
display: block;
font-size: 1.25em;
}

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

#subnav li a {
width: 236px;
padding: 7px 10px;
margin: 0 0 4px 0;
color: #fff;
text-decoration: none;
background: #51a5ca;
display: block;
}

#subnav a:hover {
background: #2f7ea1;
}

/***** Footer *****/

.push, #footer {
height: 160px;
}

#footer {
width: 100%;
background: url(../images/footer.png) repeat-x;
}

#footer h3 {
color: #fff;
}

#f1, #f2, #f3, #f4 {
float: left;
display: block;
width: 165px;
margin: 15px 48px 0 0;
}

#f2 {
width: 120px;
}

#f2 img {
padding: 0 10px 10px 0;
}

#f1 {
margin-left: 27px;
}

#f3 {
width: 240px;
}

#f4 {
width: 260px;
margin: 15px 0 0 0;
float: right;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
