#header,
.header
{
	margin: 0 15px;
}
#header .threeColumnView
{
	clear:both;
}

#header .twoColumnView
{
	clear:both;
}

#header .twoColumnView .leftColumn, .newname, .twoColumnView .leftColumn {
	background-color:#FFFFFF;
	float:left;
	width:460px;
}

#header .threeColumnView.leftColumn,
.newname,
.threeColumnView .leftColumn
{
	float: left;
	width: 260px;
	background-color: #fff;	
	padding: 0;
}

#header .threeColumnView .middleColumn,
.newname,
.threeColumnView .middleColumn
{	
	color: #004189;
	float: left;
	width: 370px;
	background-color: #fff;
}
#header #alertMessage {
	margin-top: 15px;
	padding: 5px;
}

#header .threeColumnView .rightColumn,
.newname,
.threeColumnView .rightColumn
{
	margin-left: 650px;
	background-color: #fff;
}

#header #topRightMenu,
.newname,
.topRightMenu{
	float:right;
	border-right: 1px dashed #ccc;
}

#header #topRightMenu a,
.newname,
.topRightMenu a{
	text-decoration:none;
	padding: 4px 7px 0 7px;
	border-left: 1px dashed #ccc;
	display:block;
	float:left;
	font-size:0.8em;
	color:#5b4837;
	text-align:center;
	
}

#header #topRightMenu a.active,
.newname,
.topRightMenu a.active{
	color:#8a343d;
}
.iconLinkMenu {
	margin-top: 0;
	min-width: 257px;
	list-style:none;
}

ul.iconLinkMenu {
	padding-left: 0px;
	width: 279px;
}

li.iconLinkMenu {
	display:inline;
	clear:both;
	position: relative;
}
 
li.iconLinkSubMenu {
	padding-left: 0px;
}

#header form#search ul,
.newname,
.searchbox ul
{
	float: right;
	list-style: none;
	width: 170px;
	margin: 0;
	padding: 0;
}
#header form#search ul li,
.newname,
.searchbox ul li
{
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
}
#header form#search ul li.submit,
.newname,
.searchbox ul li.submit
{
	margin: 1px;
}
#header form#search input.inputText,
.newname,
.searchbox input.inputText
{
	width: 106px;	
}
#header ul#topNavigation,
.newname,
.firstLevelNavigation
{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 29px;
	overflow: hidden;
}
#header ul#topNavigation li,
.newname,
.firstLevelNavigation li
{
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
	height: 29px;
}
#header .subTopNavigation ul,
.newname,
.secondLevelNavigation ul
{
	clear: both;
	margin: 0 0 3px 0;
	padding: 0;
	list-style: none;
	background: repeat-x url("/css/img/subNavigationBackground.gif") top left;
	height: 25px;
}
#header .subTopNavigation ul li,
.newname,
.secondLevelNavigation ul li
{
	float: left;
	margin: 5px 0 3px 11px;
	padding: 0 11px 0 0;
	height: 20px;
	color: #fff;
	font-weight: bold;
	background: no-repeat url("/css/img/topNavigationDivider.gif") top right;
}
#header .subTopNavigation ul li a,
.newname,
.secondLevelNavigation ul li a
{
	color: #f7d3d4;
	text-decoration: none;
	font-weight: normal;
}
#header .subTopNavigation ul li.selected,
.newname,
.secondLevelNavigation ul li.selected
{
	color: #fff;
	font-weight: bold;
}
#header .subTopNavigation ul li.selected a,
.newname,
.secondLevelNavigation ul li.selected a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

