@charset "UTF-8";

/*style sheet for Kean's Detroit Yacht Harbor

version 3.2 modified on 01/04/11

© 2011 Kean's Detroit Yacht Harbor
*/

/* -------- color guide ----------

#000000 : black | 
#0000b2 : dark blue | header text color and graphic lines
#0000ff : medium blue | navigation tab color for pseudo state active
#0c45e8 : light blue | navigation tab active state
#0066cc : dull blue | background color for h1 tag in newsUpdate page
#333333 : dark gray | body text
#505050 : darker gray | border color around price table
#666666 : medium gray | footer information text
#800080 : purple | link text state
#cccccc : medium gray | border color around images
#eeeeff : light gray | border color around images
#ff0000 : red | text color
#ffd100 : goldenrod | pseudo color for active & hover
#ffffff : white | body background
*/

/* ----- Style sheet TOC ----------------
      ^1 Global constants
	  ^2 CSS limited reset
	  ^3 Global classes
	  ^4 Top-level layout
	  ^5 Index page styles
	  	^5a Pictures
	  ^6 about kean's page styles
	  ^7 news update styles
	  ^8 rates page styles
	    ^8a table styles
	  ^9 maps page styles
	 ^10 guest wells page styles 
	 ^11 newsletter page styles
	 ^12 contact us page styles
	 ^13 print media section
*/

@media screen, projection {

/* ^1 ------------ global constants ----------------- */
html, body {
	margin: 0;
	padding: 0;
}

body {
	background: url(../_images/clouds_gradient.jpg) repeat-x;
	background-attachment: fixed;
	font: 100%/140% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* ^2 ------------ limited scale reset -----------------*/
h1, h2, h3, h4, h5, p, div, ul, li {
	margin: 0;
	padding: 0;
}

/* ^3 ------------------ global classes --------------------------- */
h1, h2, h3, h4, h5 {
	clear: both;
	color: #0000B2;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
}

h1 {
	font-size: 1.4em;
	margin: .6em 0 .4em 0;
}

h2 { font-size: 1.2em; }

h3 {
	font-size: 1.0em;
	padding-top: .2em;
}

h4 {
	font-size: .9em;
	padding-top: .2em;
}

p {
	color: #333;
	font-size: .80em;
}

.clearBoth {
	clear: both;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

/*.alignLeft
{
	text-align: left;
}
*/

.structural {
	position: absolute;
	left: -500em;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 770px;
}

.ordinal {
	font-size: 80%;
	letter-spacing: -0.05em;
	vertical-align: 40%;
}
/* ^4 ---------- top-level region layout styles ----------- */
/* top-level regions are header, mainNav, mainContent, content, 
sidebar, & footer */

/* header */

#header {
	background: url(../_images/Masthead_plain.gif) no-repeat;
	height: 120px;
	position: relative;
}

#mainNav {
	height: 50px;
	position: absolute;
	top: 70px;
}

#mainNav ul {
	font-size: 11px;
	list-style: none;
	padding: 1.8em 0 0 3.0em;
}

#mainNav li {
	background: url(../_images/nav/tab_left_dkBlue_trans.gif) no-repeat;
	background: url(../_images/nav/tab_left_medBlue_trans.gif) no-repeat;
	/*background-image: url(../_images/nav/tab_left_1919ff.jpg) no-repeat;*/
	float: left;
	margin: 0 1px 0 0;
	padding: 0 0 0 8px;
}

#mainNav a {
	background: url(../_images/nav/tab_right_dkBlue_trans.gif) no-repeat right top;
	background: url(../_images/nav/tab_right_medBlue_trans.gif) no-repeat right top;
	/*background: url(../_images/nav/tab_right_1919ff.jpg) no-repeat right top;*/
	color: #EEEEFF;
	display: block;
	float: left;
	font-weight: bold;
	padding: .5em 10px .4em 0;
	text-decoration: none;
}

