@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body  {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #fff;
}
div {
	position: relative;
}

#wrap {
	width: 780px;
	left: 50%;
	margin-left: -390px;
	margin-top: 30px;
	height: auto;
	background-image: url(/assets/content_bkg.gif);
	background-position: top center;
	background-repeat: repeat-y;
}
* html #wrap {
	width: 781px;
}
#header {
	height: 120px;
	background-image: url(../assets/header_bkg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #fff;
}
#contentwrap {
	border: 1px solid #818E9B;
	float: left;
	background-repeat: no-repeat;
	background-position: top left;
}
#content_l {
	width: 415px;
	padding: 30px 50px 30px 80px;
	border-right: 1px solid #818E9B;
	float: left;
}
#content_r {
	width: 232px;
	float: right;	 
}
* html #content_r {
	clear: left;
}

/* menu system ======================================== */
#navcontainer
{
position: absolute;
top: 10px;
left: 0;
margin: 0;
padding: 0;
width: 180px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer ul li
{
display: block;
padding: 0;
margin: 0 0 4px 0;

}
img, #navcontainer ul li a, #navcontainer ul li a:hover {
	behavior: url(/css/iepngfix.htc); 
}
#navcontainer ul li a, #navcontainer ul li a.doubleheight, #navcontainer ul li a.small, #navcontainer ul li a:hover
{
	float: none;
	width: 180px;
	height: 20px;
	padding: 5px 0 2px 26px;
	margin: 0 0 4px 0;
	background-image: url(/assets/menu_bkg.png);
	background-repeat: repeat-y;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border: none;
}
#navcontainer ul li a:hover
{
	background-image: url(/assets/menu_bkg_ovr.png);
}
#navcontainer ul li a.doubleheight {
	height: 39px;
}
#navcontainer ul li a.small {
	font-size: 11px;
}

#footer {
	clear: both;
	background-color: #fff;
	text-align: right;
	height: 46px;
	padding-top: 6px;
	border-bottom: none;
}
#footer a {
	text-decoration: none;	
	border: none;
}
