

#columns #textArea
{
	margin:0px;
	padding:0px;
	padding-bottom:110px;
	position:relative;
	overflow:hidden;
	
}

#columns #textArea div.newsBackground
{
	position:absolute;
	top:110px;
	height:100%;
	width:100%;
	background-image: url(_Images/OnTheRoad/ontheroad_background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	z-index:0;
}




#columns #textArea div.newsHeadingBackground
{
	position:absolute;
	top:100px;
	left:0px;
	z-index:2;
	
}

#columns #textArea div.newsHeadingContents
{
	position:absolute;
	top:110px;
	left:0px;
	z-index:4;
	
}


#columns #textArea div.copyArea
{
	position:relative;
	z-index:10px;
	padding:120px 0px 50px 0px
}


div.newsHover
{
	width:130px;
	height:50px;
	background-image: url(_Images/OnTheRoad/ontheroad_news-trans.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	display:block;
	position:relative;		
}


div.newsHoverOver
{
	width:130px;
	height:52px;
	background-image: url(_Images/OnTheRoad/ontheroad_news-trans.png);
	background-repeat: no-repeat;
	background-position: left -44px;
	display:block;
	position:relative;		
}

#copyColumns td
{
	padding:30px 30px 30px 30px;
}

/*
#copyColumns #newsColumn
{
	padding-left:20px;
}

#copyColumns #onTheRoad
{
	padding-right:55px;
}
*/

h1.onTheRoadHeading
{
	font-size:16px;
	letter-spacing:.1em;
	font-weight:bold;
	color:#5BBE00;
	margin-bottom:4px;
}

h2.onTheRoadHeading
{
	font-size:14px;
	letter-spacing:.1em;
	font-weight:bold;
	color:#5BBE00;
	margin-bottom:4px;
}

h1.newsHeading
{
	font-size:16px;
	letter-spacing:.1em;
	font-weight:bold;
	color:#2B49FF;
	margin-bottom:4px;
}

h2.newsHeading
{
	font-size:14px;
	letter-spacing:.1em;
	font-weight:bold;
	color:#2B49FF;
	margin-bottom:4px;
}


ul.newsLetterList
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

ul.newsLetterList li
{
	margin-bottom:2px;
	font-size:14px;
	letter-spacing:.1em;
	margin-bottom:4px;

}

#container #content #columns ul.newsLetterList li a
{
	text-decoration:none;
}

#container #content #columns ul.newsLetterList li a:hover
{
	color:#2B49FF;
	
}


#container #content #columns div.signUpForm ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;

}

#container #content #columns div.signUpForm ul li
{
	margin-bottom:4px;
}