#mainNav a:link, #mainNav a:visited {
	color: #EEEEFF;
	list-style: none;
	text-decoration: none;
}

#mainNav a:hover, #mainNav a:active {
	color: #FFD100;
	text-decoration: none;
}

#mainNav li.current { background-image: url(../_images/nav/tab_left_medBlue_trans.gif); 
/*background-image: url(../_images/nav/tab_left_1919ff.jpg);*/
}

#mainNav li.current a {
	background: url(../_images/nav/tab_right_medBlue_trans.gif) no-repeat right top;
	/*background: url(../_images/nav/tab_right_1919ff.jpg) no-repeat right top;*/
	color:#FFD100;
	cursor: default;
}

#mainContent {
	background-color: #FFFFFF;
	border-top: 2px solid #0000B2;
	padding-bottom: 10px;
	position: relative;
}

#mainContent #content {
	float: left;
	width: 250px;
}

#mainContent #sideBar {
	float: right;
	height: 200px;
	width: 500px;
}

#wrapper #footer .facebook {
	border: none;
	margin: -20px 0 0 680px;
	text-align: right;
	width: 105px;
}

.facebook img { border: none; 
}

/* footer */
#footer {
	background-color: #FFF;
	border-top: 2px solid #0000B2;
	clear: left;
	font-size: .8em;
	padding-top: .4em;
	position: relative;
	text-align: center;
}

#footer .footerNav a:focus {
	text-decoration: none;
	color: #0000FF;
}

#footer .footerNav a:link, #footer .footerNav a:visited {
	list-style: none;
	text-decoration: underline;
	color: #0000FF;
}

#footer .footerNav a:hover, #footer .footerNav a:active {
	color: #FFD100;
	text-decoration: none;
	background-color: #1919FF;
}

#footer .footerNav a.current {
	background-color: #FFFFFF;
	color: #800080;
	cursor: default;
	list-style: none;
	text-decoration: none;
}

#footer .siteInfo {
	color: #666666;
	font-size: .75em;
	line-height: 1.4em;
	padding: .6em 0 1.0em 0;
}

/* ^5 ---------------details for index page ----------------*/
body#index #wrapper #mainContent h2 {
	border-bottom: 6px solid #0000B2;
	padding-bottom: .6em;
}

body#index #wrapper #mainContent h3 { border-bottom: 2px solid #0000B2; }

#index #mainContent p {
	padding: 0;
	font-size: .8em;
	margin-top: 0.2em;
	line-height: 1.4;
}

#index #mainContent #notices {
	position: relative;
	float:left;
	margin-left: 80px;
	padding: 8px 0 0px 70px;
}

#index #mainContent #hours {
	position: relative;
	float:left;
	margin: 0;
	padding: 8px 0 0 40px;
	clear: right;
}

/* ^5a ---------------details for index page ----------------*/
#index #pictureHolder {
	border-bottom: 10px solid #00F;
	border-right: 10px solid #00F;
	height: 320px;
	margin: 20px auto 20px auto;
	position: relative;
	width: 720px;
}

#index #pictureHolder .pictureTitle {
	background-color: #0000FF;
	color: #FFF;
	float: left;
	height: 6.6ex;
	width: 240px;
}

#index #pictureHolder .pictureTitle p {
	color: #FFF;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	padding-top: .6em;
	text-align: center;
}

#index #pictureHolder #picture1 {
	border-left: 10px solid #00F;
	float: left;
	height: 270px;
	position: relative;
	width: 223px;
}

#index #pictureHolder #picture1 p {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	text-align: center;
}

#index #pictureHolder #picture1 p.red {
	color: red;
	font-size: 2.0em;
	font-weight: bold;
	margin: 1.0ex 0 0 0;
	text-align: center;
}

#index #pictureHolder #picture1 img {
	left: 6px;
	position: absolute;
	top: 100px;
}

#index #pictureHolder #picture2 {
	border-left: 10px solid #00F;
	float: left;
	height: 270px;
	position: relative;
	width: 233px;
}

