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

@import url("reset.css");

/* main tags */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#786B40;
	text-align:center;
	background:#4B3900;
}

h1 {
	color:#4B3900;
	font-size:1.2em;
	margin-left:5px;
}

h2 {
	color:#786B40;
	font-size:1.1em;
}

h4 {
	color:#4B3900;
	font-size:1em;
	margin-bottom:10px;
}
ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0;
	padding: 0;
}
p {
	margin-bottom:10px;
}


a {
	color:#786B40;
	text-decoration:underline;
}

a:hover {
	color:#4B3900;
	text-decoration:underline;
}

/* main ids */

#mainWrapper {
	width:100%;
	min-width:1325px;
	background:#fff;
}

#header {
	width:100%;
	height:125px;
	background:#FFF;
	margin-bottom:20px;
}

#header_logo {
	background:url(../images/logo_brownBar.gif) 0 0 no-repeat;
	width:100%;
	height:98px;
	float:left;
}

#mainNavContainer {
	width:1200px;
	width:auto;
	height:25px;
	position:absolute;
	top:115px;
	left:0px;
}

#mainNav {
	width:1200px;
	height:15px;
	text-align:left;
}

#mainNav ul {
	width:930px;
	*width:860px;
	margin:0 0 2px 5px;
	padding:0;
	border-bottom:2px dashed #A59C7F;
}
#mainNav ul li {
	margin:0 15px 0 5px;
	display:inline-block;
	width:auto;
	text-align:center;
	*float:left;
	font-size:0.85em;
	padding:0;
}

#mainNav ul li a {
	color:#786B40;
	text-decoration:none;
}

#mainNav ul li a:hover {
	color:#4B3900;
	text-decoration:none;
}

#mainContent {
	width:100%;
	height:auto;
	display:inline-block;
	background:#FFF;
}

#mainImage {
	width:750px;
	height:275px;
	border-bottom:1px solid #FDB824;
	float:left;
}

#newsletter-signup {
	float:left; 
	margin-left:50px;
	width:182px; 
	text-align:left;
}

#newsletter-signup #signup-header {
	background:url(../images/newsletter_signup_header.gif) 0 0 no-repeat;
	width:182px;
	height:25px;
	font-size:10px;
	color:#FFF;
	display:inline-block;
}

#newsletter-signup #signup-form-background {
	background:url(../images/newsletter_signup.gif) 0 0 no-repeat;
	width:182px; 
	height:59px; 
	display:inline-block;
}

#signup-form-background #text {
	margin:10px 0 0 10px;
}

#text #newsletter-email {
	height:15px; 
	font-size:12px; 
	color:#999; 
	width:150px; 
	border:1px solid #4B3900;
}

#text #email-submit {
	margin-top:5px; 
	float:right; 
	margin-right:20px;
}

#signup-header h5 {
	margin:10px; 
	font-weight:normal;
}

#mainText {
	width:1200px;
	height:100%;
	min-height:300px;
	float:left;
	border-left:10px solid #FDB824;
	clear:both;
}

#subNav {
	float:left;
	margin:20px 10px 0 0;
}

#subNav ul.nav-topLine {
	margin:0;
	padding:0;
}

#subNav ul li {
	text-align:left;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	
}

#subNav ul li a {
	display:block;
	width:150px;
	height:auto;
	padding:5px 0 4px 0;
	background:#FFF;
	color:#786B40;
	text-decoration:none;
	border-top:1px solid #FDB824;
}

#subNav ul li a:hover {
	color:#4B3900;
	text-decoration:none;
}

#mainTextHeader {
	width:700px;
	height:18px;
	border-bottom:2px dashed #A59C7F;
	margin-bottom:15px;
}

#mainTextHeader_nav {
	width:500px;
	height:18px;
	border-bottom:2px dashed #A59C7F;
	margin-bottom:15px;
}

#columnRightIndex {
	width:281px;
	height:auto;
	*height:300px;
	text-align:left;
	margin-left:20px;
	float:left;
	margin-top:15px;
	margin-bottom:20px;
}

#news_head {
	background:url(../images/news_head.gif) 0 0 #FFF;
	width:281px;
	height:36px;
	display:inline-block;
}

#news_head h4 {
	font-size:1em;
	color:#FFF;
	font-weight:normal;
	margin:12px 0 0 10px;
}

#news_text_background {
	background:#E3DFD6;
	width:281px;
	height:auto;
	display:inline-block;
}

#news_text {
	width:261px;
	height:auto;
	margin:0 10px 20px 10px;
	font-size:0.85em;
}

#news_text h4 {
	font-size:0.95em;
	margin-top:15px;
	margin-bottom:0;
}

#news_bottom {
	background:url(../images/news_bottom.gif) 0 0 #FFF;
	width:281px;
	height:15px;
}

#columnLeftIndex {
	width:700px;
	height:auto;
	text-align:left;
	margin:20px 0 20px 20px;
	float:left;
	display:inline-block;
}

#centerText {
	float:left;
	width:500px;
	font-size:0.85em;
	line-height:1.1em;
	margin-left:5px;
	margin-right:25px;
}

#leftSideText {
	float:left;
	width:320px;
	font-size:0.85em;
	line-height:1.1em;
	margin-left:5px;
	margin-right:25px;
}

#rightSideText {
	float:left;
	width:320px;
	font-size:0.85em;
	line-height:1.1em;
	margin-left:5px;
}

#footer {
	width:100%;
	height:100%;
	background:#4B3900;
}

#footerTan {
	width:100%;
	height:15px;
	background:#A59C7F;
	padding-top:5px;
}

#footerText {
	font-size:0.75em;
	color:#4B3900;	
	text-align:left;
	margin-left:5px;
}	

#footerText a {
	color:#4B3900;
	text-decoration:none;
}

#footerText a:hover {
	color:#4B3900;
	text-decoration:underline;
}


#footerLinks {	
	height:15px;
	font-size:0.75em;
	color:#FFF;	
	text-align:left;
	padding:5px 0 0 5px;
}

#footerLinks a {
	color:#FFF;
	text-decoration:none;
}

#footerLinks a:hover {
	color:#FFF;
	text-decoration:underline;
}
#alumniSignup td {
	padding:5px;
}


