@charset utf-8;
/* CSS Document */





/* ------------------------------
HTML Redefine Tags
------------------------------ */
body{
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #3b4a81;
	font-variant: small-caps;
	font-weight: lighter;	
	padding: 15px 10px 10px 10px;
	margin: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #3b4a81;
	font-variant: small-caps;
	font-weight: lighter;	
	padding: 15px 10px 10px 10px;
	margin: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #3b4a81;
	font-variant: small-caps;
	font-weight: lighter;	
	padding: 15px 10px 10px 10px;
	margin: 0px;
}

p {
	font-family: Garamond, Times New Roman, serif;
	font-size: 15px;
	padding: 7px 10px 7px 10px;
	margin: 0px;
}

ul, menu, dir {
	display:block;
	list-style-type:none;
	margin: 1em;
	padding: 0;
	font-family: Garamond, Times New Roman, serif;
}

ul li {
	display:list-item;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	font-family: Garamond, Times New Roman, serif; 
	padding-left: 1.5em; 
	font-size: 15px;
} 

ol li {
	display:list-item;
	background-repeat: no-repeat;
	font-family: Garamond, Times New Roman, serif; 
	padding-left: 1.5em; 
	font-size: 15px;
}

a:link, a:visited{
	text-decoration:underline;
	color:#333333; /*#3B4A81;*/
} 
a:hover{text-decoration:none;}

/* ------------------------------
PAGE STRUCTURE
------------------------------ */

/* #container has an absolute width (980 pixel) */

#container{
	position: relative;
	width:980px;
	margin:0 auto;
	padding:0;
	border: thin solid #000000;
	
}
#topbar{
	display: inline-block;
	width:980px;
	height:70px;
	background-image: url(images/top_gradientSmall.jpg);
	background-repeat: repeat-y;
	margin:0;
	padding:0;
}

#slideshow {
	width:980px;
	height:150px;
	background-repeat: repeat;	
	margin:0;
	padding:0;
}

#main{
	width:auto; 
	display:block; 
	padding:0;
	margin:0;
	text-align: left;
}

/* next 2 divs are for the columns in bilingual.dwt*/


#two-col-left {
	width:495px;
	margin:0;
	padding:0;
}

#two-col-right {
	position:absolute; 
	right:0; 
	top:0; 
	width:495px; 
	margin: -10px 0 0 0;
	padding:0;
}


/* next 3\ divs are for the columns in imm pages*/

#column_left{
	width:200px;
	margin:0 10px 0 0;
	margin-bottom: -1px;
	float:left;
	background-image: url(images/left_nav_bg.jpg);
}
#column_middle{
	width:540px; 
	margin: 0px 10px 0 0; 
	float:left;
}

#column_right{
	width:200px;
	float:left;
	margin: 0 0 -1px 0;
}

div.spacer{clear:both; height:1px; display:block;}

#column_left ul {
}

#column_left li {
	background-image: url(images/leftNav_dots.gif);
	background-repeat: repeat-x;
	list-style-type: none;
	list-style-image: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: -15px;
	margin-right: 30px;
	font-family: Garamond, Times New Roman, serif;
	font-size: 14px;
}

#column_left li A:link,
#column_left li A:visited {
	text-decoration: none; 
	color: #CCCCCC;
}

#column_left li A:active,
#column_left li A:hover {
	text-decoration: none; 
	color: #FFFFFF;
}

#footer{
	width:980px; 
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-variant: small-caps;
	text-align:right;
	padding-top: 0px;
}

#footer A:link,
.fwh #footer A:visited {
	text-decoration: none; 
	color: #666666;
}

#footer A:active,
#footer A:hover {
	text-decoration: underline; 
	color: #666666;
}

/* ------------------------------
CUSTOM CLASSES
------------------------------ */



#fwh_logo {
	position:absolute;
	width:200px;
	height:38px;
	left: 20px;
	top: 16px;
}
#searchbutton {
	position:absolute;
	width:36px;
	height:28px;
	right: 15px;
	top: 24px;
}
#searchbox {
	position:absolute;
	width:100px;
	height:25px;
	right: 70px;
	top: 24px;
}
#english {
	position:absolute;
	width:50px;
	height:25px;
	right: 250px;
	top: 8px;
}
#chinese {
	position:absolute;
	width:43px;
	height:25px;
	right: 197px;
	top: 8px;
}

#no_und a:link,
#no_und a:visited {
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#whitebox {
	background-color:white; 
	margin:10px; 
	border:solid 1px #CCCCCC;
	color:#333333;
}


#biobox {
	background-color:white; 
	margin:10px 20px; 
	padding:10px;
	color:#333333;
}

#bluebox {
	background-color:#3b4a81;
	margin:10px;
	border:solid 1px #CCCCCC;
	color:white;
}

#bluebox a:link, bluebox a:visited{color:white; text-decoration:none}
#bluebox a:hover{text-decoration:underline;}

#greenbox {
	background-color:#889c36;
	margin:10px;
	border:solid 1px #CCCCCC;
	color:white;
}

#greenbox a:link, greenbox a:visited{color:white; text-decoration:none}
#greenbox a:hover{text-decoration:underline;}




#staff a:link, staff a:visited {color:black; text-decoration:underline}
#staff a:hover {text-decoration:underline;}

#card {
	margin:10px auto 10px auto;  
	width:405px; 
	border:solid 1px #CCCCCC;
	color: #333333;
	text-align:left;
}

#table {
	margin:10px auto;
	text-align:left;
	color:#333333;
}

#table td {
	padding:5px;
}

#table .odd {
	background:#e8edff;
}

