﻿body{
	background-color:gray;
	font-family:Arial, Helvetica, sans-serif;
}

/*Div Tags*/
#content {
	position:relative;
	width:760px;
	margin:0 auto auto auto;
	background-color:white;
	display:inline-block;
}

#masthead {
	width:760px;
	height:185px;
}

#masthead img {
	clear:left;
	float:left;
}

#nav-left {
	background-color:white;
	width:150px;
	margin-top:50px;
	margin-right:5px;
	clear:both;
	float:left;
}
#container {
	margin-left: 150px;
	margin-top: 60px;
	margin-right:5px;
}
#left_list {
	float:left;
	padding-left:5px;
	padding-right:45px;
}

#right_list {
	padding-right:5px;
	float:right;
}

#center_list {
	float:left;
}

#footer {
	clear:both;
	font-size:10pt;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	text-align:center;
}

#map{
	
}
/*Fonts*/
#masthead h1 {
	font-family:"Arial Black";
	color:black;
	font-size:24pt;
	font-style:normal;
	font-weight:normal;
	text-align:center;
}

#masthead h2 {
	font-family:"Arial Rounded MT Bold";
	color:black;
	font-size:18pt;
	font-style:normal;
	font-weight:normal;
	text-align:center;
}

#nav-left h1 {
	color: black;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style:normal;
	text-align: center;
	font-weight:normal;
	padding-top: 0px;
}

#nav-left a {
	color:purple;
	text-decoration:none;	
}

#container h2 {
	font-family:"Arial Rounded MT Bold";
	color:black;
	font-size:18pt;
	font-style:normal;
	font-weight:normal;
	text-align:left;
}

#container h3 {
	font-family:"Arial Rounded MT Bold";
	color:black;
	font-size:14pt;
	font-style:normal;
	font-weight:normal;
	text-align:left;
}

.paragraph {
	font-family:"Arial Rounded MT Bold";
	color:black;
	font-size:12pt;
	font-style:normal;
	font-weight:normal;
	text-align:left;
}

.accomplished{
	font-family:"Arial Rounded MT Bold";
	color:red;
	font-size:large;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	display:
}
/*List Layout*/
#nav-left ul {
	list-style-type:none;
}
#nav-left li {
	background-image:url('../images/nav_left/backG.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:8px;
	padding-bottom: 8px;
	padding-right:4px;
	margin-left:-35px;
}

#container ul {
	font-family:"Arial Rounded MT Bold";
	color:black;
	font-size:14pt;
	font-style:normal;
	font-weight:normal;
	text-align:left;
	list-style:none;
}

.image_right {
	float:right;
	border:thin black solid;
}

.font_12pt {
	font-size:10pt;
}

.message {
  font-size: 80%;
  padding: 2px;
  font-weight: bold;
  text-align: center;
  width: 100px;
  background-color: #ffcc00;
  border: 1px solid white;
  position: relative;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image:url('../images/overlay.png'); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}