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

body {
	background-image: url(../../images/bg_3.jpg);
	font-family:Arial, Helvetica, sans-serif;
	background-position: top;
	background-repeat:no-repeat;
	background-color: #d9d8d4;
	}
h1 {
	color:#990000;
	font-style:normal;
	}
h2 {
	color:#000066;
	font-style:oblique;
	}
h3{
	color:red;
	word-spacing:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:bold;
	font-size:18px;
	}
a:link {
	text-decoration: none
	color: #999999;
	}
a:visited {
		text-decoration: none
		color:#999999;
}
a:active {
		text-decoration: none
		color:#999999;
}
a:hover {
		text-decoration: underline; 
		color: red;
}

#wrap {
	width:1000px;
	height:1500px;
	margin-top:5%;
	margin-bottom:10%;
	margin-left:auto;
	margin-right:auto;
	padding:8px;
	}
#navigation {
	background-color:#000033;
	font-size:large;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:5px;
	}

/* when editing a list, and styling in css, don't forget to add the "li" whether incorporated even though unincorporated in the id */
#headnav li {
	list-style:none;
	display:inline;
	padding:2em;
	}
#header {
	background:white;
	height:350px;
	padding:1em;
	}
#headercontent {
	background-color:white;
	}
#title{
	text-decoration:none;
	color:#999999;
	}
#media {
	
	float:right;
	}
/*specify the obvious in borders, solid, dotted, etc. if you don't see borders showing up. No default setting. */
#content {
	padding:1em;
	background-color:white;
	width:718px;
	height:900px;
	font-size:12px;
	float:left;
	line-height:1.25em;
	}
#events {
	padding:1em;
	background-color:white;
	float:left;
	font-size:14px;
	width:230px;
	height:239px;
	}
#quicklinks {
	padding:1em;
	background-color:white;
	float:left;
	width:226px;
	height:239px;
	}
#shortcuts li{
	font-size:small;
	}
	
#mailing {
	padding:1em;
	background-color:white;
	float:left;
	width:226px;
	height:354px;
	}
#subfooter {
	padding:1em;
	background-color:gray;
	height:80px;
	width:967px;
	float:left;
	}
#banners li {
	list-style:none;
	display:inline;
	padding:5em;
	}
#footer{
	float:left;
	background-color:#999999;
	width:968px;
	padding:1em;

	}
#footnav li{
	list-style:none;
	display:inline;
	font-size:small;
	float:right;
	padding:2em;
}
#social li{
	list-style:none;
	display:inline;
	font-size:small;
	padding:2em;
	float:right;
}
.copy {
	font-size:small;
	color:#CCCCCC;
	float:left;
	}