@charset "UTF-8";
/* CSS Document */

/* author: Dirk Mynatt, GforceSeattle.com | 206 374 9787

SITE COLORS

Dark Blue: #014c8f 
Mid Blue: #0281cf
Bright Blue: #03aced
h1: #0087c9
h2: #459D40 (green)
Sub-nav: r33 g122 b194 #217ac2
Sub-nav Hover: r25 g88 b158 #19589e
Footer background: #D7E3E9
Blockquote: r122 g169 b209 #7aa9d1
a:hover : #DC5E29 (orange)
Fonts: Arial, Helvetice, Times New Roman

*/


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,
code,del,dfn,em,font,img,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0; 
	padding: 0; 
	border: 0;
	outline: 0;
	font-size: 100.1%;
	vertical-align: baseline;
	background: transparent;
}

/*-------------------------------------------    

    General Selectors

-------------------------------------------*/

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


body {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	background: url(../images/background-blue.gif) repeat-x;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
	
a {
	color: #13347A;
	text-decoration: underline;
}

p {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 19px;
	margin-bottom: 12px;
}

p .italic {
	font-style: italic;
}
a:hover {
	color: #DC5E29;
	text-decoration: none;
}
h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #217AC2;
	font-size: 20px;
	padding-bottom: 8px;
	padding-top: 0px;
}

h2 {
	font-size: 20px;
	color: #000000;
	line-height: 25px;
	margin-bottom: 10px;
	margin-top: 30px;
	font-family: "Courier New", Courier, monospace;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
h3 {
	font-size: 15px;
	line-height: 19px;
	padding-bottom: 15px;
}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #634a08;
}
ol {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	margin-bottom: 12px;
	list-style: none;
}
ol ol {
	margin-left: 30px;
}
blockquote {
	margin-bottom: 30px;
	padding-top: 10px;
}
fieldset {
	margin: 10px 0;
	padding: 1em 1em 1em 3em;
	background: #D2DFE7;
	width: 400px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
label {
	display: block;
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 10px;
}
button {
	border: none;
	background: none;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 0;
}

/*-------------------------------------------    

    Class Selectors

-------------------------------------------*/

.quote  {
	font-size: 15px;
	color: #7aa9d1;
	font-weight: bold;
	padding: 0;
	margin-bottom: 3px;
	line-height: 20px;
}
.example-code {
	background-color:#fff4c8;
	border:1px dashed #fc0;
	margin:20px 0;
	padding:10px
}
.clear {
	clear: both;
	height: 15px;
	width: 100%;
}
.floatLeft {
	float: left;
}
.picture {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 1.2em;
	color: #333333;
	padding: 4px;
	border: 1px solid #CCCCCC;
}

.right {
	margin: .5em 0 .5em .8em;
	float: right;
}
.left { 
	margin: 0.5em 0.8em 0.5em 0; 
	float:left; 
} 
.floatLeft-padRight {
	padding-right: 10px;
	float: left;
}
.more-margin {
	margin-bottom: 12px;
}
.footnote {
	font-size: 70%;
	font-style: italic;
	color: #666666;
	margin-top: 20px;
}
.promote {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #217AC2;
	border-style: none;
	font-weight: normal;
	margin: 20px 0 15px 20px;
	padding: 0;
}
.author {
	font-style: italic;
	color: #7AA9D1;
	margin-left: 35px;
	padding: 0;
	margin-top: 0;
}
.cpyb  li   {
	margin: 0 0 0 25px;
	list-style: disc;
	line-height: 11px;
}
.wrap-around {
	height: 90px;
	width: 240px;
	float: right;
	display: block;
}

.oops {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}

.blueBold {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #7AA9D1;
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
}
/*-------------------------------------------    

    Grouped Classes

-------------------------------------------*/

.promote a {
	color: #217AC2;
	text-decoration: none;
}
.picture img {
	vertical-align: middle;
	margin-bottom: 3px;
}
.back-to-top a {
	color: #DC5E29;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
.promote a:hover {
	color: #DC5E29;
	text-decoration: underline;
}
.big-type {
	font-size: 19px;
	font-weight: bold;
}
.image-right img {
	height: 199px;
	width: 458px;
	position: absolute;
	top: 230px;
	right: 34px;
	display: inline-block;
}
.red-link a{
	color: #B8391B;
}
.image-left {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
.past-president {
	width: 250px;
	float: right;
	margin-top: -1068px;
}
.story  table  {
	width: 550px;
}
.story p {
	line-height: 15px;
	margin: 0;
	padding: 0;
}
.member-email a {
	color: #999999;
	font-size: 13px;
	padding-left: 2px;
	text-transform: uppercase;
	text-decoration: none;
}
.member-email a:hover {
	color: #999999;
	font-size: 13px;
	padding-left: 2px;
	text-transform: uppercase;
	text-decoration: underline;
}
.member-directory img {
	height: 13px;
	width: 31px;
	margin-left: 8px;
}
.top-rule {
	border-top: 1px solid #CCCCCC;
	width: 490px;
	margin-top: 20px;
}
ul.tax-forms li {
	margin: -5px 0 0 9px;
	padding: 0;
	list-style: disc;
}

/*-------------------------------------------    

    HEADER

-------------------------------------------*/
#header {
	height: 202px;
	width: 940px;
	position: relative;
}
#logoHome {
	margin-left: 70px;
	float: left;
	height: 164px;
	width: 348px;
}
#joinNYBA {
	position: absolute;
	top: 0;
	right: 200px;
	height: 131px;
	width: 132px;
}

