
/* ### general ### */
* { margin: 0px; padding: 0px; }
html, body { height: 100%; font-family: Arial; font-size: 12px; color: #000; }
input, select, textarea { font-family: Arial; font-size: 12px; color: #000; }
body { background: #d9dadb; overflow: scroll; }
img { border: 0px; display: block; }
a, input { outline: none; }

/* ### global classes ### */
.clear { clear: both; height: 1px; }

/* ### wrapper ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; background: url('../images/wrapperBg.gif') repeat-y top; }
#wrapper div.top { background: url('../images/wrapperTop.gif') repeat-x; }

/* ### main container ### */
#mainCntr { margin: 0 auto; width: 889px; }
	
	/* ### header container ### */
	#headerCntr { position: relative; width: 889px; height: 493px; background: url('../images/headerBg.gif') no-repeat; }
	#headerCntr h1 { position: absolute; top: 15px; left: 36px; }
	#headerCntr h1 a { display: block; width: 176px; height: 89px; text-indent: -9999px; background: url('../images/logo.gif') no-repeat; }
	#headerCntr h3 { position: absolute; top: 52px; right: 40px; font-size: 17px; font-weight: bold; color: #009ee0; }
	#headerCntr img.header { position: absolute; top: 117px; left: 11px; z-index: 5; }
	
		/* ### slogan box ### */
		.sloganBox { position: absolute; top: 140px; left: 40px; z-index: 10; border-top: 3px solid #009ee0; background: url('../images/sloganBg.png'); }
		.sloganBox p { padding: 15px 20px 20px 20px; font-size: 18px; line-height: 32px; }
		
		/* ### menu box ### */
		.menuBox { position: absolute; top: 444px; left: -12px; width: 700px; }
		.menuBox ul { overflow: hidden; width: 700px; list-style: none; display: block; text-align: center; }
		.menuBox li { display: inline; font-size: 14px; color: #fff; }
		.menuBox li a { padding: 0px 5px 0px 2px; text-decoration: none; color: #fff; }
		.menuBox li a:hover, .menuBox li.selected a { color: #009ee0; }
		
		.menuScroll { position:absolute; left:11px; top:117px; width:644px; height:303px; padding-right:0px; overflow:hidden; text-align:left; }
	
	/* ### content container ### */
	#contentCntr { margin: 0px 10px 0px 10px; width: 869px; min-height: 300px; background: url('../images/contentBg.gif') no-repeat right top; }
	
		/* ### text box ### */
		.textBox { padding: 30px; width: 570px; }
		.textBox h2 { padding-bottom: 30px; font-size: 17px; font-weight: bold; color: #009ee0; }
		.textBox p { padding-bottom: 20px; line-height: 18px; }
	
