/* CSS Document */

/* 
------------------------------------------------------------
	GENERAL DECLARATIONS
------------------------------------------------------------ 
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #464646;
	background: #FFF;
	}
a:link, a:visited {
	color: #048DB4;
	font-weight: bold;
	}
a:hover {
	color: #048DB4;
	text-decoration: none;
	}

/* 
------------------------------------------------------------
	LAYOUT
------------------------------------------------------------ 
*/

#wrap 
	{
	width: 78em;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 95%;
	}
#content 
	{
	width: 42em;
	float: left;
	}
#sidebar 
	{		
	width: 23em;
	float: right;
	padding-left: 10px;
	border-left: 1px solid #EEE;
	font-size: 90%;
	line-height: 1.5em;
	}
	
/* 
------------------------------------------------------------
	CONTENT
------------------------------------------------------------ 
*/

#content {
	line-height: 1.75em;
	}
#content h3 {
	margin: 20px 0 10px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 140%;
	line-height: 1.5em;
	color: #693;
	border-bottom: 1px solid #dbd5c5;
	}
#content h3.first {
	margin-top: 0;
	}
#content h3 a {
	border: none;
	}
#content p {
	margin: 0 0 10px 0;
	}
#content p.note {
	color: #f00;
	font-weight: bold;
	text-transform: uppercase;
	}
#content ul.committee {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#content ul.committee li {
	margin: 0;
	padding: 10px 15px 10px 40px;
	background: url(images/bullet_committee.gif) no-repeat 10px 15px;
	}
#content ul.committee li.alt {
	background-color: #F3F8FC;
	border-top: 1px solid #C0E2EC;
	border-bottom: 1px solid #C0E2EC;
	}
#content ul.committee li h4 {
	margin: 0;
	padding: 5px 0;
	}
#content h4 {
	margin: 0;
	padding: 5px 0;
	}
#content ul.committee li p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	}
#content ul.address {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	font-size: 80%;
	line-height: 1.5em;
	}
#content ul.address li {
	margin-left: 10px;
	padding: 0;
	font-weight: bold;
	}
span.document {
	color: #959595;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	}
span.notice {
	color: #f00;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	}
/* 
------------------------------------------------------------
	SIDEBAR
------------------------------------------------------------ 
*/

#sidebar h3 {
	margin: 25px 0 5px 0;
	padding: 0 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 130%;
	line-height: 1em;
	color: #669933;
	}
#sidebar h3.first {
	margin-top: 0;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	list-style: none;
	}
#sidebar li {
	margin: 0 0 .5em 0;
	padding: 0;
	}
#sidebar ul li.event {
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0 0 0 22px;
	background: url(images/icon_calendar.gif) no-repeat 0 2px;
	}
#sidebar ul li.quicklinks {
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0 0 0 22px;
	background: url(images/icon_pdf.gif) no-repeat 0 2px;
	}
div.sidebar img.thumb {
	float: left;
	margin: .4em 0 .5em 1em;
	padding: .4em;
	width: 82px;
	border: 1px solid #e0e0d5;
	background: #fff;
	}

/* 
------------------------------------------------------------
	NAVIGATION
------------------------------------------------------------ 
*/

#header
	{
	padding: 0;
	font-size: 95%;
	}
#logo 
	{
	width: 78em;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: left;
	}
#logo span, #logo a {
	display: block;
	width: 408px;
	height: 58px;
	padding: 0;
	border-style: none;
	background: url(images/logo.gif) no-repeat;
	}
#logo img  {
	display: block;
	width: 0;
	}
#nav {
	margin: 30px auto 10px auto;
	padding: 0;
	border-bottom: 8px solid #048DB4;
	overflow: hidden;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
#nav li a {
	float: left;
	margin-right: 3px;
	padding: 8px 12px;
	text-decoration: none;
	color: #048DB4;
	border: none;
	background: #EFF6FB;
	}
#nav li a:hover {
	color: #FFF;
	background: #048DB4;
	}
/*#nav li a.active {
	font-weight: bold;
	color: #FFF;
	background: #048DB4;
	}*/
a#active 
	{
	font-weight: bold !important;
	color: #fff !important;
	background: #048DB4 !important;
	}

/* 
------------------------------------------------------------
	FORMS - APPLICATION AND SCHOLARSHIP
------------------------------------------------------------ 
*/

#form {
	margin: 0 0 25px 0;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #eee;
	border-top: 2px solid #ccc;
	}
#form p {
	margin: 0 0 8px 0;
	padding: 0;
	}
#form p.note {
	margin: 10px 0;
	}
#form p.notebottom {
	margin: 10px 0;
	padding-top: 5px;
	border-top: 1px solid #CCC;
	}
#form p.buttons {
	margin: 10px 0;
	padding-top: 5px;
	}
#form dl {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}
#form dt {
	padding: 2px 0;
	color: #383d44;
	font-weight: normal !important;
	}
#form dt em, #form .note em, #form .notebottom em {
	color: #C00;
	font-weight: bold;
	}
#form ul li {
	padding-left: 5px; 
	padding-bottom: 5px;
	margin-right: 1em; 
	background: none;
	list-style: none;
	}
#form ul li input {
	font-size: 1em;
	}
#form ul.optionslist li {
	padding: 0.25em 0;
	}
#form #name, #form #address, #form #city, #form #state, #form #zipcode,
#form #areacode, #form #email, #form #institution, #form #position, #form #homephone, 
#form #schoolphone, #form #university, #form #graduationdate, #form #major, #form #minor,
#form #age, #form #location {
	width: 200px;
	padding: 1px;
	font-size: 110%;
	color: #444;
	}
#form textarea {
	width: 300px;
	height: 180px;
	font-family: inherit;
	font-size: 110%;
	color: #444;
	}

/* 
------------------------------------------------------------
	FOOTER
------------------------------------------------------------ 
*/

#footer {
	margin: 20px auto 0 auto;
	padding: 5px 0 0 0;
	font-size: 95%;
	line-height: 1.5em;
	text-align: left;
	border-top: 1px solid #EEE;
	clear: both;
	}
#footer p {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 80%;
	color: #7D7D7D;
	}
#footer a {
	color: #ACACAC;
	font-weight: normal;
	text-transform: uppercase;
	}
#footer a:hover {
	color: #ACACAC;
	border: none;
	}
	
/* 
------------------------------------------------------------
	SELF-CLEARING FLOATS
------------------------------------------------------------ 
*/

#nav ul:after,
#main-body:after,
#footer:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
	
/* 
------------------------------------------------------------
	MISC
------------------------------------------------------------ 
*/

a images {
	border: none;
	}
hr, .hide {
	display: none;
	}

/* 
------------------------------------------------------------
	IE FIXES
------------------------------------------------------------ 
*/

#main-body {
	clear: left;
	}
* html div {
	height: 1%;
	}
body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}
#wrap {
	width: 78em; /* IE5 Win prev 782px*/
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 78em;
	}
html>body #wrap { /* be nice to Opera */
	width: 78em;
	}

/* 
------------------------------------------------------------
	IE FIXES - SELF CLEARING FLOATS
------------------------------------------------------------ 
*/

#nav { display: inline-block; } /* for IE/Mac */

/* 
------------------------------------------------------------
	IE FIXES - HIDES FROM IE/MAC
------------------------------------------------------------ 
*/

* html #nav, * html #footer { height: 1%; }

#nav { display: block; }