#index #pictureHolder #picture2 img {
	left: 6px;
	position: absolute;
	top: 100px;
}

#index #pictureHolder #picture2 p {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding-top: .6em;
	text-align:center;
}

#index #pictureHolder #picture3 {
	border-left: 10px solid #00F;
	float: left;
	height: 270px;
	position: relative;
	width: 234px;
}

#index #pictureHolder #picture3 p {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	text-align: center;
}

#index #pictureHolder #picture3 img {
	left: 4px;
	position: absolute;
	top: 100px;
}

#index #pictureHolder #picture3 p.red {
	color: red;
	font-size: 2.0em;
	font-weight: bold;
	margin: 1.0ex 0 0 0;
	text-align: center;
}

/* ^6 --------------------------- about section -------------------------*/
#aboutKeans #wrapper #mainContent #content {
	float: left;
	height: auto;
	position: relative;
	width: 380px;
}

#aboutKeans #wrapper #mainContent #sideBar {
	float: right;
	height: auto;
	position: relative;
	width: 380px;
}

#aboutKeans #wrapper #mainContent #content img {
	background: #ccc;
	border: 1px solid #666;
	left: -4px;
	padding: 3px;
	position: relative;
	top: -4px;
}

#aboutKeans #wrapper #mainContent #sideBar img {
	background: #ccc;
	border: 1px solid #666;
	left: -4px;
	padding: 3px;
	position: relative;
	top: -4px;
}

#aboutKeans #wrapper #mainContent .shadow {
	background: url(../_images/drop_shadow.gif) no-repeat right bottom;
	margin: 2em 0 1em 2em;
	position: relative;
	float: left;
	clear: both;
}

#aboutKeans #wrapper #mainContent h5 {
	font-size: .9em;
	margin: 0 0 0px 30px;
	text-align: left;
}

#aboutKeans #wrapper #mainContent ul {
	padding: 0 0 0 30px;
	margin: .2em 0 0 1em;
	text-align: left;
	color: #333333;
}

#aboutKeans #wrapper #mainContent li {
	font-size: .85em;
	line-height: 1.4em;
	padding: 0 0 0 5px;
	margin-left: 20px;
}

#aboutKeans #wrapper #mainContent #content_sub {
	border: 8px solid #0000FF;
	float: left;
	margin: 30px 0 10px 30px;
	position: relative;
	width: 700px;
}

#aboutKeans #wrapper #mainContent #content_sub #service_left {
	float: left;
	position: relative;
	margin-top: 10px;
	width: 330px;
}

#aboutKeans #wrapper #mainContent #content_sub #service_right {
	float: left;
	position: relative;
	margin-top: 10px;
	width: 360px;
}

#aboutKeans #wrapper #mainContent #content_sub h5 {
	font-size: .80em;
	font-weight: bold;
	text-align: left;
	color: #0000FF;
	margin: .6em 0 0px 20px;
}

#aboutKeans #wrapper #mainContent #content_sub ul {
	padding: 0 0 0 30px;
	margin: 0 0 1.5em 1em;
	text-align: left;
}

#aboutKeans #wrapper #mainContent #content_sub li {
	font-size: .80em;
	line-height: 1.0em;
	padding: 1ex 0 0 .5em;
	margin-left: 20px;
}

#aboutKeans #wrapper #mainContent #content_sub li.link {
	font-size: .9em;
	line-height: 1.4em;
	padding: 0 0 4px 30px;
	list-style: none;
}

#aboutKeans #wrapper #mainContent h3 {
	font-size: .90em;
	color: #FFF;
	background-color: #00F;
	padding: 0 0 5px 0;
	text-align: center;
	line-height: 1.4em;
}

#aboutKeans #wrapper #mainContent #content_sub #return_to_top {
	font-size: .80em;
	padding: 0 0 0 20px;
	line-height: 1.8em;
}

