/* General Css */
* {
	margin:0;
	padding: 0;
	border: 0;
	list-style: none;
	font-family: verdana;
}

body {
	text-align: center;
	background-color: #003366;
	font-size: 70%;
	color: #333;
}
sup {
    vertical-align: baseline;
    position: relative;
	bottom: 0.33em;
}
p {margin-bottom: 15px;}
blockquote {margin-left: 15px;}


/* Container - All the page */
div#container {
	width: 1002px;
	margin: 0 auto;
	background: url(../images/background/mainwshadow.gif) repeat-y;
	text-align: left;
}
div#content {
	width: 974px;
	margin: 0 auto;
	background: url(../images/background/content.jpg) bottom no-repeat;
	border-bottom: 2px solid white;
}


/* Top */
div#top {
	background: url(../images/background/top.gif) repeat-x;
	height: 72px;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
div#top h1 {
	width: 209px;
	float: left;
}
div#nav-corner {
	width: 750px;
	float: right;
}


/* Sub Nav */
div#top-sub-nav {float: right;}
div#top-sub-nav ul li {display: inline;}

/* Top Nav */
div#top-nav {
	width: 750px;
	height: 39px;
	background: url(../images/background/mainnav.gif) repeat-x;
	float: left;
	margin-top: 2px;
}
div#nav-start {
	width: 34px;
	height: 28px;
	background: url(../images/illustration/menustart.jpg) no-repeat;
	float: left;
}

div#navroll {
	width: 545px;
	height: 39px;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: 10;
}
div#navroll ul li {
	height: 39px; /*For Safari browser only*/
	float: left;
	position: relative;
	overflow: hidden;
}
div#navroll ul li.nav1 {width: 155px;}
div#navroll ul li.nav2 {width: 100px;}
div#navroll ul li.nav3 {width: 126px;}
div#navroll ul li.nav4 {width: 155px;}
.tnav1 div#navroll ul li.nav1 a,
.tnav2 div#navroll ul li.nav2 a,
.tnav3 div#navroll ul li.nav3 a,
.tnav4 div#navroll ul li.nav4 a,
div#navroll ul li a:hover,
div#navroll ul li a:active,
div#navroll ul li a:focus {
	position: relative;
	bottom: 39px;
}

div#top-nav ul {float: left;}
div#top-nav ul li {float: left;}


/* Search */
div#form {
	width: 160px;
	height: 13px;
	text-align: right;
}
div#search input {
	float: right;
}
input.field {
	width: 85px;
	height: 13px;
	background: url(../images/illustration/search-field.gif) no-repeat;
	margin: 0px 0px 3px 0px;
	padding-bottom: 1px;
	font-size: 100%;
}
input.field:empty {
	font-size: 100%;
	margin-top: 0px;
}
input.search-button {
	margin-top: 15px;
}


/* Title Image */
div#title-image {
	float: left;
	margin-top: -9px;
}


/* Nav */
div#nav {
	width: 310px;
	margin-top: -70px;
	float:left;
}
div#menu {
	width: 203px;
	margin-left: 23px;
}
div#menu img {float: left;}
div#menu ul {
	width: 203px;
	height: 223px;
	background: url(../images/background/menu.gif) no-repeat;
	float: left;
	padding-top: 17px;
}
div#menu ul li {
	height: 21px;
}

div#menu ul li a {
	width: 179px;
	display: block;
	color: white;
	margin-left: 14px;
	padding-left: 10px;
	text-decoration: none;
}
.bmenu1 div#menu ul li.menu1 a,
.bmenu2 div#menu ul li.menu2 a,
.bmenu3 div#menu ul li.menu3 a,
.bmenu4 div#menu ul li.menu4 a,
.bmenu5 div#menu ul li.menu5 a,
.bmenu6 div#menu ul li.menu6 a,
.bmenu7 div#menu ul li.menu7 a,
.bmenu8 div#menu ul li.menu8 a,
.bmenu9 div#menu ul li.menu9 a,
div#menu ul li a:hover {

	color: #ffcc00;
	background: url(../images/illustration/arrow.gif) no-repeat;
	background-position: left center;
}
div#menubottom {
	width: 203px;
	height: 11px;
	background: url(../images/background/menubottom.gif) no-repeat;
	float: left;
}
div#banners {
	margin-left: 15px;
	float: left;
	display: inline;
}


/* Inside */
div#inside {
	width: 530px;
	min-height: 710px;
	_height: 710px;
	float:left;
}
div#inside h2 {
	margin: 25px 0 10px 0;
	float: left;
	width: 100%;
}
h3 {
	clear: both;
	font-size: 130%;
	margin: 5px 0 10px;
}
div#inside h4 {
	margin: 0 0 10px 0;
	padding-top: 10px;
	color: #ff6600;
	font-size: 130%;
}
div#inside a {
	color: #e75d02;
	text-decoration: none;
}
div#inside a:hover {text-decoration: underline;}
div#inside ul,
div#inside ol {margin-bottom: 15px;}
div#inside ul li,
div#inside ol li ul li {
	list-style-type: disc;
	margin-left: 30px;	
}
div#inside ol li {
	list-style-type: decimal;
	margin-left: 30px;	
}


/* Bottom fix */
div#bottom-fix {
	clear: both;
}

	
/* Footer */
div#footer {
	font-size: 90%;
	width: 1002px;
	margin: 0 auto;
	text-align: center;
}
div#footer p {margin: 0;}
div#corner-l,
div#corner-r {
	width: 37px;
	height: 92px;
	float: left;
}
div#corner-l {background: url(../images/illustration/corner-l.jpg) no-repeat;}
div#corner-r {background: url(../images/illustration/corner-r.jpg) no-repeat;}
div#footer-inside {
	background: url(../images/background/footer.jpg) repeat-x;
	width: 928px;
	height: 92px;
	float: left;
	color: #666666;
	position: relative;
	padding-top: 15px;
}
div#footer-inside img {
	position: absolute;
	top: -13px;
	left: 463px;
}
div#footer a {
	color: #666666;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer-inside ul li {
	display: inline;
}

/* Print CSS - Only for IE */
@media print{div#inside {_float: none;}}
@media print{div.box-pic {_float: none;}}
