/* --------------- Editable Items -------------------- */

body {
	/* This controls the background color of the site */
	background: #00665E;
	margin: 0;
	padding: 0;
	border: 0;
	padding-bottom: 25px;
	}

#model {
	/*This places the picture of the Watercraft Model onto the page */
	background: url(../images/wc_top.jpg) no-repeat;
	width: 406px;
	height: 179px;
	border-bottom: 1px solid white;
	}

#logo {
	/*This places the picture of the Yamaha Logo onto the page */
	background: url(../images/wc_logo.jpg) no-repeat;
	border-bottom: 1px solid white;
	}

#tagline {
	margin-top: 0px;
	/*This places the picture of the WaterCraft Tagline onto the page */
	background: #000 url(../images/wc_title.jpg) no-repeat;
	height: 59px;
	}

#date {
	font: 10px Arial, Helvetica, sans-serif;
	color: #AFBBB6;
	text-align:right;
	padding: 5px 20px 5px 0px;
	/*This controls the background color behind the date*/
	background-color: #185D68;
	height: 12px;
	border-bottom: 1px solid white;
	}

#footer {
	/*This controls the background color behind the footer*/
	background-color:  #185D68;
	border-top: 1px solid white;
	height: 21px;
	padding-top: 3px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #B7AFB3;
	text-align:center;
	}
	
	
.page_header {
	/*This controls the color of the page headers*/
	color: #00338F;
	/*This controls the font size and font face*/
	font: 11pt Arial, Helvetica, sans-serif;
	/*This bolds the font*/
	font-weight:bold;
	font-variant:small-caps;
	text-decoration:underline;
	}

#sub {
	/*This controls the background color of the sub pages */
	background-color: #D2D0C6;
	}
/* ----------------------------- */


#container {
	margin: 0 0;
	width: 745px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background:#D2D0C6 url("../images/content_bg.gif") repeat;
	}


#topbanner {
	margin: 0;
	height: 180px;
	}


#main {
	float: left;
	width: 240px;
	background: transparent url("../images/news_bg.gif") repeat-y;
	height: 100%;
	padding-bottom: 20px;
	}

#newsheader{
	height: 36px;
	background: transparent url("../images/ymmc_news.gif") no-repeat;
	}
	
#news {
	padding: 5px 20px;
	}

.header {
	font: 15px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom: 0px;
	}

p {
	font: 11px Arial, Helvetica, Sans-serif;
	margin-top: 0px;
	}


/*NAVIGATION DO NOT MODIFY*/

/* menu requirements for functionality */
#menu {
	margin-left: 210px;
	margin-top: 25px;
	}
	
#dmenu li>ul { 
	top: auto;
	left: auto;
	}

.menutitle{
	list-style-type:none;
	float:left;
	
	}

.submenu{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
	}
	

/*Sub Menu Functionality*/
.aboutsub a{
	display:block;
	width:100px;
	}

.careeroppsub a{
	display:block;
	width:90px;
	}

.ebusinesssub a{
	display:block;
	width:75px;
	}

.productssub a{
	display:block;
	width:75px;
	}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
	}

#content {
	clear: left;
	}

/* menu look and feel */

/* background color for table */
#back_table {
	background: #788D9F;
	}

#dmenu {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:11px;
	font-weight:bold;
}

/*Menu Headings*/
#home {
	color:#FFFFFF;
	text-indent:3px;
	text-decoration: none;
	padding: 0 10px;
	width:auto;
	background: transparent;
	border-right: 2px solid #161C4E;
	}

#about {
	color:#FFFFFF;
	text-decoration: none;
	padding: 0 10px;
	width:auto;
	background: transparent;
	border-right: 2px solid #161C4E;
	}

#about a:visited {
	text-decoration:none;
	}

#careeropp {
	color:#FFFFFF;
	text-decoration: none;
	padding: 0 10px;
	width:auto;
	background: transparent;
	border-right: 2px solid #161C4E;
	}
	
