/* CSS Document */

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	/*line-height: 18px;*/
	font-weight: bold;
	font-variant: normal;
	/*color: #990000;*/
	color:#c40000;
	/*color:#df9;*/
}

.yearbook {
color:white;
font-family: Verdana, sans-serif;
font-size:10px;
}

body {
background-color: #346;
}

p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	/*margin-bottom: 0px;
	margin-top: 0px;*/
}

#map {
/*float:right;*/
border: 1px solid black;
/*background-color:#990000;*/
background-image:url(static_map500x300.jpg);
}

#map_container {
width:500px;
heigh:400px;
float:right;
}

#questions_form {
width:330px;
}

#subheading{
	font-family: Verdana, sans-serif;
	font-size: 24px;
	color: #222;
	line-height: 18px;
	font-weight:bold;
	padding-left:20px;
	padding-top:20px;
	border-bottom:1px solid #222;

}

#project_intro{
padding-left:20px;
padding-right:20px;
}
#project_text{
padding-left:20px;
padding-right:20px;
}

#project01
{
display: none;
}

#project02
{
display: none;
}
#project03
{
display: none;
}
#project04
{
display: none;
}
	
#student_photos
{
/*margin: 0px 0px 0px 0px;*/
/*display: none;*/
}

#staff_photos
{
/*margin: 0px 0px 0px 0px;*/
/*display: none;*/
}

#everything {
	margin   :10px 0px 10px 0px;
	border   :solid 1px black;
	width:800px;
}

#centered_block {
margin-right:auto;
margin-left:auto;
width:800px;
}

#banner {
	height  : 200px;
	overflow:hidden;
	width   :100%;
}

#menubar {
	height          :16px;
	background-color:#9bf;
	border-bottom:1px solid black;
	border-top:1px solid black;
	font-family:Verdana, sans-serif;
}

#container {
	clear              :left;
	background-color   :#cc9;
	/*background-image   :url(about_column.jpg);*/
	/*background-repeat  : repeat-y;*/
	/*background-position: right;*/
	text-align:left;
}

#container:after{
	content   :"."; 
	display   :block; 
	height    :0; 
	font-size :0; 
	clear     :both; 
	visibility:hidden;
}

#container{display: inline-table;}  /* Mark Hadley's fix for IE Mac */  /* Hides from IE Mac \*/ * html #container {height: 1%;} #container{display:block;} /* End Hack */ 

#rightcol{
	width:200px;
	float:right;
	background-color:#222;
}

#content {
	/*margin:0 200px 0 0;*/
	background-color:#cc9;
}
	
#program_title {
	height:50px;
	background-color:#222;
	padding-left:20px;
	padding-right:20px;
}

#program_name {
	float:left;
}

#overhang {
	height:11px;
	padding-left:20px;
	padding-right:20px;

}

#program_name_overhang {
float:left;
}

#intro_content {
padding-left:20px;
padding-right:20px;
}

#text_list {
font-family:Verdana, sans-serif;
line-height:18px;
font-size:11px;
}

#contact_form {

	padding:0px;
	margin:0px;
	width:400px;
}

#light_box {
width:240px;
background-color:#FFFFFF;
}

#quote_box {
border-bottom:1px solid black;
width:760px;
}


#pdf_download {
float:right;
text-align:center;
width:200px;
vertical-align:middle;
}

/* hide from Mac IE \*/
* html #photo {
margin-top: -4px; /* trick IE Win */
margin-bottom: -4px; /* trick IE Win */
}
/* stop hiding from Mac IE */

