/* CSS Document */
/***** Top *****/
#top {
	background-image:url(../images/background/corp/1/bg_top.jpg);
}

#about_top {
	background-color:#ffffff;
	width:354px;
	height:26px;
	float:right;
}
	#about_top select {
		font-size: 1em;
	}

/***** Middle *****/
#middle {
	background-image:url(../images/background/corp/1/bg_middle.jpg);
	background-color: #d9dfed;
}

#about_middle {
	background-color:#d9dfed;
	width:339px;
	height:44px;
	float:right;
	padding: 70px 15px 0px 0px;
	text-align:right;
	color:#c4c9d6;
	font-size:3.6em;
}

/***** Bottom *****/
#bottom {
	background-image:url(../images/background/corp/1/bg_bottom.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	min-height:417px;
} 

#about_bottom {
	background-color: #ffffff;
	width: 324px;
	height: 380px;
	float: right;
	padding: 15px 15px 15px 15px;
	overflow: scroll;
	overflow-x: hidden;

}

#about_bottom_subnav {
	width: 324px;
	font-size: 1em;
}
		#about_bottom_subnav ul {
			 list-style: none;
			 margin: 0px;
			 padding: 0px 0px 10px 0px;
		}
		#about_bottom_subnav li {
			 list-style: none;
			 margin: 0px;
			 padding: 0px 8px 3px 0px;
		}
		
		#about_bottom_subnav a {
			text-decoration: underline;
			color: #474747;
		}
		
		#about_bottom_subnav a:hover {
			text-decoration: underline;
			color: #3e578f;
		}


	#about_bottom  ul {
	font-size: 1.1em;
	 list-style: disc;
	}


	#about_bottom a {
		text-decoration: underline;
		color: #474747;
	}
	
	#about_bottom a:hover {
		text-decoration: underline;
		color: #3e578f;
	}
	
	#about_bottom h2 {
		font-size: 1.8em;
		color: #3e578f;
		margin-top: 0px;
		font-weight: 200;
	}
	
	#about_bottom h3 {
		font-size: 1.4em;
		color: #3e578f;
		padding: 2px 0px 0px 0px;
		font-weight: 300;
		margin-bottom: 0px;
	}
	
	#about_bottom h4 {
		font-size: 1.1em;
		color: #3e578f;
		padding: 0px 0px 0px 0px;
		font-weight: bold;
		margin: 0px;
	}
	
	#about_bottom h5 {
		font-size: 1.1em;
		color: #474747;
		padding: 0px 0px 0px 0px;
		font-weight: bold;
		margin: 0px;
	}
	
	#about_bottom p {
		font-size: 1.1em;
	}

/***** Content *****/
#corp_popup {
	visibility:hidden;
	position:absolute;
	margin: 15px;
	padding:15px 15px 0px 15px;
	background-color:#3e578f;
	width: 213px;
	color:#FFFFFF;
	
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85; 
}

	#corp_popup h2 {
		font-size: 1.6em;
		color: #FFFFFF;
		font-weight: 200;
		padding: 0px 0px 15px 0px;
		margin: 0px;
	}
	
	#corp_popup	 p {
		color: #FFFFFF;
		padding: 0px 0px 15px 0px;
		margin: 0px;
		font-size: 1.2em;
	
	}

#private_popup {
	visibility:hidden;
	position:absolute;
	margin: 15px;
	padding:15px 15px 0px 15px;
	background-color:#3e578f;
	width: 213px;
	color:#FFFFFF;
	
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85; 
}

	#private_popup h2 {
		font-size: 1.6em;
		color: #FFFFFF;
		font-weight: 200;
		padding: 0px 0px 15px 0px;
		margin: 0px;
	}
	
	#private_popup	 p {
		color:#FFFFFF;
		padding:0px 0px 15px 0px;
		margin:0px;
		font-size: 1.2em;
	
	}


