@charset "utf-8";
html {
	overflow-y:scroll;
}
body {
	font-family: Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
img {
	border-style:none;
}
a     {
	font-weight: bold;
	color: #00204b;
}
a:hover   {
	font-weight: bold;
	color: #005BBF;
}
#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
}
#header .headerlogo {
	margin: 5px;
	float: left;
}
#header .headerbrca {
	margin: 5px;
	float: right;
}
/*Main Nav */
#nav-bar {
	background-image: url(../../images/style/nav-bar.gif);
	background-repeat: repeat-x;
	height: 28px;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	vertical-align: middle;
	min-width: 960px;
	clear: both;
	background-color: #3289BB;
	z-index: 100;
	padding-top: 3px;
	padding-bottom: 3px;
}
#nav-content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
#nav-content  #nav-float-right {float:right;max-width:400px;}

#nav-bar .l1-link {font-size:14px;color:#FFFFFF;text-align:center;padding-top:5px;padding-bottom:6px;margin-right:1px;margin-left:1px;}
#nav-bar .l2-link {font-size:12px;color:#FFFFFF;text-align:center;padding-top:6px;padding-bottom:7px;margin-right:1px;margin-left:1px;}
#nav-bar ul {padding: 0; margin: 0;}
#nav-bar ul li {list-style-type: none; position: relative; margin: 0; padding: 0;}
#nav-bar ul ul {display: none;}
#nav-bar ul li:hover > ul {display: block; position: absolute; top: -1px; left: 100%;}
#nav-bar li a {display: block; padding: 2px 8px; text-decoration: none;}  
#nav-bar ul.topmenu  li  a:hover {color:#FFFFFF;}
#nav-bar li.sub > a {font-weight: bold;}
#nav-bar ul.topmenu {float: left;}
#nav-bar ul.topmenu  > li:hover  > ul {top: 26px; left: 0px;}
#nav-bar .hoverlink1:hover, .linkactive {color: #FFFFFF; background-color: #3289BB;}
#nav-bar .submenu {background-color:#FFFFFF;border:solid 1px #368ABB;border-top:solid 2px #368ABB;min-width: 130px;}
#nav-bar .submenu li a:hover {color:#FFFFFF; background-color:#64A9D2;}


/*End Main Nav */

/* Sub Nav */
#sub-nav {
	color: #FFFFFF;
	background: #388bbb url(/images/style/sub-nav-center.png) bottom repeat-x;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -2px;
}
#sub-nav-left {
	background: url(/images/style/sub-nav-left.png) left bottom no-repeat;
}
#sub-nav-contents {
	padding: 3px 10px 6px 10px;
}
#sub-nav-contents a {
	color: #FFFFFF;
	margin-top: 0px;
	padding: 1px 7px 1px 7px;
}
#sub-nav-contents .breadcrumbs a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
#sub-nav-contents a:hover {
	background-color: #3289BB;
}
#sub-nav-right {
	background: url(/images/style/sub-nav-right.png) right bottom no-repeat;
}
/* End Sub Nav */
#contents {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	min-height: 200px;
}

#main_contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
}
#footer {
	background-color: #CCCCCC;
	background-image: url(../../images/style/nav-bar.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	padding-top: 6px;
	color: #FFFFFF;
	padding-bottom: 4px;
	height: 13px;
	font-size: 12px;
	position: fixed;
	z-index: 200;
	bottom: 0px;
	clear: both;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer img {
	margin-bottom: -3px;
	margin-top: -3px;
	margin-right: 3px;
	margin-left: 3px;
}

#footer-left {
	float: left;
	margin-right: 3px;
	margin-left: 3px;
}
#footer-right {
	float: right;
	margin-right: 3px;
	margin-left: 3px;
	text-align: right;
}

#content-left {
	float: left;
	width: 180px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D9DDFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#content-left  .cl-header {
	background-image: url(../../images/style/header.png);
	background-repeat: repeat-x;
	height: 23px;
	width: 170px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	padding-top: 3px;
}
#content-left .cl-contents {
	width: 165px;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 3px;
}
#content-centre {
	float: left;
	width: 440px;
	padding-bottom: 30px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#content-centre #notices {
	border-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #FFB1B1;
}


#content-centre .notice-header {
	background-image: url(../../images/style/notice.png);
	background-repeat: repeat-x;
	min-height: 22px;
	width: 428px;
	padding-left: 5px;
	font-weight: bold;
	color: #6A1515;
	font-size: 16px;
	padding-top: 3px;
	padding-right: 5px;
	margin-top: 10px;
}
#content-centre .notice-header .close-notice {
	float: right;
}

#content-centre .notice-message {
	width: 418px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	clear: both;
}
#content-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D9DDFF;
	width: 300px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
}
#content-right .cr-header {
	background-image: url(../../images/style/header2.png);
	background-repeat: repeat-x;
	height: 23px;
	width: 290px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	padding-top: 3px;
	overflow:hidden;
}
#content-right .cr-contents {
	width: 285px;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 3px;
}
#content-centre   .news-header {
	width: 430px;
	font-size: 16px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2D91FF;
	color: #01435C;
	clear: both;
	padding-top: 10px;
}
#content-centre .news {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5F1FF;
	background-color: #F2F7FF;
	clear: both;
	width: 425px;
}


#content-centre .news span {
	float: right;
	color: #868686;
	text-align: right;
}
.downloadnow {
	background-image: url(../../images/style/download.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 122px;
	float: left;
}
.downloadnow:hover {
	background-image: url(../../images/style/download_hover.gif);
}
.tinytxt {
	font-size: 9px;
}
.downloadnow2 {
	background-image: url(../../images/style/download2.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	float: left;
	background-position: center center;
}
.downloadnow2:hover {
	background-image: url(../../images/style/download2_hover.gif);
}
#contents-main {
	float: left;
	width: 755px;
	clear: none;
	padding-top: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#contents-main img {
	padding: 5px;
	border: 1px solid #DADADA;
	margin: 2px 0px;
}
#contents-main img:hover {
	border: 1px solid #79BCFF;
}
#contents-main h1, #contents-page h1{
	padding:3px 5px;
	margin:0px;
	font-size:16px;
	color:#000033;
	background-image: url(../../images/style/header2.png);
	background-repeat: repeat-x;
	height: 20px;
}
#contents-main h2, #contents-page h2 {
	padding:0px;
	width:750px;
	margin-top:10px;
	border-bottom:solid 2px #0066FF;
	font-size:16px;
	color:#000033;
	height: 26px;
	display: block;
}

.gallery-nav {
	clear: both;
	float: left;
	width: 750px;
	font-size: 12px;
}
.gallery-nav-right {
	float: left;
	width: 300px;
	text-align: right;
}
.gallery-nav-center {
	float: left;
	width: 150px;
	text-align: center;
}
.gallery-nav-left {
	float: left;
	width: 300px;
}
#contents-page {
	float: left;
	width: 600px;
	clear: none;
	padding-top: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#content-right-page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D9DDFF;
	width: 135px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
}
#contents-page h3 {
	display: block;
	margin-top: 5px;
	margin-bottom: 2px;
}
.table {
	font-size: 13px;
}
