/* Style sheet  */
html { 
	min-height: 100%;
	margin-bottom: 1px; 
}

body {
	background-color: #375AAE;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
}
#main {
	background-color: #fff;
	min-width:790px;
}


/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#7CB0E2;
}

/* LANGUAGES */

#languages {
	background-color: #162B62;
	height: 1.7em;
}

#languages ul li#chinese  {
	color: #FEA58B;
	text-decoration: none;
}	
#languages ul li a:link, #languages ul li a:visited, #languages ul li a:hover, #languages ul li a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#languages ul li a:hover {
	text-decoration: underline;
}


	
/* TOP BANNER */

#topbanner {
	height: 160px;
	background-image: url(images/banner_bkgd.jpg);
	background-repeat: repeat-x;
}


#topbanner #hiddentitle, #hiddentitle span {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 160px;
	background-position: 0px 0px;
	color: #FFFFFF;
}

/* PAGE CONTENT ATTRIBUTES */

#content {
	width: 77%;
	float: left;
	margin: 0;
	padding: 0 0 1em .9em;
}
#content ul li {
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 7px 4px;
	margin: 0px;
	padding: 0 0 4px 20px;
}
#content  p, #content ul li {
	color: #333333;
	font-size: 115%;
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
	color:#A21921;
	text-decoration: underline;
}

#content a:hover {
	color: #000000;

}

#content a:visited {
	color: #400000;
}


#content h2 {
	color: #A21921;
	font-size: 160%;
	font-weight: bold;
	margin-top: 1.5em;
	}
#content   h3  {
	color: #000000;
	font-size: 130%;
	font-weight: normal;
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 25px;
	text-decoration: none;
	background-color: #EFEBEA;
}

#content h4 {
	color: #400000;
	font-size: 115%;
	font-weight: normal;
}
#content .box {
	background-color: #E3EDF9;
	float: left;
	padding-bottom: 10px;
}
#content .box h3 {
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#content  .floatleft  img {
	float: left;
	padding-right: 10px;
}



/* QUOTES */
blockquote {
	font-size: 140%;
	background-image: url(images/blockquotegrad.jpg);
	background-repeat: repeat-x;
	background-color: #F0ECEC;
	font-family: "Times New Roman", Times, serif;
	line-height: 25px;
	text-align: center;
	padding-right: 1.2em;
	padding-bottom: 3em;
	padding-left: 1.2em;
	margin-bottom: 1em;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	color: #392224;
	padding-top: 1.2em;
}

blockquote .credit {
	font-family: simsong;
	padding-right: 0.6em;
	float: right;
	color: #333333;
	font-size: 85%;
	padding-top: .5em;
}



/* MAIN NAVIGATION */

#mainnav {
	float: left;
	width: 19%;
	background-color: #EBF4FC;
	padding-bottom:1em;
}
#mainnav ul {
	margin: 0px;
}

#mainnav ul li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1D7E8;
}
#mainnav ul ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 9px 6px;
	padding: 0px;
}


#mainnav ul li a {
	display: block;
	text-decoration: none;
	font-size: 1.12em;
	padding-right: 0.7em;
	padding-bottom: 0.4em;
	padding-left: 0.7em;
	padding-top: 0.3em;
	color: #333333;
}	
#mainnav   ul   ul   li a  {
	padding-left: 1.7em;
}

	
#mainnav ul li a:hover  {
	text-decoration: underline;
	background-color: #C8E0F7;

}
#mainnav ul li a:visited {
	color: #333333;
}

#mainnav  a:link, #mainnav  a:active    {
	color:#333333;
}
#mainnav   ul   li .days {
	font-size: 110%;
	margin-left: 0.7em;
	display: block;
	color: #333333;
}


/* FOOTER BAR */

#footer {
	background-color: #19316D;
	color: #FFFFFF;
}

#footer ul {
	margin-top: 0em;
}
#footer ul li  {
	display: inline;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
}
#footer ul li a:visited {
	color: #E1D7C1;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #E1D7C1;
}

#wsscredit {
	font-size: 90%;
	color: #B4B4B4;
	text-align: center;
}
