/* Colors

maroon:	#88412c

gold: #af8347

header gray: #464646

text gray: #676767

border gray: #c1c1c1

button gray: #f8f8f8

left panel tan: #fcf9ed

right panel tan: #f8f4e5

top nav tan: #f6efd7

*/


/* Browser Reset */

* {
	margin: 0;
	padding: 0;
}
a img, iframe { border: 0; }
	
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ul, ol, dl, li, dt, dd {
	list-style: none;
}
form, fieldset {
	border: 0;
}	
legend {
	color: #000;
}
input, textarea, select, button {
	font-size: 100%;
	font-family: serif;
}
select {
	margin: inherit;
}
table {
	border-collapse: collapse;
	border: 0;
}
td, th, caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}

/* Layout */

#topNav {
	background: URL("./themes/site_themes/images/topnav_bg.png") bottom left repeat-x;
}
#topNav ul {
	width: 780px;
	margin: 0 auto;
	text-align: center;
}
#topNav ul li {
	display: inline;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
#topNav ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 8px;
	margin: 0 8px;
}
#topNav ul li a:hover, #topNav a.topNavOn {
	background: URL("./themes/site_themes/images/topnav_arrow.png") bottom center no-repeat;
	color: #f6efd7;
}
#header {
	height: 169px;
	background: URL("./themes/site_themes/images/header_bg.png") top left repeat-x;
}
#headerInside {
	width: 760px;
	height: 169px;
	margin: 0 auto;
	background: URL("./themes/site_themes/images/header_logo.png") top left no-repeat;
}
#headerInside h1 {
	text-indent: -10000px;
	line-height: 1px;
}
#invBtn {
	position: relative;
	top: 25px;
	float: left;
	left: 0;
}
#invBtn a {
	text-indent: -10000px;
	width: 350px;
	height: 130px;
	display: block;
	margin: 0;
}
#invBtn a:hover {
	background: none;
}
#mainNav {
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	background: #88412c;
}
#subNav {
	height: 29px;
	background: #fff;
	border-bottom: 1px solid #c1c1c1;
}
#spacerTop {
	height: 6px;
	background: URL("./themes/site_themes/images/spacer_top.png") top center no-repeat;
}
#content {
	background: URL("./themes/site_themes/images/content_bg.png") top center repeat-y;
}
#contentInside {
	width: 760px;
	margin: 0 auto;
}
#left {
	float: left;
	width: 496px;
	padding: 15px;
}
#right {
	float: right;
	width: 200px;
	padding: 15px;
	margin-top: 25px;
}
#spacerBottom {
	clear: both;
	height: 15px;
	background: URL("./themes/site_themes/images/spacer_bottom.png") top center no-repeat;
}
#footer {
	clear: both;
	height: 54px;
	border-top: 1px solid #c1c1c1;
}
#footerInside {
	width: 760px;
	margin: 0 auto;
}
#footer img {
	float: left;
}
#syndicate {
	border-top: 1px dotted #c1c1c1;
	padding-top: 10px;
}
#searchBox {
	width: 210px;
	float: right;
	margin-top: 75px;
}
#donate {
	border-top: 1px dotted #c1c1c1;
	padding-top: 10px;
	padding-bottom: 10px;
}
#donate a {
	text-indent: -10000px;
	display: block;
	width: 196px;
	height: 92px;
	overflow: hidden;
	background: URL("./themes/site_themes/images/donate_btn.png") top left no-repeat;
}
#donate a:hover {
	background-position: bottom left;
}

/* Typography */

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #464646;
}
#right h2 {
	font-size: 16px;
	color: #af8347;
	padding-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #af8347;
	border-bottom: 1px dotted #c1c1c1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#right h3 {
        font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #88412c;
	padding-top: 10px;
	border: none;
	border-top: 1px dotted #c1c1c1;
	margin-bottom: 0;
        padding-bottom: 0;
}
h4, table.formTable th {
        font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #af8347;
	padding-top: 10px;
	margin-bottom: 3px;
}
p, label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #676767;
	margin-bottom: 15px;
}
label {
	margin: 0;
}
#right p {
	font-size: 10px;
	line-height: 18px;
}
#footer p {
	font-size: 8px;
	padding-top: 19px;
}
a {
	color: #88412c;
}
a:hover {
	color: #af8347;
	background: #f6efd7;
}
#content ul, #content ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #676767;
	margin-left: 1em;
	padding-left: 1em;
	margin-bottom: 15px;
}
#content ul li {
	list-style: disc;
	margin-bottom: 7px;
        line-height: 22px;
}
#content ol li {
	list-style: decimal;
	margin-bottom: 7px;
        line-height: 22px;
}
#left img {
	float: left;
	margin-right: 10px;
	margin-top: 25px;
	margin-bottom: 5px;
	border: 1px solid #c1c1c1;
}

