﻿/* CONTAINERS */
div#pageCont
{
	width:777px;
	margin:auto;
}
div#conContTop
{
	clear:both;
	width:777px;
	height:22px;
	background:url("images/boxTop.png") no-repeat;
	font-size:90%;

	/* IE6 PNG fix */
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/boxTop.png');
}
div.homepageBottomCont
{
	width:777px;
	height:22px;
	background:url("images/boxBottom.gif") no-repeat;
}
div.bLevelBottomCont
{
	width:777px;
	height:22px;
	background:url("images/boxBottom.png") no-repeat;
	
	/* IE6 PNG fix */
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/boxBottom.png');
}
div#conCont
{
	width:777px;
	background:url("images/boxSides.png") repeat-y;
	text-align:center;

	/* IE6 PNG fix */
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/boxSides.png');
}
div#conContInner
{
	width:761px;
	margin:auto;
	background:white;
	text-align:left;
}
div#headerCont
{
	position:relative;
	height:110px;
	background:url("images/header/headerShadow.gif") repeat-x bottom;
	border-bottom:1px solid #98b5c6;
	z-index:90;
}
div#mainCont
{
	clear:both;
	position:relative;
	border-top:6px solid #a5becd;
	z-index:0;
}
div#mainContHome
{
	border:0;
}
div#bottomNavCont
{
	margin:auto;
	color:#f7eed3;
	text-align:center;
	font-size:90%;
}

/* TOP NAVIGATION */
ul#topNav
{
	color:#d7c7b6;
	text-align:center;
}
ul#topNav a
{
	color:#d7c7b6;
	font-size:0.9em;
	text-decoration:none;
}
ul#topNav a:hover
{
	text-decoration:underline;
}
ul#topNav li
{
	display:inline;
	list-style-type:none;
}
ul#topNav li span
{
	padding-left:0.6em;
}

/* BOTTOM NAV */
ul#bottomNav
{
	overflow:visible;
	width:550px;
	margin:auto;
	text-align:center;	
}
ul#bottomNav a
{
	color:#f7eed3;
}
ul#bottomNav li
{
	display:block;
	float:left;
	margin:0 0.2em;
	list-style-type:none;
}
ul#bottomNav li span
{
	padding-left:0.4em;
}

/* HEADER */
div#headerCont h3
{
	display:block;
	position:absolute;
	top:5px;
	left:35px;
	width:270px;
	height:68px;
	background:url("images/header/logo.gif") no-repeat;
}
div#headerCont h3 a
{
	display:block;
	width:270px;
	height:68px;
}
div#headerCont h3 a span
{
	display:none;
}

/* SITE SEARCH */
div#siteSearch
{
	float:right;
	position:relative;
	top:15px;
	right:10px;
}
div#siteSearch input.txt
{
	width:151px;
	height:22px;
	padding:6px 0 0 5px;
	background:url("images/textSiteSearch.gif") no-repeat;
	color:#4e809c;
	font-size:130%;
	font-weight:bold;
}
div#siteSearch input.img
{
	_position:relative;
	top:-8px;
	background:url("images/buttonSiteSearch.gif") no-repeat 0 3px;
}