@charset "utf-8";
/* Box Styles */
/* General Styles */
html, body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}
body {
	background:#EFEFEF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333333;
	line-height:18px;
}
img, a img { border:none; }
a { color:#333333; text-decoration:none; }
a:hover { color:#5e7898; text-decoration:underline; }
h1, h2, h3, h4, h5, h6 { margin:0px; padding:0px; }
h6 { font-size:10px; }
h5 { font-size:12px; }
h4 { font-size:14px; }
h3 { font-size:16px; }
h2 { font-size:18px; }
h1 { font-size:24px; }
sup { font-size:9px; }
.sIFR-alternate {
	display:none;	
}
/* Header Styles */
header#head {
	position:fixed;
	top:0;
	width:100%;
	padding:0px;
	margin:0px;
	height:50px;
	min-width:837px;
}
header#head h1 {
	float:left;
	margin:0px;
	padding:0px;
}
header#head nav {
	float:left;
}
header#head nav ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
header#head nav ul li {
	display:inline;
	margin:0px;
	padding:0px;
}
header#head nav ul li.spacer {
	width:15px;
	height:50px;
}
div#head_filler {
	margin-left:837px;
	background-image:url('../images/bsp5headbg.png');
	background-position:top left;
	background-repeat:repeat-x;
	height:50px;
}

header h1 { padding:0px 25px; }
header h2 { padding:0px 10px; }

/* Menu Styles */
.menu {
	clear:left;
	width:170px;
	overflow:hidden;
	text-align:center;
	margin-left:20px;
	float:left;
}
.menu ul {
	margin:0px;
	padding:10px 0px 10px 0px;
	list-style:none;
}
.menu ul li, .menu ul li a {
	font-size:18px;
	line-height:24px;
	padding:6px 0px;
}
.menu_top { 
	width:170px;
	height:35px;
	background-image:url('../images/menu_top_bg.png');
	background-position:top;
	background-repeat:no-repeat;
}
.menu_mid { 
	width:170px;
	background-image:url('../images/menu_mid_bg.png');
	background-position:top;
	background-repeat:repeat-y;
}
.menu_low { 
	width:170px;
	height:20px;
	background-image:url('../images/menu_low_bg.png');
	background-position:bottom;
	background-repeat:no-repeat;
}

/* Main Styles */
.main {
	margin-left:10%;
	margin-right:10%;
	padding-top:100px;
	padding-bottom:50px;
}
section article strong {
	color:#497ab7;
}
section.about_info aside {
	float:left;
	margin:5px 10px 10px 5px;
}
section.about_info h3 {
	margin:0px;
	padding:0px;
}
section.about_info article {
	min-height:135px;
}

/* Footer Styles */
footer {
	position:fixed;
	bottom:0;
	clear:both;
	width:100%;
	font-size:10px;
	border-top:1px solid #999999;
	background-color:#CCCCCC;
	padding:5px;
	text-align:center;
}
footer ul {
	list-style:none;
	margin:0px;
}
footer li {
	display:inline;
	padding:0px 15px;
}
footer li a img { margin-bottom:-4px;}
/* Box Article Styles */
.box article {
	padding:15px;
}

article p {
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
}

section.ac_right aside {
	float:right;
	margin:3px;
}
section.ac_right section.box {
	margin-right:180px;
	text-align:right;
}
section.ac_left aside {
	float:left;
	margin:3px;
}
section.ac_left section.box {
	margin-left:180px;
}

/* Form */
form dt {
	float:left;
	display:block;
	width:160px;
	text-align:right;
	padding:3px;
}
form dt label {
	
	font-size:12px;
	margin-right:10px;
	font-weight:bold;
}
form dt b {
	color:#ff0000;
	font-weight:bold;
	padding:3px;
}
form dd {
	clear:right;
}
span.err_message {
	font-size:12px;
	color:#ff0000;
}

/* Divider Styles */
div.div {
	height:3px;
	margin:5px;
}
div.div_left, div.div b{
	height:3px;
	padding:0px 0px 0px 3px;
	background-image:url('../images/div_left.png');
	background-position:topleft;
	background-repeat:no-repeat;
}
div.div_right, div.div b b{
	height:3px;
	padding:0px 3px 0px 0px;
	background-image:url('../images/div_right.png');
	background-position:top right;
	background-repeat:no-repeat;
}
div.div_mid, div.div b b div{
	height:3px;
	padding:0px 0px 0px 0px;
	background-image:url('../images/div_mid.png');
	background-position:top left;
	background-repeat:repeat-x;
}

section#explain {
	font-size:10px;
}
section#explain dt {
	font-size:11px;
	font-weight:bold;
}

/* Styles for mobile devices */
@media handheld {
	footer {
		position:relative;
		display:block;
	}
}