#member-login {
	position: absolute;
	right: 60px;
	background: url(../images/member-login.png) no-repeat 0 -36px;
	display: block;
	top: 20px;
	height: 34px;
	width: 97px;
}
#member-login a {
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	height: 34px;
	width: 97px;
}
#member-login a:hover {
	background: url(../images/member-login.png) no-repeat 0 0;
	display: block;
}

/*-------------------------------------------    

   Wrappers

-------------------------------------------*/
#wrapper {
	top: 0;
	background: url(../images/wrapper-top.jpg) no-repeat;
	width: 940px;
	margin: 0 auto;
}
#wrapper-directory {
	top: 0;
	background: url(../images/directory-flag.jpg) no-repeat;
	width: 940px;
	margin: 0 auto;
	min-height: 650px;
}
#wrapper-boatShows {
	top: 0;
	background: url(../images/boatShows-flag.jpg) no-repeat;
	width: 940px;
	margin: 0 auto;
}
#wrapper-aboutNYBA {
	top: 0;
	background: url(../images/aboutNYBA-flag.jpg) no-repeat;
	width: 940px;
	margin: 0 auto;
	position: relative;
}
#wrapper-aboutNYBA2 {
	top: 0;
	background: url(../images/aboutNYBA-flag-2.jpg) no-repeat;
	width: 940px;
	margin: 0 auto;
	position: relative;
}
#wrapper-joinNYBA {
	top: 0;
	background: url(../images/join-nyba-flag.jpg) no-repeat;
	width: 940px;
	margin: 0 auto;
	position: relative;
}
#wrapper-join2NYBA {
	top: 0;
	background: url(../images/join2-flag.jpg) no-repeat;
	width: 940px;
	margin: 0 auto;
}
#wrapper-news {
	top: 0;
	background: url(../images/news-flag.jpg) no-repeat;
	width: 940px;
	margin: 0 auto;
	position: relative;
}
#wrapper-officers {
	top: 0;
	background: url(../images/flag-officers.jpg) no-repeat;
	width: 940px;
	margin: 0 auto;
	position: relative;
}
#wrapper-member-benefits {
	top: 0;
	background: url(../images/flag-member-benefits.jpg) no-repeat;
	width: 940px;
	margin: 0 auto;
	position: relative;
}
#wrapper-privacy {
	top: 0;
	background: url(../images/flag-privacy.jpg) no-repeat;
	width: 940px;
	margin: 0 auto;
}

/*-------------------------------------------    

   Home Page

-------------------------------------------*/
#home-sidebar {
	float: left;
	width: 220px;
	text-align: left;
	margin-left: 30px;
	position: relative;
	top: 0;
}
#home-sidebar h2 {
	background: #95a5af;
	font-size: 17px;
	color: #FFFFFF;
	padding-left: 15px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 20px;
	margin-top: 0;
	padding-top: 13px;
	font-weight: inherit;
}
#home-sidebar p {
	padding-left: 15px;
	padding-bottom: 10px;
	font-size: 13px;
}
#wrapper #home-sidebar p {
	margin-bottom: 0px;
	line-height: 17px;
}
#flash-home {
	width: 779px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}
