/**
 * styles.css
 *
 * CSS Stylesheet for PalmBayBeachClub.com
 * Copyright 2006-2008, Guthier Enterprises, Inc.
 * http://www.guthierenterprises.com
 */

/*-- HTML TAGS --*/

body {
	background-color:#FFFFFF;
	font-size:14px;
	background-image:url(_images/backgroundGradient.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000000;
}

h1 {
	padding:0px 0px 0px 10px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#9B3C36;
	font-size:0.9em;
	font-weight: bold;
	text-align:center;
}

h2 {
	padding:0px 0px 0px 10px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#006666;
	font-size:0.8em;
	font-weight: bold;
	text-align:left;
}

p {
	padding-left:15px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#000000;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

tr {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

ul {
	list-style-image:url(_images/bullet.gif);
	list-style-position:outside;
}

ol {
	list-style-image:url(_images/bullet.gif);
	list-style-position:outside;
}

li {
	font-size:0.8em;
}

label
{
	margin: 0.5em 0.5em 1.0em 0em;
}

input {
	margin: 1.5em 0em 1.0em 0em;
	 color: #781351;
background: #fee3ad;
border: 1px solid #781351
}

/*-- FONT TAGS --*/

a {
	color: #9B3C36;
	text-decoration: underline;
}

a:hover {
	color:#999999;
	text-decoration:none;
}

/*-- FONT CLASSES --*/

.pageSelected {
	color:#000000;
}

.emphasis{
	color:#003399;
	font-weight:bold;
}

.error {
	color:#FF0000;
}

.small {
	font-size: 0.8em;
}

.errorSmall {
	color:#FF0000;
	font-size: 0.8em;
}

/*--LAYOUT TAGS--*/

#page {
	width: 800px;
	height: 580px;
	margin-left: auto;
	margin-right: auto;
	border:2px solid #687794;
}

#navRight {
	float: right;
	text-align: right;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	padding-top: 8px;
	padding-bottom: 2px;
	padding-right: 15px;
	}
#imageArea {
	float: left;
	width: 390px;
	height: 450px;
	background-color: #CC6600; 
}
#salesImageArea {
	float: left;
	width: 390px;
	height: 450px;
	background-color:#E8CE75; 
}
#contentArea {
	float: left;
	width: 410px;
	height: 450px;
	background-color:#FFFFFF;
}
.tableArea {
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}
#popUpArea {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;

}
#textArea {
	height:320px;
	width: 400px;
	padding:0px;
	margin:0px;
}

/*--MENU TAGS--*/

#topMenuArea {
	height: 40px;
	width: 800px;
	background-color:#687794;
}
.topMenuBoxes {
	float:right;
	width: 155px;
	height: 40px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.topMenuText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-weight:bolder;
	color:#FFFFFF;
	padding-top:5px;
	line-height:1em;
	visibility:hidden;
}
#middleMenuArea {
	height: 35px;
	width: 800px;
	background-image:url(_images/gradientYellow.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
#middleMenuArea_Sales {
	height: 35px;
	width: 800px;
	background-image:url(_images/gradientPeach.jpg);
	background-repeat:repeat-y;
	background-position:right;
}

.middleMenuBoxes {
	float: right;
	width: 155px;
	height: 35px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.salesMiddleMenuBoxes {
	float: right;
	height: 35px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.middleMenuText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	font-weight:bolder;
	color:#000000;
	padding-top:5px;
	line-height:1em;
}
#bottomMenuArea {
	float:left;
	bottom:0px;
	height: 40px;
	width: 800px;
	background-color:#99CCCC;
	background-image:url(_images/gradientBottom.jpg);
	background-repeat:no-repeat;
}
.bottomMenuBoxes {
	float: left;
	width: 155px;
	height: 65px;
	text-align:center;
	margin: 0px;
	padding: 0px;
}
.bottomMenuText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bolder;
	color:#000000;
}
