@charset "utf-8";
/* CSS Document    url(../images/background-home.gif) repeat-x  */

body{
	background:#a63700;
	color:#363534;
	margin:0;
}

#Wrap{
	
}
#TopBanner{
	width:1000px;
	background:url(/images/BrandLg.png) no-repeat;
	background-position:440px 20px;
	padding-top:150px;
}
#BodyWrap{
	width:100%;	
	margin:15px 0 0 0;
	background:#aea444;
}
#LeftBody{
	margin:0;
	float:left;
	width:400px;
}
#RightBody{
	margin:0 0 0 500px;
	border:
}
#RightBody #NamePlate{
	margin:0 0 0 60px;	
	padding-top:227px;
}
#Navigation{
	width:1000px;
	clear:both;
	margin:0 0 0 212px;
	padding:10px 0 25px 0;
	font-size:90%;
	font-weight:bold;
	text-align:center;

}
#Navigation ul{
	list-style:none;
	margin:0;
	width:100%;
}
#Navigation ul li{
	display:inline;
	padding:0 25px 0 0;
}

#Navigation a{
	color:#363534;
	text-decoration:none;
}
#Navigation a:hover{
	color:#FFF;
}
#footer {
clear:both;
width: 1000px;
font-size:11px;
padding:25px 0 0 0;
}
#footer a{
	text-decoration:none;
	color:#363534;	
}
#footer a:hover{
	text-decoration:underline;
}
#footerLeft{
	float:left;
	width:400px;
	padding:0 0 0 25px;
}
#footerRight{
	float:right;
	width:400px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
