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

Project: St. Lucie Travel Guide
Client: St. Lucie County
Date: November 2009
Author: Christopher K Wright / Comet Creative, Inc.
Email: takeflight@cometcreativeinc.com
Website: http://www.cometcreativeinc.com/


--------------------------------------------------------*/
/* GENERAL
--------------------------------------------------------*/

* {
	padding: 0;
	margin: 0;
}

body {
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff url(images/call.gif) top center no-repeat;
	overflow: auto;
}

#Wrapper {
	margin: 0 auto;
	width: 970px;
	overflow: hidden;
}

#Content {
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 10px;
	width: 970px;
	overflow: hidden;
}

#Download {
	margin: 0 auto;
	width: 970px;
	height: 30px;
}



/* HOMEPAGE
--------------------------------------------------------*/
#Wrapper.Home {
	margin: 0 auto;
	width: 970px;
	height: 580px;
	background: #fff url(images/bg-home.jpg) top center no-repeat;
}

#Logo {
	width: 382px;
	height: 135px;
	float: left;
}

#Tagline {
	width: 588px;
	height: 151px;
	float: left;
}



/* COLUMNS
--------------------------------------------------------*/
#ColumnLeft {
	width: 382px;
	float: left;
}

#ColumnRight {
	width: 570px;
	margin-left: 10px;
	padding-top: 75px;
	float: left;
}

#ColumnLeft.About {
	height: 585px;
	background: url(images/side-about.jpg) top left no-repeat;
}

#ColumnLeft.Demographics {
	height: 585px;
	background: url(images/side-demo.jpg) top left no-repeat;
}

#ColumnLeft.Editorial {
	height: 585px;
	background: url(images/side-editorial.jpg) top left no-repeat;
}

#ColumnLeft.Market {
	height: 595px;
	background: url(images/side-market.jpg) top left no-repeat;
}

#ColumnLeft.Rates {
	height: 700px;
	background: url(images/side-rates.jpg) top left no-repeat;
}

#ColumnLeft.Commissioner {
	height: 700px;
	background: url(images/side-commissioner.jpg) top left no-repeat;
}

#HomeNavigation {
	margin-top: 10px;
	margin-left: 695px;
	width: 970px;
}

#SubNavigation {
	width: 578px;
	float: left;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 10px;
}

#PhotoContest {
	margin-top: 120px;
	margin-left: 690px;
}





/* FOOTER
--------------------------------------------------------*/
#Footer {
	margin: 0 auto;
	margin-top: 50px;
	padding-top: 10px;
	width: 970px;
	height: 50px;
	border-top: #ccc solid 1px;
	overflow: hidden;
}

#Footer p {
	font-size: 9px;
	color: #97a7ab;
}



/* TEXT
--------------------------------------------------------*/
p {
	padding-bottom: 14px;
}

p.TopSpace {
	padding-top: 10px;
}

h1 {
	font-size: 20px;
	color: #016e8e;
	padding-bottom: 10px;
}

h2 {
	font-weight: 400;
	font-size: 18px;
	color: #e27d0f;
	padding-bottom: 20px;
}

h3 {
	font-size: 18px;
	color: #016e8e;
	padding-bottom: 3px;
}

 

/* LINKS
-------------------------------------------------------- */

a:link, a:visited {
	color: #97a7ab;
	text-decoration: none;
}

a:hover, a:active {
	color: #016e8e;
}

#HomeNavigation a:link, #HomeNavigation a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #97a7ab;
	text-transform: uppercase;
	text-decoration: none;
}

#HomeNavigation a:hover, #HomeNavigation a:active {
	color: #016e8e;
}

#HomeNavigation p {
	padding-bottom: 5px;
}

#SubNavigation a:link, #SubNavigation a:visited {
	font-size: 10px;
	line-height: 5px;
	font-weight: bold;
	color: #97a7ab;
	text-transform: uppercase;
	text-decoration: none;
}

#SubNavigation a:hover, #SubNavigation a:active {
	color: #016e8e;
}

#SubNavigation p {
	padding-bottom: 0;
}



/* MISCELLANEOUS
--------------------------------------------------------*/
table {
	width: 550px;
}

tr {
	height: 30px;
}

tr.DarkGrey {
	font-size: 11px;
	font-weight: bold;
	background: #ccc;
	color: #000;
	text-transform: uppercase;
}

td {
	text-align: left;
	padding-left: 7px;
	border-bottom: solid #ccc 1px;
}

.NoBorder {
	padding: 0;
	border: 0;
}

tr.Grey {
	background: #eee;
}


input.field,
textarea.field {
	width: 400px;
	height: 25px;
	font-size: 18px;
	font-weight: normal;
	color: #666;
}

textarea.field {
	height: 75px;	
}

img.pik {
	margin-right: 20px;
}



