/*CSS for Screen - Bingham Hall*/

/*BACKGROUND*/


/*GENERAL LAYOUT AND DIMENSIONS*/
* {
	margin: 0px;
	padding: 0px;
}

#content {
	margin: 0px auto;
	width: 740px;
}

#bannerWrapper {
	background: url('images/mainHeader.gif');
	background-repeat: repeat-none;
	height: 335px;
}

#navWrapper {
	position: absolute;
	padding: 165px 0px 0px 0px;
}

#looperWrapper {
	padding: 0px 0px 0px 479px;
}

#titleWrapper {
	background: url('images/titleBackground.gif');
	height: 30px;
}

#bodyWrapper {
	float: left;
	background: url('images/bodyBackground.gif');
	background-repeat: repeat-y;
	width: 100%;
}

#bodyTitleWrapper {
	float: left;
	width: 480px;
}

#subTitleWrapper {
	float: left;
	width: 260px;
}

#bodyLeftWrapper {
	float: left;
	width: 440px;
	padding: 20px;
}

#bodyRightWrapper {
	float: left;
	width: 260px;
	padding: 0px 0px 20px 0px;
}

#subSectionElementWrapper {
	clear: both;
	display: block;
	padding: 10px 10px 10px 20px;
}

#smallImagesWrapper {
	float: left;
	width: 100px;
}

#smallTextWrapper {
	float: left;
	width: 130px;
	padding: 5px 0px 0px 0px;
}

#footerWrapper {
	float: left;
	background: url('images/footerBackground.gif');
	background-repeat: repeat-none;
	height: 30px;
	width: 100%;
}

#footWrapLeft {
	float: left;
}

#footWrapRight {
	float: right;
}

/*DEFAULT STYLES*/
img {
	border: none;
}

a {
	text-decoration: none;
}

li {
	list-style-type: none;
}

/*TEXT STYLES*/

p {
	font: normal 0.8em Helvetica, Arial, sans-serif;
 	color: #000;
	line-height: 1.4em;
	margin: 0.5em 0em 1em 0em;
}

p > a:hover {
	text-decoration: underline;
}

.redText {
	color: #822828;
	line-height: normal;
	margin: 0.5em 0em 1em 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.redText > a:hover {
	text-decoration: underline;
}

.boldBlackText {
	color: #000;
	line-height: 1.4em;
	margin: 0.5em 0em 1em 0em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h1 {
	color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

h1 a:visited {
	color: #555;
}

h2 {
	font: Verdana, Arial, Helvetica, sans-serif;
 	color: #666;
	font-size: 16px;
	margin: 0.5em 0em 1em 0em;
}

h3 {
	color: #822828;
	line-height: normal;
	margin: 0.5em 0em 1em 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12em;
	font-weight: bold;
}

h3 > a {
	color: #822828;
}

h3 > a:hover {
	text-decoration: underline;
}

.indentText {
	border-left: 2px solid #666;
	color: #444;
	line-height: normal;
	margin: 0.5em 0em 1em 0em;
	padding-left: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.smallText {
	color: #fff;
	margin: 0px;
	padding: 8px 20px 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#imagegallery {
	font: bold 0.8em Helvetica, Arial, sans-serif;
 	color: #000;
	line-height: 1.4em;
	margin: 0.5em 0em 1em 0em;
}

.subSecBoldText {
	font: bold 0.7em Helvetica, Arial, sans-serif;
	color: #000;
	margin: 0px;
	line-height: 1.4em;
}

.subSecBoldText:hover {
	text-decoration: underline;
}

.subSecText {
	font: normal 0.7em Helvetica, Arial, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.4em;
}

.smallText li {
	margin: 0px;
	padding: 0px 5px 0px 5px;
	width: auto;
}

#footWrapRight ul li {
	display: inline;
	padding: 0px 10px 0px 10px;
	color: #FFF;
}

#bodyTitleWrapper h1 {
	padding: 8px 0px 0px 20px;	
}

#subTitleWrapper h1 {
	color: #fff;
	padding: 8px 0px 0px 20px;	
}

#bodyRightWrapper p {
	color: #333;
	font-size: 0.7em;
}

#footWrapRight ul {
	list-style-type: none;
}

#footWrapRight ul li {
	clear: right;
	display: inline;
}

#footWrapRight ul li a {
	color: #fff;
}

#footWrapRight ul li a:hover {
	text-decoration: underline;
}

/*NAVBAR*/

#nav {
	padding: 10px 0px 0px 25px;
}

#nav ul {
	padding: 5px 0px 0px 0px;
	margin: 0;
	list-style: none;
	background: #515151;
}

#nav a {
	display: block;
	width: 5em;
}

#nav li {
	float: left;
	width: 4em;
}

#nav li ul {
	position: absolute;
	width: 5em;
	left: -999em;
}

#nav li ul li {
	padding: 0.5em;
	background: #515151;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.navBarText a {
	font: normal 0.7em Helvetica, Arial, sans-serif;
	color: #fff;
}

/*LISTS*/

.teamList {
	padding: 0px 0px 0px 15px;
}
