/*
Site: Placencia Yacht Club
Author: Christian Ross
Author URI: http://www.thinairweb.com  
Feb 23, 2010 
*/


/* ---- Reset CSS ---- */

html, body, img {
	margin: 0; padding: 0; border: 0; outline: 0;
	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }

html { overflow-x: auto; overflow-y: auto; }

body { line-height: 1; }
p { margin:0; padding:0; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
em { font-style: italic; }
strong { font-weight: bold; }

.clear:after { content: "."; display: block; height: 0;	font-size: 0; clear: both; visibility: hidden; }
.clear { display: inline-block; }
/* \*/
.clear { display: block; }
/* */ 
.image { display: block; font-size: 0; text-indent: -9999px; outline: none; }
td { vertical-align:top; }


/*  Placencia - CSS  */
/*  Layout  */

body {
	margin: 0;
	background:#005DCE url(../images/bg-beach.jpg) 50% 0 no-repeat;
	font: 14px/20px "Times New Roman", Times, Georgia, serif;
	color:#1F1F1F;
	text-align:left;
}

#container	{ width:960px; margin:0 auto; text-align:left; z-index:1; }
#header 	{ height:330px; padding:8px 10px 0 5px; background-color:#005E8D; margin-top:60px; }
  #logo		{ width:225px; padding: 10px 0 0 90px; text-align:center; color:#FFF; float:left; }
  #flash	{ float:right; width:560px; text-align:right; }
#content	{ background:#D79B26 url(../images/content-bg.png) 30px 220px no-repeat; padding:30px 0; margin-top:60px; }
  #nav		{  }
  #main		{  }
#footer		{ height:80px; margin-top:40px; text-align:center; color:#CCC; }



  
/*  Styles  */

a:link    { color: #12194A; font-weight: bold; text-decoration: none; } 
a:visited { color: #12194A; font-weight: bold; text-decoration: none; }
a:active  { color: #12194A; font-weight: bold; text-decoration: none; }
a:hover   { color: #FFF; 	font-weight: bold; text-decoration: underline; }

a.completesite:link    { color: #12194A; font-weight: bold; text-decoration: none; } 
a.completesite:visited { color: #12194A; font-weight: bold; text-decoration: none; }
a.completesite:active  { color: #12194A; font-weight: bold; text-decoration: none; }
a.completesite:hover   { color: #FFF; 	font-weight: bold; text-decoration: underline; }

a.mainNav:link, a.mainNav:active, a.mainNav:visited  { 
	color:#12194A; font-size: 20px; line-height:30px; text-transform:uppercase;
}
a.mainNav:hover   { 
	color:#FFF; font-size: 20px; line-height:30px; text-transform:uppercase;
}

a.footer:link, a.footer:active, a.footer:visited {
	color:#FFF;
}
a.footer:hover {
	color:#999;
}


.completesite 	{ font: 14px/20px "Times New Roman", Times, Georgia, serif; }
.pipe		  	{ font-size:10px; color:#999; padding:0 10px; }
.space			{ padding:0 8px; }
.footerNav		{ padding:0 6px; }
.title1			{ font-size:18px; padding-top:10px; color:#FFF; }
.title2			{ font-size:16px; color:#FFF; }
.clear			{ clear:both; }
.coordinates 	{ font-size:18px; color:#FFF; }

h1.completesite { margin: 0 0 20px 0; font-size: 30px; line-height:34px; font-weight:bold; color:#121A4A; }
h2.completesite { margin: 0 0 10px 0; font-size: 26px; line-height:30px; font-weight:bold; color:#121A4A; }
h3.completesite { margin: 0 0 6px 0;  font-size: 22px; line-height:26px; font-weight:bold; color:#121A4A; }
h4.completesite { margin: 0 0 6px 0;  font-size: 18px; line-height:22px; font-weight:bold; color:#121A4A; }


p { padding:0 0 10px 0; margin:0; }

ul {padding:0; margin:0; }
li {padding:0 0 0 0; margin:0 0 0 20px; border:0; }

li.mainNav	{ list-style-type:none; padding:0; margin:0; }
