/*-------------------------------------------------------------------------------------------
	CSS for Worcester Museums
	MJP // 03-09 // D3Corp
---------------------------------------------------------------------------------------------*/	



/*********************************************
	/ Here goes the main page
	/ properties. Make sure to read the 
	/ notes. 
*********************************************/	
body {
	background: #0053a0;
	margin: 0;
}


h1{
	text-indent:-9999px;
	padding:0;
	margin:0;
	height:0;
}

/*********************************************
	/ Here is the header top header
	/ and the flash div. 
*********************************************/

div.top-header {
	width: 890px;
	height: 26px;
	margin: 0 auto;
	padding: 0 10px 0 0;
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
	text-align: right;
	font-weight: bold;
}

	.top-header a {
		color: #94daf9;
		text-decoration: none;
		margin-right: 7px;
	}
	
	.top-header a:hover {
		color: #fff;
		text-decoration: underline;
		margin-right: 7px;
	}
	

div.flash-header {
	width: 900px;
	height: 327px;
	margin: 0 auto;
}


/*********************************************
	/ The navigation and all divs 
	/ inside of it. There should be 8. 
*********************************************/

div.navigation {
	width: 884px;
	height: 26px;
	margin: 0 auto;
	border-bottom: 5px solid #fff;
	border-right: 8px solid #fff;
	border-left: 8px solid #fff;
}


/*********************************************
	/ Here is the content box for both
	/ the homepage and the subpage. There
	/ are two different ones. 
*********************************************/



div.content-block-home {
	width: 888px;
	background: #c5edff;
	margin: 0 auto;
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; 
	color: #000;
}

	.content-block-home a { 
		color: #24759b;
		text-decoration: underline;
	}
	
	.content-block-home a:hover { 
		color: #000;
		text-decoration: none;
	}
	

div.content-block-sub {
	width: 888px;
	background: url(../images/sub-bg.jpg) left top repeat-y #c5edff;
	margin: 0 auto;
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; 
	color: #000;
}


div.content-block-sub2 {
	width: 888px;
	background: url(../images/sub-bg02.gif) left top repeat-y #c5edff;
	margin: 0 auto;
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; 
	color: #000;
}

	.content-block-sub a { 
		color: #24759b;
		text-decoration: underline;
	}
	
	.content-block-sub a:hover { 
		color: #000;
		text-decoration: none;
	}
	
div.content-block-sub-bottom {
	width: 888px;
	height: 11px;
	display: block;
	background: url(../images/sub-bottom.jpg) left top no-repeat;
	margin: 0 auto;
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
}

div.content-block-sub-bottom2 {
	width: 888px;
	height: 11px;
	display: block;
	background: url(../images/sub-bottom2.jpg) left top no-repeat;
	margin: 0 auto;
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
}

div.subpage_content {
	padding:0 21px 0 20px;
	}



/*********************************************
	/ On both the homepage and subpage there
	/ is a left and a right. These areas
	/ should easily fit both. 
*********************************************/

div.left-side { 
	width: 554px;
	float: left;
}

div.left-side-content {
	width: 510px;
	margin: 5px 0 0 20px;
}

div.right-side {
	width: 320px;
	float: right;
	padding: 5px 0 0 14px;
}




/*********************************************
	/ Here is the Footer area 
*********************************************/

div.footer {
	width: 870px;
	margin: 0 auto;
	background: url(../images/page-bottom.jpg) left top no-repeat;
	padding: 35px 15px 20px 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px; 
	color: #c5edff;
	text-align: center;
} 

	/* Links for footer */
	.footer a { 
		text-decoration: none;
		color: #c5edff;
	} 
	
	.footer a:hover {
		text-decoration: underline;
		color: #fef882;
	}
	
	
	/* the three areas in the footer */
	div.footer1 {
		width: 435px;
		float: left;
		text-align: left;
		font-size: 10px;
	}
	
	div.footer2 {
		width: 400px;
		float: right;
		text-align: right;
		font-size: 10px;
	}
	
	.footer-title {
		font-size: 15px;
		font-weight: bold;
		color: #94daf9;
	}
	
	.footer-form {
		border: 1px solid #000;
		font-size: 14px;
		width: 100px;
		height: 20px;
	}
		

/*********************************************
	/ Right Side Divs
*********************************************/

div.right-side-top {
	width: 286px;
	background: url(../images/right-top.jpg) left top no-repeat #fff;
	padding: 10px 10px 5px 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

	.right-title {
		font-size: 16px;
		font-weight: bold;
		color: #24759b;
	}
	
div.right-side-bot {
	width: 306px;
	display: block;
	height: 9px;
	background: url(../images/right-bottom.jpg) left top no-repeat;
}

/*********************************************
	/ Other design factors, headers, etc. 
*********************************************/	

div.break {
	width: 96%;
	padding: 10px;
	font-size: 10px;
	border-bottom: 1px solid #4c1256;
}


.titles {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #4c1256;
}

.testimonial {
	font-size: 10px; 
	font-weight: bold;
	font-style:italic;
}

.bg_light {
	background-color:#C6ECFE;
	}
	
.bg_medium {
	background-color:#98D8F8;
	}
		
.bg_dark {
	background-color:#1E4F9D;
	}

.formbutton {
	background-color: #C6ECFE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #1E4F9D;
	border: 2px solid #1E4F9D;
	padding: 3px;
	}

.header {
	font-size: 16px;
	font-weight: bold;
	color: #24759b;
	}

/*********************************************
	/ This is the homepage content. It will
	/ include the pictures, titles and the
	/ mission statement area. 
*********************************************/

div.home1 {
	float: left;
	width: 325px;
}

div.home2 {
	float: left;
	margin-left: 10px;
}

div.home3 {
	float: right;
	width: 325px;
}

div.home-title {
	font-size: 15px;
	font-weight: bold;
	font-style:italic;
	text-align: center;
	line-height: 20px;
	color: #4c1256;
	padding:5px 0 0 0;
}

div.home-mission {
	width: 860px;
	height: 70px;
	margin: 0 auto;
	background: url(../images/mission.jpg) left top no-repeat;
	padding: 23px 20px 0 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #000;
	font-weight: bold;
	text-align: center;
} 



/*********************************************
	/ Business Partners
*********************************************/	

div.business-partners {
	width: 850px;
	height: 90px;
	padding: 40px 0 0 8px;
	background:url(../images/partner-bg.jpg) top left no-repeat #fff;
	clear: both;
	margin: 0 auto;
}
	



/*********************************************
	/ I <3 Spacers
*********************************************/	

div.spacer {
	clear: both;
}

div.spacer-padding {
	clear: both;
	padding-bottom: 10px;
}

div.spacer-padding-large {
	clear: both;
	padding-bottom: 20px;
}





.right {
	float:right;
	margin:0 0 5px 10px;
	}
	
.left {
	float:left;
	margin:0 10px 5px 0px;
	}
	
.borderless {
	border:0px;
	}

.summary {
	border:1px solid black;
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	font-size:9px;
	}
	
.summary td {
	text-align:center;
	vertical-align:middle;
	border:1px solid black;
	padding:2px;
	}

.summary .left {
	text-align:left;
	}
	
.summary .th {
	font-weight:bold;
	background-color:#dddddd;
	}
	
.tooltip{
	background-color:#FFFFFF;
	border:2px solid #CCCCCC;
	padding:5px;
	white-space:nowrap;
}
	