/* GENERAL  ------------------------------------------------------------------------ */
body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Trebuchet MS', Tahoma, Sans-Serif;
	color: #000000;
	background-color: #ffffff;
	background-image: url('../images/background.png');
	background-repeat: repeat-y;
	background-position: top center;
}
/* CONTAINER ------------------------------------------------------------------------ */
#container {
	float: left;
	width: 949px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -512px;
	padding: 0px 37px 0px 38px;
}
/* TOPBAR -------------------------------------------------------------------------- */
#topbar {
	width: 939px;
	height: 23px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	background-image: url('../images/topbar.png');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: right;
	color: #d8e6f0;
}
#topbar a, #topbar a:visited {
	color: #d8e6f0;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
#topbar a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#topbar a.search {
	padding: 0px 0px 0px 17px;
    background-image: url('../icons/search.gif');
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
#topbar a.sitemap {
	padding: 0px 0px 0px 17px;
    background-image: url('../icons/sitemap.gif');
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
#topbar a.rss {
	padding: 0px 0px 0px 17px;
    background-image: url('../icons/rss.gif');
    background-repeat: no-repeat;
    background-position: 2px 2px;
}
/* HEADER -------------------------------------------------------------------------- */
#header {
	width: 949px;
	height: 109px;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	background-position: top center;
}
/* NAVBAR -------------------------------------------------------------------------- */
#navbar {
	width: 764px;
	height: 32px;
	background-image: url('../images/nav_bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0px 0px 0px 185px;
	font-size: 14px;
}
#navbar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#navbar ul li {
	display: block;
	height: 25px;
	width: 93px;
	text-align: center;
	margin: 0px 1px 0px 0px;
	padding: 7px 0px 0px 0px;
	float: left;
	background-image: url('../images/nav_inactive.png');
	background-repeat: no-repeat;
}
#navbar ul li a, #navbar ul li a:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #283841;
}
#navbar ul li.active {
	background-image: url('../images/nav_active.png');
	background-repeat: no-repeat;
}
#navbar ul li a:hover {
	color: #415b6a;
	text-decoration: underline;
}
/* SUBNAVBAR ---------------------------------------------------------------------- */
#subnavbar {
	width: 183px;
	float: left;
	padding: 20px 0px 0px 0px;
}
#subnavbar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#subnavbar ul .subnav_lvl2_inactive {
	display: block;
	height: 21px;
	width: 173px;
	margin: 0px 0px 1px 6px;
	padding: 6px 0px 0px 6px;
	background-image: url('../images/subnav_inactive.png');
	background-repeat: no-repeat;
	font-size: 12px;
}
#subnavbar ul .subnav_lvl2_active {
	display: block;
	height: 21px;
	width: 173px;
	margin: 0px 0px 1px 6px;
	padding: 6px 0px 0px 6px;
	background-image: url('../images/subnav_active.png');
	background-repeat: no-repeat;
	font-size: 12px;
}
#subnavbar ul .subnav_lvl3_inactive {
	display: block;
	height: 18px;
	width: 152px;
	margin: 0px 1px 1px 26px;
	padding: 3px 0px 0px 6px;
	background-color: #ffffff;
	font-size: 11px;
}
#subnavbar ul .subnav_lvl3_active {
	display: block;
	height: 18px;
	width: 152px;
	margin: 0px 1px 1px 26px;
	padding: 3px 0px 0px 6px;
	background-color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
#subnavbar ul .subnav_lvl2_inactive a, #subnavbar ul .subnav_lvl2_inactive a:visited,
#subnavbar ul .subnav_lvl2_active a, #subnavbar ul .subnav_lvl2_active a:visited,
#subnavbar ul .subnav_lvl3_inactive a, #subnavbar ul .subnav_lvl3_inactive a:visited,
#subnavbar ul .subnav_lvl3_active a, #subnavbar ul .subnav_lvl3_active a:visited {
	color: #283841;
	text-decoration: none;
}
#subnavbar ul .subnav_lvl2_inactive a:hover,
#subnavbar ul .subnav_lvl2_active a:hover,
#subnavbar ul .subnav_lvl3_inactive a:hover,
#subnavbar ul .subnav_lvl3_active a:hover {
	color: #415b6a;
	text-decoration: underline;
}
/* CONTENT -------------------------------------------------------------------------- */
#content {
	width: 726px;
	min-height: 63%;
	float: right;
	padding: 23px 20px 0px 20px;
	text-align: justify;
	font-size: 12px;
}
#content h1 {
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 17px 0px;
	border-bottom: 1px solid #000000;
	font-size: 15px;
}
#content h2 {
	padding: 0px 0px 2px 0px;
	margin: 10px 0px 10px 0px;
	font-size: 13px;
	border-bottom: 1px solid #000000;
}
#content img {
	behavior: url('themes/kaelin/css/iepngfix.htc');
}
#content ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#content ul li {
	height: 100%;
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 10px;
	background-image: url('../icons/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#content a, #content a:visited {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	color: #777777;
}
#content pre, #content .quote {
	color: #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 3px solid #000000;
	padding: 2px 5px 2px 5px;
	margin: 15px 0px 15px 0px;
	background-color: #eeeeee;
}
#content .subtitle {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 2px;
}
#content input, #content textarea, #content select {
	border: 1px solid #000000;
	font-family: 'Trebuchet MS', Tahoma, Sans-Serif;
	font-size: 11px;
	margin: 2px 0px 2px 0px;
	padding: 2px 2px 2px 2px;
}
#content input:hover, #content textarea:hover, #content select:hover,
#content input:focus, #content textarea:focus, #content select:focus {
	background-color: #d8e6f0;
}
/* FOOTER -------------------------------------------------------------------------- */
#footer {
	width: 726px;
	float: right;
	padding: 60px 20px 20px 20px;
	text-align: center;
	font-size: 12px;
}
#footer hr {
	height: 1px;
	border: 0px;
	background-color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 7px 0px;
}
#footer a, #text_footer a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
}
#footer a:hover {
	text-decoration: underline;
	color: #aaaaaa;
}
#footer a.top {
	padding: 0px 0px 0px 17px;
    background-image: url('../icons/top.gif');
    background-repeat: no-repeat;
    background-position: 0px 1px;
}
#footer a.print {
	padding: 0px 0px 0px 17px;
    background-image: url('../icons/print.gif');
    background-repeat: no-repeat;
    background-position: 0px 1px;
}
#footer a.recommend {
	padding: 0px 0px 0px 17px;
    background-image: url('../icons/contact.gif');
    background-repeat: no-repeat;
    background-position: 0px 1px;
}
/* BOX -------------------------------------------------------------------------- */
.box_title {
	width: 343px;
	height: 28px;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
    background-image: url('../images/box_title.png');
    background-repeat: no-repeat;
}
.box_title a, .box_title a:visited {
	color: #ffffff;
}
.box_content {
	width: 333px;
	min-height: 50px;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 10px;
	color: #000000;
	font-size: 12px;
    background-image: url('../images/box_content.png');
    background-repeat: repeat-y;
}
.box_footer {
	width: 343px;
	height: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
    background-image: url('../images/box_footer.png');
    background-repeat: no-repeat;
}
