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

* {
	margin: 0;
}

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

body {
font:.8em/1.4em arial, helvetica, sans-serif;
background: url(../images/back.jpg) repeat-x #729abc;
color:#fff;
}

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

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

h1 {
padding:10px 0 1px 0;
margin: 0 0 12px 0;
letter-spacing:-1px;
font:1.7em arial, helvetica, sans-serif;
font-weight: bold;
border-bottom: 1px solid #6f0404;
}

h2 {
padding:10px 0;
font:1.35em arial, helvetica, sans-serif;
}

h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

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:#23415a;
}

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:780px;
min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -66px; /* the bottom margin is the negative value of the footer's height */
}

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

#header h1 {
float:left;
display:block;
padding: 43px 0 0 0;
text-indent:-2000px;
border: none;
}
	
	#header h1 a {
	width:338px;
	height:79px;
	display:block;
	background:url(../images/logo.png) no-repeat;
	}
	
#timlee {
background: url(../images/timlee.jpg) no-repeat;
width: 343px;
height: 145px;
float: right;
display: block;
margin: 8px 0 0 0;
}

#nav {
color: #729abc;
padding: 6px 0 0 0;
}

#nav a {
color: #729abc;
text-decoration: none;
}

#nav a:hover {
color: #fff;
background: #6f0404;
}

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

#nav li {
list-style: none;
margin: 0;
padding: 0;
float: left;
display: block;
}

#nav li a {
padding: 7px 13px 8px 13px;
}

#nav h3 {
color:#fff;
padding: 0 13px;
font-weight: normal;
}

/***** Content *****/

#contentwrapper {
width: 780px;
height: 100%;
background: url(../images/sidebar.png) repeat-y;
margin: 12px 0 5px 0;
}

#contentarea {
width: 436px;
float: left;
display: block;
padding: 30px 0;
}

#contentarea img {
padding: 10px;
}

#sidebar {
float: right;
display: block;
width: 302px;
padding: 25px 0 20px 0;
}

#sidebar h2 {
width: 282px;
background: #14191e;
padding: 5px 10px;
color: #729abc;
margin: 10px 0 5px 0;
}

#sidebar p {
padding: 0 10px 10px 10px;
}

/***** News *****/

#contentwrapper2 {
width: 780px;
height: 100%;
margin: 12px 0 5px 0;
}

.NewsSummary {
padding: 0 10px 18px 10px;
}

.calendar-upcominglist {
padding: 0 10px 0 10px;
}

.calendar-event {
}

#contentarea-cal {
width: 780px;
display: block;
padding: 30px 0;
}

#contentarea-cal td {
padding: 5px 10px;
background: #5881a4;
}

#contentarea-cal .heading {
background: #466b8b;
font-weight: bold;
}

#contentarea-cal table {
width: 760px;
}

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

.push {
height: 66px;
}

#footer {
width: 100%;
height: 66px;
background: #14191e;
font-size: .9em;
}

#footer a {
color:#fff;
}

#footertext {
width: 780px;
margin: 0 auto;
text-align: center;
padding: 10px 0 0 0;
}

/***** 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; }