﻿@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0;
	top: 0;
	background-image: url('images/bg.png');
	background-repeat: no-repeat;
	background-position: center top;
}

p, td {
	line-height: 18px;
	color: #666;
}

.text-grey {
	color: #FFCC99;
}

#maincontainer {
	width: 800px;
	margin: auto;
}

#topbanner {
	height: 125px;
}

#middle {
	top: 0;
	clear: both;
	padding-top: 10px;
}

#middleleft {
	width: 540px;
	float: left;
	border-right: medium solid #C40F2F;
	background-color: #eee;
}

#middleleft h2 {
	color: #C40F2F;
/*	padding-top: 5px;*/
	padding-left: 5px;
	margin-top: 5px;
}

#middleright {
	width: 220px;
	float: right;
}

.banner-heading {
	color: #C40F2F;
	font-size: 48px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	font-size: 11px;
	padding-top: 10px;
}

.background-red {
	background-color: #C40F2F;
	color: #FFF;
}

.special-text {
	padding: 10px;
	margin: 0;
	background-color: #C40F2F;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.cost-text {
	color: #FFF;
}

a.other:link {color:#000;}
a.other:visited {color:#000;}
a.other:hover {color:#C40F2F;}
a.other:active {color:#000;} 

#labs-section {
	width: 540px;
	float: left;
	clear: both;
	border-right: medium solid #000;
	background-color: #C40F2F;
	color: #ffffff;
}

#labs-section p {
	color: #ffffff;
}

#labs-section h2 {
	padding-left: 5px;
	margin-top: 5px;
}

a.whitelink:link {color:#fff;}
a.whitelink:visited {color:#fff;}
a.whitelink:hover {color:#000;}
a.whitelink:active {color:#fff;} 

.sessions-text {
	font-size: 10px;
}

#project2-section {
	width: 540px;
	float: left;
	clear: both;
	border-right: medium solid #C40F2F;
	background-color: #eee;
}

#project2-section h2 {
	color: #C40F2F;
	padding-left: 5px;
	padding-top: 5px;
}

#project2-section p {
	line-height: 22px;
	color: #fff;
	font-size: 17px;
}

#project2-bg {
	margin-left: 30px;
	width: 472px;
	background:url('images/GettyImages_6271-000352%20500%20px.jpg');
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #C40F2F;
}

#director-note {
	background-color: #eee;
	color: #333;
	padding: 1px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#director-note p {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

.text-bio {
	color: #666;
	line-height: 18px;
	font-size: 12px;
}