/* CSS Document */

/* below is a work around for the scripts interference with a scrollbar */
/* this allows for the isolation of the layout divs from the content */
div#container,
div#background,
div#logo,
div#header,
div#phone,
div#events,
div#ctrnext,
div#tomain,
div#previous,
div#attent,
div#modelyear1,
div#modelyear2,
div#modelyear3,
div#boatinfotext,
div#engineinfotext,
div#boatInfo,
div#engineInfo,
div#boatinfolist,
div#horrule,
div#accessorylist,
div#horrule2,
div#buildyourboat,
div#flyerdownload,
div#body,
div#pagetitle,
div#pagetitletext,
div#navback,
div#footer,
div#navigation,
div#copyright,
div#homepagetext,
div#homepagephoto,
div#linksimage,
div#backtomain,
 { behavior: url('scripts/iepngfix.htc') }

/********************************************************************/
/* below this section handles the rollovers for the left navigation */
/********************************************************************/
.rollover a {

	display:block;
	width:152px;
	height:30px;
	border:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font: 12px sans-serif;
	font-weight:650;
	vertical-align:middle;
	background: url("images/buttona.png") 0px 0px no-repeat; /*places and locates the image within the button */
	text-decoration:none;
	color:#333333;
	behavior: url('scripts/iepngfix.htc')
	
}

.rollover a:hover { /*handles the over state of the rollover*/

	background-position: 0px -30px; /* controls where the button image is located when in the hover state */
	height:30px;
	width:152px;
	border:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	vertical-align:middle;
	color:#000000;
	font:12px sans-serif;
	font-weight:800;
	behavior: url('scripts/iepngfix.htc')

}
.EventItem
{
	font-family:arial;
	font-size:11px;
}
td
{
	vertical-align:top;
	font-family:Arial;
}

.style1 {color: #CC0000}
