@charset "utf-8";

/* SYJ Style */

html, body {height: 100%;}

.wrapper { 
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	margin: 0 auto -73px; /* negative value of footer height */
}

.footer, .push {height: 73px;} /* must be same height as the footer */

body,td,th {
	font-family: Arial;
	font-size: 14px; 
	color: #555; 
	line-height:20px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	
#topLogo {width: 900px; margin-left: auto; margin-right: auto;}
	
#menu {width: 862px; margin-left: auto; margin-right: auto; height:25px; 
	background-color:#fff ; color:#333; font:Verdana; font-size:16px; font-weight:bold;
	padding-left:0px; padding-top:22px;}
	
#img {width: 900px; margin-left: auto; margin-right: auto;
	margin-top:13px; margin-bottom:34px;}
	
/* rotator in-page placement */
    div.rotator {
	position:relative;
	height:318px;
	display:none;
}
/* rotator css */
	div.rotator ul {
	margin:0;
	padding:0;
}
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}

/* rotator image style 	
	div.rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}*/
    div.rotator ul li.show {
	z-index:500;
}

a:link {text-decoration: none; color: #555;}
a:visited {text-decoration: none; color: #555;}
a:active {text-decoration: underline; color: #555;}
a:hover {text-decoration: underline; color: #555;}

a.menu:link {text-decoration: none; color: #333;}
a.menu:visited {text-decoration: none; color: #333;}
a.menu:active {text-decoration: none; color: #00a7ff;}
a.menu:hover {text-decoration: none; color: #00a7ff;}

.hilighted {color: #00a7ff;}

.font_11pt {font-size: 12px; line-height:15px;}
.blue_bold_11pt {font-size: 12px; line-height:15px; color:#1587c3; font-weight:bold;}
.blue_bold_head {font-size: 15px; line-height:17px; color:#1db0fd; font-weight:bold;}
.sub_head {font-size: 16px; line-height:24px; color:#1db0fd; font-weight:bold;}
 