@charset "UTF-8";
/*html5 display rule*/

container, header, headerRight, headerLogo, content, content-main, sideBar1, sideBar2, siteMenu, navCat, navCat2, footer, siteMenu-Bottom, date, logoBottom, privatePolicy, copyRight, summary {
    display: block;
}
#container {
    display: block;
    width: 98%;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
 *border:1px solid #CCC;
    background-color: #FFF;
}
body {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 110%;
    line-height: 1.500em; /* 16×1.125=18 */
    font-weight: normal;
    color: #000;
    text-decoration: none;
    text-align: center;
}
p {
    line-height: 1.7em;
    font-size: 110%;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    padding: 0 10px 10px 10px;
}
a.link, a.visited {
    text-decoration: none;
    color: #06F;
}
a.active, a.hover {
    color: #0CF;
    text-decoration: underline;
}
hr {
    border-style: double;
    border-width: thick;
    border-color: #C2B787;
}
.hr_top {
    height: 0.2em;
    width: 100%;
    border: 1px solid #F30;
}
img {
    border: 0;
    text-align: center;
    padding: 0px;
    width: auto;
    max-width: 95%;
}
ul {
    margin-right: 10px;
}
ul.a {
    list-style-type: disc;
}
ul.b {
    list-style-type: square;
}
ul.c {
    list-style-type: none;
}
li {
    text-align: left;
    margin-bottom: 5px;
}
h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 280%;
    font-weight: bold;
    line-height: normal;
    margin: 10px 10px 0 10px;
}
h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 230%;
    font-weight: bold;
    line-height: normal;
    margin: 0;
}
h3 {
    font-family: "Times New Roman", Times, serif;
    font-size: 200%;
    font-weight: bold;
    line-height: normal;
    text-align: left;
}
h4 {
    font-size: 170%;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
}
h5 {
    font-size: 140%;
    font-weight: bold;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}
