/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #333;
	border-bottom-style: none;
	color: #2D2B2E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	background-repeat: repeat-x;
}
/* Commonly used to style page titles. */
h1 {
	color: #F1602B;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}
/* Commonly used to style section titles. */
h2 {
	color: #444;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
}
h3 {
	color: #666666;
	font-weight: normal;
	display: inline;
}
h4 {
	color: #390;
	font-weight: normal;
	display: inline;
}
h6 {
	color: #666666;
	font-weight: normal;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #0860CC;
	font-weight: normal;
	text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
	color: #0860CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #0860CC;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #0860CC;
	text-decoration: underline;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #0860CC;
	text-decoration: underline;
}
.boatInfo {
	float: left;
	width: 640px;
	height: auto;
	padding: 10px 0px 10px 0px;
	overflow: hidden;
	border-bottom: 1px dashed #666666;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding-top: 0px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 966px;
}
#headerBackground {
	background-repeat: repeat;
	background-color: #FFFFFF;
	background-image: url(../images/page/abb-pgbg-content.png);
}
#headerBottom {
	height: 90px;
	text-align: left;
	background-image: url(../images/page/abb-pgbg-content.png)
}
#headerLogo {
	float: left;
	height: 50px;
	width: 307px;
	margin: 10px 0px 0px 30px;
}
#headerNavigation {
	border-bottom: dotted 1px #DBDBDB; /* Sets the bottom border properties for an element using shorthand notation */
	float: right;
	height: 20px;
	width: auto;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 10px 30px 0px 0px;
	letter-spacing: 1px;
}
#headerNavigation a:link {
	color: #999999;
	text-decoration: none;
}
#headerNavigation a:visited {
	color: #999999;
	text-decoration: none;
}
#headerNavigation a:hover {
	color: #000000;
	text-decoration: none;
}
#headerNavigation a:active {
	color: #999999;
	text-decoration: none;
}
#headerTop {
	background-repeat: no-repeat; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 23px;
	background-image: url(../images/page/abb-pgbg-top-solid.png);
	margin-top: 10px;
}
#headerImage {
	height: auto;
	background-image: url(../images/page/abb-pgbg-content.png);
	padding-left: 4px;
	clear: left;
}
#mainNavigation {
	height: 45px;
	padding-left: 5px;
	background-image: url(../images/page/abb-pgbg-content.png);
}
#navigationBackground {
  background-image: url("../images/page_bg/bg_middle_02.png");
  background-position: top;
  background-repeat: repeat;
}
#contentWrapper {
	background-image: url(../images/page/abb-pgbg-content.png);
	background-repeat: repeat-y;
	overflow: hidden;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 20px;
}
#leftColumn1 {
	float: left;
	padding: 28px 14px 14px 14px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 209px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#content {
	margin: 0 0 0 246px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 28px 14px 0px 14px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: auto;
}
#content-3 {
	margin: 0px 0px 0px 246px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 14px 14px 14px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: auto;
	float: left;
	width: 675px;
	border-top: solid 1px #666;
}
.contentRow {
	float: left;
	width: 660px;
	height: auto;
	border-bottom: 1px solid #D96700;
	padding: 15px 0px 0px 0px;
}
#imageContentRight {
	float:right;
	width:240px;
	margin-left: 15px;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#clearFloat {
  clear: left;
  display: block;
}
#clearBoth {
	clear: left;
	clear: right;
	display: block;
	padding-top: 25px;
}
#footerTop {
	background-image: url(../images/page/abb-pgbg-break.png);
	background-repeat: no-repeat; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 27px;
}
#footerBody {
	background-image: url(../images/page/abb-pgbg-content.png);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 966px;
}
#footerCopyright {
	background-image: url(../images/page/abb-pgbg-content.png);
	background-repeat: repeat-y;
	height: auto;
	float: left;
	width: 966px;
}
#footerBottom {
	background-image: url(../images/page/abb-pgbg-bot.png);
	margin-bottom: 100px;
	height: 20px;
	background-repeat: no-repeat;
	width: 966px;
	float: left;
}
#footerCollOne {
	width: 175px;
	height: auto;
	float: left;
	margin: 0px 0 0 90px;
	padding: 10px 10px 10px 14px;
}
#footerCollTwo {
	width: 150px;
	height: auto;
	float: left;
	margin: 0 0 0 40px;
	padding: 10px 10px 10px 14px;
}
#footerCollThree {
	width: 150px;
	height: auto;
	float: left;
	margin: 0 0 0 50px;
	padding: 10px 10px 10px 14px;
}
#footerCollFour {
	width: 200px;
	height: auto;
	float: right;
	margin: 10px 0 0 0;
	padding: 0 10px 10px 14px;
}
.footerText {
	color: #333333;
	font-size: 11px;
}
.footerHeading {
	color: #0860CC
}
.footer a:link {
	color: #666666;
	font-size: 11px;
}
.footer a:visited {
	color: #666666;
	font-size: 11px;
}
.footer a:hover {
	color: #000000;
	font-size: 11px;
}
.footer a:active {
	color: #666666;
	font-size: 11px;
}	
#features {
	float: right;
	height: auto;
	width: 350px;
	margin-right: 0px;
	font-size: 11px;
}

