/* CSS Document */

/* General Formatting */
* {
	margin:0px;
	padding:0px;
}
body {
	background:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* Layout */
#wrapper {
	width:800px;
	margin:0px auto;
	background:#000;
}
#header {
	position:relative;
}
#header h1 {
	width:800px;
	height:350px;
	text-indent:-999em;
	background-image:url(images/header.jpg);
}

/* Buttons */
#header ul {
	list-style-type:none;
	position:absolute;
	top:80px;
	left:40px;
}
#header ul li {
	margin-bottom:10px;
}

#header ul li a{
	border-left:4px solid #FFCC00;
	padding-left:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	text-decoration:none;
}
#header ul li a {color:#666666;}
#header ul li a:visited {color:#666666;}
#header ul li a:hover {color:#FFCC00;}
#header li.currentPage a,
#header li.currentPage a:hover {color:#999999;}  /*this keeps the active button from highlighting*/

#content {
	background-color:#000000;
	color:#FFFFCC;
	border-top: 3px solid #FFCC00;
	padding-top:2em;
}
#content h2,
#content h3,
#content h4 {
	text-align:center;
	text-decoration:underline;
	clear:both;
}	
#content h2 {
	font-size:16px;
	text-decoration:none;
}
.subheading {
	font-style:italic;
	text-align:center;
}
#content a{color:#FFCC00;}
#content a:visited{color:#FFCC66;}

#content .right {
	float:right;
	clear:right;
	padding:5px;
	border:3px solid;
	margin:8px;
}

#content .left {
	float:left;
	clear:left;
	padding:5px;
	border:3px solid;
	margin:8px;
}
.clearboth {
	clear:both;
}
#content .inset {
	border:3px solid;
	text-align:left;
	padding:1em;	
	margin:1em;	
}
#content p,
#content dl,
#content ul,
#content ol {
	margin:1em;
}
#content .realList {
	margin-left:2em;
}
#content .realList li {
	margin-left:1em;
}

#content #smallcenter{
	width:600px;
	margin:1em auto;
	text-align:center;
	}
#content #announcements{
	width:420px;
	margin:1em;
	display:inline-block;
	}
#content #updates {
	padding: 0px 4em;
}
#content #updates strong {
	margin: -2em;
}

#content .media_title {
	font-weight:bold;
	font-size:large;
	margin-bottom:0px;
}
#content .error {
	color:#d00;
}
.smaller {
	font-size: 0.8em;
}
dl {
}
dt  {
	font-weight: bold;
	padding: 2px;
	margin: 1em 0px 0px 2em;
}
dd {
	margin-left:3em;
	}

/* Footer */
#footer {
	border-top: 3px solid #FFCC00;
	margin-top:1em;
	padding:1em 0px 2em 0px;
	color:#666;
	font-size:12px;
	text-align:center;
	background-color:#000000;
}
#footer img {
	padding-top: 4px;
}
#footer a {
	color:#ccf;
}
#bottom {
	height:20px;
	background-image:url(images/footer_btm.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#twtr-widget-1 {
    float: right;
    margin-right: 10px;
}
