/************************************************************************
* Theme Name: Tropical Tranquility
* Last Edit : June 29, 2010
* Editor    : Wade Berlin
* Originator: Wade Berlin
*
*         Theme styles
*         These styles are specific Style names to the theme and do not
*         need to be included in other themes.
*
************************************************************************/


* {
	padding: 0px;
	margin: 0px;
}
body {
	background: #223968;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
}
a, a:visited, a:active {
	color: #f1c658;
	text-decoration: none;
}
a:hover {
	color: #9a9a9a;
	text-decoration: underline;
}
/*************************************
* Page styles
* pagebody is a wrapper for the
* display portion of the output.
*************************************/

.pagebody {
	font-size: 14px;
}
.pagebody h1 {
	font-size:16px;
	line-height:27px;
	color: #2A6C7C;
	border:1px #005500 solid;
	height:29px;
	font-weight:bold;
	text-align: center;
	background-color: #E7ECC1;

}
.pagebody h3 {
	font-size:14px;
	color: #2A6C7C;
	font-weight:bold;
	text-align: center;
	background-color: #E7ECC1;

}
.pagebody img {
	vertical-align: middle;
}
.pagebody ol {
}
.pagebody li {
	list-style-type: none;
	padding: 10px;
}
.subhead {
	background-color: white;
	margin-left: 20px;
}
.tableheader {
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
.odd {
	background-color: #0033CC;
}
.even {
}
.fweb {
	display: none;
	visibility: hidden;
}
/*************************************
* Agent header styles
*************************************/
.agentheader {
	margin:0px 0 0 30px;
	width:310px;
	font-size:13px;
	font-weight:bold;
	padding:20px 0 10px 0;
	color:#000;
}
.agentheader h1 {
	font-size:24px;
	line-height:36px;
	font-weight: bolder;
	color:#223968;
}
/********************************
* header
*******************************/
.leftbar {
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #304774;
	border-right-color: #304774;
	border-left-color: #304774;
	vertical-align: top;
}
.centerbar {
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #304774;
	border-right-color: #304774;
	border-left-color: #304774;
	vertical-align: top;
}
#header {
	background: url(/agent_templates/template_23/images/titl.jpg) left top repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 99;
	height: 182px;
}
.headernav {
	float: left;
	margin-top:7px;
}
.headerdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#fff;
	float: right;
	padding: 10px 10px 10px 10px;
}
/*************************************
* Footer styles
*************************************/
.footermenu {
	font-size: 10px;
	background-color: #cca234;
	margin:10px 0 10px 0;
	width:97.5%;
	border-top:2px solid #39507d
}
.footermenu .menu li {
	display: inline;
	list-style-type: none;
}
.footermenu a, .footermenu a:visited, .footermenu a:active {
	padding-left: 10px;
	color: #FFD65C;
	text-decoration: none;
}
.footercopy {
	padding:10px;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	border:10px solid #304774 !important;
}

/*************************************
 +Menu
 *************************************/
/* set the wrapper value */
.menu {
	width:800;
	height:40px;
	position:relative;
	z-index:100;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:100%;
	w\idth:100%;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:auto;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	width:auto;
	float:left;
	height:40px;
	border-left:1px solid #dbbe71;
	padding-left:9px;
	padding-right:9px;
	line-height:40px;
	font-variant: small-caps;
	background: url(/agent_templates/template_23/images/menu.gif) center top repeat-x;
 background-image:
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:auto;
	w\idth:auto;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: url(/agent_templates/template_23/images/menu-hvr.gif) center top repeat-x;
	;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#c9ba65 130px center;
	text-decoration:none;
}
.menu ul ul :hover > a.drop {
	background:#c9ba65 130px center;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#b2ab9b;
	text-decoration:none;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:40px;
	left:0;
	width:149px;
	border-top:1px solid #000;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
}
/* position the third level flyout menu */
.menu ul ul ul {
	left:149px;
	top:-1px;
	width:149px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-149px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#FFD65C;
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px;
	border-width:0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#fcf4d2;
	background-color: #223968;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fcf4d2;
	background:#223968;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
}
/*************************************
* Featured Property
*************************************/
.featuredprop {
	margin: 10px;
	height: 200px;
	width: 222px;
	border: medium double #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	background-color: #f1c658;
	text-align: center;
}
.featuredprop h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin:5px 0px;
}
.featuredprop img {
	width: 200px;
	border: 0px;
}
.featuredprop a, .featuredprop a:visited, .featuredprop a:active {
	color:#304774;
}


/********************************************************
*
* Comment Form Styles
*
********************************************************/
.commentform {
	width:50%;
}
.commentform li{
	list-style-type: none;
}
.commentform textarea{
  width: 90%;
}
.commentform b{
  width: 250px;
}

/*************************************
 +Search Forms
 *************************************/
.searchform {
	background-color:#304774;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:5px 0
}
.searchform fieldset {
	padding: 0;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.searchform legend {
	margin-left: 10px;
	color: #f1c658;
	font-weight: bold;
}
.searchform fieldset ol {
	width: 45%;
	list-style: none;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.searchform fieldset li {
	padding-bottom: 10px;
}
.searchform fieldset b {
	font-style: italic;
	color: #89c7ff;
	margin-top: 10px;
	margin-left: 130px;
	text-align:left;
}
.searchform fieldset.submit {
	border-style: none;
}
.searchform label {
	float: left;
	width: 130px;
	margin-right: 10px;
	text-align: right;
}
.searchform .the_search {
	color: #000000;
	margin: 10px;
	float: right;
	display: inline;
	padding: 5px;
	*padding: 0px;
	text-align: center;
	font-weight:bold; border:none;
	height:34px; line-height:34px;
	width:151px;
	background:url(/agent_templates/template_23/images/find.gif) center top no-repeat;
}
/*************************************
 + sidesearch
 *************************************/

#sidesearch {
	margin: 10px;
	height: 210px;
	width: 222px;
	border: medium double #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	background-color: #f1c658;
}
#sidesearch h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin:5px 0px;
}
#sidesearch ol {
	list-style: none;
}
#sidesearch li {
}
#sidesearch b {
	width: 60px;
	color:#000000;
	margin-right: 2px;
	text-align: right;
	display: inline-block;
}
#sidesearch .the_search {
	margin: 10px;
	display: inline;
	padding: 5px;
	text-align: right;
}
/*************************************
* Notice styles
*************************************/

