


/* *************************************************** 
	Description:  
		This document is the master stylesheet for the 
		Graduate School web site.
	
	Function:
		style.asp describes the basic structure, layout, and 
		universal formatting elements. 
		Formatting and layout for page templates should be 
		accomplished through their respective stylesheets.

*/

/*  ************************************************** 
	Reset CSS
*************************************************** */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

em {
	font-style:italic;
}
/*  ************************************************** 
	Major HTML Elements
*************************************************** */

html {
	margin:0px;
	padding:0px;
}

body {
	margin:0 0 0 0;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
    background-repeat:repeat-x;
}

div {
	margin:0px;
	padding:0px;
}
p, address {
	margin: 10px;
	font-size:1em;

}
address {
	font-style:normal;
	font-weight:bold;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

a:visited{
	text-decoration:none;
}

a img {
	border:0px;
}

/*  ************************************************** 
	Major Layout Elements
*************************************************** */

#container {
	width:1000px;
	margin-top:8px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
    background-color: #dfd0a5;
    overflow:hidden;
    
}

#content {
    overflow:hidden; 
}


/*  ************************************************** 
	Header - a-z index, etc..
*************************************************** */

#header {
	width:1000px;
	margin:0px;
	padding:0px; 
	background-color: #00573c;
	overflow:hidden;
	height:auto;	
}

#banner {
	height:4.7em;
	background-color: #00573c;
}

#banner h1 {
	display:none;
	visibility:hidden;
}
img.banner-logo {
	float:left;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	height:4.7em;
	width:20.81em;
	border:0px;
    
}
.logo-link a{
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:0px;
	
}
#header-text-links {
	float:right;
	margin:0 .125em 0 0;
	color:#ffffff;
}
#header-text-links a{
	color:#ffffff;
}
#header-text-links p {
	text-align:right;
}


/*  ******************************************
Main Navigation - Prospective, etc...
******************************************* */

#nav-main { 
	clear:both;
	height:10px;
	background-color:#cbb677;   
}


.double-spaced {
	line-height:1em;
}
/*  ************************************************** 
	Sub Nav
*************************************************** */
#nav-sub {
	width:250px;
    float:left;
    /* background-color: #dfd0a5; */

}
#nav-list{
	margin: 10px;
    padding-left:5px;
}
#nav-list li ul {
	margin:0;
}
#nav-sub a{
	color:#00573c;
	font-size:.7em;
}
#nav-sub a:hover{
	color:#800000;
}
#nav-sub ul {
	list-style-type:none;
}
#nav-list li {
	line-height:.7em;
    margin-left:10px;
    margin-top: 2px;
}
#nav-list li.area {
	margin-top:10px;
    margin-left:0px;
    line-height:1em;
}
.area-title{
	font-size:1em;
	font-weight:bold;
}
.main-title{
	font-size:1em;
	font-weight:bold;
}
.active {
	color:#87B446;
}


body#contact a#contact,
body#mission a#mission,
body#history a#history,
body#board a#board,
body#constitution a#constitution,
body#meetandwork a#meetandwork,
body#calendar a#calendar,
body#gallery a#gallery,


body#videogallery a#videogallery,


body#computerlabs a#computerlabs,
body#newsletter a#newsletter,
body#student a#student,
body#funding a#funding,
body#sponsorship a#sponsorship,
body#getinvolved a#getinvolved,
body#forganization a#organization,
body#advisorycommittee a#advisorycommittee,
body#policycommittees a#policycommittees,
body#communityservice a#communityservice,


body#homepage a#homepage {
    color: #800000;
	padding-right: 5px;
	text-decoration: underline;
	font-weight: bold;
} 


/*  ************************************************** 
	Content
*************************************************** */
#main-content {
    width:750px;
    float:left;
    overflow: hidden;
    padding:0px;
    margin-top:0px;
    background-color: #ffffff;  
    
}

/*  ************************************************** 
	Footer
*************************************************** */

#footer {
	width:1000px;
	height:auto;
	margin:0px;
	background-color: #ffffff;
	color:#000000;
	overflow:hidden;
	clear:both;
	border-top:1px solid #00573c;
}
#footer p {
	margin:10px;
	font-size:.65em;
}

#footer a, a:hover, a:visited {
	color:#000000;
}


/* Misc References */

div {

}
a{

}
#nav{

}
em{

}