/* Team 1305 CSS */
body {
	color: #666666;
	font: small "Trebuchet MS";
	background: #336699 url(img/site/stripes.png) no-repeat center top;
}

h1, h2, h3, a, #menuh a, #menuh li,  .title {
	color: #4578ac;
}

h1, .title {
	font: bold x-large Arial;
}

h2 {
	font-size: small;
}

h3 {
	font-size: large;
}

a {
	border-bottom: 1px #4578ac dotted; 
	text-decoration: none;
}

a:hover, #menuh li:hover {
	color: #73a0cd;
}

a:hover {
	border-bottom: 1px #73a0cd solid; 
}

a:visited {
	color: #666666;
	border-color: #666666;
}

a:visited:hover {
	color: #999999;
	border-color: #999999;
}

#wrapper {
	height: 100%;
}

/* Margins */
#wrapper, #header_img, #top, #nav, #shadow_bottom, #content, #si, #first {
	margin: 0 auto;
}
/* Widths */
#wrapper, #header_img, #shadow_top, #main {
	width: 880px;
}

#top, #nav #menuh, #shadow_bottom, #content {
	width: 850px;
}

#sidebar, #first, #quick_links, #slideshow {
	width: 200px;
}

#header_img {
	height: 185px;
	background: url(img/site/logo.png) no-repeat center top;
}

#shadow_top {
	height: 15px;
}

#corner_left, #corner_right {
	width: 15px;
	height: 15px;
}

#corner_left {
	float: left;
	background: url(img/site/corner_left.png) no-repeat;
}

#corner_right {
	float: right;
	background: url(img/site/corner_right.png) no-repeat;
}

#top {
	background: url(img/site/shadow_top.png) repeat-x;
	height: 15px;
}

#main {
	clear: both;
	background: url(img/site/side.png) repeat-y;
}

#nav {
	height: 30px;
	width: 850px;
	text-align: center;
	background: url(img/site/nav_bg.png) repeat-x;
}
#shadow_bottom {
	margin: 0 auto;
	height: 15px;
	background: url(img/site/shadow_bottom.png) repeat-x;
}

#content, #text, #sidebar {
	background-color: white;
}

#content {
	min-height: 600px;
	overflow: auto;
}

#text {
	font-size: 105%;
	float: left;
	width: 570px;
	padding: 10px 15px 0 15px;
	text-align: justify;
}

#sidebar {
	float: right;
	padding: 15px 15px 0 15px;
}

#first {
	height: 155px;
	width: 150px;
}

#first a {
	border-style: none;
}

#quick_links {
	height: 50px;
	margin: 0px auto 15px auto;
}

#slideshow {
	height: 200px;
}

.media a, .events a {
	width: 80px;
	height: 50px;
	display: block;
	border: none;
}

.media a{
	background:url(img/site/media.png) no-repeat;
	float: left;
	margin-left: 15px;
}
.media a:hover{
	background:url(img/site/media_h.png) no-repeat;
}

.events a{
	background:url(img/site/events.png) no-repeat;
	float: right;
	margin-right: 15px;
}
.events a:hover{
	background:url(img/site/events_h.png) no-repeat;
}

a img {
	border-style: none;
}

#si {
	width: 110px;
}

.nav a{
	font-weight: bold;
	font-size: small;
	text-decoration: none;
	border: none;
}

#footer {
	margin: 0 auto;
	width: 880px;
	height: 20px;
	background: url(img/site/footer.png) no-repeat;
}

.side, .footer {
	font-size: 90%;
}

.footer {
	color: #23415f;
}

.side {
	width: 200px;
	text-align: center;
}

.chr, hr {
	background-color: #4578ac;
	height: 3px;
	width: 100%;
}
input, .text_area {
	background-color: #E5EFFD;
	border: 1px solid #ABC6DD;
	font-size: medium;
	color: #336699;
}	