@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding:0px;
	
	
}

#a_header
{
    z-index:1000;
}

#img_header
{
    border-style:none;
    z-index:1000;
}

#container{
	margin:0px auto;
	width:654px;
	border-color:White;
	
}

#nav{
	background-image:url(../images/bkgd_nav.gif);
	background-repeat:no-repeat;
	height:89px;
	padding-left:23px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
}

#nav a{
	color:#FFF;
	text-decoration:none;
}

#multiBrandHeaderText { position: relative; z-index:50; top:-180px; float:right; color: Black; font-size: 2.0em; font-family:Trebuchet MS,helvetica,arial,sans-serif; text-align:right; }

#MultiBrand_container{
	margin:0px auto;
	width:875px;
}

#MultiBrand_nav{
	background-image:url(../images/bkgd_navLg.gif);
	background-repeat:no-repeat;
	height:89px;
	padding-left:23px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
}

#MultiBrand_nav a{
	color:#FFF;
	text-decoration:none;
	z-index:60;
}


ul{
	list-style:none;
	padding:30px 0px 0px 0px;
	margin:0px;
	float:left;
}

ul li{
	display:inline;
	padding:0px 15px 0px 0px;
	margin:0px;
}


#logos{
	float:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 12px 15px 0px 0px;
}


#contentHolder{
	width:648px;
	margin:0px 2px 0px 2px;
	border:#cfcfcf solid 1px;
	background-image:url(../images/header_backgroundImg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border-style:none;
	float:left;
	padding-bottom:18px;
}

#content{
		margin:252px 17px 0px 19px;
		padding:24px 0px 40px 20px;
		width:590px;
		background-color:#f1f0e5;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#595959;
		line-height:21px;
		float:left;
}

.columnLeft{
	float:left;
	width:378px;
	margin-top:5px;
}

.columnRight{
	float:left;
	width:185px;
	margin:5px 0px 30px 8px;
}
	
	
.bottomLeft{
	float:left;
	margin-right:45px;
	margin-top:40px;
	width:168px;
}

.bottomRight{
	float:left;
	margin-top:40px;
	width:356px;
}

h2{
	margin:0px;
	padding:0px;
	display:inline;
	font-weight:bold;
	font-size:14px;
	
	
}

h1{
	font-size:18px;
	margin:0px;
	padding:0px;
	font-weight:normal;
	
}

#footer{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#595959;
		float:left;
		margin:10px 15px 20px 0px;
		text-align:right;
		width:627px;
}

#footer a{
	text-decoration:none;
	color:#595959;
}