#welcome {
	position: absolute;
	top: 30px;
	height: 51px;
	width: 135px;
	right: -60px;
}


/*-------------------------------------------    

   Main Content

-------------------------------------------*/
#main-content {
	text-align: left;
	width: 500px;
	margin-left: 80px;
	float: left;
	padding-right: 25px;
	border-right: 3px dotted #ccc;
	position: relative;
}
#main-content h1 {
	padding-top: 15px;
}
#main-content img {
	margin-bottom: 15px;
}
#MainContent-directory {
	margin-left: 80px;
	width: 600px;
	clear: left;
	float: left;
	text-align: left;
}
#MainContent-resources {
	margin-left: 80px;
	width: 585px;
	clear: left;
	float: left;
	text-align: left;
}
#MainContent2, #MainContent-news {
	margin-left: 80px;
	width: 585px;
	clear: left;
	float: left;
	text-align: left;
	margin-top: 15px;
}

#MainContent2 p, #MainContent-news p {
	line-height: 21px;
}
#MainContent-resources p {
	margin-top: 35px;
	padding-top: 0;
}
#MainContent-resources img {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 5px;
}
#MainContent2 h3 {
	padding-bottom: 5px;
	padding-top: 5px;
}
#MainContent2 h2 {
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-style: none;
	margin-bottom: 5px;
	padding-bottom: 0;
}
#MainContent2 h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 30px;
	text-align: left;
	font-weight: normal;
	padding-bottom: 20px;
}
#MainContent-news h2 {
	border-style: none;
	margin: 0px 0 10px;
	padding: 0;
}
#MainContent-news  h1, #MainContent-resources h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 30px;
	text-align: left;
	font-weight: normal;
	padding-bottom: 25px;
}
#MainContent-news  a {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
	color: #7aa9d1;
	border-style: none;
	line-height: 22px;
	text-decoration: none;
}
#MainContent-news a:hover {
	color: #DC5E29;
}
#MainContent2 ul {
	font-size: 14px;
	line-height: 19px;
	list-style: none;
	margin-bottom: 12px;
	margin-left: 20px;
}
#MainContent2 li {
	margin-bottom: 12px;
}
#MainContent-directory h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 30px;
	text-align: left;
	font-weight: normal;
}
#MainContent-news img {
	float: left;
	padding-right: 15px;
	margin-top: 5px;
}
#main-content li, #MainContent-news li {
	font-size: 14px;
	line-height: 21px;
	margin-left: 25px;
	margin-bottom: 12px;
}
#main-content ul, #MainContent-news ul {
	margin-bottom: 15px;
	margin-top: -5px;
}
#MainContent2 form {
	margin-bottom: 25px;
	margin-top: 25px;
}

/*-------------------------------------------    

    Navigation

-------------------------------------------*/

#mainMenu {
	margin: 0;
	padding: 0;
	height: 45px;
	width: 492px;
	position: absolute;
	bottom: 0;
	right: 40px;
}
#mainMenu ul li {
	display: block;
	float: left;
	list-style: none;
}

ul li #mainMenu a {
	background: url(../images/navbar.png) no-repeat 0 -90px;
	display: block;
	height: 45px;
	width: 73px;
}
ul li#shows-navbar a {
	background: url(../images/navbar.png) no-repeat 0 -90px;
	text-indent: -9000px;
	height: 45px;
	width: 73px;
	display: block;
}
ul li#shows-navbar a:hover {
	background-position: 0 -45px;
}
ul li#shows-navbar-current {
	background: url(../images/navbar.png) no-repeat 0 0;
	text-indent: -9000px;
	height: 45px;
	width: 73px;
	display: block;
}
ul li#about-navbar a {
	width: 73px;
	height: 45px;
	background: url(../images/navbar.png) no-repeat -73px -90px;
	display: block;
	text-indent: -9000px;
}
ul li#about-navbar a:hover {
	background-position: -73px -45px;
}
ul li#about-navbar-current {
	width: 73px;
	height: 45px;
	background: url(../images/navbar.png) no-repeat -73px 0;
	display: block;
	text-indent: -9000px;
}
ul li#join-navbar a {
	width: 73px;
	background: url(../images/navbar.png) no-repeat -146px -90px;
	display: block;
	text-indent: -9000px;
	height: 45px;
}
ul li#join-navbar a:hover {
	background-position: -146px -45px;
}
ul li#join-navbar-current {
	width: 73px;
	background: url(../images/navbar.png) no-repeat -146px 0;
	display: block;
	text-indent: -9000px;
	height: 45px;
}
ul li#news-navbar a {
	width: 73px;
	background: url(../images/navbar.png) no-repeat -219px -90px;
	text-indent: -9000px;
	display: block;
	height: 45px;
}
ul li#news-navbar a:hover {
	background-position: -219px -45px;
}
ul li#news-navbar-current {
	width: 73px;
	background: url(../images/navbar.png) no-repeat -219px 0;
	display: block;
	text-indent: -9000px;
	height: 45px;
}