/* ^7 ------------------------ news update section ----------------------*/

body#newsUpdate #wrapper #mainContent #content {
	background-color:#FFF;
	float:none;
	position:relative;
	margin: 25px auto 10px;
	width:500px
}

body#newsUpdate #wrapper #mainContent #content p {
	font-size:90%;
	padding:0.3em 20px 10px 30px;
	text-align: left;
	line-height: 1.4;
}

body#newsUpdate #wrapper #mainContent #content .numbers {
	font-size:90%;
	padding:0.3em 20px 0 50px;
	text-align: left;
	text-indent:-20px;
	line-height: 1.4;
}

body#newsUpdate #wrapper #mainContent h1 {
	color:#FFF;
	background-color:#06C;
	line-height:3.0ex;
	margin-top: 10px;
	text-align: center;
}

body#newsUpdate #wrapper #mainContent #content img { margin: 0 auto; }

body#newsUpdate #wrapper #mainContent img { margin: 25px auto 0 auto; }

.hyperlink {
	color: blue;	
}

/* ^8 --------------------------- rates section -------------------------*/
body#rates #wrapper #mainContent #container_left {
	float: left;
	width: 300px;
}

body#rates #wrapper #mainContent #container_right {
	float: left;
	margin-top: 25px;
	width: 210px;
}

body#rates #wrapper #mainContent #container_sub {
	float: left;
	width: 235px;
}

body#rates #wrapper #container_right p {
	font-size: 1.0em;
	text-align: center;
	line-height: 3ex;
}

body#rates #wrapper #mainContent #container_sub h2 { margin: 14px 0 6px 0; }

/*body#rates #wrapper #mainContent #container_sub h4
{
	padding-top: 1ex;
	text-align: left;
}
*/

body#rates #wrapper #mainContent #container_sub p {
	line-height: 1.4em;
	padding-top: 1ex;
}

body#rates #wrapper #mainContent #container_sub img {
	background: #ccc;
	border: 1px solid #666;
	margin: 12px 0;
	padding: 2px;
}

body#rates #wrapper #mainContent #container_right h5 {
	display: inline;
	font-size: 2em;
	line-height: 1.6em;
	text-align: center;
}

/* ^8a ---------------- Table Formating Properties ----------------- */
body#rates #wrapper #mainContent #container_left #rateTbl {
	width: 270px;
	background: #fff;
	border-collapse: collapse;
}

body#rates #wrapper #mainContent caption {
	font-size: 1.2em;
	color: #F00;
	font-weight: bold;
	padding: 1em 0 .6em 0;
}

body#rates #wrapper #mainContent tr { height: 2ex; }

body#rates #wrapper #mainContent td { text-align: center; }

body#rates #wrapper #mainContent #container_left thead {
	font-size: 1.2em;
	color: #F00;
	font-weight: normal;
}

body#rates #wrapper #mainContent #container_left tr:hover { background: #E5E5FF; }

body#rates #wrapper #mainContent #container_left th {
	color: #F00;
	font-size: .80em;
	font-weight: bold;
	line-height: 1.4em;
	padding-bottom: .5em;
	text-align: center;
}

body#rates #wrapper #mainContent #container_left #rateTbl td.spec {
	font-weight: normal;
	text-align: center;
	width: 100px;
}

body#rates #wrapper #mainContent #container_left #rackTbl caption {
	font-size: 1.0em;
	color: #F00;
	font-weight: bold;
	padding-bottom: .2em;
	padding-top: 1em;
}

body#rates #wrapper #mainContent #container_left tbody {
	font-size: .65em;
	color: #000;
	font-weight: normal;
}

body#rates #wrapper #mainContent #container_left #rackTbl td {
	font-size: 1.2em;
	padding: .25em 0;
}

body#rates #wrapper #mainContent #container_left #rackTbl td.amount {
	width: 100px;
	font-size: 2em;
	font-weight: bold;
}

