/* CSS Document */

	html
	{
		height:				100%;	
	}

	body
	{
		background-color:	rgb(255, 255, 255);
		font-family:		Verdana, Arial, Helvetica, Sans-Serif;
		font-size:			12px;
		color:				rgb(0,0,0);
	 	margin:				0px;
	}
	
	body.home
	{
		background-color:	rgb(5, 24, 92);
		background-image:	url(../images/home_water.jpg);
		background-repeat:	no-repeat;
		background-position:center top;
		height:				100%;
	}
	
	#navigation_bar
	{
		position:			absolute;
		left:				0px;
		top:				115px;
		width:				800px;
		height:				15px;
		background-image:	url(../images/background_nav.gif);
		background-color:	rgb(255,255,255);
		border-top:			1px solid rgb(0,67,176);
		border-bottom:		1px solid rgb(0,67,176);
	}
	
	.main_nav_text_div
	{
		margin-left:		6px;
		margin-right:		16px;	
	}
	
	#navigation_table
	{
		margin-top:			1px;
	}
	
	.nav_menu
	{
		position:			absolute;
		visibility:			hidden;
		z-index:			100;
		width:				120px;	
		background-color:	rgb(0,58,152);
		border:				2px solid rgb(0,58,152);
	}
	
	.nav_menu_divider
	{
		height:				1px;
		background-color:	rgb(0,58,152);	
	}
	
	#home_content
	{
		position:			relative;
		top: 				115px;
	    width:				740px;
		height:				100%;
		margin-left: 		auto;
	    margin-right: 		auto;
	    padding: 			0px;	
	}
	
	#home_top_block
	{
		position:			relative;
		background-color:	rgb(54, 127, 189);
		top: 				10px;	
		width:				740px;
		height:				269px;
	}
	
	#home_main_tl_corner
	{
		position:			absolute;
		top: 				0px;	
		left:				0px;
		width:				10px;
		height:				10px;		
	}
	
	#home_main_tr_corner
	{
		position:			absolute;
		top: 				0px;	
		left:				730px;
		width:				10px;
		height:				10px;		
	}
	
	#home_main_bl_corner
	{
		position:			absolute;
		top: 				259px;	
		left:				0px;
		width:				10px;
		height:				10px;		
	}
	
	#home_main_br_corner
	{
		position:			absolute;
		top: 				259px;	
		left:				730px;
		width:				10px;
		height:				10px;		
	}
	
	#home_main_photo
	{
		position:			absolute;
		top: 				14px;	
		left:				14px;
		width:				226px;
		height:				240px;	
	}
	
	#home_main_text
	{
		position:			absolute;
		top: 				14px;	
		left:				253px;
		width:				216px;
		height:				192px;	
	}
	
	#home_main_text_body
	{
		position:			absolute;
		top: 				112px;	
		left:				253px;
		width:				210px;
		height:				117px;
	}
	
	#home_main_arrow
	{
		position:			absolute;
		top: 				229px;	
		left:				453px;
		width:				12px;
		height:				13px;	
	}
	
	#home_main_scroller_window
	{
		position:			absolute;
		top: 				14px;	
		left:				493px;
		width:				235px;
		height:				239px;	
		background-color:	rgb(94,153,202);	
	}
	
	#home_scroller_tl_corner
	{
		position:			absolute;
		top: 				0px;	
		left:				0px;
		width:				10px;
		height:				10px;		
	}
	
	#home_scroller_tr_corner
	{
		position:			absolute;
		top: 				0px;	
		left:				225px;
		width:				10px;
		height:				10px;		
	}
	
	#home_scroller_bl_corner
	{
		position:			absolute;
		top: 				229px;	
		left:				0px;
		width:				10px;
		height:				10px;		
	}
	
	#home_scroller_br_corner
	{
		position:			absolute;
		top: 				229px;	
		left:				225px;
		width:				10px;
		height:				10px;		
	}
	
	#home_main_exhibits_head
	{
		position:			absolute;
		top: 				12px;	
		left:				14px;	
		width;				auto;
		height:				15px;
	}
	
	#home_main_window
	{
		position:			absolute;
		top: 				41px;	
		left:				11px;	
		background-color:	rgb(0,255,0);
		border-width:		0px;
	}
	
	#home_scroller_outerwindow
	{
		position:			absolute; 
		top:				0px; 
		left:				0px; 
		height:				175px; 
		width:				202px; 
		overflow:			hidden; 
		border-width:		0px;
	}
	
	#home_scroller_innnerwindow
	{
		position:			absolute; 
		top:				0px; 
		left:				0px;
		margin-right:		6px;
		padding-right:		6px;
		border-width:		0px;
		font-size:			10px;
	}
	
	#home_sub_blocks
	{
		position:			relative;
		top: 				21px;	
		width:				740px;
		height:				199px;	
	}
	
	#home_sub_block_l
	{
		position:			absolute;
		background-color:	rgb(54, 127, 189);
		top: 				0px;	
		left:				0px;
		width:				231px;
		height:				199px;	
	}
	
	#home_sub_l_tl_corner
	{
		position:			absolute;
		top: 				0px;	
		left:				0px;
		width:				10px;
		height:				10px;		
	}
	
	#home_sub_l_tr_corner
	{
		position:			absolute;
		top: 				0px;	
		left:				221px;
		width:				10px;
		height:				10px;		
	}
	
	#home_sub_l_bl_corner
	{
		position:			absolute;
		top: 				189px;	
		left:				0px;
		width:				10px;
		height:				10px;		
	}
	
	#home_sub_l_br_corner
	{
		position:			absolute;
		top: 				189px;	
		left:				221px;
		width:				10px;
		height:				10px;		
	}
	
	#home_sub_l_head
	{
		position:			absolute;
		top: 				21px;	
		left:				10px;
	}
	
	#home_sub_l_photo
	{
		position:			absolute;
		top: 				43px;	
		left:				10px;
	}
	
	#home_sub_l_text
	{
		position:			absolute;
		top: 				149px;	
		left:				10px;
		width:				207px;
		height:				18px;
	}
	
	#home_sub_l_arrow
	{
		position:			absolute;
		top: 				173px;	
		left:				204px;
	}
	
	#home_sub_block_c
	{
		position:			absolute;
		background-color:	rgb(54, 127, 189);
		top: 				0px;	
		left:				241px;
		width:				231px;
		height:				199px;	
	}
	
	#home_sub_c_tl_corner
	{
		position:			absolute;
		top: 				0px;	
		left:				0px;
		width:				10px;
		height:				10px;
		z-index:			50;		
	}
	
	#home_sub_c_tr_corner
	{
		position:			absolute;
		top: 				0px;	
		left:				71px;
		width:				160px;
		height:				184px;	
		z-index:			50;	
	}
	
	#home_sub_c_bl_corner
	{
		position:			absolute;
		top: 				189px;	
		left:				0px;
		width:				10px;
		height:				10px;	
		z-index:			50;	
	}
	
	#home_sub_c_br_corner
	{
		position:			absolute;
		top: 				189px;	
		left:				221px;
		width:				10px;
		height:				10px;		
		z-index:			50;
	}
	
	#home_sub_c_head
	{
		position:			absolute;
		top: 				22px;	
		left:				14px;
		width:				200px;
		height:				72px;
		z-index:			100;
	}
	
	#home_sub_c_text
	{
		position:			absolute;
		top: 				54px;	
		left:				16px;
		width:				120px;
		height:				72px;
		z-index:			100;
	}
	
	#home_sub_c_arrow
	{
		position:			absolute;
		top: 				173px;	
		left:				204px;
		z-index:			100;
	}
	
	#home_sub_block_r
	{
		position:			absolute;
		top: 				0px;	
		left:				510px;
		width:				230px;
		height:				199px;	
		margin-right:		11px;
	}
	
	#home_sub_r_head
	{
		position:			absolute;
		top: 				32px;	
		left:				0px;
		width:				140px;
		height:				15px;	
		padding-bottom:		8px;
		border-bottom:		1px dashed rgb(255,255,255);
		z-index:			100;
	}
	
	#home_sub_r_image
	{
		position:			absolute;
		top: 				12px;	
		left:				140px;
		width:				85;
		height:				64px;
		z-index:			50;	
	}
	
	#home_sub_r_text
	{
		position:			absolute;
		top: 				72px;	
		left:				0px;
		width:				auto;
		height:				120px;
	}
	
	#home_nc_blocks
	{
		position:			relative;
		top: 				70px; 	
		width:				740px;
		height:				100%;	
		padding-bottom:		24px;
		clear:				both;
	}
	
	#home_nc_cal_block
	{
		position:			relative;
		width:				218px;
		float:				left;
	}
	
	#home_nc_news_block
	{
		position:			relative;
		width:				458px;
		float:				right;
	}
	
	#home_nc_cal_head
	{
		position:			relative;
		top: 				0px;	
		left:				0px;
		width:				100%;
		height:				15px;		
		padding-bottom:		8px;
		border-bottom:		1px dashed rgb(255,255,255);
	}
		
	#home_nc_news_head
	{
		position:			relative;
		top: 				0px;	
		left:				0px;
		width:				100%;
		height:				15px;	
		padding-bottom:		8px;
		border-bottom:		1px dashed rgb(255,255,255);	
	}	
	
	#home_nc_cal_text
	{
		position:			absolute;
		top: 				48px;	
		left:				0px;
		width:				100%;
	}
	
	#home_nc_news_text
	{
		position:			absolute;
		top: 				48px;	
		left:				0px;
		width:				100%;
	}
	
	#home_footer
	{
		position:			relative;
	/*	top: 				10px;	*/
		bottom:				20px;
		width:				740px;
		height:				36px;	
		text-align:			center;
		float:				both;
	}
	
	#main_content
	{
		left:				0px;
		top:				89px;
		position:			absolute;
		width:				776px;
		height:				100%;
		background-color:	rgb(255,255,255);
		padding:			12px;
	}
	
	div.home_exhibit_item
	{
		position:			relative;
		width:				190px;
		padding-bottom:		9px;
		margin-bottom:		9px;
		border-bottom:		1px solid rgb(154, 232, 246);
		clear:				both;
	}
	
	div.home_exhibit_photo
	{
		position:			relative;
		padding-right:		9px;
	}
	
	div.home_exhibit_arrow
	{
		position:			relative;
		padding-right:		2px;
		padding-left:		2px;
	}
	
	div.home_exhibit_text
	{
		position:			relative;
	}
	
	.sub_nav_arrow_box_off
	{
		width:				19px;
		height:				19px;
		background-color:	rgb(60,118,205);
	}
	
	.sub_nav_arrow_box_on
	{
		width:				19px;
		height:				19px;
		background-color:	rgb(0,153,255);
	}
	
	.sub_nav_text_box_off
	{
		height:				19px;
		padding-left: 		6px;
		padding-right:		12px;
		background-color:	rgb(2,78,190);
	}
	
	.sub_nav_text_box_on
	{
		height:				19px;
		padding-left: 		6px;
		padding-right:		12px;
		background-color:	rgb(40,104,200);
	}
	
	div.spacer
	{
		clear:				both;
	}
	
