/* This file based on 'Tranquille' by Dave Shea */
/* It was taken from the template on CSS Zen Garden (www.csszengarden.com) */

/* The file below is read by ALL browsers
	but the hacks contained within it further target 
	IE5-6 for Windows. See file for details. */

@import "ie6win.css";


/* Global elements */
	body {color: #666666; margin: 0; padding: 20px 0 0 0; background-color: #EDEFDC;}
	h1 {color: #666666; font: 1.30em/1em "Times New Roman"; margin: 5px 0 20px 0; padding: 0 0 0 22px; background: url(../img/bullet.gif) left center no-repeat;}
	h2 {color: #666666; font: 2em/1em Times New Roman; margin: 0; padding: 0;}
	h3 {margin: 0; padding: 0;}
	em {font-style: normal; font-weight: bold; color: #006B33;}
	a {color: #74A600;}
	a:hover {color: #99D100;}
	p {margin: 0; padding: 0;}

/* Page header elements */
#container {
	width: 730px; 
	margin: 0 auto 30px auto;
	padding: 0;
	border: 1px solid #CCC;
	font-family: Arial;
	background-color: #FFF;
}

.flagBackground {
	background-image: url(../img/background-flag.gif);
	background-position: 40px 0px;
	background-repeat: no-repeat;
}

#header {
	background: url(../img/topBackground.gif) repeat-x;
	padding: 25px 0 0 45px;
}

#logo {
	margin: 0;
	padding: 0;
}

#logo h2 {
	position: absolute;
	background-color: #F00;
}

#logo h2 a {
	display: block; 
	width: 150px; 
	height: 73px;
	background: #FFF url(../img/logo.gif) left bottom no-repeat;
}

#logo h2 a span {
	display: none; 
}

#logo h3 {
	display: none; 
}

#contentNav {
	height: 70px;
	margin: 0;
	padding: 27px 0 0 0;
	left: 200px;
	position: relative;
}

#contentNav li {
	display: block; 
	list-style: none;
	text-transform: lowercase;
	padding: 0;
	position: absolute;
	text-align: right;
}

#contentNav li a {
	display: block;
	margin: 0 0 0 auto;
	}

#contentNav li a span {
	display: none;
}

#li1 {
	width: 118px;
	height: 35px;
	left: 8px;
}

#li1 a {
	background: #FFF url(../img/links.gif) 0px 2px no-repeat;
	width: 76px;
	height: 35px;
	text-align: center;
	}

#li1 a:hover {
	background: url(../img/links.gif) 0px -33px no-repeat;
	width: 76px;
	height: 35px;
	}

#li1 #selected {
	background: url(../img/links.gif) 0px -68px no-repeat;
	width: 76px;
	height: 35px;
	}

#li1 #selected:hover {
	background: url(../img/links.gif) 0px -33px no-repeat;
	width: 76px;
	height: 35px;
	}

#li2 {
	background: url(../img/divider.gif) -28px -10px no-repeat;
	width: 109px; 
	height: 35px;
	left: 126px; 
}

#li2 a {
	background: #FFF url(../img/links.gif) -106px 2px no-repeat; 
	width: 67px;
	height: 35px;
	}

#li2 a:hover {
	background: url(../img/links.gif) -106px -33px no-repeat; 
	width: 67px;
	height: 35px;
	}

#li2 #selected {
	background: url(../img/links.gif) -106px -68px no-repeat; 
	width: 67px;
	height: 35px;
	}

#li2 #selected:hover {
	background: url(../img/links.gif) -106px -33px no-repeat; 
	width: 67px;
	height: 35px;
	}

#li3 {
	background: url(../img/divider.gif) -28px -10px no-repeat;
	width: 102px; 
	height: 35px; 
	left: 235px;
}

#li3 a {
	background: #FFF url(../img/links.gif) -194px 2px no-repeat; 
	width: 60px;
	height: 35px;
	}

#li3 a:hover {
	background: url(../img/links.gif) -194px -33px no-repeat; 
	width: 60px;
	height: 35px;
	}

#li3 #selected {
	background: url(../img/links.gif) -194px -68px no-repeat; 
	width: 60px;
	height: 35px;
	}

#li3 #selected:hover {
	background: url(../img/links.gif) -194px -33px no-repeat; 
	width: 60px;
	height: 35px;
	}

#li4 {
	background: url(../img/divider.gif) -28px -10px no-repeat;
	width: 104px; 
	height: 35px; 
	left: 337px
	}

#li4 a {
	background: #FFF url(../img/links.gif) -278px 2px no-repeat; 
	width: 62px;
	height: 35px;
	}

#li4 a:hover {
	background: url(../img/links.gif) -278px -33px no-repeat; 
	width: 62px;
	height: 35px;
	}

#li4 #selected {
	background: url(../img/links.gif) -278px -68px no-repeat; 
	width: 62px;
	height: 35px;
	}

#li4 #selected:hover {
	background: url(../img/links.gif) -278px -33px no-repeat; 
	width: 62px;
	height: 35px;
	}


#pageBody {
	padding: 0 45px 20px 45px;
	margin: 0;
	min-height: 500px;
}

