/* CSS Document :: Main */
/*
**	------------------
**	DIV stuff
**	------------------
*/

/*
	This is the container box for other DIV elements.  I am using this to wrap other
	DIVs is because this will allow the Dreamweaver to layout them properly.
*/
div.Box { /* This is a generic box container */
	clear:both;
	width: 100%;
	border: 0px solid #000;
	margin:0px;
	padding:0px;
	z-index:1;
}
div.BoxGB { /* This is a generic box container for GB */
	clear:both;
	width: 30%;
	border: 0px solid #000;
	margin:0px;
	padding:0px;
	z-index:1;
}
div#BoxNote {
	position:absolute;
	left:225px;
	top:225px;
	width:300px;
	height:200px;
	text-align:center;
	color:#000;
	padding:0px;
	border:0px solid #999;
	z-index:10;
}
div.BoxTop { /* This is the box containing the Logo and Adv, on the top of the page, redefined in other css */
	clear:both;
	width: 100%;
	border: 0px solid #000;
	background-color: #EEE;
	margin: 0px;
	padding: 0px;
	z-index:1;
}
div.BoxMain { /* This box holds the left menu and the main content window */
	clear:left;
	float:left;
	width:75%;
	border:0px solid #000;
}
div.BoxLegend { /* This is a box container for legends */
	display:none;
	width:100%;
	border: 0px solid #000;
	text-align:right;
	font-size:10px;
	margin:0px 0px 0px 0px;
	padding:0px 50px 0px 0px;
	z-index:1;
}
div.BoxVisitGallery { /* This is a box container for legends */
	display:inline;
	width:100%;
	border: 0px solid #000;
	text-align:right;
	font-style:italic;
	font-size:10px;
	margin:0px 0px 2em 0px;
	padding:0px 50px 0px 0px;
	z-index:1;
}
.BoxLegend .thumb,
.BoxLegend .video {cursor:default}
div.BoxThumb { /* This is a generic box container for pic thumbnails */
	width: 100%;
	border: 0px solid #000;
	margin:0px;
	padding:0px;
	z-index:1;
}
div.BoxPic {
	visibility:hidden;
	position:absolute;
	left:130px;
	top:125px;
	width:auto;
	height:auto;
	text-align:left;
	color:#000;
	background-color: #CCC;
	margin:0px;
	padding:1em;
	border:1px solid #999;
	z-index:10;
}
div.BoxPic p {
	width: 450px;
	font-size:1.25em; /* ~14px */
	font-weight:500;
	margin:0px 0px 10px 0px;
}
div.BoxHighlight {
	float:left;
	text-align:center;
	color:#000;
	margin:0px;
	border:0px solid #999;
}
div.BoxHighlight p {
	clear:both;
	font-size:1em; /* ~14px */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #036;
	padding:0px 5px 5px 5px;
}
#MenuLeft { /* Left menu, redefined in other css */
	float:left;
	width:150px;
	border:0px dotted #CCC;
	margin:30px 10px 10px 10px;
	padding:10px 0px 40px 0px;
	text-align:right;
	z-index:2;
}
#MenuLeft h3 {
	color:#CCC;
	font-size:1.2em;
	font-weight:700;
	margin:1em 0 .25em; /* ~18px 0 ~3px */
}
#MenuLeft p {
	font-size:1em;
	line-height:1.5;
	margin:0em 0em .2em 0em;
}

#Menu { /* This is the site's main link menu */
	float:left;
	width:150px;
	border:0px dash #CCC;
	margin:30px 10px 10px 10px;
	padding:10px 10px 40px 10px;
	background-image: url(../graphics/dotted_vertical.gif);
	background-repeat: repeat-y;
	background-position: left top;
	z-index:2;
}
#Menu h2 {
	color:#CCC;
	font-size:1.3em;
	font-weight:800;
	margin:.86em 0em .214em;
}
#Menu p {
	font-size:1em;
	line-height:1.5;
	margin:0em 0em 2em 0em;
}
#Menu strong {font-size:1.2em;}
#Menu ul {margin:0em 0em 0em 1em; padding:0px;}
#Menu li {list-style-type:none; margin:0px; padding:0px;}