.notice {
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #f1c658;
	border: medium double #CCCCCC;
}
.notice h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: white;
	padding-left: 5px;
}
.notice ol {
}
.notice li {
	list-style-type: none;
}
/*************************************
* breadcrunbs
*************************************/
#breadcrumb {
	font-size: 12px;
	font-weight: bold;
	border: medium double #CCCCCC;
}
#breadcrumb li {
	display: inline;
	line-height:40px;
}
#breadcrumb a {
	line-height:40px;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #fff;
	text-decoration: none;
}
/*************************************
* Pagination Styles
*************************************/

.pagination,.returnswitch  {
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	border: medium double #CCCCCC;
}
.pagination li, .returnswitch li {
	display: inline;
	padding: 2px;
	margin: 1px;
	height: 20px;
	width: 10px;
}
.returnswitch ol {
	text-align: right;
}
.returnswitch a,.pagination a {
}
.returnswitch a:hover,.pagination a:hover  {
}
/*************************************
* Search Display Item Styles
*************************************/

.searchitems {
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	border: medium double #CCCCCC;
}
.searchitems h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}
.searchitems ol {
}
.searchitems li {
	margin-right: 10px;
	display: inline;
	list-style-type: disc;
	margin-left: 10px;
}
.searchitems .inactive {
	border: none;
}
.searchitems a {
	color: #F9A629;
}
.searchitems a:hover {
	color: #FF0000;
}
/*************************************
* Search Results Styles
*************************************/
.propholder {
	margin-bottom: 10px;
	height: 320px;
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	border: medium double #CCCCCC;
}
.propholder h2 {
	margin: -5px;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	background-color: #f1c658;
	border: medium double #CCCCCC;
	clear:both;
}
.propimage {
	clear: left;
	float: left;
	width: 32%;
	margin-top: 10px;
}
.propimage img {
	width: 150px;
	border: 2;
}
.prop {
	float: right;
	width: 32%;
	margin-left: 5px;
	vertical-align:top;
}
.prop h2 {
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	background-color: #f1c658;
	text-align: center;
	border: medium double #CCCCCC;
}
.prop li {
	font-size: 12px;
	list-style-type: none;
}
.propfooter {
	font-weight: normal;
	text-align: justify;
	text-indent: 15px;
	float: left;
	width: 99%;
}
.property_listing {
	border: 3px double #999999;
	margin-bottom: 5px;
}
.propcontact {
	margin: 10px;
	width: 100%;
}
.propcontact a {
	font-size: 16px;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	background-color: #f1c658;
	border: medium double #CCCCCC;
	clear:left;
}
.virtualtour,.foreclosure, .shortsale {
	font-size: 12px;
	background: #223968;
	color: #FFFFFF;
	width: 170px;
	font-style: italic;
	font-variant: small-caps;
	text-transform: capitalize;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	height: 15px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	display: inline;
	margin: 5px;
}
/*************************************
* Subdivision Menu List Styles
*************************************/
.subdivisionlist {
	margin: 10px;
	height: 200px;
	width: 222px;
	border: medium double #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	background-color: #f1c658;
}
.subdivisionlist h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin:5px 0px;
}
.subdivisionlist ol {
	margin: 10px;
}
.subdivisionlist li {
	list-style-type: none;
}
.subdivisionlist a {
	color:#2E2E2E;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
}
.subdivisionlist a:hover {
	color:#FFDD00;
	text-decoration: overline undeline;
}
/********************************
* agent profile 
*******************************/
.agent_message {
	font-size: 14px;
}
.title {
	valign: top;
}
/**********************************
** City/county page styles *******
*********************************/
.title {
	valign: top;
  font-size:12px;
	line-height:27px;
	color: #2A6C7C;
	border:1px #005500 solid;
	height:29px;
	font-weight:bold;
	text-align: center;
	background-color: #E7ECC1;
	
	
}
.centerlist {
	width: 100%;
	font-size:12px;
	font-weight:bold;
	margin-left: 10px; 
}
.centerlist li {
	list-style-type: none;
}
.subtitle {
  font-size:14px;
	line-height:27px;
	color: #2A6C7C;
	height:29px;
	font-weight:bold;
	text-align: center;
	background-color: #E7ECC1;
	
}
.pageholder .paragraph {
	margin-bottom: 20px;
	margin-top: 20px;
	width: 90%;
	font-size:12px;
	font-weight:bold;
	margin-left: 10px;
	margin-right: 10px;
	
}
.pageholder h1 {
  font-size:16px;
	line-height:27px;
	color: #2A6C7C;
	border:1px #005500 solid;
	height:29px;
	font-weight:bold;
	text-align: center;
	background-color: #E7ECC1;

}
/*************************************
* City Page Styles
*************************************/
.citylist {
	width: 100%;
	font-size:12px;
	
}
.citylist a {
  
	margin-bottom: 10px;
}

.comment-area {
	margin-bottom: 5px;
	margin-left: 10px;
	width: 90%;
	font-size:12px;
	font-weight:bold;
	background-color: #E7ECC1;
	border:1px #005500 solid;
	padding: 5px;
}