body { background: white; color: black; font-family:  "new century schoolbook", palatino, georgia, "times new roman",times, serif;}

/* large block layout */
#header {margin-top:16px; height:76px; margin-bottom:16px;}
#mainNavigation { height:34px; margin-bottom:24px; font-size:0.95em;}
#footer a, #footer a:visited, #footer a:link{ text-decoration:underline; font-size: 0.85em;  color:#236927;}
#footer p { text-align:right; padding-top: 21px; border-top:2px solid #c6c6c6; color: #999; font-size: 0.65em; margin-top:16px; font-family: helvetica, arial, sans;}


/* General Styles */
a { text-decoration: underline; color: #236927;}
li { margin-bottom: 6px; }
p { margin-bottom: 8px; line-height:1.4;}
.sansFace { font-family: helvetica, arial, sans; }
dt {  margin-bottom: 3px; font-weight: bold; } 
dd { margin-bottom: 8px; margin-left: 2.5em; }
ul li { list-style-type: square; margin-left: 2.5em; } 
ul ul, ol ol { margin-top: 4px; }
ul ul li, ol ol li { font-size: 1em; }
ol { margin-left: 2.5em; list-style-type: decimal; }


/* Headers */

h1 { 
	font-size: 1.5em; 
	margin-top: .25em;
	margin-bottom: .75em;
	font-weight: bold;
}

h2 { 
	font-size: 1.1em; 
	margin-top:	.8em;
	margin-bottom: .25em;
	font-weight: bold;
}

/* H3 is used in the left nav NOT in content area */
h3 { 
	font-size: 1em;
	margin-bottom: .5em;
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	}

h4 { 
	font-size: 1em;
	margin-bottom: .25em;
	margin-top: .75em;
	font-weight: bold;
	}

h5 { 
	font-size:0.8em;
	color: #1b1b1b; 
	}



/* PAGE LAYOUT and PULLQUOTE ELEMENTS */

hr {
	width: 35%;
	margin-top: 1em;
	margin-bottom: 1em;
}

blockquote {
	margin-left: 3em; 
	margin-right: 4em;
	font-style: italic;
}

.image	{
	margin: 0 0 1em 1em;
	padding: .5em;
	border: 1px silver dotted;
}

.box {
	width: 200px;
	margin: 0 0 1em 1em;
	padding: .75em;
	font-size: .9em;
}

.boxfull {
	width: 90%;
	margin: 0 0 1em 1em;
	padding: 1em;
}

.boxhead {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
}

/*Colors for Types of Boxes*/
.quote	{background-color: white; border-left: 1px dotted gray; font-style: italic}
.white	{background-color: white; border: 1px dotted gray;}
.blank 	{background-color: white; border: 0;}
.green 	{background-color: #99cc99;border: 1px dotted gray;}

/*.yellow {background-color: #fcd67b;border: 1px dotted gray;}*/  /*DELETE once replaced with .action*/
/*.grey	{background-color: #acb9b9; border: 1px dotted gray;} */

.emergency {;border: 2px dotted #FF3300;}  
.action {background-color: #fcd67b;border: 1px dotted gray;}  /*REPLACES YELLOW BOX -- Used for boxes which request action*/
.fyi	{background-color: #acb9b9; border: 1px dotted gray;}   /*REPLACES YELLOW BOX -- Used for boxes which are FYI*/




/*Alignment for Images and Boxes*/
.right	{float: right; display: block;}
.left   {float: left; display: block;}
.center {float: center; display: block;}


.smalltext {font-size: .9em;}
.tightlines {line-height: .9em;}

.middlequote {
	font-size: 1.1em;
	font-style: normal;
	margin:	.75em;
	line-height: 1.1em;
	text-align: center;
}


.middlebox {
	font-size: .9em;
	margin: 0 .75em 0 0;
	padding:  1em 0 .5em 0;
	border-bottom: 1px dotted silver;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.bigquote {
	font-size: 1.6em;
	font-style: normal;
	margin: .75em;
	line-height: 1.25em;
	text-align: center;
}


.note {
	font-size: .7em;
	line-height: .8em;
	font-family: sans-serif;
	color: gray;
}

/* DEFAULT TABLES FOR BODY CONTENT */

table {
	display: table;
	padding: .5em;
	}

th {
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	text-transform: uppercase;
	font-size: .9em;
	vertical-align: middle;
	background-color: silver;
	color: black;
	padding: .5em;
	/* padding: 1em;
	border-bottom: 1px solid black; */
	}

tr	{
	}


td {
	/* font-size: .9em; */
	vertical-align: middle;
	padding: .5em;
	/* 
	padding: 1.2em 1em 1em 1em;
	border-bottom: 1px dotted silver; 
	*/
	}



/* tabs for inner pages */
.inlineTabs { border-bottom: 6px solid #236927; overflow: hidden; margin-bottom: 10px;  } 
.inlineTabs li { margin: 0; } 
.inlineTabs a { display: block; padding: 5px; border-right: 1px solid #236927; border-top: 1px solid #236927; text-decoration: none; color: #333; } /* or you can set a fixed width & height per tab here if you want */ 
.inlineTabs a:hover { background-color: #f0f0f0; } 
.inlineTabs a.active { background-color: #236927; color: #ffffff; }



/* flickr image sizes */
.flickr_square { width: 75px; height: 75px; }
.flickr_thumb { width: 100px; height: 75px; }
.flickr_thumb_resize { width: 88px;}
.flickr_thumb_resize_sq { width: 50px; height: 50px; }
.flickr_small { width: 240px; height: 180px; }
.flickr_small_resize { width: 180px; height: 135px; }
.flickr_small_resize_width { width: 180px; }
.flickr_medium { width: 500px; height: 375px; }
.flickr_large { width: 1024px; height: 768px; }




/* navigation tab stuff */

/*
#aboutTab { width:auto; z-index: 14;}
#academicsTab {width:auto; z-index:13; }
#athleticsTab {width:auto; z-index:12; }
#slifeTab {width:auto; z-index:11; }
#campusTab {width:auto; z-index:10; }
#peopleTab {width:auto; z-index:9; }
#applyTab {width:auto; z-index:8; }
#alumniTab {width:auto; z-index:7; }
*/

#aboutTab { width:128px; z-index: 14;}
#academicsTab {width:87px; z-index:13; }
#athleticsTab {width:114px; z-index:12; }
#slifeTab {width:146px; z-index:11; }
#campusTab {width:115px; z-index:10; }
#peopleTab {width:137px; z-index:9; }
#applyTab {width:122px; z-index:8; }
#alumniTab {width:103px; z-index:7; }


.horizontalMenu li { margin-left: 0; list-style-type: none; }
.navTab { display:block; border-right: 2px solid #c6c6c6; border-top: 2px solid #c6c6c6; border-bottom: 2px solid #c6c6c6; padding-top:7px; text-align: center; padding-bottom:5px; text-decoration:none; color: #757575; font-weight:bold; font-family: helvetica, arial, sans;}
.blueNavTab { width:60px; text-align:center; border-top:2px solid #86bfd9;border-right:2px solid #86bfd9;border-bottom:2px solid #86bfd9;padding-top:7px; padding-bottom:5px;}
.activeTab {border-bottom: none; padding-top:9px;position:relative; top:-2px;padding-bottom:7px; height:18px;}
.navTab:hover {border-bottom: none; padding-top:9px;position:relative; top:-2px;padding-bottom:7px; color:#666;}
/* this hides the hover height change from IE6, because it causes IE to crash... gg Microsoft */
li>a.navTab:hover { height:22px;} 
/*
.blueNavTab a, .blueNavTab a:link, .blueNavTab a:visited { font-family: "helevtica narrow","arial narrow", helvetica, arial; color: #333; font-size:0.85em; text-decoration: none;font-weight:bold;} */
.activeTab {color:#333;}
.lastTab { border-right:none;}

/* top of page text nav */
#topTextNav { float:right;} 
#topTextNav li {float:left; list-style-type: none; margin-left: 0em; }
#topTextNav li a {text-decoration: none; border-right: 1px solid #aaa; padding: 0 3px; color: #959595; font-size: 0.7em; line-height:0;  font-family: helvetica, arial, sans;}
#topTextNav li a:hover {text-decoration: underline; }
#topTextNav li a.lastTab { border-right:none;}
#searchBox { float:right; clear:right; color:#b6b6b6; margin-top:21px; font-family: helvetica, arial, sans;}
#searchBox input {width:184px;}

/* left sidebar */
.leftSideBar ul, .leftSideBar ol { margin-bottom: 16px; margin-left:0; } /* adds a selector as well */
.leftSideBar li { margin-bottom: 8px; font-size: 0.8em; list-style-type: none; margin-left: 0;}
.breadcrumbs li {float:left; color:#666; font-size:0.65em; margin-left: 5px; list-style-type: none; }

/* front page elements */
.frontPageImageBox { text-align: center;  margin-bottom: 24px;}
.doubleBorder {  border: double 4px #999; }
.deerfieldName { font-size: 2em; color: #006940; font-variant: small-caps;}
.galleryCaption { font-size: 0.7em; line-height: 1.15; font-family: helvetica, arial, sans; }
.photoArchiveLink { color: #71b4d3; text-decoration: none; font-weight:bold;font-family: "helevtica narrow","arial narrow";  margin-top: 16px; display:block;}


/*Latest News Box on Home Page*/
#latestNewsBox { 
	background-color: #dfe1e1; 
	overflow:hidden; 
	height:100%; 
	font-family: helvetica, arial, sans;
	}
	
#latestNewsBox h5 { 
	margin:1em; 
	}

#rssIcon {
	display: block; 
	float: right; 
	padding-right: 1.5em; 
	}

#latestNewsBox p { 
	font-size: 0.7em; 
	line-height: 1.2em; 
	margin-bottom: 0;
	}

.homelatestIndent { 
	margin-left: 1em; 
	margin-bottom: 0;
	font-weight: bold;
	}

.homelatestDate { 
	color:#666666; 
	font-size:0.5em; 
	margin-top: 0;
	margin-bottom:7px;
	font-weight: normal;
	}
	
/*Formatting for NEWS LISTINGS in Athletics and News*/

.latestIndent { 
	margin-left:1em; 
	margin-bottom: 0;
	font-weight: bold;
	}

.latestDate { 
	color:#666; 
	font-size:0.7em; 
	margin-bottom:2px;
	margin-top: 0;
	}

.simpleIndent { 
	margin-left:1em; 
	}
	
	
.latestNewsImage {
	margin-bottom:8px;
	color: #fefffe;
	}
	
.sideBarBoxButton { border-top: 2px solid #c6c6c6; }
#networkingBox { text-align:center; margin-top: 18px; font-size: 0.85em; }
#networkingBox li { float:left; margin: 0px 4px; }
#networkingBox ul {margin-left:18px;}
.eventBox { height:60px; border-top: 2px solid #c6c6c6; margin-bottom: 0px; }
.eventBox2 { height:120px; border: 2px solid #c6c6c6; margin-bottom: 5px; }
.lastEventBox { border-bottom: 2px solid #c6c6c6; }

/* non-frontpage stuff*/

.leftSideBar { font-family: helvetica, arial, sans; }
.leftSideBar ul { margin-bottom: 16px; }
.leftSideBar ul ul { margin-bottom: 8px; margin-left: 1em; font-size:0.95em;}
.leftSideBar li { margin-bottom: 8px; font-size: 0.9em;}
.leftSideBar li li { margin-bottom: 8px; font-size: 0.85em;}
.leftSideBar a {  color: #006940; }
.serifCopy { line-height: 2em; }
.breadcrumbs li {float:left; color:#666; font-size:0.65em; margin-left: 5px;}
.breadcrumbs { float:right; font-family:helvetica, arial, sans;}
.breadcrumbs li a { color:#666; }

.insetBox { background: #ccc; padding:8px; margin-right: 8px; margin-bottom: 8px;  }
.insetBox h5 { font-size: 0.85em;margin-bottom: 16px; }
.insetImage { margin-right: 8px; margin-bottom: 8px; float: left; }
.quoteCopy { font-size: 0.75em; }
.attribution { text-align: right; font-style: italic; margin-bottom:16px; }

.newsStoryWrapper { border-left: 1px solid #ccc; padding-left: 8px; width: 360px; }
.byLineColumn { text-align: right;font-size:0.9em;}
.byLineColumn p {margin-bottom: 0px; }
.newsGalleryPhoto { margin-bottom: 12px; }

.newsGalleryControls { font-size: 0.65em; text-align: center; }

.newsDatePosted {font-size: 0.65em; color:#666; margin-top: 16px; }
.newsStoryNavigation { margin-top: 36px;}
.newsStoryNavigation a { color: #666; font-size: 0.75em; }

.athleticNewsHeadline { margin-bottom: 2px;}
.athleticNewsDate { margin-bottom: 16px; }

.quoteCopyAcademics { text-align: right; font-style: italic; }

/* TEMP STUFF YOU CAN GET RID OF OR MODIFY WHEN YOU ADD VIDEO */
.twoColVideo { background-color:#111; color:#ccc; text-align: center; height: 240px; width: 100%; margin-bottom:20px; }


/* Inline Tabs */

.tab-inactive { 
	font-size: .8em; 
	BORDER-RIGHT: #b9b9b9 1px solid; 
	BORDER-TOP: #b9b9b9 1px solid; 
	BORDER-LEFT: #b9b9b9 1px solid; 
	border-bottom: 0;
	BACKGROUND: #ffffff; 
	HEIGHT: 2.25em; 
	TEXT-ALIGN: center; 
	}
	
.tab-active { 
	font-size: 0.8em;
	BACKGROUND: #236927; 
	COLOR: #ffffff;
	border-bottom: 0;
	HEIGHT: 2.25em; 
	TEXT-ALIGN: center;
	}

A.tab-active { COLOR: #ffffff; text-decoration: NONE; border: 1px SOLID #236927; padding: 3px; }
A.tab-active:LINK { COLOR: #ffffff; text-decoration: NONE; border: 1px SOLID #236927; padding: 3px;}
A.tab-active:VISITED { COLOR: #ffffff; text-decoration: NONE; border: 1px SOLID #236927; padding: 3px;}
A.tab-active:HOVER { COLOR: #ffffff; text-decoration: NONE; border: 1px SOLID #236927; padding: 3px;}

A.tab-inactive { COLOR: #1a1a1a; text-decoration: NONE; border: 1px SOLID #FFFFFF; padding: 3px;}
A.tab-inactive:LINK { COLOR: #1a1a1a; text-decoration: NONE;  border: 1px SOLID #FFFFFF; padding: 3px;}
A.tab-inactive:VISITED { COLOR: #1a1a1a; text-decoration: NONE;  border: 1px SOLID #FFFFFF; padding: 3px;}
A.tab-inactive:HOVER { COLOR: #1a1a1a; text-decoration: NONE;  border: 1px SOLID #FFFFFF; padding: 3px;}

.tabspace { BACKGROUND: #ffffff; width: 3px; border: 0;}
.tabbottom { BACKGROUND: #236927; HEIGHT: 2px; border: 0; }
.tabbottomend { BACKGROUND: #fff; HEIGHT: 6px; border: 0; }

/*SMALLPADDED Tables are used for display of data WITHIN the tabs in the athletics section and in the PROSPECTIVE CANDIDATE forms */

table.smpadded-table { 
	padding:2px; 
	}
	
table.smpadded-table td { 
	padding:2px; 
	border: 0; 	
	/* font-size: .9em; */
	text-align: left;	
	vertical-align: middle; 
	}
	
table.smpadded-table th { padding:2px; 
	border: 0;
	}

/*UNPADDED Tables are used for Tab Controls in the Athletics Section*/

table.unpadded-table { 
	padding:0; 
	}
	
table.unpadded-table td { 
	padding:0;
}

/*
table.unpadded-table td { padding:0; border: 0;}
table.unpadded-table th { padding:0; border: 0;}
*/

/*Padded Tables are used for */

table.padded-table { padding:5px; }
table.padded-table td { padding:5px; border: 0; }
table.padded-table th { padding:5px; border: 0;}



table.normal-table { padding:2px; }
table.normal-table td { padding:5px; border: 0;}
table.normal-table th { padding:5px; border: 0;}