/* Text Styles */

	.main_nav_off, a.main_nav_off:link, a.main_nav_off:hover, a.main_nav_off:visited
	{
		color:				rgb(204,255,255);
		font-size:			10px;
		letter-spacing: 	-0.015em;
		text-decoration:	none;
	}
	
	.main_nav_on, a.main_nav_on:link, a.main_nav_on:hover, a.main_nav_on:visited
	{
		color:				rgb(255,255,255);
		font-size:			10px;
		letter-spacing: 	-0.015em;
		text-decoration:	none;
	}
	
	.home_nav_off, a.home_nav_off:link, a.home_nav_off:hover, a.home_nav_off:visited
	{
		color:				rgb(255,255,255);
		font-size:			10px;
		letter-spacing: 	-0.015em;
		text-decoration:	none;
	}
	
	.home_nav_on, a.home_nav_on:link, a.home_nav_on:hover, a.home_nav_on:visited
	{
		color:				rgb(255,255,255);
		font-size:			10px;
		letter-spacing: 	-0.015em;
		text-decoration:	none;
	}
	
	.sub_nav_arrow_off, a.sub_nav_arrow_off:link, a.sub_nav_arrow_off:hover, a.sub_nav_arrow_off:visited
	{
		color:				rgb(153,204,255);	
		font-size:			10px;
		letter-spacing: 	-0.015em;
		text-decoration:	none;
	}
	
	.sub_nav_text_off, a.sub_nav_text_off:link, a.sub_nav_text_off:hover, a.sub_nav_text_off:visited
	{
		color:				rgb(153,204,255);		
		font-size:			10px;
		letter-spacing: 	-0.015em;
		text-decoration:	none;
	}
	
	.sub_nav_arrow_on, a.sub_nav_arrow_on:link, a.sub_nav_arrow_on:hover, a.sub_nav_arrow_on:visited
	{
		color:				rgb(255,255,255);		
		font-size:			10px;
		letter-spacing: 	-0.015em;
		text-decoration:	none;
	}
	
	.sub_nav_text_on, a.sub_nav_text_on:link, a.sub_nav_text_on:hover, a.sub_nav_text_on:visited
	{
		color:				rgb(255,255,255);		
		font-size:			10px;
		letter-spacing: 	-0.015em;
		text-decoration:	none;
	}
	
	span.home_main_text
	{
		font-size:			12px;
		color:				rgb(174,204,229);	
		line-height:		18px;	
	}
	
	span.home_subheads
	{
		font-size:			18px;
		color:				rgb(255,255,255);	
		letter-spacing: 	-0.01em;
		line-height:		12px;
	}
	
	span.home_exhibit_text
	{
		font-size:			10px;
		color:				rgb(154, 232, 246);	
	}
	
	span.home_feature_head
	{
		font-size:			14px;
		color:				rgb(255,255,255);	
		letter-spacing: 	-0.01em;
		font-weight:		500;
	}
	
	span.home_feature_subtext
	{
		font-size:			10px;
		color:				rgb(255,255,255);
		font-weight:		500;	
	}
	
	span.home_education_head
	{
		font-size:			14px;
		line-height:		17px;
		color:				rgb(255,255,255);	
		letter-spacing: 	-0.01em;
		font-weight:		500;
	}
	
	span.home_education_subtext
	{
		font-size:			10px;
		color:				rgb(155,191,222);	
	}
	
	ul.span.home_visit_list, span.home_visit_list, a.home_visit_list:link, a.home_visit_list:hover, a.home_visit_list:visited
	{
		list-style-type:	none;
		list-style-position:outside;	
		color:				rgb(255,255,255);
		font-size:			10px;
		font-weight:		bold;
		text-decoration:	none;
		line-height:		20px;
	}
	
	span.home_nc_list, a.home_nc_list:link, a.home_nc_list:hover, a.home_nc_list:visited
	{
		color:				rgb(255,255,255);
		font-size:			10px;
		text-decoration:	none;
		line-height:		150%;
	}
	
	span.home_footer_text
	{
		color:				rgb(255,255,255);
		font-size:			10px;	
	}
	
	span.home_exhibit_link, a.home_exhibit_link:link, a.home_exhibit_link:hover, a.home_exhibit_link:visited
	{
		color:				rgb(255,255,255);
		font-size:			10px;
		font-weight:		bold;
		text-decoration:	none;
	}
	
	