.imageRight {
	float: right;
	margin-left: 20px;
	margin-top: 8px;
}
.imageLeft{
	float: left;
	margin-right: 20px;
	margin-top: 8px;
}
.smallerText {
	color: #333333;
	font-size: 0.8em;
	line-height: 1.2em;
}
#leftColumn2 {
	float: left;
	width: 200px;
	background-color: #EDEFF1;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
}
.horizRule {
	padding-top: 14px;
	padding-bottom: 14px;
}
#content2 {
	float: left;
	width: 675px;
	padding: 0px 14px 0px 0x;
}
a.squarebutton{
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/page/button-left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
	color: #FFFFFF; /*button text color*/
	font-weight: bold;
}

a.squarebutton span{
	display: block;
	padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
	background-color: transparent;
	background-image: url(../images/page/button-right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
a.squarebutton:hover{ /* Hover state CSS */
	background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: #000000;
}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}
.buttonwrapperRight{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100px;
	float: left;
	margin-left: 325px;
}
.buttonwrapperLeft{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 150px;
	float: left;
}
.contentRepeat {
	float: left;
	width: 664px;
	margin-top: 14px;
	padding-bottom: 14px;
	border-bottom: solid 1px #CCC;
}
h5 {
	background-color: #C8E0FD;
	color: #000000;
	width: 225px;
	font-weight: normal;
	padding-left: 5px;
	height: 21px;
	margin-bottom: 15px;
}
#human {   
	visibility:hidden;   
	display:none;   
} 
.tagCloud1 {
	font-size:16px;
	color: #999999
}
.tagCloud2 {
	font-size:10px;
	color: #999999
}
.tagCloud3 {
	font-size:20px;
	color: #CCCCCC
}
.tagCloud4 {
	color: #C0C0C0
}
.formField {
	color: #666666;
	border-color: #999999;
	border: solid 1px;
	margin-right: 10px;
}
#contact {
	font-size: 1em;
	color: #333333;
	background-color: #F7F7F7;
	display: block;
	width: auto;
}
.boatThumb {
	float: left;
	height: 115px;
	width: 152px;
	border: 1px solid #DDDDDD;
	padding: 5px 5px 5px 5px;
	margin-right: 20px;
}
#boatThumb {
	float: left;
	width: auto;
}
.leftSidebarHeader {
	background-color: #DEDEDE;
	float: left;
	height: auto;
	width: 205px;
	padding: 3px 0px 3px 15px;
}
.leftSidebarContent {
	background-color: #EDEFF1;
	float: left;
	height: auto;
	width: 205px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.breadcrumb{
	font: 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
	background: transparent url(../images/page/breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 18px; /*adjust bullet image padding*/
	color: #666;
}

.breadcrumb a:visited, .breadcrumb a:active{
	color: #666;
}

.breadcrumb a:hover{
	text-decoration: underline;
	color: #000;
}
.listOutdent {
	list-style-position: outside;
}
