@charset "UTF-8";
/*html5 display rule*/

container, header, topFP, topFPL, topFPC, fpContent, siteMenu, navCat, gradBox1, gradBox2, footer, summary {
    display: block;
}
#container {
    width: 98%;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    background-color: #FFF;
    padding: 5px;
}
body {
    width: auto;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
    line-height: 1.5em; /* 16×1.125=18 */
    font-weight: normal;
    color: #333;
    text-decoration: none;
    text-align: center;
}
#header {
    display: block;
    background-color: inherit;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    text-align: left;
}
.header {
    display: block;
    background-color: inherit;
    text-align: left;
}
#topFP {
    width: 100%;
    margin: 0;
    clear: both;
}
.topFP {
    text-align: center;
    display: block;
}
#topFPL {
    width: 23%;
    margin: 0;
    float: left;
    text-align: left;
}
#topFPL img {
    width: 95%;
}
#topFPC {
    margin: 0;
    width: 77%;
    float: right;
    color: #06F;
    background-color: #06F;
    background-image: url(../images/yachtsurvey_com_cover.jpg);
    background-repeat: repeat;
}
#topFPC img {
    border: 0;
    text-align: center;
    padding: 10px;
    width: auto;
    max-width: 300px;
}
#fpContent {
    clear: both;
    width: 98%;
    max-width: 1280px;
    float: auto;
    background-color: #FFF;
    padding: 1%;
    color: #333;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}
.fpContent ul {
    list-style-type: none;
}
.fpContent li {
    margin-left: 0;
    margin-bottom: 3px;
    margin-top: 0px;
}
.fpContent h1, .fpContent h2, .fpContent h3, .fpContent h4, fpContent h5, fpContent h6 {
    margin-top: -3px;
    margin-bottom: -3px;
    text-align: center;
}
#siteMenu {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 5px;
    border: none;
    clear: both;
    color: #FFF;
}
.siteMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 6px 0;
}
.siteMenu li {
    width: auto;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-right: 8px;
    display: inline-block;
 *display:inline;
 *zoom:1;
    font-size: 110%;
    font-weight: 300;
    vertical-align: middle;
    padding-bottom: 10px;
}
.siteMenu a:link, .siteMenu a:visited {
    text-decoration: none;
    font-size: 100%;
    font-weight: 300;
    color: #FFF;
    background-color: #399;
    border-style: solid;
    border-width: 1px;
    border-color: #FC3;
    text-align: center;
    padding: 3px 9px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.siteMenu a:hover, .siteMenu a:active {
    background-color: #69F;
    color: #FFF;
}
#siteDescription {
    display: block;
	width:80%;
	float:right;
    background-color:#DEDCBC;
    margin: 20px 20px 10px 10px;
	padding:15px 0;
    color: #000;
    font-size: 120%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 2px solid #FC3;
}
ul {
    margin-right: 10px;
}
ul.a {
    list-style-type: disc;
}
ul.b {
    list-style-type: square;
}
ul.c {
    list-style-type: none;
}
ul.gcse {
    list-style-type: none;
    width: 60%;
    font-size: 80%;
    color: #666;
    float: right;
}
li {
    text-align: left;
    margin-bottom: 0;
}
h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 280%;
    font-weight: bold;
    line-height: normal;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}
h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 230%;
    font-weight: bold;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 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-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}
h5 {
    font-size: larger;
    font-weight: bold;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1%;
    padding-right: 1%;
}
h6 {
    font-size: 110%;
    font-weight: bold;
    line-height: 1.250em;
    text-align: justify;
    padding: 0 10px;
}
#gradBox1, #gradBox2 {
    background-color: #00a0df;
    background-image: url(../images/2013_gradFP-2.jpg);
    background-repeat: repeat-x;
    height: auto;
}
.gradBox1 ul, .gradBox2 ul {
    list-style: none;
    margin: 0;
}
.gradBox2 img {
    width: 100%;
    height: auto;
}
.gradBox1 li, .gradBox2 li, .gradBox1 a:link, .gradBox2 a:link, .gradBox1 a:visited, .gradbox2 a:visited {
    color: #FFF;
}
#navCat {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 10;
}
.navCatfp {
    width: auto;
    text-align: center;
    height: auto;
    text-transform: capitalize;
    padding: 0.2em 0.6em;
}
.navCatfp ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.navCatfp li {
    display: inline-block;
 *display:inline;
 *zoom:1;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.navCatfp a:link, .navCatfp a:visited {
    display: inline-block;
 *display:inline;
 *zoom:1;
    white-space: nowrap;
    width: auto;
    padding: 3px 5px;
    margin: inherit;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #000;
    background-color: #CCCC99;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #0FC;
}
.navCatfp a:hover, .navCatfp a:active, #nav a:focus {
    background-color: #F3EF9E;
    text-decoration: none;
}
#booksH {
    width: 100%;
    margin: 0;
}
.booksH ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.booksH li {
    display: inline-block;
 *display:inline;
 *zoom:1;
    width: 22%;
    padding: 1%;
    vertical-align: top;
    text-align: center;
    color: #03F;
}
.booksH a:link, .booksH a:visited {
    color: #03F;
}
.booksH a:hover, .booksH a:active {
    text-decoration: underline;
}
.booksH img {
    width: 80%;
    max-width: 150px;
}
#retailInfo1 {
    width: 30;
}
#retailInfo2 {
    width: 30%;
}
#retailInfo3 {
    width: 30%;
}
#retailInfo1, #retailInfo2, #retailInfo3 {
    float: left;
    display: block;
    border: double thick #FF8080;
    margin: 1%;
}
#retailInfo ul {
    list-style: none;
}
#retailInfo li {
    display: inline-block;
 *display:inline;
 *zoom:1;
    border: solid thick #F33;
    padding: 0 10px;
    width: 25%;
    text-align: center;
}
#info {
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
}
#info h5 {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}
#info ul {
    list-style-type: none;
    margin-left: 10%;
}
#info li {
    background-image: url(../images/Dot_Red_8pix.GIF);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 14px;
    margin-top: 0px;
}
#footer {
    width: auto;
    background-color: #FFF;
    clear: both;
    margin-top: 10px;
}
.footer {
    font-family: inherit;
    font-size: 80%;
    color: #999;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    margin: auto;
}
.center {
    text-align: center;
}
.clear {
    clear: both;
}
.new_prices {
    display: block;
    width: 80%;
    border: 2px solid #F66;
    margin: 3px auto;
    padding: 10px;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
}
.new_prices a:link, .new_prices a:visited {
    text-decoration: none;
    color: #63F;
}
.new_prices a:hover, .new_prices a:active {
    text-decoration: underline;
    color: #63F;
}
.xmas {
    display: block;
    width: auto;
    margin: auto;
    color: #F33;
    background-color: #096;
    font-size: 120%;
    font-weight: bold;
    padding: 10px;
    font-style: italic;
}
.topics{
    border-radius: 30px;
    background:#0099cc;
    padding: 10px;
    width: auto;
    height: auto;
    text-align: center;
    font-size: 110%;
    margin: 5px;
    color: #FFFFFF;
}

.topics a:link, .topics a:visited{
    color:#FFFFFF;
}

.topics a:hover, .topics a:active{
    color:#00ccff;
}