body#rates #wrapper #mainContent #container_left #rackTbl td.amountSmall { font-weight: bold; }

body#rates #wrapper #mainContent #container_right .per_sqft {
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	display: inline;
}

body#rates #wrapper #mainContent #container_right table { border-style: inset; }

body#rates #wrapper #mainContent #container_right table p { font-size: .9em }

body#rates #wrapper #mainContent #container_right table h3 {
	color: #F00;
	line-height: 1.4em;
	padding-top: .6ex;
}

body#rates #wrapper #mainContent #table_rack {
	border-collapse: collapse;
	height: 170px;
	margin-bottom: 20px;
	width: 180px;
}

body#rates #wrapper #mainContent #table_floor {
	height: 120px;
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 180px;
}

body#rates #wrapper #mainContent #table_outside {
	height: 100px;
	border-collapse: collapse;
	width: 180px;
}

body#rates #wrapper #mainContent #container_left #rateTbl td {
	font-size: 1.2em;
	padding: .3em .2em;
}

/* ^9 --------------------------- maps -------------------------*/
body#maps #wrapper #mainContent h1 {
	background-color: #0000FF;
	color: #FFFFFF;
	line-height: 3.0ex;
	margin: 0 .6em 15px .6em;
}

body#maps #wrapper #mainContent #content_google {
	background: #ccc;
	border: 1px solid #666;
	float: left;
	left: -4px;
	padding: 3px;
	position: relative;
	top: -4px;
	width: 380px;
}

body#maps #wrapper #mainContent .shadowGoogle {
	background: url(../_images/drop_shadow.gif) no-repeat right bottom;
	float: left;
	position: relative;
	margin: 12px 0 0 20px;
}

body#maps #wrapper #mainContent #content_directions {
	float: left;
	margin: 10px 0 0 20px;
	position: relative;
	width: 325px;
}

body#maps #wrapper #mainContent h2 {
	background-color: #00F;
	color: #FFFFFF;
	line-height: 3ex;
}

body#maps #wrapper #mainContent h4 {
	margin: .8em 0 0 1em;
	text-align: left;
}

body#maps #wrapper #mainContent p {
	line-height: 1.4em;
	padding: 0 0 0 1em;
	margin-left: 10px;
}

body#maps #wrapper #content_water {
	position: relative;
	float: left;
	width: 770px;
	margin: 0 auto;
	padding: 1em 0;
}

#wrapper #content_marina {
	padding: 1em;
	float: left;
	width: 770px;
	padding: 1em 0;
}

body#maps #wrapper #mainContent .shadowWater {
	float: left;
	position: relative;
	background: url(../_images/drop_shadow.gif) no-repeat right bottom;
	margin: 12px 0 0 20px;
}

body#maps #wrapper #mainContent .shadowLand {
	float: left;
	position: relative;
	background: url(../_images/drop_shadow.gif) no-repeat right bottom;
	margin: 12px 0 0 20px;
}

body#maps #wrapper #mainContent img {
	background: #ccc;
	border: 1px solid #666;
	padding: 3px;
	left: -4px;
	top: -4px;
	position: relative;
}

/* ^10 --------------------------- guest wells -------------------------*/

body#guestwells #wrapper #mainContent h1 { padding: 1em; }

body#guestwells #wrapper #mainContent #content {
	float: left;
	margin-left: 15px;
	position: relative;
	width: 430px;
}

body#guestwells #wrapper #mainContent #sidebar {
	position: relative;
	float: left;
}

body#guestwells #wrapper #mainContent h3 {
	color: #333;
	font-size: .8em;
	padding-bottom: .4em;
	text-align: left;
}

body#guestwells #wrapper #mainContent li {
	font-size: .85em;
	line-height: 3ex;
	margin: 0 0 0 40px;
}

body#guestwells #wrapper #mainContent h4 {
	color: #333;
	font-weight: normal;
	margin: .4em 0 0 10px;
	font-style: italic;
}

