@charset "utf-8";

/* CSS Reset
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border: 0;
}

/* COMMON
*/
body {
	font: 11px/18px Arial, Verdana, sans-serif;
	background-color: #FFF;
	color: #333;
	font-size: 12px;
	text-decoration: none;
}
strong {
	font-weight:bold;
}
a {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
img.goleft{ /*let img float to left*/
	float: left;
}
img.goright{ /*let img float to right*/
	float: right;
}
.clear {
	clear:both;
}

/* LAYOUT
*/
div.alignCenter {
	width: 880px;
	margin:0 auto;
}
#nav {
	position:relative;
	height:35px;
}
div.corner-1, div.corner-2, div.corner-3, div.corner-4 {
	background:url(../images/nav-corner.gif) no-repeat;
	height:2px;
	width:2px;
	font-size:0px;
	line-height:0px;
	position:absolute;
	display:block;
}
div.corner-1 {
	background-position:0 0;
	left:0;
	top:0;
}
div.corner-2 {
	background-position: -2px 0;
	right:0;
	top:0;
}
div.corner-3 {
	background-position: 0 -2px;
	left:0;
	bottom:0;
}
div.corner-4 {
	background-position:-2px -2px;
	right:0;
	bottom:0;
}
#navShadow {
	background-image: url(../images/nav-shadow.gif);
	background-repeat: no-repeat;
	height: 11px;
	margin-top: 1px;
}
#nav ul {
	list-style-type: none;
	height: 35px;
	line-height: 35px;
	background: url(../images/nav-bg.gif) repeat-x 0px 0px;
	border-left: 1px solid #2b2b8a;
	border-right: 1px solid #2b2b8a;
}
#nav ul li {
	float: left;
	border-right: 1px solid #696aa7;
}
#nav ul li a {
	font-size:11px;
	font-weight:bold;
	color: #FFF;
	padding: 0 17px 0 18px;
	display: block;
}
#nav ul li a:hover {
	background: url(../images/nav-bg.gif) repeat-x 0px -35px;
	text-decoration:none;
}
#nav ul li a.current {
	background: url(../images/nav-bg.gif) repeat-x 0px -70px;
	text-decoration:none;
}
#banner {
	margin-bottom: 10px;
}
#news {
	margin-bottom: 10px;
}
#container {
	margin-bottom: 10px;
}
#container #left {
	float: left;
	margin-right: 10px;
	width: 200px;
	position: relative;
	height: 322px;
}
#container #center {
	width: 460px;
	float: left;
	position: relative;
	height: 322px;
}
*html #center img{width:462px;}
#container #right {
	float: right;
	width: 200px;
	position: relative;
	height: 322px;
}
.containerInner {
	border: 1px solid #CCCCCC;
	height:320px;
	clear: both;
}
div.cor-1, div.cor-2, div.cor-3, div.cor-4 {
	background:url(../images/common-corner.gif) no-repeat;
	height:3px;
	width:3px;
	position:absolute;
	display:block;
	z-index:100;
	font-size:0px;
	line-height:0px;
}
div.cor-1 {
	background-position: 0 0;
	left:0;
	top:0;
}
div.cor-2 {
	background-position:  -3px 0;
	right:0;
	top:0;
}
div.cor-3 {
	background-position: 0 -3px;
	left:0;
	bottom:0;
}
div.cor-4 {
	background-position:-3px -3px;
	right:0;
	bottom:0;
}
.secTitle {
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
	color: #333333;
	background-image: url(../images/title-bg.gif);
	background-repeat: repeat-x;
	text-indent: 5px;
}
ul.left {
	padding: 5px 10px;
}

ul.left li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 8px;
	list-style-type: none;
	font-size:11px;
	line-height: 19px;
}
ul.center {
	padding-top: 5px;
	padding-left: 5px;
}
ul.center li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
ul.center a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 54px;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/centerList.gif);
	background-repeat: no-repeat;
	display: block;
	height: 54px;
	width: 213px;
	padding-left: 8px;
	font-weight: bold;
}
ul.center a:hover {
	background-image: url(../images/centerList.gif);
	background-repeat: no-repeat;
	background-position: 0 -54px;
}
#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	font-size: 11px;
	line-height: 20px;
	text-align: right;
	clear: both;
}
