@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
}

a img { border: none; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dbcebd;
/*	background: #000 url(../gfx/bg.jpg) repeat-y left top;*/
	background: #000;
}

h2 {
	font-size: 1.1em;
	line-height: 1.365em;
	margin-top: 0em;
	margin-bottom: 0em;
	color: #dbcebd;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 1.365em;
	color: #e19e11;
	margin-bottom: 1.365em;
}

a {
	text-decoration: none;
}

a:link { color: #6e675f; }
a:visited { color: #6e675f; }
a:active { color: #dbcebd; }
a:hover { color: #dbcebd; text-decoration: underline; }

p {
	font-size: 1em;
	line-height: 1.365em;
	margin-top: 0em;
	margin-bottom: 1.365em;
}

div.clear {
	clear: both;
	height: 0px;
	width: 100%;
	overflow: hidden;
}

#page {
	width: 98em;
}

#header {
	width: 100%;
	height: 84px;
	position: relative;
}

.header1 {
	background: url(../gfx/header1_bg.jpg) no-repeat left top;
}

.header2 {
	background: url(../gfx/header2_bg.jpg) no-repeat left top;
}

.header3 {
	background: url(../gfx/header3_bg.jpg) no-repeat left top;
}

.header4 {
	background: url(../gfx/header4_bg.jpg) no-repeat left top;
}

.header5 {
	background: url(../gfx/header5_bg.jpg) no-repeat left top;
}

.header6 {
	background: url(../gfx/header6_bg.jpg) no-repeat left top;
}

#header h1 {
	display: block;
	margin: 0px;
	width: 178px;
	height: 21px;
	left: 37px;
	top: 15px;
	position: absolute;
}

#header h1 a {
	display: block;
	width: 178px;
	height: 21px;
	background: url(../gfx/logo.png) no-repeat left top;
}

#header h1 a span {
	display: none;
}

#header #navi {
	position: absolute;
	width: 953px;
	top: 54px;
	left: 27px;
	height: 30px;
	font-size: 1.1em;
	font-weight: bold;
}

#header #navi a {
	display: block;
	padding: 8px 9px 8px 9px;
	float: left;
	color: #6e675f;
}

#header #navi a:hover {
	text-decoration: none;
	color: #dbcebd;
}

#header #navi a.selected {
	color: #dbcebd;
}

#content {
	width: 100%;
	min-height: 333px;
	position: relative;
}

.content1 {
	background: url(../gfx/content1_bg.jpg) no-repeat left top;
}

.content2 {
	background: url(../gfx/content2_bg.jpg) no-repeat left top;
}

.content3 {
	background: url(../gfx/content3_bg.jpg) no-repeat left top;
}

.content4 {
	background: url(../gfx/content4_bg.jpg) no-repeat left top;
}

.content5 {
	background: url(../gfx/content5_bg.jpg) no-repeat left top;
}

.content6 {
	background: url(../gfx/content6_bg.jpg) no-repeat left top;
}

#content #introtext {
	clear: both;
	padding: 26px 0px 0px 36px;
	width: 28em;
	height: 265px;
	font-size: 1.1em;
	position: relative;
}

#content #box {
	position: absolute;
}

#content .box1 {
	left: 316px;
	top: 154px;
	width: 137px;
	height: 102px;
}

#content .box2 {
	left: 78px;
	top: 166px;
	width: 137px;
	height: 102px;
}

#content .box3 {
	left: 86px;
	top: 37px;
	width: 165px;
	height: 106px;
}

#content .box4 {
	left: 316px;
	top: 159px;
	width: 198px;
	height: 97px;
}

#content .box5 {
	left: 381px;
	top: 176px;
	width: 118px;
	height: 64px;
}

#content #introtext div {
	position: absolute;
	left: 36px;
	bottom: 10px;
	width: 21.2em;
}

#content #sectiontitle {
	clear: both;
	font-size: 1.1em;
	line-height: 1em;
	color: #6e675f; 
	font-weight: bold;
	padding: 26px 0px 5px 36px;
}

#content #subcontent_container {
	clear: both;
	overflow: hidden;
/*	background: url(../gfx/bg_stripe.jpg) repeat-y left top;*/
}

#content #subcontent_inner {
	clear: both;
	min-height: 300px;
	overflow: hidden;
/*	background: url(../gfx/subcontent_bg.jpg) no-repeat left bottom;*/
	padding: 14px 0px 28px 36px;	/* 300 + 15 + 27 = 342 */
}

#content #partner_logos {
	width: 497px;
	height: 44px;
}

#content #leftcolumn {
	float: left;
	width: 22.6em;
	padding-right: 5.5em;
}

#leftcolumn p, #leftcolumn ul {
	font-size: 1.1em;
}

#leftcolumn li, #leftcolumn a {
	font-size: 1em;
}

#leftcolumn ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#leftcolumn ul ul {
	font-size: 1em;
	margin-left: 1.8em;
}

#leftcolumn ul li {
	line-height: 1.365em;
	color: #6e675f;
	font-weight: bold;
}

#leftcolumn li a {
	font-weight: bold;
	color: #6e675f;
}

#leftcolumn li a:hover {
	text-decoration: none;
	color: #dbcebd;
}

#leftcolumn li a.selected {
	color: #dbcebd;
}

#content #rightcolumn {
	float: left;
	width: 50%;
}

#rightcolumn p {
	font-size: 1.1em;
}

#rightcolumn ul {
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1.365em;
	font-size: 1.1em;
}

#rightcolumn ul li {
	font-size: 1em;
	line-height: 1.365em;
	margin-left: 1.4em;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 24px;
/*	background: #000 url(../gfx/footer_bg.jpg) no-repeat left top;*/
}

#footerinner {
	padding: 5px 0px 5px 39px;
	color: #dbcebd;
	font-size: 11px;
	font-weight: bold;
	color: #6e675f;
}

#footerinner a {
	color: #dbcebd;
}