/*
Design by Bjorn Akselsen, Icehouse Design
www.icehousedesign.com
*/

body {
	background: white;
	font-size: 12pt;	
	color: black;
}

#banner img {
	width: 100%;
	height: 100%;
}
	
#menu #search,  #menu, #mainmenu, #sidemenu {
	display: none;
}

a:link, a:visited {
	color: black;
	text-decoration: underline;
}

#content a:link:after, #content a:visited:after {
	color: black;
	content: " (" attr(href) ") ";
	font-size: 90%;
}

/* Content area */
#content {
	width: 69%; 
	float: left;
	border: thin solid #000;
	margin-top: 10px;
	padding: 4px 10px;
}

#content h1, h2, h3, h4, h5 {
	display: block;
	font-family: Georgia, Times, serif;
}

#content h1, h2 {
	text-transform: uppercase;
	letter-spacing: .166em;
}

#content h2, h3, h4, h5 {
	font-size: 10px;
}

#content h4, h5 {
	font-weight: bold;
}

#content h1 {
	font-size: 14px;
}

#content h3 {
	margin-bottom: 4px;
}

#content h4 {
	padding-top: 6px;
}

#content h5 {
	padding: 6px 0;
}

#content p {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 150%;
	margin-bottom: 6px;
}

#content ul {
	display: block;
	list-style-type: none;
	padding: 0 0 5px 0;
}

#content li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 120%;
	padding: 4px 14px 5px 0;
}

/* Large top, intro text */
.introText {
	display: block;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	color: #black;
}

/* Footer, holds Yale shield and contact information */
#footer {
	display: block;
	float: left;
	height: 60px;
	clear: both;
}

#footer img {
	display: none;
}

#footer h1 {
	padding: 10px 20px;
	text-align: left;
	line-height: normal;
	font-size: 9px;
	color: black;
}

#footer p {
	padding: 10px 20px;
	text-align: left;
	line-height: normal;
	font-size: 9px;
	color: black;
}

/* Left column after intro text */
#aboutLeft {
	display: block;
	float: left;
	width: 45%;
	margin: 0 0 10px 0;
	padding: 10px 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #000;
	border-right-color: #black;
	border-bottom-color: #000;
	border-left-color: #black;
}

#aboutLeft h2 {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: #black;
	letter-spacing: .166em;
	padding: 10px 0;
}

#aboutLeft p {
	display: block;
	font-size: 10px;
	line-height: 200%;
	color: #000;
}

/* Right column, floats right, after intro text */
#aboutRight {
	display: block;
	float: right;
	width: 45%;
	padding: 10px 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #000;
	border-right-color: #black;
	border-bottom-color: #000;
	border-left-color: #black;
}

#aboutRight p {
	display: block;
	font-size: 10px;
	line-height: 200%;
	margin-bottom: 10px;
	color: #000;
	overflow: hidden;
}

/* Footer content */
#aboutContentfooter {
	float: left;
	width: 858px;
	display: block;
	height: 60px;
	margin: 20px 20px 0 0;
	overflow: hidden;
}

#aboutContentfooter img {
	float: left;
	padding: 6px 20px;
}

#aboutContentfooter p {
	padding: 30px 20px 0 0;
	text-align: right;
	float: right;
	line-height: normal;
	font-size: 9px;
	color: #666;
}

#aboutContentfooter a {
	text-decoration: none;
	color: #960;
}

/* This controls the framed images with captions for the history page */
.PhotoWrap {
	display: block;
	float: right;
	border: 9px solid #C6C4B4;
	width: 170px;
	margin: 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	padding: 10px 10px;
	line-height: 120%;
	font-style: italic;
}

.PhotoWrap img {
	padding-bottom: 10px;
}

.PhotoWrapLeft {
	display: block;
	float: left;
	border: 9px solid #C6C4B4;
	width: 170px;
	margin: 10px 10px 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	padding: 10px 10px;
	line-height: 120%;
	font-style: italic;
}

.PhotoWrapLeft img {
	padding-bottom: 10px;
}

/* Classes */
/* Right column. "Modules" used for smaller photos and information items such as contact info, statements etc. */
.right, .rightTall {
	display: block;
	float: right;
	clear: right;
	padding-top: 10px;
	width: 160px;
	font-family: Georgia, Times, serif;
}

.right h1, .rightTall h1 {
	display: block;
	font-size: 10px;
	color: #ccc;
	font-weight: bold;
	margin: 0 0 4px 0;
}

.right p, .rightTall p {
	display: block;
	margin: 0;
	font-size: 9px;
	color: #ccc;
	padding: 2px 0 4px 0;
	line-height: 130%;
}

.right {
	height: 160px;
}

.right a {
	text-decoration: none;
	font-weight: bold;
	color: #black;
}

.rightTall { /* Double height module for vertical photos */
	height: 350px;
}

/* Image positioning on about page */
.imgRight {
	float: right;
	padding: 0 0 0 6px;
}

.imgLeft {
	float: left;
	padding: 0 6px 0 0;
}

/* Class for the large red heading running into the intro text */
.bottomWraph1 {
	display: inline;
	font-family: Georgia, Times, serif;
	font-size: 17px;
	text-transform: uppercase;
	color: #black;
	letter-spacing: .166em;
}

/* Positioning of group shot on about page */
#bottomImage {
	float: left;
	clear: left;
	margin: 0 auto 0 10px;
}

/* Positions the arrow link image on about page */
.arrow {
	padding: 2px 4px 0 0;
	display: inline;
	float: left;
}
