@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body  {
	background: #b74731;
	text-align: center;
	font: Verdana, Helvetica, sans-serif;
	font-size: 95%;
}

p {
	margin-bottom: 20px;
}

a:link {
	color:#003366;
}

a:hover, a:focus{
	text-decoration: none;
} 

a:visited{
	color:#b74731
} 

#wrapper {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	background: url(../_images/wrapperBG.gif) repeat-y;
	}
	
#container {
	margin-left: 21px;
	width: 819px;
	background-color: #FFF;
	}
	
ul {
	font: Arial, Helvetica, sans-serif;
	}

#headerContainer {
	position: relative;
	width: 819px;
	height: 275px;
	background: #FFF;
	z-index: 100;
	}

#headerTable {
	width: 797px;
	height: 255px;
	}

#headerLeft {
	background: url(../_images/headerLeft.gif) repeat-y;
	width: 9px;
	height: 255px;
	float: left;
}

#header {
	width: 797px;
	background-color: #77a04b;
	height: 255px;
	float: left;
}


#headerRight {
	background: url(../_images/headerRight.gif) repeat-y;
	width: 13px;
	height: 255px;
	float: left;
}

#headerBottom {
	background: url(../_images/headerBottom.gif);
	height: 20px;
	width: 819px;
	float: left;
}
#headerTopCenterTop{
	background-repeat:no-repeat;
}

#headerBottomCenterBottom{
	background-repeat:no-repeat;
	padding: 0;
	margin: 0;
	padding-left: 3em;
	list-style: none;
	bottom: 0;
}

#headerBottomCenterBottom ul {
	list-style: none;
}

#headerBottomCenterBottom ul li {
	float: left;
}

#headerBottomCenterBottom ul li a {
	text-decoration: none;
	border: 0;
	height: 29px;
	display: block;
}

#cookieCrumbs{
	top: 260px;
	left: 50px;
	position: absolute;
}

#cookieCrumbs ul{
	padding: 0;
	padding-left: 1em;
	padding-top: .2em;
	padding-bottom: 1.2em;
	margin: 0;
	list-style: none;
}

#cookieCrumbs ul li{
	float: left;
}

#cookieCrumbs ul a {
	text-decoration: none;
	background: url(../_images/cookieCrumbsNormal.gif) no-repeat left;
}

#cookieCrumbs ul li a{
	padding: 0 1.2em;
	font-size: 75%;
	color:#666666;
	float: left;
	display: block;
}

#cookieCrumbs ul li a:Hover{
	color:#b74731;
	background: url(../_images/cookieCrumbsHover.gif) no-repeat center left;
}

#contentArea {
	margin-top: -10px;
	margin-right: 13px;
	position: relative;
	z-index: 0;
}

#leftSubNav {
	float: left;
	margin-top: .5em;
	margin-left: 9px;
	width: 150px;
}

#subNavHeader {
	height: 77px;	
}

#subNavFooter {
	height: 119px;	
}

#leftSubNav ul {
	padding: 0;
	margin: 0;
	padding-left: 13px;
	text-decoration: none;
	list-style: none;
}

#leftSubNav ul a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	font-size: 85%;
	line-height: 3em;
	height: 43px;
	width: 124px;
	background: url(../_images/menuSubElement.gif) no-repeat left;
}

#leftSubNav ul a.multiLine {
	line-height: 1.2em;
	height: 50px;
	margin-top: -.1em;
	margin-bottom: -.1em;
	background: url(../_images/subNavMultiLineElement.gif) no-repeat;
	}

#leftSubNav ul li a{
	top: 12px;
	font-size: 85%;
	color:#000;
	display: block
}

#leftSubNav ul li a:Hover{
	color:#b74731;
	font: bolder;
}

#leftSubNav ul li a.multiLine:Hover{
	color:#b74731;
}


#mainContentOuter {
	float: right;
	width: 640px;
}

#mainContent {
	margin: .5em;
}

#mainContentFooter {
	margin: .5em;
}

#rightSideBar {
	position:absolute;
	top: 0;
	left: 848px;
	width: 176px;
	background: none;
}

#rightSideBarTop{
	background: #b74731;
	background-position: bottom left;
	width: 176px;
}

#advSideBar {
	width: 150px;
	margin-left: 10px;
	bottom: 0;
	background:#FFFFFF;
}

#sideBarContent{
	position:relative;
	padding: .5em;
}

#rightSideBarBottom{
	background: #b74731;
	background-position: top left;
	width: 176px;
}

#footer {
	background: url(../_images/containerFooter.gif) repeat-x;
	background-position: bottom;
	width: 788px;
	display: block;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: .5em;
	padding-bottom: 2em;
	font-size: 80%;
}

#clear {
	clear: both;
	}