#announcements {
	width: 230px;
	float: right;
	margin: 0 0 0 30px;
}

#address {
	margin: 0 0 0 15px;
}

.dialog {
	text-align: left;
	border: 1px solid #CCC;
	margin: 0 0 30px 0px;
	background: url("../img/topBackground.gif") bottom repeat-x;
	padding: 20px 0 30px 0;
	font-size: 0.75em;
	line-height: 1em;
	color: #555;

}

.dialog h2 {
	padding: 0 32px 20px 32px; 
}

#boardMemberDialogH2 {
	padding: 0 28px 20px 28px;
}

.dialog p {
	padding: 0 32px 1em 32px;
	margin: 0;
	line-height: 1.2em;
}

.recentScholar {
	padding: 0; 
	margin: 0; 
	font-size: 0.9em;
	text-align: center; 
}

.recentScholar li {
	list-style: none;
	padding: 0 0 1em 0;
}

#members {
	padding: 0; 
	margin: 0; 
}

#members li {
	list-style: none;
	padding: 0 0 15px 0;
	margin: 0;
}

#members li .bullet {
	padding: 0 0 2px 28px;
	background: url("../img/bullet-arrow.gif") 13px top no-repeat;
}

#members li .boardMember {
	padding: 0 0 0 28px;
}

.bullet {
	background: url("../img/bullet-arrow.gif") 16px 1px no-repeat;
}

.year {
	color: #74A600;
}

.city {
	color: #006B33;
}

.boardMember {
	color: #74A600;
}

.boardMember:hover {
	color: #99D100;
}

.mailLink {
	padding-right: 23px;
	background: url("../img/mail.gif") no-repeat right center;
}

.mailLink:hover {
	background: url("../img/mail-hover.gif") no-repeat right center;
}

.underlineOnHover {
	text-decoration: none;
}

.underlineOnHover:hover {
	text-decoration: underline;
}

#image {
	margin: 3px 20px 10px 22px; 
	border: 1px solid #CCC;
	float: left;
}

.contentSection {
	padding: 0 0 5px 0; 
}

#bodyContent p {
	font-size: 0.8em;
	padding: 0 0 1em 22px;
	margin: 0;
}

#bodyContent li {
	font-size: .9em;
}

#bodyContent td {
	font-size: 0.8em;
	padding: 0 0 1em 22px;
	margin: 0;
}

.errors {
	font-size: 0.9em;
	padding: 0 0 1em 22px;
	margin: 0;
	color: red;
	font-weight: bold;
}

#footer {
	clear:both;
	font-size: 0.7em;
	background-color: #006B33;
	padding: 10px 10px 5px 10px;
	color: #FFF;
	min-height: 20px;
}

#contactInfo {
	position: absolute;
}

#copyright {
	text-align: right; 
}

#validators {
      display: none;
}

#largeLogo {
	background: url(../img/large-logo.gif) no-repeat; 
	width: 282px; 
	height: 140px; 
	margin: 0 0 10px 330px;
}

#largeLogo h1 {
	display: none; 
}

#largeLogo h2 {
	display: none; 
}

#intro {
	width: 300px;
	margin: 0 0 0 310px;
	padding: 0 0 35px 0;
	font-size: 1.1em;
}

#importantDates {
	position: relative;
	margin: 0; 
	padding: 0;
}

#importantDates h1 {
	background-image: none;
	text-align: right;
	padding: 0 30px 0 0;
	margin: 0;
}

#importantDates2 {
	background-color: #00F; 
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: #FFF url("../img/green-bar.gif") no-repeat;
	margin: 0;
	padding: 0 30px 0 30px;
}

.event {
	width: 145px;
	position: absolute; 
	padding-top: 40px; 
	padding-bottom: 35px;
}

.eventDate {
	color: #74A600;
	font-size: 1.0em; 
	font-family: Times New Roman;
	padding: 0 5px 0 10px;
}

.eventDescription {
	padding: 15px 15px 0 10px;
	font-size: 0.75em;
}

#event1 {
	margin-left: 145px;
	background: transparent url("../img/largeDivider.gif") no-repeat right 77px;
}

#event2 {
	margin-left: 290px;
	background: transparent url("../img/largeDivider.gif") no-repeat right 77px;
}

#event3 {
	margin-left: 435px;
	background: transparent url("../img/largeDivider.gif") no-repeat right 77px;
}

#event4 {
	min-height: 135px;
	position: relative;
	background: transparent url("../img/largeDivider.gif") no-repeat right 77px;
}

.guidelines td {
  vertical-align: top;
}

li.done {
  color: #666666; font: 1.0em/1em "Times New Roman"; margin: 5px 0 20px 0; padding: 0 0 0 22px; background: url(../img/bullet.gif) left top no-repeat;
}

li.notdone {
  color: #666666; font: 1.0em/1em "Times New Roman"; margin: 5px 0 20px 0; padding: 0 0 0 22px; background: url(../img/bullet_empty.gif) left top no-repeat;
}

#bodyContent table.applicant {
  border: 1px solid black;
  margin: 0.5em;
  width: 100%;
}

#bodyContent table.applicant tr td {
  padding-bottom: 0;
  margin: 0;
}