@charset "big5";
/* basic
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
html { 
	overflow-y /**/: scroll; 
}
body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.4;
	background-color: #f6f6f6;
	margin: 0px 0px;
	color:#444444;
}
h2 {
	font-family:Arial;
	font-size:150%;
	color:#013E87;
}
a {
	color: #0068b2;
	text-decoration:none;
}
a:visited {
	color: #0068b2;
}
a:hover {
	color: #7babd6;
}
img {
	border: none;
	vertical-align: top;
}
#page {
	width: 795px;
	margin: 0px auto; /* centers the page */
	background-color: #f6f6f6;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
#header {
	width:779px;
	position:relative;
	z-index:100;
}
#navigation {
	width:779px;
	height:27px;
	margin-left:8px;
	background:url(../images/global_nav_bg.gif) top left repeat-x;
	z-index:100;
}
#banner {
	height:200px;
	margin-left:8px;
	width:779px;
	z-index:99;
}
/* LOGO & nav
---------------------------------------------*/
#logo {
	margin-left:9px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
#navigation li {
	float:left;
	width:80px;
	margin:0;
}
#navigation li a {
	display:block;
	font-weight: 500;
	letter-spacing: .05em;
	width:100%;
	padding:6px 0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/Nav2.gif) left top repeat-x;
}
#navigation li a:hover {
	color:#FFFFFF;
	background:url(../images/Nav2.gif) right top no-repeat;
}
#navigation li a.stay {
	color:#FFFFFF;
	background:url(../images/NavStay.gif) left top no-repeat;
}
#navigation ul ul {
	background:#35619d;
}
#navigation ul ul li {
	float:none;
	width:120px;
}
#navigation ul ul li a{
	border-top:1px solid #CCCCCC;
	background:none;
	font-size:80%;
	font-weight: normal;
	padding:4px 0;
	text-align:center;
}
#navigation ul ul li a:hover{
	background-image:none;
	background-color:#9bb5d7;
}
#vertical-nav {
	margin: 16px 0 0 0;
	width: 208px;
}
#vertical-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#vertical-nav li {
	margin: 0;
	padding: 0;
	height: 33px;
	border-bottom: 1px solid #CCCCCC;
}
#vertical-nav a {
	padding: 8px 0 8px 10px;
	background:#FFFFFF;
	display: block;
	width: 196px;
	color: #333333;
	text-align:center;
	text-decoration: none;
}
#vertical-nav a:hover {
	background:#c8e4fc;
	font-weight:bold;
}


/* Main Content
---------------------------------------------*/
#content {
	margin-left:8px;
	overflow: auto !important;
	overflow /**/: hidden;
	width: 779px;
	padding-bottom: 30px;
}
#about {
	float: left;
	width: 550px;
}
#secondary {
	float: left;
	width: 200px;
	padding-left: 1px;
	margin: 16px 5px 0 5px;
}
#secondary2 {
	float: left;
	width: 200px;
	padding-left: 1px;
}
#footer {
	background:#f6f6f6;
	background-repeat: no-repeat;
	background-image: url(../images/page_bottom.gif);
	background-position: top center;
}
#copyright {
	margin: -5px auto; /* centers the page */
	background-color:#f6f6f6;
	font-size:80%;
	color:#333333;
	height:20px;
}

/* about div
---------------------------------------------*/
#about h3, #newsRelease h3 {
	color: #FFFFFF;
	background: #3452B2 url(../images/title_bg.gif) left top repeat-x;
}
#about .section {
	margin: 16px 70px 0 75px;
	border-bottom: 1px solid #ccc;
}
#about .section p {
	margin: 10px 0;
}
#about .section .table2 {
	margin-top:32px;
}
#about .section .table2 td{
	padding-left:24px;
}
#secondary dl {
	margin: 16px 10px 0 0;
}
#secondary .title {
	background:url(../images/news01.gif) no-repeat top left;
	height:42px;
	padding: 18px 0 0 24px;
	font-weight:bold;
}
#secondary dl p {
	border-right:1px solid #9cadbd;
	border-left:1px solid #9cadbd;
	padding-left:16px;
	padding-bottom:4px;
}
#secondary dl h4 {
	border-right:1px solid #9cadbd;
	border-left:1px solid #9cadbd;
	padding-left:16px;
	font-size:80%;
	padding-top:6px;
}
/*secondary2 is for sitemap*/
#secondary2 dl { 
	margin: 16px 1px 0 1px;
}
#secondary2 dl p {
	border-right:1px solid #9cadbd;
	border-left:1px solid #9cadbd;
	padding-left:4px;
}
#secondary2 dl h4 {
	border-right:1px solid #9cadbd;
	border-left:1px solid #9cadbd;
	padding-left:4px;
	font-size:80%;
	padding-top:6px;
}