ul li#directory-navbar a {
	width: 100px;
	background: url(../images/navbar.png) no-repeat -291px -90px;
	text-indent: -9000px;
	display: block;
	height: 45px;
}
ul li#directory-navbar a:hover {
	background-position: -291px -45px;
}
ul li#directory-navbar-current {
	width: 100px;
	background: url(../images/navbar.png) no-repeat -291px 0;
	text-indent: -9000px;
	display: block;
	height: 45px;
}

ul li#benefits-navbar a {
	width: 100px;
	background: url(../images/navbar.png) no-repeat -391px -90px;
	text-indent: -9000px;
	display: block;
	height: 45px;
}
ul li#benefits-navbar a:hover {
	background-position: -391px -45px;
}
ul li#benefits-navbar-current {
	width: 100px;
	background: url(../images/navbar.png) no-repeat -391px 0;
	text-indent: -9000px;
	display: block;
	height: 45px;
}

#directory-navigation li {
	list-style: none;
	display: inline;
}
#directory-navigation li a {
	padding-right: 3px;
	font-size: 14px;
}
#directory-navigation  {
	text-align: left;
	margin-top: 25px;
	margin-bottom: 20px;
}

/* ===== sub navigation =====*/

#subnavigation {
	position: absolute;
	width: 210px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: left;
	font-size: 15px;
	top: 402px;
	right: 34px;
}
#subnavigation2 {
	width: 210px;
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: left;
	font-size: 15px;
	margin-top: 90px;
	margin-right: 30px;
}

#subnavigation ul, #subnavigation2 ul {
	list-style: none;
	list-style-image: none;
	margin: 0 0 1em;
	border-top: 1px solid #19589e;
} 
#subnavigation li, #subnavigation2 li {
	margin: 0;
	z-index: 1;
	border-top: 1px solid #19589e;
}
#subnavigation a, #subnavigation2 a {
	display: block;
	text-decoration: none;
	padding: 12px 10px 12px 13px;
	color: #fff;
	background-color: #217ac2;
}
#subnavigation .link a:hover, #subnavigation .link a:focus, #subnavigation2 .link a:hover, #subnavigation2 .link a:focus {
	color: #fff;
	background-color: #19589e;
}
#subnavigation li ul, #subnavigation2 li ul {
	border-top-color: #19589e;
	margin-bottom: -1px;
	width: 200px;
	position: relative;
	left: 10px;
}
#subnavigation .current a, #subnavigation2 .current a {
	background: #19589e;
}
#subnavigation2 .link .current, #subnavigation .link .current {
	background: #19589e;
	color: #FFFFFF;
	padding: 12px;
}
 
#subnavigation .link a, #subnavigation2 .link a {
	background: #217ac2;
}
#subnavigation .move-down {
	margin-top: 55px;
}

/* ===== ACTION NAV =====*/

ul#action-nav3 {
	font-weight: bold;
	font-family: Arial, sans-serif;
	border-top: 5px solid #7dc2ed;
	border-bottom: 5px solid #7dc2ed;
	list-style: none;
} 
ul#action-nav3 li {
	border-bottom: none;
	border-top: 1px solid #7dc2ed;
}

ul#action-nav3 li:first-child {
	border-top: none;
}

#action-nav3 a {
	font-weight: bold;
	color: #1C61AE;
	text-decoration: none;
	display: block;
	font-size: 13px;
	padding: 10px 10px 15px 15px;
	background: #AFDFF5;
	text-align: left;
}

#action-nav a:hover, #action-nav a:focus, #action-nav3 a:hover, #action-nav3 a:focus {
	background: #91cfed;
}

