/* CSS Document Ming-Qing general stylesheet*/
/***************body styles ***************/
body {
	font-family: sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	background-repeat: repeat;
	background-image:url(../pics/ming1.gif);
}
/******* hyperlink and anchor tag styles *******/

a:link{
	color: #7781B1;
	text-decoration: none;
}
a:visited{
	color: #7781B1;
text-decoration:none;
}
a:hover{
	text-decoration: underline;
}

h1{
 font: bold 120% Arial,sans-serif;
 font-variant:small-caps;
 color: #334d55;
 padding: 2px;
 border: 1px solid #333333; 
 letter-spacing: 0.4em;
 min-width: 240px;
 color:#333333;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #4C547E;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #001734;
 margin: 0px;
 padding: 0px;
}

/*************** header styles ***************/
#header {
	font-size: 70%;
	margin:3px 50px 0px 20px;
	letter-spacing: 0.05em;
	z-index: 4;
	/*** added following line as visual marker for dev **/
	/*background-color:#FF0000; */
	/*background-color:#c3c9e3; */
	/*the following is Gregs color choice */
	background-color:#A3ABCC;
}

/************* title styles **************/
#title {

	position:relative;
	width:auto;
	min-width:780px;
	margin:0px 20px 0px 20px;
	background-color:#7781B1;
	border: 1px solid #ffffff;
	top: 10px;
    padding: 10px 10px 0px 10px;
	z-index:3;
}
#hidden_title {
	visibility:hidden;
	display:none;
	position:relative;
	width:auto;
	margin:0px 20px 0px 20px;
	background-color:#7781B1;
	border: 1px solid #ffffff;
	top: 0px;
	height:66px;
    padding: 0px 10px 0px 10px;
	z-index:3;
}
/************* content styles **************/
#content {
	position:relative;
	top:20px;
	width:auto;
	min-width:780px;
	height: auto;
	border: 1px solid #ffffff;
	margin:0px 20px 0px 20px;
	background-color:#7781B1;
	padding:10px;
	z-index:1; 
	}
html>body #content {
top:20px;
}

#main {
	border: 0px solid #ffffff;
	margin: 0px 0px 0px 0px;	
	height: auto;
}

#sectiontitle {
position: absolute;
top: 9px;
left: 0px;
}
html>body #sectiontitle {
left: 10px;
}

#story {
border: 0px solid #ffffff;
margin-right: 0px;
padding: 10px 10px 10px 20px;
font-size: 80%;
height:360px;
background-image:url(../pics/test.gif);
}
html>body #story, html>body #survey {
min-height: 360px;
height:auto;
}

#story img{
float: left;
//margin: 0px 10px 160px 0px;
margin: 50px 10px 500px 0px;
padding: 4px;
background-color: #333333;
}


#survey {
padding: 10px 10px 10px 10px;
font-size: 75%;
height:360px;
background-color:#F0F2FE;
}

/*************** navigation styles ***************/
#navigation {
	padding: 2px 0px 2px 0px;
	width:auto;
	min-width:800px;
	margin: 0px 20px 0px 20px;
	border-bottom: 3px solid #000000;
	font:90% Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	position: relative;
	top:15px;
	height: 16px;
	z-index:2;
}
#navigation img{
display:block;
margin:0px;
margin-bottom:-4px;
padding:0px;
}
#utilities{
	font:90% Trebuchet MS, Arial, Helvetica, sans-serif;
	position:absolute;
	top:1px;
	right:2px;
}

#utilities a:link, #utilities a:visited{
	color: #000000;
	text-decoration: none;
}
#utilities a:hover{
color:#6699FF;
	text-decoration: underline;
}

.intronav a:link, .intronav a:visited{
 font: bold 90% Arial,sans-serif;
 color: #4C547E;
}
/************** navigation link styles *****************/

a.nlink, a.nlink:visited{
  	font-size: 10pt;
  	color: #000000;
	margin: 0px 10px;
	padding: 1px 5px 3px 5px;
}

a.nlink:hover{
  	background-color: #000000;
	color:#ffffff;
	text-decoration: none;
}
#topnav{
font-weight: bold;
padding: 0px 0px 2px 100px;
width:auto;
}

/************ subglobalNav styles **************/

.subnavbar{
	position: absolute;
	top: 0px;
	padding: 2px 10px 2px 10px;
	visibility: hidden;
	color: #000000;
	font-size:10pt;
	font-weight: bold;
	background-color:#ffffff;
	width:auto;
	z-index:6;

}

.subnavbar a:link, .subnavbar a:visited {
	color: #000000;
	display: block;
}

.subnavbar a:hover{
	background-color:#000000;
	color: #ffffff;
	text-decoration: none;
}

/*************** list tag styles ***************/

ul{
 list-style-type:square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/************* table styles **************/

th {
	text-align: left;
	color: #FFFFFF;
	background-color: #3E4869;
		padding-left: 2px;
		padding-top: 2px;
	padding-bottom: 10px;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

td {
	padding: 2px 2px 3px 2px;
	vertical-align:top;
	
}
#survey table {
	padding: 2px;
	border: 0px solid #333333;
	font-size: 100%;
}
table {
	padding: 2px;
	border: 1px solid #333333;
	color:#406284;
}

.noborder {
	border: 0px solid #333333;
}

tfoot{
	text-align: right;
	font-size:80%;
	color:#333333;
	background-color:#CFD1DC;
}
 
.empty {
font-size:20%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	}
.chinese {
font-family: PMingLiU;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
/*************** footer styles ***************/
#footer {
	height:15px;
	position:relative;
	letter-spacing: 0.05em;
	font-size:65%;
	top:10px;
	margin:10px 10px 0px 20px;
	padding: 10px 0px 10px 0px;
	border: 0px solid #ffffff;
}

#footer a:link, #footer a:visited{
	color: #333333;
	text-decoration: none;
	border: 0px solid #ffffff;
}

#footer a:hover{
	color: #333333;
	text-decoration: underline;
	border: 0px solid #ffffff;
}

@media print {
/***************body styles ***************/
body {
line-height:normal;
}

#hidden_title {
	visibility:visible;
	display:block;
}

a:link, a:visited {
	color:#666666;
	text-decoration: underline;
	}

/************* content styles **************/
#content
{
	position:relative;
	width: 100%;
	background: none;
	height: auto;
	overflow: visible;
	z-index:4;
	}

#main{
	width: 100%;
	padding: 0;
	background: none;
	margin: 2px;
	height: auto;
	overflow: visible;
	}
#story{
	width: 95%;
	height: auto;
	background: none;
	margin: 5px;
	overflow: visible;
	}

/*************** styles that should not be displayed***************/
#utilities, #title, #sectiontitle, #navigation, #header
{
	display:none;
	visibility:hidden;
}

/*************** footer styles ***************/
#footer
{
	width: 95%;
	border: 0;
	margin: 0px;
	padding: 0;
	left: 5px;
	top: 10px;
	}
}