/* Classes */

.clear:after {
	content:".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}
.textBox {
	border: 1px solid #c1c1c1;
	background-color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: 12px;
	padding: 3px;
	margin-right: 5px;
}
.textBox:focus {
	background-color: #f8f8f8;;
}
.submitBtn {
	border: 1px solid #c1c1c1;
	background-color: #f8f8f8;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #af8347;
	font-size: 10px;
	padding: 3px;
}
.submitBtn:hover {
	color: #88412c;
}
.whiteout {
	visibility: hidden;
}
.first {
	margin-left: 0;
}
.last {
	margin-right: 0;
}
.rssLogo {
	float: left;
	margin-right: 5px;
}
.entry {
        margin-bottom: 10px;
}
img.homeImg {
        float: none;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
}

/* Main Nav */

#mainNav ul {
	width: 760px;
	margin: 0 auto;
	text-align: center;
}
#mainNav ul li {
	display: inline;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#mainNav ul a {
	
}
#mainNav a:hover {
	color: #fcf9ed;
}
#nav {
	position: relative;
}
#nav li ul {
	display: none;
	margin: 0 auto;
}
#nav li {
	margin-right: 20px;
}
#nav li.off ul, #nav li.on ul {
	position: absolute;
	top: inherit;
	left: 0;
	padding-top: 4px;
	background: #fff;
	border-top: 1px solid #c1c1c1;
}
#nav li.on ul {
	
}
#nav li.on:hover, #nav li.over ul {
	
}
#nav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 3px 6px 6px 6px;
}
#nav li a:hover {
	color: #f6efd7;
	background: #9a604f;
}
#nav li.on a {
	color: #f6efd7;
	background: #9a604f;
}
#nav li.on ul a, #nav li.off ul a {
	float: left;
	color: #464646;
	width: auto;
	font-size: 12px;
	padding-bottom: 6px;
	background: none;
}
#nav li.on:hover ul a, #nav li.over ul li a {
	border: none;
}
#nav li.on ul {
	display: block;
}
#nav li.off:hover ul, #nav li.over ul {
	display: block;
	z-index: 6000;
}
#nav li.off:hover, #nav li.over {
	color: #f6efd7;
	background: #9a604f;
}
#nav li.off a:hover, #nav li.on a:hover {
	color: #f6efd7;
}
#nav li.on ul a:hover, #nav li.off ul a:hover {
	color: #af8347;
	border-bottom: none;
}

/* Subnav States */

body#programs_public a#programs_publicLink,
body#programs_undergraduate a#programs_undergraduateLink,
body#programs_graduate a#programs_graduateLink,
body#programs_astworld a#programs_astworldLink,
body#programs_form a#programs_formLink,
body#people_faculty a#people_facultyLink,
body#people_students a#people_studentsLink,
body#people_administration a#people_administrationLink,
body#resources_administration a#resources_administrationLink,
body#resources_forms a#resources_formsLink,
body#resources_links a#resources_linksLink,
body#news a#news_eventsLink,
body#news_calendar a#news_calendarLink,
body#news_newsletter a#news_newsletterLink,
body#about_mission a#about_missionLink,
body#about_what a#about_whatLink,
body#about_whatgrads a#about_whatgradsLink {
	color: #af8347;
}

/* Forms */

table.formTable{
	padding-bottom: 10px;
	margin-bottom: 10px;
	/*border-bottom: 1px dotted #c1c1c1;*/
}

table.formTable td{
	padding: 5px;
}

.warning{
	color: #af8347;
}