/* CSS Document */

body{
	background-color:#fafafa;
	margin: 0 auto;
	font-family: "Trebuchet MS", Arial, Helvitica, sans-serif;
	/*Georgia, "Times New Roman", Times, serif;*/
	font-size: 14px;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Bookman Old Style", "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ff9900;	
	white-space: normal;	
	font-weight: normal;
}

h1 {
	font-size: 200%;
	margin-top: 50px;
	color: #7c8fb0;	
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}


#pageContent {
	word-spacing: 0.2em;
	letter-spacing: 0.02em;	
	margin: 0 auto;
	background-color: #FFFFFF;
	color: #000000;
	min-height: 600px;
	height: 100%;
	width: 900px;
	padding: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#main-content{

}

#main-content p{
  display: block;
}

a, a:visited{
	color: #0050b4;;
	text-decoration: underline;
	/*border-bottom: 2px solid #FF9900;*/
}

a:hover{
	color: #FF9900;
}

#the-bar1{
	border-left: 10px solid #7c8fb0;
	height: 75px;
/*	position: absolute;
	top:15px;*/
	margin-left: 15px;	
}


#header {
	background-color: #202B38;
	/*
	background-image: url(../images/header-museum.gif)
	background-position: center right;
	background-repeat: no-repeat;	
	*/
	width: 100%;
	height: 110px;
	color: #ffffff;
	text-align:center;
/*	font-size: 150%;*/
}

#header #go-home{
/*	float: right;
	clear: none; */
	border: none;
	text-align: center;
}

#header #go-home img{
	border: none;
	margin: 0 auto;
}

#header #contact-info{
/*	float: right; */
	position: relative;
	top: -19px;
	color: #cccccc;
	padding: 0px;
	margin: 0;
	text-align: center;
	font-size: 16px; 
	letter-spacing: 0.05em;
}

#header #contact-info p{
	font-family: "Trebuchet MS";
/*	font-size: 55%;*/
	margin: 0px 2px;
	padding: 0;
	font-variant: small-caps;
	display: inline;
}

#header #contact-info p#telephone{
  margin-bottom: 0px;
}

#header #contact-info p a, #header #contact-info p a:visited{
	color: #cccccc;
	text-decoration: none;
	border: none;
}

#header #contact-info p a:hover{
	color: #FF9900;
}

#menubar {
	background-color: #ECEFF3;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	color: #000000;
	font-size: 90%;
/*	border-bottom: 1px solid #7c8fb0; */
/*	height: 40px;*/
	/*
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	*/
}


/*colors for menu*/
/*
#menubar li{
	padding: 5px;
}

#menubar  li a{

}

#menubar  li a:hover{
  background-color:#ECEFF3;
	border: none;
	color: #000000;
}
#menubar ul{
  border: 1px solid #7c8fb0;
}

*/
#quote {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	height: auto;

}

#quote p{
	font-size: 130%;
	color: #7c8fb0;
	padding: 0;
	margin: 0;
}

#quote p span{
	margin: 0;
	padding: 0 10px;
	color: #c0c8db;
	font-family: "Arial Black", Helvetica, sans-serif; 
	font-size: 180%;
	vertical-align: middle;

}

#center-panel{
	height: 360px;
	padding: 10px;
	text-align: center;
}

#bottom-panel{
	height: auto;
	padding: 10px;
	vertical-align: bottom;
}

.the-box{
	float: left;
}

.the-box, #home-center-box {
	margin: 7px;
	width: 180px;
}


#home-center-box{
	margin: 0 auto;
	width: auto;
	height: auto;
	padding: 0px;
	font-size: 200%;
	color: #efefef;
}

.box-title {
	padding-left: 10px;
	color: #7c8fb0;	
	white-space: nowrap;
}

.box-content{
/*	font-size: 85%;*/
/*	word-spacing: 2pt;*/
	padding: 10px;
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	/*
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	*/
}

.box-footer{
	padding-left: 10px;
	border-left: 1px solid #efefef;
	color: #c0c8db;
	font-size: 80%;	
}

.box-footer, .box-footer a, .box-footer a:visited{
	color: #c0c8db;
	text-decoration: none;
}

#pageContent #center-panel .the-box .box-content ul {
	margin: 0;
	padding: 0;
}

#pageContent #center-panel .the-box .box-content li {
	list-style-type: none;
	padding: 2px;
}

#footer {
	margin-top: 25px;
	font-size: 70%;
	color: #cccccc;
	background-color: #fafafa;
	padding: 5px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

#footer a{
	text-decoration: none;
	color: #cccccc;
	border: none;
}

.float-left{
	float: left;
	clear: none;
}

.float-right{
	float: right;
	clear: none;
}

#financial-supporters li{
	list-style-type: none;
	padding: 2px;
}

.picture{
	padding: 10px;
	margin: 5px 25px;
	border: 1px solid #cccccc;
}

#on-page-nav{
	float: right;
	height: 20px;
	font-size: 80%;
	color: #7c8fb0;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}

#on-page-nav li{
	list-style-type: none;
	display: inline;
	padding: 0px 10px;
}

#on-page-nav a, #on-page-nav a:visited{
	color: #7c8fb0;
	border: none;
}

#on-page-nav a:hover{
	color: #FF9900;
}

#mfooter{
 background-color: #FFFFFF;
 color: #FFFFFF;
 font-size: 6px;
}
/*
.mlmenu{
  margin-top: -0.9em;
}

.the-line{
	border-bottom: 1px solid #7c8fb0; 
	height: 1px; 
	padding:0; 
	margin:0; 
	margin-top: -0.9em;
}

*/

#main-content ul, #main-content ul.list{
	margin: 20px;
}

#main-content ul li, #main-content ul.list li{
 list-style-type: square;
 padding: 5px;
}


.boxed-text{
	margin: 10px 30px;
	width: 700px;
}

.boxed-text-image{
	width: 190px;	
	margin: 0;
	padding: 0;
}

.boxed-text-desc{
	padding: 10px;
	margin: 5px 25px;
	width: 450px;	
	border-bottom: 1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC;
	background-color: #FAFAFA;
}

#popup-content{
  padding: 20px;
	margin: 10px;
	border: 1px solid #CCCCCC;
}

#navigation {background:#ECEFF3; text-align: left; border-bottom: 1px solid #202B38; font-size: 16px;}

#navigation #main_menu a, #navigation #main_menu a:visited{
	color: #000000;
	text-decoration: none;
	border-bottom: none;
}

.sidebar{
	width: 210px;
	padding: 5px;
	float: left;
}

form{
	display:inline;padding:0; margin:0;
}


#eImage{
  position: absolute;
  left: 500px;
  top: 150px;
  width: 610px;
  height: 650px;
  border: 1px solid #ccc;
  background-color: #eceff3;
  z-index: 10000;
/*  opacity: .5;
  filter: alpha(opacity=50); */
  visibility: hidden;
}

#eImage a{
	color: #fff;
}