h6 {
    font-size: 110%;
    font-weight: bold;
    line-height: 1.250em;
    text-align: justify;
    padding: 0 10px;
}
#header {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0;
}
.header {
    display: block;
    text-align: left;
}
#headerRight {
    display: block;
    float: right;
    width: 78%;
    padding: 1em 1%;
    background-color: #06C;
    background-image: url(../images/yachtsurvey_com_cover.jpg);
    background-repeat: repeat;
}
.headerRight {
    text-align: left;
}
.headerRight img {
    display: none;
}
#headerLogo {
    display: block;
    float: left;
    width: 20%;
}
.headerLogo img {
    width: 100%;
    padding: 0 0 0px 0;
    float: left;
}
#headerLogo_mobile {
    display: block;
    width: 40%;
}
.headerLogo_mobile img {
    max-width: 100%;
    height: auto;
    margin: 0px auto;
}
#search_box {
    display: block;
}
.search_box {
    display: block;
    float: right;
    width: 50%;
}
#content {
    display: block;
    width: 100%;
    clear: both;
    margin: 0;
}
.wrap {
    float: left;
    width: 80%;
    margin-right: 0;
}
#content-main {
    display: block;
    float: right;
    width: 72%;
    margin-left: 0;
    margin-bottom: 10px;
    color: #333;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #DFDFDF;
    padding: 10px 1%;
    vertical-align: top;
    text-align: center;
}
#content-main p {
    text-align: justify;
}
#sideBar1 {
    display: block;
    float: left;
    width: 23%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 2%;
    margin-bottom: 10px;
    font-size: 100%;
    text-align: center;
    vertical-align: top;
}
#sideBar2 {
    display: block;
    float: right;
    width: 18%;
    margin: 0 0 0 2%;
    font-size: 90%;
    text-align: center;
    vertical-align: top;
    padding-top: 0px;
    padding-left: 0%;
    padding-right: 0%;
}
.clear {
    clear: both;
}
.multipleboxRight {
    max-width: 50%;
    float: right;
    margin: 10px;
    border-style: solid;
    border-width: 1px;
}
.imgbox {
    text-align: center;
    width: auto;
    max-width: 90%;
    border: 1px solid gray;
    background-color: #CC9;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 100%;
}
.imgbox p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.500;
    width: 95%;
}
.imgbox img {
    width: auto;
    max-width: 95%;
}
.imgboxRight {
    text-align: center;
    width: auto;
    max-width: 90%;
    border: 1px solid gray;
    background-color: #CC9;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 100%;
}
.imgboxRight p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.200;
    text-align: left;
}
.imgboxRight img {
    width: auto;
    max-width: 95%;
}
.imgboxLeft {
    text-align: center;
    width: auto;
    max-width: 90%;
    border: 1px solid gray;
    background-color: #CC9;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 100%;
}
.imgboxLeft p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.200;
    text-align: left;
}
.imgboxLeft img {
    width: auto;
    max-width: 95%;
}
#siteMenu {
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 0 auto;
    background-color: transparent;
    padding: 3px;
    border: none;
}
.siteMenu {
    width: 100%;
    text-align: center;
    height: auto;
    padding: 0.2em 0.6em;
}
.siteMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.siteMenu li {
    width: auto;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 8px;
    display: inline-block;
 *display:inline;
 *zoom:1;
    white-space: nowrap;
    vertical-align: middle;
    color: #fff;
    font-size: 90%;
    text-transform: uppercase;
}
.siteMenu a:link, .siteMenu a:visited {
    text-decoration: none;
    
    color: #FFF;
    background-color: #399;
    text-align: center;
    padding: 3px 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #FC0;
    text-transform: uppercase;
}
.siteMenu a:hover, .siteMenu a:active {
    background-color: #69F;
    color: #FFF;
}
#searchPage_top {
    display: block;
    float: right;
}
#navCat {
    display: block;
    float: right;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 10;
}
.navCat {
    width: 100%;
    text-align: right;
    height: auto;
    padding: 0.2em 0.6em;
}
.navCat ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: auto;
}
.navCat li {
    display: inline-block;
 *display:inline;
 *zoom:1;
    float: auto;
    margin: 0 3px 5px 2px;
}
.navCat li a {
    display: inline-block;
    width: auto;
    padding: 3px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #000;
    font-weight: 300;
    background-color: #CC9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #0FC;
}
.navCat a:hover, #nav a:active, #nav a:focus {
    background-color: #FF9;
}
#navCat_2 {
    display: block;
    margin: 0 auto;
    padding: 0;
    font-weight: 200;
}
.navCat_2 {
    font-size: 90%;
    font-weight: 200;
    width: 100%;
    text-align: center;
    height: auto;
    text-transform: capitalize;
    padding: 0.2em 0.6em;
}
.navCat_2 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: auto;
}
.navCat_2 li {
    display: inline-block;
 *display:inline;
 *zoom:1;
    float: auto;
    margin: 0 3px 2px 0;
}
.navCat_2 li a {
    display: inline-block;
    width: auto;
    padding: 3px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #000;
    background-color: #CC9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #0FC;
}
.navCat_2 a:hover, .navCat_2 a:active, .navCat_2 a:focus {
    background-color: #FF9;
}
#footer {
    display: block;
    width: auto;
    background-color: #FFF;
    clear: both;
    margin-top: 10px;
}
.footer {
    font-size: 90%;
    font-style: normal;
    color: #999;
    font-weight: bold;
    text-align: center;
    margin: auto;
}
#siteMenu_Bottom {
    display: block;
    width: 68%;
    float: left;
    height: auto;
    margin: 0 auto;
    background-color: #FFF;
    padding: 0;
    border: none;
    font-size: 100%;
    text-decoration: none;
    text-align: center;
}
.siteMenu_Bottom {
    font-size: 100%;
    font-weight: 300;
    text-align: center;
    height: auto;
    text-transform: uppercase;
    padding: 0.2em 0.6em;
}
.siteMenu_Bottom ul {
    list-style-type: none;
    margin: 0;
    font-family: inherit;
    padding: 6px 0;
}
.siteMenu_Bottom li {
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 8px;
    display: inline-block;
 *display:inline;
 *zoom:1;
    font-size: 100%;
    font-weight: 300;
    white-space: nowrap;
    vertical-align: middle;
}
.siteMenu_Bottom a:link, .siteMenu_Bottom a:visited {
    text-decoration: none;
    font-size: 100%;
    font-weight: 300;
    color: #FFF;
    background-color: #399;
    text-align: center;
    padding: 3px 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.siteMenu_Bottom a:hover, .siteMenu_Bottom a:active {
    background-color: #69F;
    color: #FFF;
}
#date {
    display: block;
    background-color: inherit;
    clear: both;
}
.date {
    float: left;
    clear: both;
    font-size: 80%;
    color: #666;
}
#logoBottom {
    display: inline-block;
    float: left;
    width: 15%;
    background-color: "#FFFFFF";
    text-align: center;
}
.logoBottom img {
    width: 95%;
    border: none;
}
#privacyPolicy {
    display: inline-block;
    float: left;
    width: 15%;
    background-color: #B3D9D9;
    font-size: 80%;
    text-align: center;
    vertical-align: middle;
}
 .privacyPolicy a:link, .privacyPolicy a:visit {
 text-decoration:none;
}
hr {
    color: #000000;
    clear: both;
    width: auto;
}
#copyRight {
    display: block;
    clear: both;
    width: 98%;
    font-size: 90%;
}
.top_boat_books_by {
    font-size: 100%;
    font-style: normal;
    font-weight: bold;
    color: #EAEAEA;
    text-decoration: none;
    text-align: center;
}
.top_worldwide {
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    color: #EAEAEA;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.top_main_menu {
    font-size: 90%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-align: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 5px;
}
.catMenu {
    float: left;
    width: 180px;
}
.top {
    text-align: center;
    clear: both;
}
.top img {
    margin-top: 10px;
    border: none;
}
.here {
    display: block;
    float: left;
    margin: 5px 10px 2px 10px;
    font-size: 120%;
    font-weight: bold;
    padding: 10px;
    color: inherit;
    text-align: left;
}
.here ul {
    list-style-type: none;
}
.here li {
    display: inline;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.here a {
    text-decoration: none;
    color: inherit;
}
.here a:link, .here a:visited {
    color: #06F;
    display: inline-block;
    background-color: #FFF;
    padding: 3px 10px;
    border-width: 1px;
    text-decoration: none;
    -webkit-border-radius: 20px 20px;
    -moz-border-radius: 20px 20px;
    border-radius: 20px 20px;
}
 .here a:active, .here a:hovor {
 color:#3FF;
 text-decoration:underline;
}
.content-main title {
    text-align: center;
}
.right {
    float: right;
    width: 40%;
    background-color: #EAEAEA;
    margin: 10px;
    padding: 5px;
    text-align: left;
}
.right p {
    text-align: left;
}
.left {
    float: left;
    width: 40%;
    background-color: #EAEAEA;
    margin: 10px;
    padding: 5px;
    text-align: left;
}
.left p {
    text-align: left;
}
.additionalReading {
    text-align: left;
    padding: 10px;
}
.quiz {
    display: block;
    width: 90%;
    border-style: solid;
    border-width: 2px;
    padding: 5px;
    margin: auto;
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 200;
}
.boatreviewNote {
    clear: both;
    width: 70%;
    font-size: 90%;
    background-color: #E3E3E3;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    text-align: left;
    padding: 10px;
}
.rating {
    width: 60%;
    border-style: solid;
    border-width: 1px;
    font-weight: 200;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #C1E0FF;
}
.remark {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 2px;
    border-color: #CCC;
    padding: 10px;
    background-color: #FFF;
}
.bestbuy {
    color: #F63;
}
.comment {
    width: 85%;
    padding: 5px;
    margin: 10px auto;
    text-align: left;
    display: block;
    border-style: double;
    border-color: #0CC;
    background-color: #FFF;
}
.comment p {
    text-align: left;
}
.redline {
    width: 90%;
    height: 2px;
    margin-left: 0;
    margin-right: 0;
}
#topics table {
    width: 100%;
    font-size: 100%;
}
#topics td {
    text-align: left;
    vertical-align: top;
}
.holiday1 {
    font-size: 130%;
    color: #093;
    margin-top: 0;
}
.holiday2 {
    color: #F30;
    font-size: 130%;
    margin-top: 0;
}
.holiday_schedule {
    font-size: 130%;
    text-align: center;
}
.add_nav {
    clear: both;
}
.google_plus {
    font-size: 70%;
    text-align: right;
}
.david_pascoe {
    margin: 0;
    font-weight: bold;
    padding: 20px 10px;
}
.david_pascoe ul {
    list-style-type: none;
}
.david_pascoe li {
    display: inline;
}
.david_pascoe a:link, .david_pascoe a:visited {
    color: #06F;
    display: inline-block;
    border-width: 1px;
    text-decoration: none;
}
 .david_pascoe a:active, .david_pascoe a:hovor {
 color:#3FF;
 text-decoration:underline;
}
 .david_pascoe a:active, .david_pascoe a:hovor {
 color:#3FF;
 text-decoration:underline;
}
#boat_review table {
    display: block;
    width: 85%;
    border: solid 1px #06F;
    font-size: 100%;
    text-align: center;
    margin: auto;
}
#boat_review td {
    border: solid thin #06F;
    width: 25%;
    text-align: center;
    vertical-align: top;
}
#boat_review tr{
	display:block;
	width:100%;
}
#boat_review table.center {
    margin-left: auto;
    margin-right: auto;
}
.center {
    text-align: center;
}
.aag {
    display: none;
}
.logo_pascoe_books {
    display: none;
}
#retired p {
    text-align: left;
}
.retired {
    display: inline-block;
 *display:inline;
 *zoom:1;
    width: 30%;
    border: 1px solid #999;
    padding: 5px;
    float: right;
    text-align: left;
    margin-top: 20px;
}
.retired p {
    text-align: left;
}
.contact_info {
    display: inline-block;
 *display:inline;
 *zoom:1;
    width: 63%;
    float: left;
    padding: 10px;
    text-align: left;
}
.contact_2015 {
    display: inline-block;
 *display:inline;
 *zoom:1;
    width: 98%;
    margin: 20px auto;
    padding: 10px;
    text-align: left;
}
.amazon_mobile {
    display: none;
}
.open_letter h2 {
    font-size: 140%;
    line-height: 1.53em;
    text-align: left;
    font-weight: normal;
}
.returned_email {
    display: block;
    width: 95%;
    margin: auto;
    background-color: #EAEAEA;
    padding: 10px;
    text-align: left;
    line-height: 1.5em;
}
.amazon_orange {
    color: #F69;
}
.books_mobile_ad {
    display: none;
}
.books_top_img {
    display: none;
}
.anounce {
    display: block;
    text-align: center;
    font-size: 130%;
    color: #0066ff;
}
.anounce_details {
    display: block;
    width: 80%;
    margin: auto;
    padding: 10px;
    color: #333333;
    text-align: left;
    border: 1px solid #0066ff;
}
.mobile {
    display: none;
}
.schedule {
    display: block;
    width: 95%;
    border: 1px solid #0066ff;
    text-align: left;
    font-weight: bold;
    padding: 5px;
    margin: 0 auto 10px auto;
    color: #ff3366;
}
#mobile_siteMenu {
    display: none;
}
#search img {
    display: inline-block;
 *display:inline;
    float: right;
    width: 50px;
    height: auto;
    padding: 5px;
}
.search img {
    display: block;
    float: right;
    width: 50px;
    height: auto;
    padding: 5px;
}
#search_mobile img {
    display: none;
}

.search_results{
    text-align:left;
}