
#top-header-left{
	position:absolute;	
	top:0;
	left: 0;
	width:50%; height:144px;
	background: #ff9d33 100% 0;
}
#top-header-right{
	position:absolute;	
	top:0;
	right: 0;
	width:50%; height:144px;
	background: #6f3415  100% 0;
	margin-left:998px;
}


#top-header-img{
	margin:0;
	padding:0;
	position:absolute;
	float:left;
	top:0;
	width:998px;
	height:144px;	
}

.fullBleed {

}

.fullBleed .leftBleedBack {
	float:left;
	margin-top: 0px;
	margin-left: 0px;
	width: 50%;
	height:390px;
	text-align: left;
	margin-right:0px;
}

.fullBleed .leftBleedBack .leftBleedContent {
	display:block;
	float:right;
	width:800px; height:390px;

}

.fullBleed .rightBleedBack {
	float:left;
	margin-top: 0px;
	width: 50%;
	background: #6f3415 100% 0;
	margin-right:0px;
}

.fullBleed .rightBleedBack .rightBleedContent {
	width:350px; height:390px;
	background:#888787;
	padding:8px;
	margin-right:0px;
}

.fullBleed#homeContent .leftBleedBack {
	width:60%; 
	background-color: #e3e3e3;

}
.fullBleed#homeContent .rightBleedBack {
	width:40%;
	background-color: #888787;
}

header .fullBleed img { display:block; }


header .fullBleed .leftBleedBack {
	background-color:#ff9c34;
}

header .fullBleed .leftBleedBack,
header .fullBleed .leftBleedBack .leftBleedContent { width:500px; height:144px; }

header .fullBleed .rightBleedBack,
header .fullBleed .rightBleedBack .rightBleedContent { width:500px; height:144px; }

header .fullBleed .leftBleedBack, header .fullBleed .rightBleedBack { width:50%; }


#mainRightBleed h1{
	font-weight: 600; 
	font-size: 32px;
	color: #fff;
	margin-bottom: 5px;
	margin-left:28px;
	letter-spacing: -1px;
	text-align:left;
	margin-top:0;
	padding-top:1em;
}

#mainRightBleed p{
	font-size: 12px;
	color: #fff;
	line-height:1.5em;
	margin-top: 30px;
	margin-left:28px;	
}

#bottomCopy{
	clear: both;
	width:998px;
	margin:0 auto;
	font-size: 13px;
	color: #999;
	line-height:1.4em;
	padding:0;
}
#bottomCopy span{
	color: #eb6e00;
}

#bottomCopy h1{
	font-size: 30px;
	color: #838383;
	letter-spacing: -1px;
}
#leftColumn{
	width:300px;
	margin-top:10px;
	margin-right:30px;
	float:left;	
			
}
#centerColumn{
	width:300px;
	margin-top:10px;
	margin-right:30px;
	float:left;	
	
}
#rightColumn{
	width:300px;
	margin-top:10px;
	float:left;	

}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	nav li{
	     margin-right:21px;
	}
	#footer{
		font-size: 7px;
		letter-spacing: -1px;
	}
	
	#top{
		margin:10px;
	}
	#bottomCopy{
		margin:10px;
	}
   
    
}

@media only screen and (min-device-width : 480px) and (max-device-width : 768px) {
	nav li{
	     margin-right:23px;
	}
	
	#top{
		margin:10px;
	}
	#bottomCopy{
		margin:10px;
	}
	#leftColumn{
		width:290px;

	}
	#centerColumn{
		width:290px;
		margin-left:45px;	

	}
	#rightColumn{
		width:290px;
		margin-left:45px;

	}
	
   
    
}






