/* General Classes
------------------------------------------------------ */
html {
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
}
body {
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	background:url(../images/generic/horz_bg.gif) repeat-x left top #FFFFFF;
}

/* This if for the internal pages */
body#Internal_Body {
	background:url(../images/generic/horz_bg_internal.gif) repeat-x left top #FFFFFF;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}


/* Outer Container
------------------------------------------------------ */
#OuterContainer {
	width:expression(document.body.clientWidth > 994? "994px":
	(document.body.clientWidth < 788? "785px": "100%" ));
	min-width: 785px;
	max-width: 994px;
	height:100%;
	margin: 0 auto;
}

/* Main Container
------------------------------------------------------ */
#MainContainer {
	height:454px;
	/*background:url(../images/home/main_bg.jpg) no-repeat left top;*/
	background-repeat:no-repeat;
	background-position:left top;
	border-top:solid 6px #FFFFFF;
	border-left:solid 6px #FFFFFF;
	border-right:solid 6px #FFFFFF;
}

#flash {
	background: #fff;
	height: 448px;
}
#noflash {
	/*background:url(../images/home/main_bg.jpg) no-repeat left top;*/
	height: 448px;
	background:url("../images/home/BU091113_main_bg.jpg") no-repeat scroll left top transparent;
}

#Internal_MainContainer_Head {
	height:146px;
	background:url(../images/internal/main_bg.jpg) no-repeat left top;
	border-top:solid 6px #FFFFFF;
	border-left:solid 6px #FFFFFF;
	border-right:solid 6px #FFFFFF; 
}
#Internal_MainContainer_Body {
	background-color:#FFFFFF;
	border-left:solid 6px #FFFFFF;
	border-right:solid 6px #FFFFFF; 
}
#Internal_MainContainer_Body_Content {
	margin: 0px 0px 15px 0px;
}
#Internal_MainContainer_Body_Content h1 {
	font:Arial, Helvetica, sans-serif;
	color:#0066d5;
	font-size:14px;
	padding:0px;
	margin:5px 0px 5px 0px;
}
#Internal_MainContainer_Body_Content h2 {
	font:Arial, Helvetica, sans-serif;
	color:#757575;
	font-size:12px;
	padding:0px;
	margin:0px;
}
#Internal_MainContainer_Body_BreadCrumbs {
	height:25px;
	border-bottom:solid 1px #e1e0de;
	padding: 12px 5px 0px 250px;
	font-weight:bold;
	color:#0066cc;
}
#Internal_MainContainer_Body_BreadCrumbs a {
	display:block;
	float:left;
	background: url(../images/internal/breadcrumb_arrow.gif) no-repeat right 4px;
	padding: 0px 15px 0px 0px;
	margin: 0px 5px 0px 0px;
	color:#0066cc;
}
#Internal_MainContainer_Body_BreadCrumbs_B {
	height:25px;
	border-bottom:solid 1px #e1e0de;
	padding: 12px 5px 0px 0px;
	font-weight:bold;
	color:#0066cc;
}
#Internal_MainContainer_Body_BreadCrumbs_B a {
	display:block;
	float:left;
	background: url(../images/internal/breadcrumb_arrow.gif) no-repeat right 4px;
	padding: 0px 15px 0px 0px;
	margin: 0px 5px 0px 0px;
	color:#0066cc;
}

/* Header & Navigation
------------------------------------------------------ */
#HeaderNavigation {
	height:51px;
	margin: 20px 0px 0px 0px;
	padding: 12px 0px 12px 0px;
}

#HeaderNavigationHome {
	/*border: 1px solid red;*/
	height:51px;
	margin: 20px 0px 0px 0px;
	padding: 12px 0px 12px 0px;
	position:absolute;
	/*left: 300px;*/
	/*top:30px;*/
	/*width: 100%;*/
}


#HeaderNavigationLeft { 
	width:240px;
	height:51px;
	float:left;
}
#HeaderNavigationLeft { 
	float:right;
}
.NavigationDivide {
	background:url(../images/generic/nav_divide.gif) no-repeat left top;
}


/* Footer
------------------------------------------------------ */
#FooterContainerHome {
	height:93px;
	background:url(../images/generic/footer_bg_top.gif) repeat-x left top;
	margin: 0px 6px 0px 6px;
	clear:both;
}
#FooterContainerInternal {
	height:93px;
	background:url(../images/generic/footer_bg_top.gif) repeat-x left top;
	clear:both;
}
#FooterTop {
	padding: 22px 0px 14px 0px;
}
#FooterBottom {
	height:20px;
	background:url(../images/generic/footer_bg_top.gif) repeat-x left 3px;
	border-bottom:solid 1px #e1e0de;
}
#FooterBottom_Right {
	float:right;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform:uppercase;
	color: #666666;
	padding: 2px 0px 0px 6px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
}

/* Footer Link */
.footer a:link {
	color: #666666;
	text-decoration: none;
}
.footer a:visited {
	color: #666666;
	text-decoration: none;
}
.footer a:active {
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Links
------------------------------------------------------ */

/* Standard Link */
A          { 
	color: #666666; 
	text-decoration : none; 
}
A:visited  { 
	color: #666666; 
	text-decoration : none; 
}
A:Active   { 
	color: #666666; 
	text-decoration : none; 
}
A:Hover    {
	color: #000000;
	text-decoration : underline;
}
.lnkLanding A 
{

	text-decoration : underline;
}
/* Forms
------------------------------------------------------ */


input {

}


textarea {

}

select {

	}

TD.formCaptions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
}

/* HTML 
------------------------------------------------------ */

hr {
	border: none 0;
	border-top: 1px solid #999999;
	width: 100%;
	height: 1px;
}


ol {
}

ul{
}

/* CONTENT STYLES
------------------------------------------------------ */
/* Contact page */
#Contact_Container {
	height:215px;
	background-color:#F5F5F5;
}
#Contact_Container input {
	width:135px;
	height:14px;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 1px 0px;
}
#Contact_Container textarea {
	display:block;
	float:left;
	width:99%;
	height:67px;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px px 0px;
}
#Contact_Left {
	height:26px;
	width:193px;
	float:left;
	padding: 12px 12px 12px 12px;
	background-color:#CCCCCC;

}
#Contact_Right {
	height:26px;
	padding: 12px 12px 12px 12px;
	margin: 0px 0px 0px 218px;
	background-color:#CCCCCC;
}
#Contact_Bottom {
	padding: 12px 12px 12px 12px;
}
.Contact_SectionNo {
	color:#000000;
	font-weight:bold;
}
.Contact_SectionHeader {
		color:#999999;
		font-weight:bold;
}
#Contact_Submit input {
	height:25px;
	margin: 5px 0px 0px 0px;
}

.watercraftPnl
{
	margin:20px 20px 20px 20px;
}

.UploadedPic
{
	padding:10px 10px 10px 10px;
}
/* DHTML Menus
------------------------------------------------------ */

.SubMenuGroup {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}
  
 
.MenuItem {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	border-top: 0px solid #534D41;
	border-right: 0px solid #534D41;
	border-bottom: 0px solid #534D41;
	border-left: 0px solid #534D41;
	text-decoration: none;
}
 
.MenuItemOver {
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	border-top: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
}
 

.SubMenuItem {
	color: #ffffff;
	background-color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	border-top: 0px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	width: 110px;
	height: 15px;
}
 
.SubMenuItemOver {
	color: #ffffff;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	border-top: 0px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	width: 110px;
	height: 15px;
}

.quote_westwhite { width: 450px; padding: 0 0 0 30px;}


