html, body, div, span, ul, li, a {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

html, body
{
	text-align: center;
	color: #a4a4a4;
	cursor: default;
	background: #f9fafd url("../images/background.gif") repeat top left;
}

a
{
	color: #a4a4a4;
	text-decoration: none;
	font-weight: bold;
}

body, h1, h2, h3, h4, h5
{
	font: 11px/1.4 "Arial", sans-serif;
}

#container
{
	position: relative;
	
	width: 850px;
	margin: 0 auto;
	
	padding-bottom: 3em;
	
	text-align: left;
	
	border: 1px solid #c2bed5;
	border-top-width: 0;
	
	background: #fff url("../images/background2.gif") repeat top left;
	
	z-index: 2;
	
}

.concealer
{
	background: #fff url("../images/background.gif") repeat top left;
	width: 1px;
	position: absolute;
	top: 0;
}

#left1
{
	height: 15px;
	left: 0;
	margin-left: -1px;
}

#left2
{
	height: 31px;
	left: 35px;
}

#right1
{
	height: 241px;
	right: 36px;
}

#right2
{
	height: 160px;
	right: 0;
	margin-right: -1px;
}

#header
{
	height: 270px;
	background: transparent url("../images/header.jpg") no-repeat 28px 50px;
}

#logo
{
	width: 110px;
	height: 60px;
	background: transparent url("../images/logo.png") no-repeat top left !important;
	background: transparent url("../images/logo.gif") no-repeat top left;
	position: absolute;
	top: 45px;
	right: 65px;
}

* html #logo
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png',sizingMethod ='crop');
}

#hline1, #hline2
{
	position: absolute;
	z-index: 100;
	height: 15px;
}

#hline1ext, #hline2ext
{
	position: absolute;
	z-index: 1;
	height: 15px;
}

#hline1
{
	top: 31px;
	left: 0;
	width: 45%;
	background: transparent url("../images/hline_dark_bg.gif") repeat-x top right;
	margin-left: -1px;
}

#hline1ext
{
	top: 31px;
	left: 0;
	width: 50%;
	background: transparent url("../images/hline_dark_bg.gif") repeat-x top right;
}

#hline1 div
{
	float: right;
	height: 15px;
	width: 116px;
	background: transparent url("../images/hline_dark_slogan.gif") no-repeat top right;
}

#hline2
{
	top: 241px;
	right: 0;
	width: 50%;
	background: transparent url("../images/hline_bright_bg.gif") repeat-x top left;
	margin-right: -1px;
}

#hline2ext
{
	top: 241px;
	right: 0;
	width: 50%;
	background: transparent url("../images/hline_bright_bg.gif") repeat-x top left;
}

#hline2 div
{
	float: left;
	height: 15px;
	width: 128px;
	background: transparent url("../images/hline_bright_slogan.gif") no-repeat top left;
}

#slogan
{
	visibility: hidden;
}

#navigation
{
	background: transparent url("../images/hborder.gif") repeat-x top center;
	text-align: center;
	width: 90%;
	height: 40px;
	margin: 0 auto;
	padding-top: 11px;
}


#menu
{
	list-style-type: none;
}

#menu li
{
	display: inline;
	position: relative;
}

#menu a
{
	padding-left: 30px;
}

#menu span.bullet
{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 35px;
	background: transparent url("../images/bullet.gif") no-repeat 10px 2px;
}

#menu a:hover span.bullet
{
	background: transparent url("../images/bullet_active.gif") no-repeat 0 0;
}

#menu a:hover
{
	background-position: 10px 2px;
}

#menu #current a:hover span.bullet
{
	background: transparent url("../images/bullet.gif") no-repeat 10px 2px;
}

#content
{
	margin: 1em 40px 0 40px;
	width: 765px;
	min-height: 205px;
	font-size: 110%;
}

* html #content
{
	height: 205px;
}

h3
{
	color: #929292;
	font-weight: bold;
}

#footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1.5em;
	background-color: #ddd;
	text-align: right;
	margin-bottom: -1px;
}

#footer p
{
	font-size: 90%;
	position: relative;
	display: block;
	color: #c0c0c0;
	font-weight: bold;
	top: 40%;
	height: 1em;
	margin: -0.5em 1.5em 0 0;
}

/* Bugfixes */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */