/**
 * $Id: style.css,v 1.1.2.22 2009/05/13 10:47:13 jwolf Exp $
 * Acquia Marina
 */


/***************************/
/* RESET MARGINS & PADDING */
/***************************/

html, body, div, span,
p, blockquote, pre, code,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

.clear_bt_s {
  clear:both;
}

#edit-preview {
  display: none;
}


/**************/
/* TYPOGRAPHY */
/**************/

body {
  background: #FFF;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;   
  font-size: 12px;   
  font-weight: normal;
  line-height: 160%;    
}

h1 {
  font-size: 2.5em;
  font-weight: normal;
}

h2 {
  font-size: 1.75em;
  font-weight: normal;
}

h3 {
  font-size: 1.25em;
  font-weight: bold;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 0.8em;
  font-weight: bold;
}


/*****************/
/* DEFAULT LINKS */
/*****************/

a {
  color: #27638C;
  margin: 0;
  padding-top: 0;
  text-decoration: none;
}

a:link,
a:visited {
  color: #27638C;
}

a:hover,
a:active {
  text-decoration:none;
}


/**********/
/* LAYOUT */
/**********/

html {
  background: #fff;                               /* background & font color */
  color: #666;
}

#page {
  margin: 0 auto;
  width: 100%;
  background-color:#FFFFFF;
}

p {
  font-size: 1em;
  font-weight: normal;
  line-height: 160%;
  margin: 10px 0;
}


/*********/
/* LISTS */
/*********/

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em;    /* LTR */
}

ul.menu li,
.item-list ul li {
  margin: 0.15em 0 0.15em 0.5em;    /* LTR */
}

ul.menu ul, .item-list ul ul {
  margin-left: 0;
}

ol li,
ul li,
ul.menu li,
.item-list ul li,
li.leaf {
  margin: 0.15em 0 0.15em 0;
  padding: 0.2em 0 0 1.333em;    
}

ul li,
ul.menu li,
.item-list ul li,
li.leaf {
  list-style-image: none;
  list-style-type: none;
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em;    
}

div.block ul {
  padding: 0 0 3px;
}

ul.links {
 position:relative;
 top:-10px;
}

ul.links li,
ul.links.inline {
  background: transparent;
}

.see_all { 
 width:510px;
 position:relative;
 top:10px;
}

.see_all_cl {
 position:relative;
 top:9px;
}

.go-back-link {
 width:580px;
 position:relative;
 top:-5px;
 background: url('images/westport/go_back_ic.png') no-repeat 520px 6px;
}

.go-back-link_inquiry {
 width:150px;
 font-size: 1.2em;
 font-weight: bold;
 padding-left: 13px;
 text-align: right;
 display: block;
 border: 0px solid #FFCC33;
 float: left;
 
}

h1.webform-confirmation {
	display: block;
	width: 500px;
	float: left;
	margin: 0px;
	padding:0px;
	font-size: 1.5em;
	font-weight:bold;
	color: #003366; 
	border: 0px solid #FFCC33;
}

.boat_pics {
 float:left;
 width:125px;
 position:relative;
 top:45px;
}

#user-login-form div.item-list ul li,
div.terms ul li {
  list-style-type: none;
  margin: 0;
}


html.js #user-login-form li.openid-processed,
html.js #user-login li.openid-processed {
  font-weight: bold;
  list-style-type: none;
  margin: 10px 0 0 -6px;    
  padding-left: 20px;   
  padding-top: 0.2em
}

#preface-wrapper div.block ul li {
  background: url('images/green-checkmark.png') no-repeat 0 0.222em;
  list-style-image: none;
  list-style-type: none;
  padding: 1em 0 0 2.222em;    
}

#edit-search-block-form-1-wrapper {
  position:relative;
  left:17px;
}

#preface-wrapper div.block ol li {
  list-style-image: none;
  padding: 2px 0;
}

/********/
/* MISC */
/********/

hr {
  border: 1px solid #D6DDB9;
}

.submission_link a:hover {
  text-decoration:underline;
}

.hr_line {
  border: 1px solid #eee;
  width:50%;
  float:right;
  position:relative;
  top:-5px;
  height:0;
} 

div.content a.feed-icon img,
div.content th img {
  border: 0;            
}

#first-time p {
  clear: both;
}

#first-time ol {
  list-style-position: outside;
  margin-left: 2em;    
}

.advanced-search-block {
  width:110px;
  background: url('images/westport/magnifying_glass.png') no-repeat -3px 0;
  padding: 5px 5px 5px 38px;
  position:relative;
  left: 350px;
  top:27px;
}

.advanced-search-text {
  position:relative;
  left: 350px;
  top:27px;
  width:200px;
  line-height:normal;
}

.advanced-search-by {
  position:relative;
  left: 350px;
  top:27px;
  line-height:90%;
  font-weight:bold;

}

.advanced-search-by li {
  font-weight: normal;
 }

.advanced-search-block a {
  font-weight:bold;
  font-size:12px;
}

.advanced-search-block a:hover {
  color:#4A95C8;
}

/******************/
/* HEADER REGIONS */
/******************/

#header-wrapper {
  background-color: #003366;
  padding-left: 15px;    
  height: 100px;
}

#header {
  background-color: inherit;
  margin: 0 auto;
  padding: 0;
  width: 960px;
}

#search-box {
  background-color: #E1E1E1;
  border: 1px solid #CCCCCC;
  float: right;    
  padding: 8px;
  position: relative;
  top: 0;
  width: 20em;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

#search-box input#edit-search-theme-form-1 {
  width: 170px;
}

#search-box input.form-submit {
  background: #EFEBE7;
  border: 1px solid #ccc;
  color: #194765;
  cursor: pointer;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  padding: 3px 3px 2px;
  outline: none;
  text-transform: none;
  -moz-border-radius: 0;
  -moz-outline-radius: 0;
  -webkit-border-radius: 0;
}

#search-box label,
#search-box a.advanced-search-link {
  display: none;
}

#header-first {
  float: left;    
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  margin: 12px 10px 0 0;
  width: 380px;
}

#header-first #logo {                           
  float: left;    
  margin: 10px 0 0 40px;
}

#header-first h1 {    
  font-size: 3em;
  line-height: 80%;
  margin: 10px 0 15px 0;
}

#header-first h1 a {   
  text-decoration: none;
}

#header-first #slogan {                          
  display: block;
  font-size: 1.166em;
  margin: 4px 0;
}

#header-middle {
  float: left;
  margin: 0;    
  width: 370px;
}

#header-middle ul.menu  {
  margin-left: 90px;
}

#header-middle ul.menu li {
  list-style-image:none;
  width: 65px;
  float:left;
  padding-left: 5px;
  border-left: 1px solid #fff;
  border-right:1px solid #fff;
  height:18px;
  line-height: 15px;
}

#header-middle ul.menu li.first {
  width: 130px;
  border: none;
}

#header-middle a {
  color:#FFFFFF;
}

#header-middle a:hover {
  color: #99CCFF;
  text-decoration:underline;
}

#header-middle ul.menu li.last {
  border: none;
}


#header-last {
  background: url('images/westport/w.png') no-repeat center 5px;
  float: right;    
  margin: 0;
  width: 200px;
  height:100px;
}

#primary-menu-wrapper {
  margin: 0 auto;
  position: relative;
  width: 960px;
  z-index: 5;   
}


/********************************/
/* PREFACE REGIONS */
/********************************/

#preface {
  border-top: 2px solid #CCCCCC;
}

#preface-wrapper {
  color: #fff;
  font-size: 1.5em;
  margin: 0 auto;
  width: 980px;
}

#preface-wrapper div {
 cursor:pointer;
}

#preface-wrapper div:hover {
 cursor:pointer;
 background-color:#EBEBD3;
}

.top-border {
  background: url('images/westport/line_x.png') repeat-x 0 0;
  width: 980px;
  height:3px;
  margin: 0 auto;
}

#preface-wrapper .form-submit {
  font-size: 0.6em;
}

#preface-first {
  float:left;
}

.pm85 {
   background: url('images/westport/pm85_1.png') no-repeat 0 11px;
   width:174px;
   height:80px;
}

#preface-second {
  float:left;
}

.w98 {
   background: url('images/westport/w98_1.png') no-repeat 0 11px;
   width:179px;
   height:80px;
   }

#preface-third {
  float:left;
}

.w112 {
   background: url('images/westport/w112_1.png') no-repeat 0 10px;
   width:189px;
   height:80px;
}

#preface-fourth {
  float:left;
}

.w130 {
   background: url('images/westport/w130_1.png') no-repeat 0 11px;
   width:202px;
   height:80px;
}

#preface-fifth {
  float:left;
}

.w164 {
    background: url('images/westport/w164_1.png') no-repeat 0 11px;
    width:236px;
    height:80px;
}

#preface-wrapper.prefaces-1 div.column {
  float: left;    /* LTR */
}

#preface-wrapper.prefaces-2 div.column {
  display: inline;
  float: left;    /* LTR */
  margin: 0 14px;
  width: 47%;
}

#preface-wrapper.prefaces-3 div.column {
  display: inline;
  float: left;    /* LTR */
  margin: 0 14px;
  width: 30%;
}

#preface-wrapper a:link,
#preface-wrapper a:visited {
  color: #fff;
  text-decoration: underline;
}

#preface-wrapper a:link:hover,
#preface-wrapper a:visited:hover {
  border-bottom: none;
  text-decoration: none;
}

div.content > a:link img {
  border-bottom: none;
  margin: 0;
  padding: 0;
}


/************************/
/*  MAIN AREA WRAPPER   */
/* (Sidebars + Content) */
/************************/


#main {
  margin: 0 auto;
  width: 980px;
}

#main-wrapper a.active {
  color: #144A6E;
  text-decoration: underline;
}

/*******************/
/* SIDEBAR REGIONS */
/*******************/

#sidebar-first {
  float: left;    /* LTR */
}

ul.navigation3 {
 line-height:120%;
 width:155px;
 position:relative;
 left: 45px;
}

ul.navigation3 li.first {
  padding-left:0px;
}

ul.navigation1 li.first  {
  /*padding-left:16px;*/
}

ul.navigation2 {
  width:150px;
  position:relative;
  left:20px;
  list-style-image:none;
}

.advanced_search_link {
  background:transparent url('images/westport/advanced_search.png') no-repeat scroll 0 0;
  display:block;
  position:relative;
  top:5px;
  left: 68px;
  width: 105px;
}

a.singleRollover {
  background:transparent url('images/westport/RequestBrochureRollOver.gif') no-repeat scroll 0 0;
  display:block;
  font-size:0;
  height:40px;
  line-height:0;
  overflow:hidden;
  text-indent:-10000px;
  width:183px;
  margin: 0 0 0 27px;
}

a.singleRollover:hover {
   background-position:0 -120px;
}

#sidebar-first ul.menu {
 position:relative;
 top:10px;
 margin-top:25px;
}

#sidebar-first ul.menu li {
  width:165px;
  text-align:right;
  font-weight:bold;
  font-size:11px;
  color: #003366;
  padding: 3px 25px 3px 0;
  margin-left: 29px;
}

#sidebar-first ul.menu a:hover {
  color: #4A95C8;
}

#sidebar-last {
  background: transparent;
  float: right;    
  margin: 0 0 0 10px;   
}

/*******************/
/* CONTENT REGIONS */
/*******************/

#content-wrapper {
  float: left;    /* LTR */
}

#content-top {
  margin: 0 0 30px;
}

#content {
  margin:0;            
  width:100%;  
}

#content-inner, #content-content{
  clear:both;
}

#advanced_search-inner {
 margin:40px 0 0 25px;
 background: url('images/westport/westport-4yachts.jpg') no-repeat 100% center;
}

#advanced_search-inner #content-content {
  padding: 0 0 0 3px;
}

#content-bottom {
  clear: both;
  margin: 0 0 0;
  min-height:500px;
  position:relative;
  top:-20px;
}

.form_title {
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  color:#003366;
  background: url('images/westport/formarrow.png') no-repeat 100% center;
  width: 150px;
  position:relative;
  top:-40px;
}

#webform_node {
 position:relative;
 top:-25px;
}

.logout {
 border:1px solid #003366;
 text-align:center;
 font-weight:bold;
 width:170px;
 margin: 25px auto 0 auto;
}

.logout:hover {
 background-color:#EEEEEE;
}

/*********************/
/* Login Page  ******/
/********************/

.page-user-login {
 width:250px;
 border: 1px solid #003366;
 height:140px;
 margin: 40px auto 0  auto;
}
 
#page-user-login-form {
  width:215px;
  margin: 5px 0 0 15px;
}

.login_submit {
 float:right;
 width:50px;
}

#login_box_botton {
  position:relative;
  top:-20px;
}

.request_password a:hover {
 text-decoration:underline;
}

.edit-pass {
  margin-top:10px;
}

.pl_logout {
  font-weight:bold;
  margin-left:5px;
  margin-top:10px;
}

/*******************/
/*   Listing       */
/*******************/

.listing_head {
  border: 1px solid #003366;;
  height:35px;
  width:722px;
  margin-top: 9px;
}

.photo_head {
  float:left;
  height:20px;
  margin: 5px 0 0 1px;
  width: 90px;
  padding: 3px 0 0 25px;
  font-size:13px;
  font-weight:bold;
  color: #003366;
}

.yacht_id {
  float:left;
  height:20px;
  margin: 5px 0 0 4px;
  width: 90px;
  padding: 3px 0 0 18px;
  font-size:13px;
  font-weight:bold;
  color: #003366;
}

.yacht_type {
  float:left;
  height:20px;
  margin: 5px 0 0 1px;
  width: 110px;
  padding: 3px 0 0 49px;
  font-size:13px;
  font-weight:bold;
  color: #003366;
}

.year {
  float:left;
  height:20px;
  margin: 5px 0 0 1px;
  width: 90px;
  padding: 3px 0 0 9px;
  font-size:13px;
  font-weight:bold;
  color: #003366;
}

.price {
  float:left;
  height:20px;
  margin: 5px 0 0 1px;
  width: 90px;
  padding: 3px 0 0 41px;
  font-size:13px;
  font-weight:bold;
  color: #003366;
}

.more_info {
  position:relative;
  left:490px;
  top:11px;
  font-weight:bold;
  height:68px;
  width:202px; 
}

.more_info a:hover {
   color:#4A95C8;
}

/*******************/
/* Photo field     */
/*******************/

.imagecache-main {
  float:right;
  border: 1px solid #003366;
  clear: left;
}

.imagecache-photo_filed {
  border: 1px solid #003366;
}

.field-items {
  margin:0 auto;
}

.field-photo {
  float:left;
  margin: 4px 4px 0 4px;
}

.clear_ph {
  clear: both;
  height:0;
}

.enlarge {
  height:24px;
  width:120px;
  margin: 0 0 1px auto;
  clear:both;
  padding-top:5px;
  font-size: .8em;
}

.enlarge a {
  background: url('images/westport/magnifying_glass.png') no-repeat -3px 0;
  height:24px;
  display:block;
  padding-left:29px;
  padding-top:6px;
}

.enlarge a:hover {
 text-decoration:underline;
}

.enlarge_gl {
  height:0;
  width:120px;
  position: relative;
  top:-24px;
  left:6px;
  font-size: .8em;

}

.enlarge_gl a {
  background: url('images/westport/magnifying_glass.png') no-repeat -3px 0;
  height:24px;
  display:block;
  padding-left:29px;
  padding-top:6px;
}

.enlarge_gl a:hover {
 text-decoration:underline;
}

/**********************************/
/* POSTSCRIPT REGIONS  */
/**********************************/

#postscript-wrapper {
  clear: both;
  margin: 0 auto;
  width: 960px;
}

#postscript-wrapper #postscript-first {
  padding-left: 0;    
}

#postscript-wrapper #postscript-last {
  padding-right: 0;    
}

#postscript-wrapper.postscripts-1 div.column {
  float: left;    
  width: 100%;
}

#postscript-wrapper.postscripts-2 div.column {
  float: left;   
  margin: 0 10px 0 8px;    
  width: 48%;
}

#postscript-wrapper.postscripts-3 div.column {
  float: left;    
  padding: 0 8px;
  width: 32%;
}


/*****************/
/* FOOTER REGION */
/*****************/

#footer {
  background: url('images/westport/footer.png')  0 0;
  background-repeat:repeat-x;
  clear: both;
  display: block;
  font-size: 0.9em;
  margin: auto 0;
  overflow: hidden;
  height:90px;
}

.footer_center {
  margin: 0 auto 0 auto;
  width: 980px;
}

.footer_descr {
  width:520px;
  margin: 7px auto 0 0;
  line-height:normal;
  color:#999900;
}

.footer_cop {
  width:520px;
  margin: 5px auto 0 0;
  line-height:normal;
  color:#999900;
}

.footer-border {
  background: url('images/westport/line_x.png') repeat-x 0 0;
  height:3px;
  margin: 0 auto;
}


#footer ul {
  display: inline;
  margin: 0;
  padding: 0 0 0 0;    
  position:relative;
  top:5px;
  font-weight:bold;
}

#footer ul.termsofuse {  
  float:right;
}
#footer ul.termsofuse li {
  border-left:none;
  padding:0;
}

#footer ul li {
  background: transparent none repeat;
  border-left: 1px solid #27638C;    
  display: inline;
  padding: 0 5px 0 9px;    
}

#footer ul li.first {
  padding:0 5px 0 0;
}

#footer ul li a:hover {
  color: #4A95C8;
}

#footer ul li.first {
  border: none;
}

#legal-notice {
  background: #F4F7E7;
  clear: both;
  color: #AAA;
  display: block;
  font-size: 0.9em;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

#legal-notice a {
  color: #6699CC;
}

/************************/
/* SINGLE COLUMN LAYOUT */
/* (Main Content)       */
/************************/

body.layout-main #content-wrapper {
  margin: 24px 0 0 0;    
  width: 960px;
}


/**************************/
/*   TWO COLUMN LAYOUT    */
/* (Sidebar:Main Content) */
/**************************/

body.layout-first-main #sidebar-first {
  margin: 11px 0 0 0;
  width: 220px;
}

body.layout-first-main #content-wrapper {
  margin: 0 0 0 0;    
  width: 720px;
  background: url('images/westport/line_y.png') repeat-y 0 0;
  padding: 15px 0 0 15px;
  min-height:800px;
}


/**************************/
/*   TWO COLUMN LAYOUT    */
/* (Main Content:Sidebar) */
/**************************/

body.layout-main-last #content-wrapper {
  margin: 32px 20px 0 0;
  position: relative;
  width: 470px;
  z-index: 1;
}

body.layout-main-last #sidebar-last {
  background-color: transparent;
  margin: 32px 0 0 0;
  width: 470px;
}


/**********************************/
/*      THREE COLUMN LAYOUT       */
/* (Sidebar:Main Content:Sidebar) */
/**********************************/

body.layout-first-main-last #sidebar-first {
  margin: 40px 20px 0 0;    /* LTR */
  width: 240px;
}

body.layout-first-main-last #content-wrapper {
  margin: 40px 0 0;
  width: 700px;
}

body.layout-first-main-last #content-wrapper #sidebar-last {
  background-color: #F4F7E7;
  margin: 0;
  padding: 0 0 0 20px;    /* LTR */
  width: 280px;
}

body.full-node.layout-first-main-last #sidebar-last {
  margin: 0;
}


/******************/
/* HELPER CLASSES */
/******************/

.hide {
  display: none;
  visibility: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {                                 /* add .clearfix class to clear floats after an element */
  clear: both;                                    /* (IE version is in ie6-fixes.css) */
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}


/************/
/* HEADINGS */
/************/

#content-inner h1.title {
  clear: left;    /* LTR */  
  font-family:Arial, Helvetica, sans-serif;
  font-size: 1.833em;
  font-weight: 600;
  line-height: 1.272em;
  position:relative;
  left:-2px;
}

.brokerage_title {
  background: url('images/westport/title-brokerage.gif') no-repeat -5px 0;
  padding: 5px 0 22px 0;
  width:50%;
  margin-top:24px;
  margin-bottom:10px;
}

h1.title {  
  clear: left;  
  font-family:Arial, Helvetica, sans-serif;
  font-size: 1.833em;
  font-weight: 600;
  line-height: 1.272em;
}

h2.title {                                        
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 1.333em;
  font-weight: 600;
  text-transform: uppercase;
}

h2.title a:hover,
h2.title a:active {
  color: #619CBE;
  text-decoration: none;
}

div.node h2.title {
  border-bottom: 1px solid #d6ddb9;
}

/*********/
/* NODES */
/*********/

div.node {
  margin: 0;
}

#node_class {
  position:relative;
  top:-50px;
}

#content_frt {
  min-height:700px;
}

#nodecl {
  clear:both;
  width:100%;
  margin: 20px 0 20px 0;
  height:80px;
  border:  1px solid #003366;
  padding: 2px 0 2px 2px;
}

.front_cl {
  width:140px;
  margin-left: 3px;
  float:left;
  font-size:13px;
  margin-top: 30px;
}

.front_cl .field-label {
   color:#003366;
   font-size:13px;
   font-weight:bold;
   font-family:Arial, Helvetica, sans-serif;
}

.front-field-main-image {
  margin:0;
}

.front-field-yachtid .field-label {
  float:left;
}

.front-field-category .field-label {
  float:left;
}

.front-field-year-built  .field-label {
  float:left;
}

.front-field-price  .field-label {
  float:left;
}


div.node.sticky.teaser {
  background-color: #EFF2E2;
  border: 1px solid #E0E3D4;
  padding: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.links a:hover {
  color: #6699cc;
  text-decoration:none;
}

div.node .read-more a,
div.node .more-link a,
div.node .links a {
  font-size: 0.9em;
  font-weight: bold;
  margin: 0;
}

#content-content .node ul.links li.comment_forbidden a {
  padding-right: 4px;    /* LTR */
}

.submitted,
.terms {                                      /* styling for byline and tags */
  font-size: 0.9em;
}

.vocab-name {
  color:#003366;
  font-size:13px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
}

.terms {
  line-height: 130%;
  width:170px;
  margin-top: 45px;
}

.terms ul {
  margin:0;
}

#content-content .terms ul.taxonomy li {
  margin:  0;
  padding: 0;
}

#content-content .terms ul.taxonomy ul.vocab-list,
#content-content .terms ul.taxonomy li.vocab-term {
  display: inline;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  position:relative;
  left: 5px;
}

div.node.full-node div.content {
 position:relative;
 top:-27px;
}

.links {
  clear:both;
  text-align:right;
  position:relative;
  top:-20px;
  margin: 0 auto;
  width:720px;
}

.node-form .standard {
  clear: none;
  margin-bottom:25px;
}

.node-form {
  margin-bottom:80px;
}

.picture {
  float: right;    /* LTR */
  margin: 0 0 2px 4px;    /* LTR */
  padding: 2px;
}

/**********/
/* Fields */
/**********/

fieldset.group-general-fields {
  width:100%;
  float:none;
}

fieldset.group-year-price {
  width:100%;
  position:static;
  left:0;
  float:none;
}

fieldset.group-general-specs {
   position:relative;
   top:0;
}

.field {
  font-family:Arial, Helvetica, sans-serif;
}

.first_block {
  width:200px;
  float:left;
}

.second_block {  
  position:relative;
  top:37px;
  left:10px; 
  width: 145px;
  float: left; 
}

.third_block {
  clear:both; 
  width: 385px; 
  float: left;
}

.fourth_block {
  clear:both;
  width:100%;
}

.fifth_block {
  clear:both;
  position: relative;
  top:30px;
  width:100%;
}

.col_photo {
  width: 320px; float: left;
}

.main_container {
  width: 720px;
}

.main_col_1 {
 width: 385px; float: left;
}

.column_1 {
 width: 220px; float: left;
}

.third_block .field-label {
 margin-right:5px;
}

#accommodations .field-label {
 float:none;
 clear:both;
}

.field-field-flag .field-label {
  margin-right:11px;
}

.group-details  .field-label {
  float:none;
}

.content .group-details {
  clear:both;
  margin-top: 0;
  position:relative;
  top:-40px;
}

.field-field-accommodations {
  margin-top:10px;
}

.field-field-features-and-amenities {
  margin-top:20px;
  clear:both;
}

.field-field-comments-noteables {
  margin-top:10px;
}

.ul-field-items {
  margin: 0;
  font-family:Arial, Helvetica, sans-serif;
}

.ul-field-items li {
  margin: 0 0 0 8px;
  display:inline;
  font-size:12px;
  padding: 0;
}

.ul-field-items_3 {
  margin: 0;
  font-family:Arial, Helvetica, sans-serif;
}

.ul-field-items_3 li {
  margin: 0 0 0 8px;
  display:inline;
  font-size:12px;
  padding: 0;
}

.field .field-label {
  color:#003366;
  float:left;
  font-size:13px;
}

.field-field-year-built .field-label {
  margin-right: 5px;
}

.field-field-price .field-label { 
  margin-right: 5px;
}

.speed-max {
  font-family:Arial, Helvetica, sans-serif;
}

.field .field-item {
  font-size:12px;
}

.field-field-main-image {
   width: 380px;
   float:right;
   min-height:245px;
}

.field-field-yachtid {
 margin-top: 20px;
 width:350px;
}

.field-field-category {
  width:350px;
}

.field-field-type {
  width:350px;
}

.field-field-builder {
  width:350px;
}

.field-field-speed-cruise .field-item {
  width:250px;
}

.field-field-accommodations .field-item  {
  clear:both;
  width:690px;
}

.field-field-features-and-amenities .field-item  {
  clear:both;
  width:690px;
}

.field-field-comments-noteables .field-item  {
  clear:both;
  width:690px;
}

.field-field-yachtid  .field-item {
   position:relative;
   left: 13px;
}

.field-field-type     .field-item {
  position:relative;
  left: 35px;
}

.field-field-manufacturer  .field-item {
  position:relative;
  left: 20px;
}

.field-field-length   .field-item {
  position:relative;
  left: 22px;
}

.field-field-beam     .field-item {
  position:relative;
  left: 29px;
}

.field-field-draft    .field-item {
   position:relative;
   left: 36px;
}

.field-field-category .field-item {
    position:relative;
    left: 9px;
}

.field-field-builder  .field-item {
    position:relative;
    left: 21px;
}

.field-field-speed-cruise {
  width:100%;
}

.field-field-link .field-item {
  position:relative;  
}

.field-field-link .field-item a:hover {
  text-decoration:underline;
}

.field-field-location {
 clear:both;
}

.fifth_block .field-item {
  float:left;
  margin-right: 10px;
  margin-bottom: 5px;
}



/**********/
/* BLOCKS */
/**********/

div.block {
  position: relative;
}

div.block-region {
  background-color: #FFFF66;
  color: #000;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: 4px;
  padding: 3px;
  text-align: center;
}

div.block-wrapper {                    /* spacing between blocks */
  margin: 10px 0;
}

#user-login-form .item-list ul li,
div.terms ul li {
  list-style-type: none;
  margin: 2px 0 0 16px;    /* LTR */
}


#header-middle h2.block-title,
#header-last h2.block-title {
  color: #51748C;
  font-size: 1.833em;
  margin: 0;
  padding: 0;
}

#preface-wrapper h2.block-title {
  background-color: transparent;
  color: #94CE18;
  font-size: 1em;
  padding: 0;
}

#preface-wrapper .block .content {
  margin: 10px 0 0;
}

body.layout-first-main-last #sidebar-first .block-wrapper,
body.layout-first-main-last #sidebar-last .block-wrapper {
  margin: 0 0 10px;
}


#sidebar-first h2.block-title,
#sidebar-last h2.block-title,
#postscript-wrapper h2.block-title {
  background-color: #94CE18;
  color: #fff;
  padding: 8px 8px 6px 46px;
  text-align: right;
  text-shadow: #545454 1px 1px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}

#sidebar-first div.block div.content,
#sidebar-last div.block div.content,
#postscript-wrapper div.block div.content {
  background: transparent url('images/block-gradient.png') no-repeat center bottom;
  border-bottom: 3px solid #F1F5F7;
  padding: 10px 10px 8px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}

#preface-wrapper div.block div.content,
body.layout-main-last #sidebar-last div.block div.content {
  border: none;
}

body.layout-main-last #sidebar-last div.block-wrapper {
  margin: 0 0 30px;
}

#preface-wrapper div.block div.content,
body.layout-main-last #sidebar-last div.block div.content,
#footer div.block div.content {
  background: none;
  border-bottom: none;
  margin: 0;
  padding: 0;
}

body.layout-main-last #sidebar-last div.block div.content {
  padding: 6px;
}

body.layout-main-last #sidebar-last h2.block-title {
  border-bottom: 1px solid #D6DDB9 ;
  background-color: transparent;
  color: #666;
  padding: 0;
  text-align: left;    /* LTR */
  text-shadow: none;
  width: 400px;
}

#footer h2.block-title {
  background: transparent;
  color: #666;
}

#sidebar-first #block-search-0 .form-item label,
#sidebar-last #block-search-0 .form-item label {
  display: none;
}

/*******************/
/* Main Navigation */
/*******************/

#menu5 table {
  border-top:medium none;
  margin:0 0 5px 20px;
}

#LeftColumn {
  float:left;
  font-size:0.85em;
  margin-top:5px;
  padding:0;
  width:200px;
}

#modelNav ul {
  background-color:#EEEEEE;
  border-color:#CCCCCC;
  border-style:solid;
  border-width:1px 0;
  list-style-type:none;
  padding:5px 0;
  width:190px;
  margin:0 0 5px 20px;
  font-family: "Lucida Grande","Segoe UI","Bitstream Vera Sans",Tahoma,Verdana,Arial,sans-serif;
  line-height:150%;
}

#modelNav li {
  margin-bottom:4px;
  padding:0 10px 0 0;
  text-align:right;
  text-indent:0;
}

#menu0 table {
  width:150px;
}

#menu1 table {
  width:150px;
}

#menu3 table {
  width:150px;
}

#menu6 table {
   border-top: none;
   margin:0 0 0 20px;
}

#menu7 table {
   border-top: none;
   margin:0 0 0 20px;
}

#modelNav a {
  font-size:13px;
  color:#666600;
  text-decoration:none;
}

#modelNav a:hover {
  color:#003366;
  text-decoration:underline;
}

/***************/
/* BLOCK MENUS */
/***************/

div.block ul li a,
div.block ul.menu li a {
  font-size: 1em;
  font-weight: bold;
}

div.block ul.menu li,
div.block .item-list ul li {
  margin: 0;
}

#footer div.block ul li a,
#footer div.block ul.menu li a {
  font-weight: normal;
}


/*****************************************/
/* ROUNDED CORNERS FOR BLOCKS (optional) */
/*****************************************/

div.rounded-block {
  margin-top: -1px;                               
}

p.rounded-topspace {
  margin-top: -14px;                                 
}

p.rounded-bottomspace {
  margin-bottom: -10px;                               
}

div.rounded-block-top-left,
div.rounded-block-top-right,
div.rounded-block-bottom-left,
div.rounded-block-bottom-right {
  background: transparent url('images/rounded-block.png') no-repeat;                         
  font-size: 2px;                                 
  height: 11px;                                   
}

body.layout-main-last #sidebar-last div.rounded-block-top-left,
body.layout-main-last #sidebar-last div.rounded-block-top-right,
body.layout-main-last #sidebar-last div.rounded-block-bottom-left,
body.layout-main-last #sidebar-last div.rounded-block-bottom-right {
  background: none;
  font-size: inherit;
  height: auto;
}

div.rounded-block-top-left,
div.rounded-block-bottom-left {
  margin-right: 11px;                            
}

div.rounded-block-top-right {                        
  background-position: 100% 0;
}

div.rounded-block-top-right,
div.rounded-block-bottom-right {
  margin-left: 11px;                              
  margin-top: -11px;                              
}

body.layout-main-last #sidebar-last div.rounded-block-top-right,
body.layout-main-last #sidebar-last div.rounded-block-bottom-right {
  margin: 0;
}

div.rounded-block-bottom-left  {
  background-position: 0 -11px;                   /* negative height of an image corner */
}

div.rounded-block-bottom-right {
  background-position: 100% -11px;                /* negative height of an image corner */
}

div.rounded-outside,
div.rounded-inside {
  background: transparent url('images/rounded-block-inner.png') repeat-y right;
  padding-right: 8px;
}

body.layout-main-last #sidebar-last div.rounded-outside,
body.layout-main-last #sidebar-last div.rounded-inside {
  background: none;
  margin: 0;
  padding: 0;
}

div.rounded-inside {
  background-position: left;
  padding: 0 0 0 8px;
}


/****************/
/* PRIMARY MENU */
/****************/

#primary-menu {                                   /* menu layout */
  display: block;
  float: right;
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-top: 12px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}

/***********/
/* MISSION */
/***********/

#mission {
  padding: 8px 0;
}


/********/
/* TABS */
/********/

/* styling for node tabs (e.g., View, Edit) */
#content-tabs {
  background-color: transparent;
  float: left;    /* LTR */
  margin: 0 0 20px 0;
  padding: 0;
}

#content-tabs ul.primary,
#content-tabs ul.secondary {
  border-bottom: 1px solid #bbb;
  clear: left;    /* LTR */
  float: left;    /* LTR */
  margin: 0;
  padding: 0 10px;
  text-transform: uppercase;
}

#content-tabs ul.secondary {
  border-bottom: 1px solid #bbb;
  margin-top: 10px;
  text-transform: lowercase;
}

#content-tabs ul.primary li,
#content-tabs ul.secondary li {
  background: transparent;
  border-style: none;
  display: inline;
  float: left;    /* LTR */
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

#content-tabs ul.primary li a:link,
#content-tabs ul.primary li a:visited,
#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
  background-color: transparent;
  border: none;
  color: #27638C;
  float: left;    /* LTR */
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 0 0 6px 0;
  text-decoration: none;
}

#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
  color: #27638C;
  font-size: 1em;
  line-height: 1.1em;
}

#content-tabs ul.primary li a.active:link,
#content-tabs ul.primary li a.active:visited {
  border-bottom: 4px solid #94CE18;
  color: #27638C;
  padding-bottom: 2px;
}

#content-tabs ul.secondary li a.active:link,
#content-tabs ul.secondary li a.active:visited {
  border-bottom: 4px solid #94CE18;
  color: #27638C;
  padding-bottom: 2px;
}

#content-tabs ul.primary li a:hover,
#content-tabs ul.secondary li a:hover {
  border-bottom: 4px solid #94CE18;
  color: #4A95C8;
  padding-bottom: 2px;
}

/*********/
/* FORMS */
/*********/

form {
  margin: 0;
  padding: 0;
}

#forward-form {
  clear:both;
  position:relative;
  top:40px;
}

#search-block-form {
  position:relative;
  top:15px;
  width:210px;
  clear:both;
}

.search_label {
  font-size:12px;
  font-weight:bold;
  position:relative;
  left:66px;
  color:#27638C;
}

#search-block-form .form-submit {
  position:relative;
  left:22px;
  margin:0;
  top:-1px;
  padding:1px;
  font-size:11px;
}

select.form-select,
input.form-text,
textarea.form-textarea {                                      
  background: #F6F9FB url('images/form-bg.png') left top;
  color: #666666;
  border: 1px solid #9BABB0;
  padding: 2px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 230px;
}

#edit-title {
 width: 230px;
}

#edit-name {
  width: 130px;
}

#edit-pass {
  width: 130px;
}

#user-login-form #edit-submit {
  float: right;
  margin-bottom:25px;
  margin-right:10px;
}

#edit-field-price-0-currency {
  width: 60px;
}

#edit-search-block-form-1 {
  width:150px;
}

body.layout-first-main-last select.form-select,
body.layout-first-main-last input.form-text,
body.layout-first-main-last textarea.form-textarea,
body.layout-first-main-last div.resizable-textarea,
body.layout-first-main-last div.resizable-textarea .grippie {
  max-width: 325px;
}

input.form-submit,
input.teaser-button {                                    /* default styling for all form buttons */
  background: transparent url('images/blue-button.png') no-repeat left center;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.916em;
  font-weight: bold;
  margin: 0 4px;
  padding: 2px 4px;
  text-transform: uppercase;
  outline: 1px solid #9BABB0;
  -moz-border-radius: 3px;
  -moz-outline-radius: 3px;
  -webkit-border-radius: 3px;
}

input.form-submit:hover,
input.teaser-button:hover  {
  background-position: right center;
  cursor: pointer;
}

fieldset {
  border: 1px solid #D6DDB9;
  margin: 15px 0;
  padding: 10px;
}

fieldset legend {
  font-weight: bold;
}

html.js fieldset.collapsible legend a {
  font-weight: bold;
}

form#system-theme-settings select,
form#system-theme-settings input.form-text {
  width: 95%;
}

#user-login-form {
  text-align: left;
  width:145px;
  margin: 0 0 0 auto;
}

div.form-item label {
  font-weight: normal;
}

#webform-client-form-24 label {
  width:150px;
}

.form_container_1 {
 width:280px;
 float:left;
}

.form_container_2 {
  width:331px;
  float:left;
}

.webform-component-textarea {
  clear:both;
}


html.js input.form-autocomplete {
  background-position: 100% 5px;    /* LTR */
}

body.layout-main-last input.form-text {
  width: 450px;
}

#user-pass .form-item {
  width: 300px;
  margin-left: 7px;
}
#user-pass #edit-name  {
 margin-top:5px;
 width:230px;
}

/**********/
/* PAGERS */
/**********/
#main-wrapper .item-list .pager {
  clear: both;
  margin: 10px 0 10px;
  text-align: center;
}

#preface-wrapper .item-list .pager li,
#main-wrapper .item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 2px;
}

#main-wrapper .item-list .pager a.active {
  color: #27638C;
  font-size: 1em;
  font-weight: bold;
  padding: 4px;
  text-decoration: none;
}

#main-wrapper .pager li.pager-current {
  background-color: #D9DBCD;
  border: 1px solid #266996;
  color: #333;
  margin: 0 4px;
  padding: 4px;
}

#main-wrapper .pager-first,
#main-wrapper .pager-next,
#main-wrapper .pager-previous,
#main-wrapper .pager-item,
#main-wrapper .pager-last {
  background-color:#FDFFEF;
  border: 1px solid #266996;
  margin: 0 4px;
  padding: 4px;
}

#main-wrapper .pager-first:hover,
#main-wrapper .pager-next:hover,
#main-wrapper .pager-previous:hover,
#main-wrapper .pager-item:hover,
#main-wrapper .pager-previous:hover,
#main-wrapper .pager-last:hover {
  background-color: #EAEFCB;
}


/**********/
/* TABLES */
/**********/

table {
  border-collapse: collapse;
  margin: 0 0 10px;
  width: 100%;
}

.layout-first-main-last table {
  border-collapse: collapse;
  margin: 0 0 10px;
  width: 57%;
}

th {
  text-align: left;    /* LTR */
  padding-right: 1em;
  border-bottom: 3px solid #CCC;
}

tr {
  padding: 0.1em 0.6em;
}

td {
  padding: 3px;
}

th.active img {
  display: inline;
}

.view-printversion tr.even td,
.view-reportall tr.even td,
.view-reportunp tr.even td { 
  background-color: #fff;
}

.view-printversion tr.odd td,
.view-reportall tr.odd td,
.view-reportunp tr.odd td { 
  background-color: #fff;
}

tr.even td {
  background-color: #E3ECC0;
  border-bottom: 1px solid #CCC;
}

tr.odd td {
  background-color: #FDFFEF;
  border-bottom: 1px solid #CCC;
}

tbody th {
  border-bottom: 1px solid #CCC;
}

thead th {
  text-align: left;    /* LTR */
  padding-right: 1em;
  border-bottom: 3px solid #CCC;
}


/*******************/
/* DRUPAL MESSAGES */
/*******************/

.preview {
  background-color: #FFFFEA;
  padding: 10px;
}

div.messages {
  background: #FFFCE3;
  border: 2px solid #EED300;
  color: #C28E00;
  font-weight: bold;
  font-size: 1.166em;
  margin: 20px 0pt;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

div.messages ul {
  list-style-position: inside;
}

div.messages em {
  color: #656C9B;
}

div.error {
  background-color: #FFF2F2;
  border-color: #FF0000;
  color: #B20000;
}

#help {
  clear: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

/******************/
/* SEARCH RESULTS */
/******************/

.search-results {
  width:724px;
}

.custom-search-results {
 border:1px solid #003366;
 height:84px;
 clear:both;
 margin-top:10px;
}

.s_image {
  width:120px;
  max-height:80px;
  float:left;
  padding-top:2px;
  padding-left:2px;
}

.s_length {
  width:70px;
  float:left;
  margin-left: 20px;
  line-height:84px;
}

.s_year {
  width:70px;
  float:left;
  margin-left: 29px;
  line-height:84px;
}

.s_f_type {
  width:120px;
  float:left;
  margin-left: 20px;
  line-height:84px;
}

.s_price {
 width:90px;
 float:left;
 margin-left: 60px;
 line-height:84px;
}

.s_more_info {
  font-weight:bold;
  width:80px;
  padding-left:5px;
  float:left;
  position:relative;
  top:64px;
  left: 42px;
  height:16px;
}

.s_more_info a:hover{
 color:#4A95C8;
}

.box .yacht_type {
 padding:3px 0 0 21px;
}

.box .yacht_id {
 padding:3px 0 0 26px;
}

/*********/
/* VIEWS */
/*********/

.view .view-comments-recent .views-field-subject {
  font-weight: bold;
}

.views-field-field-main-image-fid {
  width:150px;
}

.views-table {
  margin: 20px 0 0 0;  
}

/*****************/
/* Print Version */
/*****************/

.view-printversion .views-table,
.view-reportall .views-table,
.view-reportunp .views-table {
  border: 3px solid #ccc;
  width:650px;
  margin: 0 auto 25px auto;
}

.view-printversion .views-field,
.view-reportall .views-field,
.view-reportunp .views-field {
  border-right: 3px solid #ccc;
}

.view-printversion th.views-field,
.view-reportall th.views-field,
.view-reportunp th.views-field {
 text-align:center;
 padding:0;
}

.view-printversion .views-field-field-length-value,
.view-reportall    .views-field-field-length-value,
.view-reportunp    .views-field-field-length-value,
.view-printversion .views-field-field-year-built-value,
.view-reportall    .views-field-field-year-built-value,
.view-reportunp    .views-field-field-year-built-value,
.view-printversion .views-field-field-builder-value,
.view-reportall    .views-field-field-builder-value,
.view-reportunp    .views-field-field-builder-value,
.view-printversion .views-field-field-broker-value,
.view-reportall    .views-field-field-broker-value,
.view-reportunp    .views-field-field-broker-value,
.view-printversion .views-field-nid,
.view-reportall    .views-field-nid,
.view-reportunp    .views-field-nid {
  text-align:center;
}

.view-printversion .views-field-field-price-amount,
.view-reportall    .views-field-field-price-amount,
.view-reportunp    .views-field-field-price-amount {
 text-align: right;
}

/*************************/
/* end of Print Version */
/************************/


.view-mainlisting {
 margin-bottom:30px;
}

.views-field-view-node a {
  font-size:13px;
  font-weight:bold;
}

.views-field-view-node a:hover {
  color:#4A95C8;
}

.view .views-admin-links li {
  background: transparent !important;
}