/* @override http://palmsofsebring.com/css/main.css */

/*
*********************************************
The Palms of Sebring
Updated:	August 4, 2008

Table of Contents:
	1. CSS Reset
	2. General selectors
	3. Homepage Layout
	4. Hacks
	
*********************************************
*/

/*---------------------------------
	1. CSS RESET
----------------------------------*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

img {
	border: 0;
}

ol, ul {
	list-style-type: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

/*---------------------------------
	2. GENERAL SELECTORS
---------------------------------*/

body {
	background: #FAEFE3;
	font: .8em Verdana, Geneva, Sans-serif;
	color: #645A44;
}

a {
	text-decoration: none;
}

h1{
	font-family: "Palatino Linotype", Palatino, Georgia, Serif;
	font-weight: normal;
	font-size: 1.7em;
	padding: 0 0 10px;

}

h2 {
	font-family: Verdana, Geneva, Sans-serif;
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
	padding: 5px 0 15px;

}

img.right {
	float: right;
	margin: 0 50px 10px 20px;
}

/*---------------------------------
	3. HOMEPAGE LAYOUT
---------------------------------*/

#wrap {
	width: 1010px;
	margin: 0 auto;
}


/*header*/

#header {
	width: 1010px;
	height: 160px;
	position: relative;
	top: 0;
	z-index: 1000;	}

#logo {
	float: left;
	margin: 10px 0 0 115px;
	}


/*nav*/

ul#main_nav {
	list-style: none;
	float: right;
	margin: 0 30px 0 0;
}

ul#main_nav li {
	float: left;
	text-align: center;
	height: 36px;
	width: 120px;
	font: 1.2em "Palatino Linotype", Palatino, Georgia, Serif;

}

ul#main_nav a:link, ul#main_nav a:visited {
	color: #4a4333;
	background: url(../images/tab_up.png) no-repeat;
	height: 36px;
	width: 120px;
	line-height: 30px;
	display: block;
}

ul#main_nav a:hover, ul#main_nav a:active {
	color: #645A44;
	background: url(../images/tab_dn.png) no-repeat;
	height: 100%;
	width: 100%;
	line-height: 36px;
	display: block;
}

ul#main_nav a:active {
	text-decoration: underline;
}

ul#main_nav li.inactive {
	color: #fff;
	display: block;
	line-height: 30px;

}

ul#sub_nav {
	clear: both;
	text-align: right;
	margin: 0 60px 0;
	font-weight: bold;
	font-size: .8em;

}

ul#sub_nav li {
	display: inline;
	margin: 0 10px 0;
	}

ul#sub_nav li a {
	color: #645A44;
}

ul#sub_nav li a:hover {
	border-bottom: solid 1px;
}

ul#sub_nav li.inactive {
	color: #beb8ac;
	border-bottom: solid 1px;
	padding: 0 0 2px}

/* Main Content */

#content {
	clear: both;
	margin: 0 37px;
}
#main_content p {
	line-height: 140%;
	margin: 0 60px 10px;
}

a.callout:link, a.callout:visited {
	display: block;
	float: right;
	margin: 0 20px 5px 35px;
	width: 200px;
	height: 90px;
	background-image: url(../images/floorplans/floorplans.gif);
	text-indent: -9999px;
}

a.callout:hover, a.callout:active {
	display: block;
	background-image: url(../images/floorplans/floorplans_over.gif);}

#main_content h1, 
#main_content h2, 
#main_content h3 {
	margin: 0 60px;
}

#main_content ul {
	margin: 0 60px 10px;
	list-style-type: disc;
	font-size: .9em;
}

/* My Comment */

#main_content ul li {
	margin: 7px 0 0 40px;
	position: relative;
	}
#main_content {
	float: right;
	width: 600px;
	background: #fff;
	padding: 0 0 30px;
}

#imageHolder {
	margin: 0 40px;
}

.imageBox {
	float: left;
	width: 260px;
	text-align: center;
	margin: 0 0 20px;
	font-style: italic;
}

.imageBox span {
	text-decoration: underline;
}


ul#titleNav {
	font-weight: bold;
	text-transform: uppercase;
	color: #41664c;
	padding: 0 0 5px;
	border-bottom: solid 1px #64876E;
	margin: 0 20px 20px;

}

ul#titleNav li {
	display: inline;
	margin: 0 20px 0 0;
}

ul#titleNav li a {
	color: #ccc;
}

ul#titleNav li a:hover {
	color: #64876E;
}

#backLink {
	border-top: 1px solid;
	padding: 5px 0 0;
	font-family: Palatino, Georgia, serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	clear: both;
}
/* Sidebar */

#sidebar{
	position: relative;
	float: left;
	top: -52px;
	left: -10px;
	width: 325px;
	z-index: 10;
}

#sidebar img.banner {
	border-top: 15px solid #faefe3;
}
p#address {
	padding: 15px 0 15px 130px;
	font-size: .9em;
	line-height: 130%;
	color: #fff;
	border-top: solid 5px #FAEFE3;
	background: url(../images/palms-logo-sm.png) no-repeat;
}

p#address strong {
	color: #fff;
	font-family: "Palatino Linotype", Palatino, Georgia, Serif;
	font-size: 1.5em;
	font-weight: normal;
}

p#slogan {
	color: #fff;
	text-align: center;
	font-style: italic;
	font-size: .9em;
	padding: 0 15px;
	height: 40px;
	background: url(../images/bg-sidebar.png) no-repeat;
}