#careeropp a:visited {
	text-decoration:none;
	}

#ebusiness {
	color:#FFFFFF;
	text-decoration: none;
	padding: 0 10px;
	width:auto;
	background: transparent;
	border-right: 2px solid #161C4E;
	}
	
#ebusiness a:visited {
	text-decoration:none;
	}

#products {
	color:#FFFFFF;
	text-decoration: none;
	padding: 0 10px;
	width:auto;
	background: transparent;
	}
	
#products a:visited {
	text-decoration:none;
	}


/* Sub Menu Color */
.submenu {
	margin-top:-1px;
	background-color:#E8E8E8;
	background-position: top left;
	background-repeat: repeat-x;
	border-top:0px solid #092C4C;
	border-bottom:1px solid #092C4C;
	border-right:1px solid #092C4C;
	border-left:1px solid #092C4C;
	}


/*About Us Sub Links */
.aboutsub a{
	font: 11px Arial, Helvetica, sans-serif;
	border-top: 1px solid #000;
	padding:3px;
	text-decoration: none;
	/*This controls the color of the about us navigation menu*/
	color: #000000;
	}

.aboutsub a:hover{
	text-decoration: none;
	font-weight: bold;
	/*This controls the rollover color of the about us menu*/
	background:#00665E;
	color: #FFFFFF;
	}

.aboutsub a:visited{
	padding:3px;
	text-decoration: none;
	color: #000000;
	}

/*Career Opportunities Sub Links */
.careeroppsub a{
	font: 11px Arial, Helvetica, sans-serif;
	border-top: 1px solid #000;
	padding:3px;
	text-decoration: none;
	/*This controls the color of the career opportunities menu navigation menu*/
	color: #000000;	
	}

.careeroppsub a:hover{
	text-decoration: none;
	font-weight: bold;
	/*This controls the rollover color of the career opportunities menu*/
	background:#00665E;
	color: #FFFFFF;
	}
	
.careeroppsub a:visited{
	padding: 3px;
	text-decoration: none;
	color: #000000;
	}

/*ebusiness Sub Links */
.ebusinesssub a{
	font: 11px Arial, Helvetica, sans-serif;
	border-top: 1px solid #000;
	padding:3px;
	text-decoration: none;
	/*This controls the color of the ebusiness navigation menu*/
	color: #000000;
	}

.ebusinesssub a:hover{
	text-decoration: none;
	font-weight: bold;
	/*This controls the rollover color of the ebusiness menu*/
	background:#00665E;
	color: #FFFFFF;
	}

.ebusinesssub a:visited{
	padding:3px;
	text-decoration: none;
	color: #000000;
	}

/*Products Sub Links */
.productssub a{
	font: 11px Arial, Helvetica, sans-serif;
	border-top: 1px solid #000;
	padding:3px;
	text-decoration: none;
	/*This controls the color of the product navigation menu*/
	color: #000000;
	}

.productssub a:hover{
	text-decoration: none;
	font-weight: bold;
	/*This controls the rollover color of the products menu*/
	background:#00665E;
	color: #FFFFFF;
	}

.productsssub a:visited{
	padding:3px;
	text-decoration: none;
	color: #000000;
	}
	
/*Misc */
.black10	{
	color:black;
	font-size : 10pt;
	font-weight : normal;
	vertical-align : bottom;
}
.black10b	{
	color:black;
	font-size : 10pt;
	font-weight : bold;
	vertical-align : bottom;
}
.black12{
	color: black;
	font-size : 12pt;
	padding : 0;
	vertical-align : bottom;
}
.black12b{
	color: black;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size : 12pt;
	font-weight : bold;
	padding : 0;
	vertical-align : bottom;
}
.centeredtitle2 {
	color: Blue;
	font-weight: Bold;
	font-size: 16pt;
	text-align: center;
}
.centeredtitle3 {
	color: Blue;
	font-weight: Bold;
	font-size: 14pt;
	text-align: center;
}		