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

/*------------------------------------------------------- Global Typography --*/
* {
	margin:0;
	padding:0;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
}
p {
	color:#333;
	margin-bottom: 15px;
}

h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:10px;
}
h2 {
	margin-bottom:20px;
}
h3.section {
	margin-bottom:0;
}
h4 {
	margin:0;
}
h5 {
	font-size: 13px;
	line-height: 18px;
}
a {
	color:#4B5FA5;
	text-decoration:none;
	padding:2px 4px;
	margin:0 -4px;
}
a:hover {
	background:#2b3b6c;
	color:#FFF;
}
a.standout {
	color:#06C;
	text-decoration:underline;
}
a.standout:hover {
	background:#2b3b6c;
	color:#FFF;
	text-decoration:none;
}
	
hr {
	border: 0 solid #CCC;
	border-top-width: 1px;
	margin-bottom:10px;
}
.content_main ul {
	margin:0 0 30px 30px;
}
.content_main li {
	margin-bottom:5px;
}

/*-- end Global Typography --*/
/*------------------------------------------------------- Layout Divs --*/
#wrapper {
	width:700px;
	margin:20px auto 0;
}
#header {
	text-align:right;
	margin-bottom:15px;
	background:url(../images/logo.jpg) no-repeat left;
	padding:0 15px 0;
}
#content {
	margin:20px 0;
}
.content_main {
	width:445px;
	float:right;
	padding:10px 15px 0;
}
.content_sub {
	width:180px;
	float:left;
	padding:10px 15px;
	border:1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#footer {
	border-top: 1px solid #666;
	padding:10px 15px 0;
	margin-bottom:20px;
}
/*-- end Layout Divs --*/
/*------------------------------------------------------- Navigational --*/
ul#nav {
	background:#888;
	height:28px;
	margin-bottom:15px;
	border-bottom:1px solid #333;
	padding:0 0 0 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul#nav li {
	display:inline;
}
ul#nav li a {
	float:left;
	display:block;
	padding:3px 20px;
	color:#FFF;
	text-decoration:none;
	border:solid #888;
	border-width:0 1px;
	margin:0;
}
ul#nav li a:hover {
	background:#666;
	border:solid #555;
	border-width:0 1px;
}
ul#nav li.onpage a, ul#nav li.onpage a:hover {
	background:#333;
	border:solid #333;
	border-width:6px 1px 0;
	margin:-6px 0 0;
}
/*-- end Navigational --*/
/*------------------------------------------------------- Class Styles --*/
.clear {
	clear:both;
	display:block;
}
.subtext {
	font-size: 12px;
	color:#888;
	font-style: italic;
}

div.note {
	width:240px;
	height:90px;
	float:right;
	background:url(../images/sticky_tape.jpg) no-repeat;
	margin:0 -15px 0 0;
	text-align:left;
}
span.date {
	margin: 30px 20px 0 50px;
	display:block;
}

hr.separate {
	margin:15px 0 20px;
}
.red {
	color:#C00;
}
/*-- end Class Styles --*/
/*------------------------------------------------------- Resource List Specific --*/
ul#resources {
	font-size:12px;
	list-style-type:none;
}
ul#resources li {
	line-height: 18px;
	margin-bottom: 10px;
}
ul#resources li a {
	color:
	margin:0;
	padding:0;
	
}
ul#resources li a:hover {
	color:#036;
	background-color:#FFF;
	text-decoration:underline;
}
/*-- end Resource List --*/
/*------------------------------------------------------- Homepage Specific --*/
h2#memberlink a {
	width:210px;
	height:65px;
	padding:0;
	margin:0;
	display:block;
	background:url(../images/member_button.png) no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	outline:none;
	float:left;
}
h2#memberlink a:hover {
	background-position:0 -65px;
}
h2#home_welcome {
	width:475px;
	height:65px;
	margin:0;
	padding:0;
	background:url(../images/home_welcome.jpg) no-repeat;
	text-indent:-9999px;
	float:right;
}
/*-- end Homepage Specific --*/
dl.schedule {
	margin-bottom: 20px;
}
dl.schedule dt {
	width:100px;
	float:left;
	clear:both;
	margin-bottom:5px;
}
dl.schedule dd {
	margin-bottom: 5px;
}
