
li {
	list-style: initial;
}

#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 .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:438px; height:390px;

}

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

.fullBleed .rightBleedBack .rightBleedContent {
	width:600px; height:390px;
	padding:0;
	margin-right:0px;
}
.fullBleed#homeContent .leftBleedBack {
	width:40%; 
	background-color: #e87124;

}
.fullBleed#homeContent .rightBleedBack {
	width:60%;
	background-color: #e87124;
}


#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: 87px;
	margin-left:28px;	
}

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

#bottomCopy a{
	text-decoration: none;
	color: #ff9d33;
}

#bottomCopy h1{
	letter-spacing: -1px;
	font-size: 32px;
	color: #838383;
}
#leftColumn{
	width:290px;
	margin-top:10px;
	float:left;	

		
}
#centerColumn{
	width:290px;
	margin-top:10px;
	margin-left:50px;
	float:left;	

	
}
#rightColumn{
	width:290px;
	margin-top:10px;
	margin-left:50px;
	float:left;		

}

#rightColumn  br{
	display:none;

}

#mainRightBleed p a{
	font-weight: 500; 
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin-left:0px;
	text-align:left;
	margin-bottom: 0px;
	margin-top:-45px;
	text-decoration: none;
	float:left;
	display: block;
	
}


#sublinks a {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #ff9d33;
  margin-left: 0px;
  line-height:1.1em;
  text-align: left;
  margin-bottom: 0px;
  margin-top: 5px;
  text-decoration: none;
  display: block;
}
#sublinks a:hover{
	color: #888787;
}


@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;
    }
    #rightColumn br {
		display:block;

	}
	#mainRightBleed p {
  		margin-top: 38px;
	}

}

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

	}

}