/* ===== Breadcrumbs =====*/

#breadcrumbs {
	padding: 0 10px;
	margin-bottom: 0.8em;
	list-style: none;
	margin-top: 20px;
	text-align: left;
	font-size: 11px;
	float: left;
	margin-left: 65px;
}

#breadcrumbs li {
	color: #000;
	display: inline;
	padding: 0 0 0 5px;
}
#story1 {
	background: #E0E1E2;
	padding: 20px 20px 20px 30px;
	margin-top: 25px;
}
#story1 h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 0px;
	text-transform: uppercase;
	border-style: none;
	color: #333333;
}

/*-------------------------------------------    

    TABLES

-------------------------------------------*/

table.member-directory {
	text-align: left;
	border-spacing: 0;
	width: 590px;
}
.member-directory caption {
	font-weight: bold;
	font-size: 27px;
	color: #03aced;
	text-align: left;
	padding-bottom: 10px;
}
.member-directory th {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	padding-top: 9px;
	padding-bottom: 9px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.member-directory td {
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid #CCC;
	font-size: 14px;
}
/*-------------------------------------------    

    FOOTER

-------------------------------------------*/
#bottom-footer {
	background: #D7E3E9;
	height: 100%;
	width: 100%;
}
#footer {
	background: #D7E3E9 url(../images/waves-footer.gif) repeat-x;
	text-align: center;
	font-weight: normal;
}#inner-footer {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#inner-footer p {
	color: #8BAABA;
	font-size: 11px;
}
#address-footer {
	width: 300px;
	margin: 55px 0 0 75px;
	float: left;
	font-weight: normal;
}
#address-footer a {
	text-decoration: none;
	background: url(../images/footer-mapicon.png) no-repeat 0 -63px;
	text-indent: -5000px;
	height: 62px;
	width: 61px;
	display: block;
	float: left;
}
#address-footer a:hover {
	text-decoration: none;
	background: url(../images/footer-mapicon.png) no-repeat 0 0;
	text-indent: -5000px;
	height: 62px;
	width: 61px;
	display: block;
}
#address-footer p {
	font-size: 14px;
	color: #1C61AE;
	line-height: 18px;
	font-weight: normal;
	padding-left: 69px;
}
#logo-footer {
	float: left;
	margin-top: 45px;
	padding-left: 50px;
}
#logo-footer p {
	margin-bottom: 0;
}
#logo-footer a {
	color: #8baaba;
}

#footer-links {
	padding-top: 52px;
	float: left;
	padding-left: 80px;
}
#footer-links li {
	list-style: none;
}
#footer-links a {
	font-size: 12px;
	color: #1C61AE;
	line-height: 16px;
	font-weight: normal;
}
#cpyb-ledger {
	font-style: italic;
	font-size: 12px;
	/*float: right;*/
	background: url(../images/cpyb2.png) no-repeat 0 3px;
	padding-left: 40px;
	width: 175px;
	text-align: left;
	margin-top: 20px;
	/*clear: both;*/
	line-height: 16px;
	margin-left: 10px; /* down from 30px */
	margin-right: 20px;
}
#boat-show-sidebar {
	height: 161px;
	width: 185px;
	float: right;
	display: block;
	clear: both;
	margin-right: 40px;
}
#membership-search {
	position: absolute;
	top: 315px;
	right: 110px;
}
#membership-search input {
	vertical-align: middle;
}
#search {
	width: 170px;
	margin: 0 5px 0 0;
	height: 20px;
	text-indent: -9000px;
}

#youtube {
	height: 189px;
	width: 234px;
	position: absolute;
	right: 100px;
	top: 640px;
}
#youtubeDiv {
	height: 344px;
	width: 425px;
}
#sitemap  li       {
	margin: 0;
	padding: 0;
	line-height: 22px;
}
#sitemap ul ul li {
	list-style: disc;
	margin: 0 0 0 5px;
	padding: 0;
	color: #1B3B7E;
}
#sitemap .move-up {
	margin-bottom: -10px;
}

#sitemap a {
	text-decoration: none;
}

#quick-link a {
	margin: 0;
	padding: 10px 0 0;
	width: 210px;
	background: #FFFFFF;
}
#sign-up-button {
	height: 119px;
	width: 121px;
	position: absolute;
	top: -55px;
	left: -180px;
}

