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

body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	line-height:140%;
	color:#555252;
	text-align:center;
	background:#c8b399 url(../images/bkgd_gradient_brown.jpg) repeat-x top;
}

a {
	color:#1a5d88;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	color:#1a5d88;
}

#content p {
	margin-top:0;
	margin-bottom:20px;
	padding:0;
}

#main_wrapper {
	width:950px;
	text-align:left;
	margin:0 auto;
	padding:10px 20px 20px 20px;
	background:#FFF;
	min-height:400px;
}

h1 {
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-weight:normal; 
	color:#333232;
	border-bottom:1px dotted #999;
	margin:0 0 10px 0; 
	padding:5px 0 15px 0;
}

h2 {
	margin:5px 0; 
	color:#333232;
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-weight: normal;
}

.h2span {
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:18px;
	color:#333232;
}

ul {
	margin:0 0 20px 0;
	list-style-type:square;
}

#header {
	height:105px;
	width:100%;
	position:relative;
}
/** LAYOUT **/
.borderhorzbrown {
	background:#ece3e4; 
	height:5px; 
	width:100%; 
	margin-top:5px;
	
}

.borderhorzblue {
	background:#e4edf2; 
	height:15px; 
	width:100%; 	
}

#content_wrapper {
	width:725px;
	margin-top:10px;
	float:left;
}

#content {
	float:left; 
	margin-left:15px; 
	width:520px;
}

#content_fullwidth {
	float:left; 
	width:720px;
}

#content_fullwidth p{
	margin-top:0;
}

#right_joinus {
	background:#fff6e7;
	width:180px;
	float:right;
	height:270px;
	font:20px Georgia, 'Times New Roman', Times, serif;
	line-height:28px;
	text-align:center;
	padding:15px;
}

#quote {
	float:right; 
	line-height:24px; 
}

.quote_home {
	font:17px Georgia, 'Times New Roman', Times, serif; 
	background:#e4edf2;
	padding:15px;
	width:260px; 
	height:225px;
}

.quote_open {
	font:16px Georgia, 'Times New Roman', Times, serif; 
	margin-top:20px;
	width:200px;
	padding:0 5px;
}

.quote_name {
	text-align:right;
	margin:0;
}

.quote_title {
	font-size:13px;
	line-height: 18px;
	padding-top:10px;
}

#footer {
	clear:both;
	font-size:12px;
	margin:5px auto;
	width:980px;
}

.spotlight {
	padding:15px;
	background:#e4edf2;
	margin-bottom:20px;
}

.spotlight h2{
	margin-top:0;
}

.spotlight img{
	margin:2px 7px 3px 0;
}

.nomargin {
	margin:0
}


/** HOME LAYOUT **/
#program_wrapper {
	float:left;
	width:649px;
	border-top: 1px dotted #999;
	
}

.program {
	float:left; 
	width:195px; 
	border-left:1px dotted #999; 
	margin-top:10px;
	padding:0 10px 3px 10px;
	font-size:13px;
	
}

.program h2{
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-weight:normal; 
	font-size:16px;
	margin-bottom:3px;
}


/** NAVIGATION **/
#nav ul{
	list-style:none;
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#000;
}

#nav li a{
	font: 14px;
	color:#C33;
}

#nav.topnav {
	position:absolute;
	bottom:0;
	right:0;
}

#nav.topnav li{
	display:inline;
	margin-left:30px;
}


#nav.leftnav {
	float:left; 
	width:190px;
}

#nav.leftnav li{
	padding:5px 0;
	border-bottom:1px dotted #999;
}


/** MISCELLANEOUS **/
.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.more_link{
	float:right;
	font-size:9px;
	font-weight:bold;
	height:11px;
	margin-top:5px;
	color:#C33;
	text-align:right;
}

.more_arrow {
	margin:4px 0 0 3px;
	float:right;
}

.italic {
	font-style: oblique;
}
