/* clearing floats */
.clearfix:after {
	content: url(../images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */

/* general styles */
body {
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/bg_header.gif) repeat-x;	
	color: #7f7f5f;
	font-family: Verdana, sans-serif;
}
h1, h2, h3, h4, h5, p, dl {
	font-size: 90%;
	line-height: 1.6em;
	margin: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: bottom;
}
a {
	color: #003a91;
	text-decoration: none;
}
a:hover {
	color: #5378c6;
	text-decoration: underline;
}

/* header area */
#header {
	width: 940px;
	height: 117px;
	margin: 0 auto;
}
#header-logo {
	width: 208px;
	float: left;
}
#header-nav {
	width: 732px;
	float: left;
}
#header-logo h1 { padding-top: 16px; }
#header-nav form { margin: 0; }
#header-search {
	width: 302px;
	margin-left: 430px;
	padding: 14px 0 12px;
	background: url(../images/search_box.gif) no-repeat 86px 14px;
}
#header-search input {
	border: none;
	background: url(none);
	margin: 0;
	padding: 0;
	vertical-align: top;
}
input#keyword {
	width: 140px;
	height: 13px;
	margin: 9px 14px 0 31px;
	font-size: 13px;
	line-height: 13px;
	color: #7f7f5f;
}
#header-menu { height: 35px; }

/* header area: sub menu */
#gNavSub ul { display: none; }
#gNavSub li {
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 25px;
	float: left;
}
#gNavSub li a {
	display: block;
	padding: 0 5px;
	color: #000000;
	text-decoration: none;
	float: left;
}
#gNavSub li a:hover { background: url(../images/bg_submenu.gif) repeat-x; }
ul#gNavSub3 { margin-left: 140px; }
ul#gNavSub4 { margin-left: 185px; }
ul#gNavSub5 { margin-left: 230px; }

/* contents area */
#container {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#content { padding: 0 10px; }
.pagetop { text-align: right; }

/* footer area */
#footer {
	height: 133px;
	background: url(../images/bg_footer.jpg) repeat-x bottom;
}
#footer-inner {
	width: 940px;
	margin: 0 auto;
}
#footer ul {
	border-top: 1px solid #deded7;
	padding: 9px 0 22px;
}
#footer li {
	font-size: small;
	line-height: 1em;
	float: left;
}
#footer li a {
	display: block;
	padding-right: 10px;
	border-right: 1px solid #7f7f5f;
	margin-right: 10px;
	color: #7f7f5f;
	text-decoration: none;
	float: left;
}
#footer li a:hover { text-decoration: underline; }
#copyright {
	background: url(../images/bg_copyright.gif) no-repeat;
	padding: 16px 11px 17px 11px;
}
#footer-logo {
	width: 450px;
	float: left;
}
#credit {
	width: 450px;
	float: right;
	font-size: x-small;
	line-height: 18px;
	text-align: right;
}