#Content { /* This is the main content area */
	width:auto;
	min-height:400px;
	border:0px dotted #999;
	margin:0px 0px 20px 170px;
	padding:40px 10px 10px 10px;
	z-index:3;
}
#Content ul {margin:0.5em 0em 0em 1.5em; padding:0px;}
#Content li {margin:0em 0em 0em 1.5em; padding:0px;}
#Content p.url {
	color:#999;
	font-size:1em;
	font-style:italic;
	line-height:0.5em;
	font-weight:800;
	margin: 0px 0px 0.5em;
}
#PicLogo { /* This is the HouFamily logo on the top left hand corner of all pages */
	float:left;
	width:200px;
	height:auto;
	margin:10px 0px 10px 10px;
	padding:0px 0px 0px 0px;
	border:0px solid black; 
	z-index:2;
}

#PicMenu { /* This is the box that holds the pictorial menu links, redefined in other css */
	float:right;
	width:auto;
	height:0px;
	max-width:500px;
	text-align:right;
	margin:10px 10px 0px 0px;
	padding:0px;
	border:0px solid black; 
	z-index:2;
}
#toolTipLayer { /* This is the box that follows the mouse pointer to provide tips for the visitor */
	z-index:20;
}
#Header { /* This is the horizontal box on top separting the top header from the main sections, also containing the doc path */
	clear:both;
	width:100%;
	height:30px;
	margin:0px 0px 0px 0px;
	padding:0px;
	border-top:1px solid black; 
	border-right:0px solid black; 
	border-bottom:3px solid black;
	border-left:0px solid black; 
	z-index:2;
}

#Jiaying {
	font-size: 11px;
	color:#333;
	margin:0px;
	padding:0px 10px;
	background-image: url(../graphics/dotted_vertical.gif);
	background-repeat: repeat-y;
	background-position: right top;
	z-index:10;
}
#Vivian {
	font-size: 11px;
	color:#333;
	margin:0px;
	padding:0px 10px;
	z-index:10;
}

#headerLogo { /* This is within the #Header div, used to contain the HOUFAMILY */
	float:left;
	height:13px;
	padding:15px 0px 0px 180px; 
/*	background-image:url('../graphics/header_left.gif');
	background-position: left top;
	background-repeat:no-repeat; */
}

#headerOverlap { /* This is the floating pic for layout effects, redefined in other css */
	position:absolute;
	top:75px;
	left:65%;
	width:60px;
	height:60px;
	border: 0px solid #000;
	/*background-image:url(../graphics/DELSeal_Jiaying_SqSm.gif);
	background-position: left top;
	background-repeat:no-repeat;*/
}

#Copyright { /* Copyright box on the bottom of every page */
	clear:right;
	align:right;
	padding:5px 10px 0px 0px;
	text-align:right;
	font-weight:800;
	color:#999;
	border:0px solid #000;
}
#Copyright a:link 		{color: #999}
#Copyright a:visited	{color: #999}
#Copyright a:hover		{color: #999}


#copyrightText { /* Rules for the Copyright words */
	position:relative;
	left:-1.5em;
}

.Adv { /* This is the box that holds the advertisement links, redefined in other css */
	clear:both;
	height:60px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-weight:800;
	color:#999;
	border:0px solid #000;
}

/* ---( form )--- */
.form {
	border:0px solid red; 
	margin:0;
	padding:0; 
	text-align:left; 
	font-size:10px; 
	font-weight:bold;
	font:normal 10pt verdana;
	color:#339;
	}
.inputbox {
	color:#339;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	background-color:#EEE;
	border:1px solid #999;
	}
.submit {
	color:#000;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	background-color:#EEE;
	border:1px solid #666;
}