body#guestwells #wrapper #mainContent #sidebar img { border: none; }

/* ^11 ---------------------- newsletter section --------------------*/

body#newsletter #wrapper #mainContent h1 { 
	font-size: 1em;
	padding: 18px 0 0 8px; 
	text-align: left;
}

body#newsletter #wrapper #mainContent #content {
	/*border-right: 1px solid #0000B2;*/
	margin: 20px 0 0 120px;
	width: 510px;
}

body#newsletter #wrapper #mainContent #sidebar {
	width: 558px;
	float: right;
}

body#newsletter #wrapper #mainContent #content .title {
	border-bottom: 6px solid #0000B2;
	font-size: 120%;
	font-variant: normal;
	font-weight: bold;
	margin: 12px 0 .6em 0;
	padding: 0;
	margin-left: 10%;
	width: 80%;
}

body#newsletter #wrapper #mainContent #content h5 {
	color: #0000B2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-variant: small-caps;
	font-weight: normal;
	padding: 1.5em 2em 0 .8em;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	text-align: center;
}

body#newsletter #wrapper #mainContent #content img {
	margin-left: 0;
	margin: 0;
	padding: 0 0 20px 0;
}

body#newsletter #wrapper #mainContent h2 {
	margin: 1em 2em 0 2em;
	text-align: left;
}

body#newsletter #wrapper #mainContent p {
	font-size: .85em;
	padding: .3em 2em;
	text-indent: 2em;
	text-indent: 0;
}

body#newsletter #wrapper #mainContent #content p img {
	/*float: right;*/
	margin: 1em 0 0 0;
}

/* ^12 ---------------------- contact us section --------------------*/
body#contactUs #wrapper #mainContent h1 { padding: .8em 0 .6em 0; }

body#contactUs #wrapper #mainContent #content_left {
	float: left;
	margin: 0 0 20px 60px;
	position: relative;
	width: 330px;
}

body#contactUs #wrapper #mainContent h3 {
	margin: 0 0 .2em 0;
	text-align: left;
}

body#contactUs #wrapper #mainContent #content_left p {
	line-height: 2.8ex;
	margin: 0 0 0 2em;
}

body#contactUs #wrapper #mainContent #content_left #phone_type {
	float: left;
	margin: 10px 0 0 20px;
	text-align: right;
	width: 95px;
}

body#contactUs #wrapper #mainContent #content_left #phone {
	float: left;
	margin: 10px 0 1em 0;
	position: relative;
	width: 180px;
}

body#contactUs #wrapper #mainContent #content_left #phone p { margin-left:.6em; }

body#contactUs #wrapper #mainContent #content_left #directory {
	float: left;
	position: relative;
	width: 330px;
}

body#contactUs #wrapper #mainContent #content_right {
	float: left;
	margin-left: 5px;
	position: relative;
	width: 330px;
}

body#contactUs #wrapper #mainContent #content_right #content_concessionairs {
	float: left;
	margin-left: 10px;
	width: 190px;
}

body#contactUs #wrapper #mainContent #content_right #content_phone {
	float: left;
	width: 120px;
}
}

/* ^13 ---------------------- print media7 section --------------------*/
@media print {

/* CSS Document for print*/

body {
	background: #fff;
	color: #000;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#wrapper { width: 7in; }

#mainContent h1 {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}

#mainContent h2 {
	font-size: 14pt;
	text-align: center;
}

#content_sub #notices h2 { text-align: center; }

#content_sub #notices p {
	padding-right: 10pt;
	padding-left: 10pt;
}

#content_sub #hours h2 { text-align: center; }

#content_sub #hours p span { }

#content_sub #hours p { margin-left: 180pt; }

#footer { display: none; }

#header { display: none; }

#mainNav { display: none; }

#newsletter #wrapper #mainContent #content { display: none; }

#wrapper #masthead, #site_info, .newYear { display: none; }
}