/* Footer */

#footer {
	float: right;
	width: 602px;
	height: 50px;
	font-size: .8em;
	font-weight: bold;
}

#license {
	float: left;
	padding: 20px 0 15px 45px;
	background: url(../images/eho.gif) no-repeat 8px 8px;
}

#footer_info {
	float: right;
	padding: 10px 15px 15px 0;
	text-align: right;
}

#footer a:hover {
	text-decoration: underline;
}




#subscribe {
	margin: 0 60px 20px;
}

#subscribe ul {
	list-style-type: none;
	background-color: #faefe3;
	padding: 5px;
	margin: 10px -10px;
}
#subscribe ul li {
	padding: 5px;
	margin: 0 0 10px 0;
}
#subscribe ul li label {
	float: left;
	margin: 0 0 7px;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
}

#subscribe ul li span {
	display: block;
	clear: both;
}

#subscribe ul li span label {
	float: none;
	font-weight: normal;
	text-transform: capitalize;
	padding: 0 10px 0 0;
}

#subscribe ul li span input.other {
	margin: 5px;
	border: none;
}
#subscribe ul li span.required {
	color: #de8e2f;
	font-weight: bold;
	display: inline;
	font-size:1.3em;
	line-height: .9em;
}
#subscribe ul li input{
	border: 1px solid #ddbc95;
	color: #645A44;
	font: 1.4em georgia, times, serif;
	padding: 3px;
	background-color: #fff;
	position: relative;
	width: 220px;
}


#subscribe ul li input.btn {
	background-color: #DE8E2F;
	color: #fff;
	font-size: 1.4em;
	padding: 5px;
	width: 100px;
}

#subscribe ul li input.btn:hover {
	color: #fff;
	cursor: pointer;
	border: solid 1px #645A44;
}
#subscribe ul li .Errortext {
	display: none
}

#subscribe ul li.left {
	float: left;
	width: 230px;
}


p.pdf-newsletter {
	padding:0 0 0 25px;
	background: url(../images/pdf-icon-sm.gif) no-repeat;
}


/*---------------------------------
	4. HACKS
---------------------------------*/


*html ul#main_nav a:hover, *html ul#main_nav a:active {
	text-decoration: underline;
	cursor: pointer;
	line-height: 30px;
	color: #645A44;

}

#application ul li.clearHide {
	clear: both;
	height: 0px;
	width: 0px;
	visibility: hidden;}
	

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }


*html  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    }




/* NEW Application Form */
#app {
	margin: 0 0 0 60px;
}
td.topleft, td.midleft, td.bottomleft,
td.topright, td.midright, td.bottomright {
	display: none;
}

td.left {
	padding: 0 10px 0 0;
}



table.tbmain table {
	border-spacing: 0 10px;
}


#main_content table.tbmain p {
	margin: 0 40px 10px 0;
}

table.tbmain td{
	font-family: verdana, sans-serif;
	font-size: 12px;
}

td.head {
	color: #645a5c;
	font-weight: bold;
	width: 100%;
	text-transform: uppercase;
}

td.subhead {
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0 2px;
}

table.tbmain label {
	font-size: 12px;
	text-align: right;
	margin: 0 10px 0 0;
}

td.left label.strong {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
table.tbmain table {
	border-spacing: 0 10px;
}

table.tbmain input,
table.tbmain textarea {
	border: 1px solid #ddbc95;
	color: #645A44;
	font: 1.2em georgia, times, serif;
	padding: 3px;
	background-color: #fff;
	position: relative;
}

table.tbmain td.longQuestion label {
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
}
table.tbmain td.longQuestion label.left {
font-weight: bold;
}

table.tbmain td.longQuestion {
	padding: 10px 0 0;
}

table.tbmain tr td small {
	clear: left;
}
span.required{
  font-size: 12px !important;
  font-weight: bold;
  color: #de8e2f !important;
}

table.tbmain .Errortext {
  font-size: 10px !important;
  font-weight: bold;
  font-family: Verdana, sans-serif;
  text-transform: uppercase;
  color: #de8e2f !important;
}
 
div.backButton, div.nextButton {
	height: 16px;
	width: 53px;
}
div.backButton{
	background: transparent url("http://www.jotform.com//images/btn_back.gif") no-repeat scroll 0 0;
}
div.backButton:hover{
	background: transparent url("http://www.jotform.com//images/btn_back_over.gif") no-repeat scroll 0 0;
}
div.backButton:active{
	background: transparent url("http://www.jotform.com//images/btn_back_down.gif") no-repeat scroll 0 0;
}
div.nextButton{
	background: transparent url("http://www.jotform.com//images/btn_next.gif") no-repeat scroll 0 0;
}

td > div.nextButton {
	float: right;
	margin: 0 30px 0 0;
}

div.nextButton:hover{
	background: transparent url("http://www.jotform.com//images/btn_next_over.gif") no-repeat scroll 0 0;
}
div.nextButton:active{
	background: transparent url("http://www.jotform.com//images/btn_next_down.gif") no-repeat scroll 0 0;
}

table.tbmain  input.btn {
	background-color: #DE8E2F;
	color: #fff;
	font-size: 1.4em;
	padding: 5px;
	cursor: pointer;
}

table.tbmain  input.btn:hover {
	background-color: #645a44;
}