/* CSS Document For Hudson Asphalt */
body { 
	margin: 0;
	background-color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
}
a { 
	color: #996600;
}
a:visited { 
	color: #333;
}
#homeContent { 
	background-color: #FFFFFF;
	padding: 10px;
	opacity: 0.79;
	-moz-opacity: 0.79;
	-khtml-opacity: 0.79;
	filter: alpha(opacity=79);
	line-height: 140%;
	
}
.imageBackground { 
	background-color: #FFFFFF;
	opacity: 1.00;
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
	filter: alpha(opacity=100);
}

p { 
	line-height: 160%;
}
h1 { 
	font-size: 18px;
	color: #333333;
}
h5 { 
	font-size: 15px;
	color: #666666;
	font-style:italic;
}
#imgHolder { 
	background-image: url(/images/home_img2.jpg);
	background-repeat: no-repeat;
	height: 256px;
	width: 500px;
}
#eventTitle { 
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 110%;
	margin-top: 115px;
}
.inlineH1 { 
	display: inline; 
	font-size: 16px;
	font-weight: bold;
}
#outsideTable { 
	background-color: #fff;
	width: 760px;
	margin: 25px auto;
}
#insideContent { 
	margin: 0;
	padding: 0px;
	background-image: url(/images/swash_bgrd.gif);
	background-repeat: no-repeat;
}
#home h2 { 
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 0;
	line-height: 80%;
}
#home h4 { 
	font-weight: normal;
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 0;
	line-height: 80%;
}
#h3Home { 
	float: left;
	clear: left;
	margin-right: 10px;
}
#nav li {
	list-style-image: url(/images/double_off.gif);
}
#nav li a { 
	color: #999999;
	text-decoration: none;
}
#nav li a:hover { 
	color: #996600;
	list-style-image: url(/images/double_on.gif);
	
}

/****** Disabled by RS ***********
#welcome #nav #welcomeMain,
#about #nav #aboutMain,
#affiliates #nav #affiliates,
#labs #nav #labs,
#products #nav #productsMain,
#hm3 #nav #hm3,
#sales #nav #sales,
#history #nav #history,
#mission #nav #mission,
#team #nav #team,
#interesting #nav #interesting,
#links #nav #links,
#affiliates #nav #affiliates,
#history #nav #history,
#news #nav #newsMain,
#advance #nav #advance,
#accommodations #nav #accommodations,
#sponsorship #nav #sponsorship,
#early #nav #early,
#contact #nav #contactMain
**********************************/
 
#welcome #nav #welcomeMain,
#about #nav #aboutMain,
#products #nav #productsMain,
#hag #nav #hagMain,
#news #nav #newsMain,
#contact #nav #contactMain { 	
	color: #996600;
	list-style-image: url(/images/double_on.gif);
	font-weight: bold;
	font-size: 12px;
	
}

#factList li { 
	line-height: 25px;
}

/******* DYNAMIC NAVIGATION CONTROLS - RS ********/

/* Hide all sub menus on load */
#aboutSubNav,
#productsSubNav,
#hagSubNav,
#newsSubNav
{ 
	display: none;
}

/* Display sub menu based on CSS ID paths
	Path = BodyID #nav SubMenuID
*/
#about #nav #aboutSubNav,
#products #nav #productsSubNav,
#hag #nav #hagSubNav,
#news #nav #newsSubNav
{ 
	display: block;
}