/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: the WordPress team
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }



/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	/* margin: 0 -240px 0 0; */
	margin: 0 -290px 0 0;	
	width: 100%;
	padding:20px 0px 0px 20px; /* ADDED */
}
#content {
	/* margin: 0 280px 0 20px;  COMMENTED OUT*/
	margin: 0 305px 0 0px;
}

#primary,
#secondary {
	float: right;
	overflow: hidden;
	/* width: 220px; */
	width: 260px;
	padding-left:5px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

#container.one-column {
	float: left;
	margin: 0px;	
	width: 100%;
	padding:0px;
}


.one-column #content {
	margin: 0 auto;
	/* width: 640px; */
	width: 960px;
	background:none;	
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	/* font-family: Georgia, "Bitstream Charter", serif; */
	font-family: Helvetica, Arial, "Helvetica Neue", sans-serif;	
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
/* .widget-title, */
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	/* width: 940px;   ORIGINAL COMMENTED OUT */
	width: 960px;
}
#wrapper {
	/* margin-top: 20px; ORIGINAL COMMENTED OUT */
	/* background: #fff; */
	/* padding: 0 20px; */
	background:#F1EFDE;	
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 700px;
	font-weight: bold;
	font-size: 14px;
}
#site-generator {
	float: right;
	width: 220px;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: #f1f1f1;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
a:link {
	/* color:#0066CC; */
	color:#BDB5AA;	
}
a:visited {
	/* color:#743399; */
	color:#BDB5AA;	
}
a:active,
a:hover {
	/* color: #FF4B33; */
	color:#000000;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* =Header
-------------------------------------------------------------- */

#header {
	/* padding: 30px 0 0 0; 	ORIGINAL COMMENTED OUT  */
	padding: 0px; margin:0px 0px 0px 0px;		/* ADDED */
	background:#4D4D4D;							/* ADDED */
	height:102px;								/* ADDED */
	width:960px;								/* ADDED */
}

#logo {
	width:394px; 								/* ADDED */
	height:102px;								
	background-image:url(../../images/logo_rei.png); 	
	background-repeat:no-repeat;				
	display:block;
	position:relative;
	top:0px;
	left:0px;
	margin-bottom:-102px;
	cursor:pointer;	
}

#site-title {
	float: left;
	margin: 0 0 18px 0;
	width: 700px;
	font-size: 30px;
	line-height: 36px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	clear: both;
	border-top: 4px solid #000;
	display: block;
	border-bottom: 1px solid #000;
}



/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;      
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#aaa;
	padding:0 10px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#333;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

/* -------------------------------------- CUSTOM ---------------------------------------------------------------------------- */

div#login {
	background-image:url(../../images/bg_login.png);
	width:276px; 
	height:43px;
	display:none; 
	padding:0px;
	margin:0px;  
	position:relative; 
	top:0; 
	left:602px;
	/* left:870px;	*/
	margin-bottom:-43px;
	box-shadow: 0px 4px 25px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 25px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 4px 25px rgba(0,0,0,0.2);
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-right:#999999 2px solid;	
 }
div#login input#username, div#login input#password{ width:90px; height:18px; margin:0px; padding:0px; font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#000000; border:#999999 1px solid; margin-top:10px; margin-left:3px; padding-left:10px;	box-shadow: -1px -1px 3px rgba(0,0,0,0.5); -moz-box-shadow: -1px -1px 3px rgba(0,0,0,0.5); -webkit-box-shadow: -1px -1px 3px rgba(0,0,0,0.5); }
div#login input#username {margin-left:10px;}
div#login input#enter{ width:40px; height:19px; margin:0px; margin-top:13px; margin-left:3px; padding:0px; font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#000000; border:#CCCCCC 1px solid; box-shadow: -1px -1px 3px rgba(0,0,0,0.5); -moz-box-shadow: -1px -1px 3px rgba(0,0,0,0.5); -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5); }


div#masthead div#access { background:#4D4D4D; width:370px; display:block; float:right; height:20px;	position:relative; top:76px; }
div#masthead div#access ul { font-family: Arial, Helvetica, "Helvetica Neue", sans-serif; font-size:11px; }
div#masthead div#access li { display:block;  }
div#masthead div#access a {	background-image:url(../../images/menu_icon.png); background-repeat:no-repeat; text-decoration:none; color:#CCCCCC; line-height:20px; padding-left:14px; }
div#masthead div#access a:hover { background-color:#4D4D4D; background-image:url(../../images/menu_icon_ov.png); background-repeat:no-repeat; color:#FFFFFF; }


form#executiveaccess2 input#username { width:190px; }	
form#executiveaccess2 input#password { width:190px; }
form#executiveaccess2 input#enter { width:60px; cursor:pointer; }	


div#exec_access{ 
	background:url(../../images/tab_executiveacess.png); 
	background-repeat:no-repeat; 
	width:80px; 
	height:43px; 
	display:none;
	position:relative;
	top:0px;
	left:880px;
	margin-bottom:-43px;
	box-shadow: 0px 4px 25px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 25px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 4px 25px rgba(0,0,0,0.2);		
	cursor:pointer;
}	


div#abovefold { 
	background:#000000; 
	background:url(../../images/bg_clouds.jpg); 
	background-repeat: no-repeat; 
	height:460px; width:960px; 
	display:block; 
	padding:0px; 
	margin-top:0px; 
	margin-bottom:0px; 
	margin-right:0px; 
	clear:both; 
	z-index:-1;
	background /*\**/: url(../../images/bg_coverflows.jpg)\9

}

div#abovefold.exec{ background:url(http://realtyexecutivesbeta.com/wp-content/themes/twentyten/images/headers/header_joshgonzalez.jpg); background-repeat: repeat-x; height:265px; width:960px; display:block; padding:0px; margin-top:0px; margin-bottom:0px; margin-right:0px; clear:both; z-index:-1}

div##titlebanner.exec {
	background-color:#FF0000;
	background:url(../../images/banner_joshgonzalez.png); 
	display:block; 
	width:960px; 
	height:113px;
 	clear:both;
	z-index:-1	
}



/* LEFT */
div#abovefold #left { 
	float:left; 
	width:484px; 
	height:460px; 
	/* background:#0066FF; */
	z-index:99;
}

div#abovefold #left.exec { 
	float:left; 
	width:734px; 
	height:200px; 
	/* background:#0066FF; */
	z-index:99;
}



div#abovefold #coverflow_main{ 
	background:url(../../images/sample_property1.jpg); 
	background-repeat:no-repeat; 
	width:450px; 
	height:337px; 
	display:block; 
	border:2px solid #EEEEEE; 
	position:relative; 
	top:30px; 
	left:30px;
	z-index:98;
	box-shadow: 0px 5px 30px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 30px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 30px rgba(0,0,0,0.2);
	cursor:pointer; 
}

div#abovefold div#property_info { 
	font-family: Arial, Helvetica, "Helvetica Neue", sans-serif; 
	font-size:10px; 
	color:#FFFFFF;
	text-align:center;
	line-height: 14px;		
	width:450px; 		 
	position:relative; 
 	top:40px; 
	left:30px;
	margin-bottom:20px;
	z-index:98;		
}

div#abovefold div#property_info span { 
	color:#999999; 
	padding-right:2px; 
	padding-left:2px;
} 




/* RIGHT */
div#abovefold #right { 
	float:right; 
	width:476px; 
	height:460px; 
	/* background:#669900; */
	z-index:99;
}

div#abovefold #right.exec { 
	float:right; 
	width:226px; 
	height:200px; 
	/* background:#669900; */
	z-index:99;
}

div#abovefold #coverflows{ 
	width:960px;
	height:394px;
	z-index:90;	
	position:relative; 
	top:0px; 
	left:0px;
	margin-top:-460px;
 	display /*\**/: none\9;
}

div#coverflow_2{ 
	background:url(../../images/sample_property2.jpg); 
	background-repeat:no-repeat; 
	width:400px; 
	height:300px; 
	display:block; 
	border:2px solid #EEEEEE; 
	position:relative; 
	top:50px; 
	left:220px; 
	z-index:89;	
	filter:alpha(opacity=60); 
	-moz-opacity:0.6; 
	-khtml-opacity: 0.6; 
	opacity: 0.6; 
	box-shadow: 0px 5px 30px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 30px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 30px rgba(0,0,0,0.2);
	cursor:pointer;
}

div#coverflow_3{ 
	background:url(../../images/sample_property3.jpg); 
	background-repeat:no-repeat; 
	width:320px; 
	height:240px; 
	display:block; 
	border:2px solid #EEEEEE; 
	position:relative; 
	top:15px; 
	left:200px; 
	z-index:88;	
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
	box-shadow: 0px 4px 25px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 25px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 4px 25px rgba(0,0,0,0.2);
	cursor:pointer;
	*display:none;	
}

div#coverflow_4{ 
	background:url(../../images/sample_property4.jpg); 
	background-repeat:no-repeat; 
	width:240px; 
	height:180px; 
	display:block; 
	border:2px solid #EEEEEE; 
	position:relative; 
	top:15px; 
	left:200px; 
	z-index:87;	
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
	box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
	cursor:pointer;
	*display:none;	
}

div#coverflow_5{ 
	background:url(../../images/sample_property5.jpg); 
	background-repeat:no-repeat; 
	width:188px; 
	height:142px; 
	display:block; 
	border:2px solid #EEEEEE; 
	position:relative; 
	top:15px; 
	left:118px; 
	z-index:86;	
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
	box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
	cursor:pointer;
	*display:none;	
}






.round6 { -moz-border-radius-topleft:6px; -webkit-border-top-left-radius:6px; -moz-border-radius-topright:6px; -webkit-border-top-right-radius:6px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; border-radius: 6px;}

.roundleft { -moz-border-radius-topleft:6px; -webkit-border-top-left-radius:6px; -moz-border-radius-topright:2px; -webkit-border-top-right-radius:2px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:2px; -webkit-border-bottom-right-radius:2px; }

.round10 { -moz-border-radius-topleft:10px; -webkit-border-top-left-radius:10px; -moz-border-radius-topright:10px; -webkit-border-top-right-radius:10px; -moz-border-radius-bottomleft:10px; -webkit-border-bottom-left-radius:10px; -moz-border-radius-bottomright:10px; -webkit-border-bottom-right-radius:10px; border-radius: 10px;}


/* HOME SEARCH */
div#property_search {	
	background:url(../../images/bg_propertysearch.png);
	background-repeat:no-repeat; 	
	width:460px; 
	height:146px;
	margin:0px;
	padding:0px;
	position:relative; 
 	top:305px; 
	left:0px;
	z-index:98;
	 	 
} 
div#property_search form { margin:0px; padding:0px}
div#property_search form input, div#property_searchexec form input { border:#FFFFFF 0px solid; height:18px; font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#000000; padding:0px; margin:0px; }
div#property_search form select, div#property_searchexec form select { border:#FFFFFF 0px solid; height:16px; font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#000000; padding:0px; margin:0px; }

div#property_search select#idx-q-Country { position:absolute; width:89px; top:14px; left:228px; }
div#property_search select#idx-q-States { position:absolute; width:41px; top:14px; left:356px; }
div#property_search select#idx-q-Cities { position:absolute; width:170px; top:36px; left:228px; }
div#property_search select#idx-q-PriceMin { position:absolute; width:64px; top:58px; left:228px; }
div#property_search select#idx-q-PriceMax { position:absolute; width:64px; top:58px; left:335px; }
div#property_search select#idx-q-BedsMin { position:absolute; width:64px; top:80px; left:228px; }
div#property_search select#idx-q-BathsMin { position:absolute; width:64px; top:80px; left:335px; }
div#property_search select#idx-q-PropertyTypes { position:absolute; width:171px; top:102px; left:228px; }
div#property_search form input#submit { border:none; height:32px; width:90px; position:absolute; top:88px; left:45px; padding:0px; margin:0px; cursor:pointer; }


/* EXECUTIVE TOPBAR SEARCH */
div#property_searchexec {	
	background:none;
	background-color: rgb(248, 247, 238);
	width:200px; 
	height:156px;
	margin:0px;
	padding:0px;
	position:relative; 
 	top:20px; 
	left:0px;
	z-index:98;
	display: none;		 	 
} 
div#property_searchexec select#idx-q-Country.side { position:absolute; width:89px; top:14px; left:14px; border:1px solid #DDDDDD; }
div#property_searchexec select#idx-q-States.side{ position:absolute; width:40px; top:14px; left:142px; border:1px solid #DDDDDD; }
div#property_searchexec select#idx-q-Cities.side { position:absolute; width:170px; top:36px; left:14px; border:1px solid #DDDDDD; }
div#property_searchexec select#idx-q-PriceMin.side { position:absolute; width:64px; top:58px; left:14px; border:1px solid #DDDDDD; }
div#property_searchexec select#idx-q-PriceMax.side { position:absolute; width:64px; top:58px; left:120px; border:1px solid #DDDDDD; }
div#property_searchexec select#idx-q-BedsMin.side { position:absolute; width:64px; top:80px; left:14px; border:1px solid #DDDDDD; }
div#property_searchexec select#idx-q-BathsMin.side { position:absolute; width:64px; top:80px; left:120px; border:1px solid #DDDDDD; }
div#property_searchexec select#idx-q-PropertyTypes.side { position:absolute; width:170px; top:102px; left:14px; border:1px solid #DDDDDD;}
div#property_searchexec form input#submit { border:none; height:20px; width:60px; position:absolute; top:128px; left:120px; padding:0px; margin:0px; cursor:pointer; }
div#property_searchexec span { position:absolute; width:90px; top:129px; left:48px; }



/* SIDEBAR SEARCH */
div#property_searchside {	
	background:none;
	background-color: rgb(248, 247, 238);
	width:220px; 
	height:180px;
	margin:0px;
	padding:0px;
	position:relative; 
 	top:0px; 
	left:0px;
	z-index:98;		 	 
}
div#property_searchside form input { border:#FFFFFF 0px solid; height:22px; font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#000000; padding:0px; margin:0px; }
div#property_searchside form select { border:#FFFFFF 0px solid; height:19px; font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#000000; padding:0px; margin:0px; }

div#property_searchside form { margin:0px; padding:0px}
div#property_searchside select#idx-q-Country.side { position:absolute; width:120px; top:6px; left:0px; border:1px solid #DDDDDD; }
div#property_searchside select#idx-q-States.side{ position:absolute; width:75px; top:6px; left:140px; border:1px solid #DDDDDD; }
div#property_searchside select#idx-q-Cities.side { position:absolute; width:215px; top:30px; left:0px; border:1px solid #DDDDDD; }
div#property_searchside select#idx-q-PriceMin.side { position:absolute; width:105px; top:54px; left:0px; border:1px solid #DDDDDD; }
div#property_searchside select#idx-q-PriceMax.side { position:absolute; width:105px; top:54px; left:110px; border:1px solid #DDDDDD; }
div#property_searchside select#idx-q-BedsMin.side { position:absolute; width:105px; top:78px; left:0px; border:1px solid #DDDDDD; }
div#property_searchside select#idx-q-BathsMin.side { position:absolute; width:105px; top:78px; left:110px; border:1px solid #DDDDDD; }
div#property_searchside select#idx-q-PropertyTypes.side { position:absolute; width:215px; top:102px; left:0px; border:1px solid #DDDDDD;}
div#property_searchside select#idx-q-ImprovedSqFtMin.side { position:absolute; width:85px; top:126px; left:0px; border:1px solid #DDDDDD; }
div#property_searchside select#idx-q-WalkScore.side { position:absolute; width:125px; top:126px; left:90px; border:1px solid #DDDDDD; }
div#property_searchside form input#submit.side { border:none; height:20px; width:60px; position:absolute; top:154px; left:153px; padding:0px; margin:0px; cursor:pointer; }



div#sub-menu { background:#4D4D4D; width:960px; height:30px; margin-bottom:10px; display:block; box-shadow: 0px 5px 10px rgba(0,0,0,0.2); -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.2); }
div#sub-menu ul { list-style:none; margin:0px; line-height:30px; padding-right:30px; vertical-align:baseline; font-family: Arial, Helvetica, "Helvetica Neue", sans-serif; font-size:11px; }
div#sub-menu li { float:right; margin:0px; background-image:url(../../images/menu_divider.png); background-position:left; background-repeat:no-repeat; padding-top:5px; padding-right:5px}
div#sub-menu li#menu-item-24 {  background-image: none; }

div#sub-menu a { display:block; text-decoration:none; color:#FFFFFF; line-height:20px; padding-left:8px; }
div#sub-menu a:hover { color:#999999 }

div#submenu_text {  height:30px; width:300px; background:#003768; margin-top:-40px; padding-left:15px; line-height:28px; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size:18px; color:#FFFFFF; }



div#globesm { 
	background: url(../../images/map_globesm.png); 
	background-repeat:no-repeat;
	width:215px;
	height:114px;
	cursor:pointer;	
}








/* =Content
-------------------------------------------------------------- */

#main {
	overflow: hidden;
	/* padding: 40px 0 0 0;	  MODIFIED */
	padding:0px;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	/* color: #333;
	font-size: 16px;
	line-height: 24px; */
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}
#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #F2F7FC;
}
.hentry {
	/* margin: 0 0 48px 0; */
	margin: 0 0 20px 0; 
	padding:10px 20px 10px 20px;
	
	background-color:#F8F7EE;
	border: 2px solid #FFFFFF;
	-moz-border-radius-topleft:12px; 
	-webkit-border-top-left-radius:12px; 
	-moz-border-radius-topright:12px; 
	-webkit-border-top-right-radius:12px; 
	-moz-border-radius-bottomleft:12px; 
	-webkit-border-bottom-left-radius:12px; 
	-moz-border-radius-bottomright:12px; 
	-webkit-border-bottom-right-radius:12px;
 	border-radius: 12px;	
	 
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.2);	
			
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	margin: 0 0 36px 0;
	/* margin: 0 0 0px 0; */
	/* background-color:#FFFFCC; */		
	
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	/* color:#888; */
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #FF4B33;
}
#content .entry-title {
	/* color: #000; */
	font-size: 21px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	/* color:#000; */
	color:#756953;	
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	/* color: #FF4B33; */
		color:#000000;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#333;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}
#content .video-player {
	padding: 0;
}



/* Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}




/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	/* font-size: 140%; */
	font-size: 100%;	
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 640px;
}


#content p { font-weight:bold; font-size:11px; color:#929497;  font-family: Arial, Helvetica, sans-serif; font-stretch:condensed;  }
#content div.entry-meta { font-weight:bold; font-size:11px; color:#B0A698; font-family: Arial, Helvetica, sans-serif; }
#content div.entry-meta a { font-weight:bold; font-size:11px; color:#B0A698; font-family: Arial, Helvetica, sans-serif; }
#content div.entry-meta a:hover { color:#756953; }
#content div.entry-utility { font-weight:bold; font-size:11px; color:#B0A698; font-family: Arial, Helvetica, sans-serif; }
#content div.entry-utility a { font-weight:bold; font-size:11px; color:#B0A698; font-family: Arial, Helvetica, sans-serif; }
#content div.entry-utility a:hover { color:#756953; }



#content .attachment img {
	max-width: 900px;

}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
	padding-right:15px;

}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
	padding-left:15px;	
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	/* color: #FF4B33; */
	color:#000000;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
	font-family:Arial, Helvetica, sans-serif;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	/* list-style: square; */
	list-style: disc; list-style-image:url(../../images/bullet_green.png);
	color:#9FA617;		
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	/* margin: 0 0 18px 0; */
	margin-top:20px;	
}
.widget-title {
	/* color: #222; */
	color:#766A54;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	color:#000000;
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
	/*margin-top:20px;  ADDED */
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


.widget-area li.widget-container  {
	padding:5px 10px 5px 10px;
	background-color:#F8F7EE;
	border: 2px solid #FFFFFF;
	-moz-border-radius:12px 12px 12px 12px;
	-webkit-border-radius:12px;
 	border-radius: 10px;	 
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.2);	
}



/* CUSTOM SUB SEARCH */
li#text-6 { background:#003768; border:#003768 2px solid; border-radius:10px; }
li#text-6 h3 { color:#FFFFFF; font-size:13px;}

li#text-6 #row1 { width:210px; height:30px; margin-top:5px; clear:both; vertical-align:middle;}
li#text-6 #searchsubmit { width:30px; height:30px; float:left; margin:0px; padding:0px;}
li#text-6 #s {  
	width:168px; 
	height:16px; 
	margin-right:5px; 
	margin-top:3px; 
	float:left;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px;
 	border-radius: 10px;	 		
}

li#text-6 select#searchoptions { 
	width:172px; 
	height:18px;
	margin-bottom:6px; 
	padding-left:10px;
	border:0px solid #FFFFFF;	
	-moz-border-radius:10px 10px 10px 10px;	
	-webkit-border-radius:10px 3px 3px 10px;
	border:none;	
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
	background-color:#1E1E21;
}

#footer-widget-area div#first, #footer-widget-area div#second, #footer-widget-area div#third, #footer-widget-area div#fourth { 
	padding:0px; 
	margin:0px;
	margin-left:16px;
	color:#999999;	
}

#footer-widget-area li.widget-container{ background-color:#4D4D4D; border:2px solid #404040; color:#999999; min-height:150px; }
#footer-widget-area h3{ color:#FFFFFF; }
#footer-widget-area ul ul { list-style-image:url(../../images/bullet_gray.png) }
#footer-widget-area li a { color:#999999; }
#footer-widget-area li a:hover { color:#000000; }

#copyright { text-align:center; color:#FFFFFF; font-size:10px; padding-bottom:10px}





/* MAPS */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next { margin:0; padding:0; display:block; overflow:hidden; text-indent:-8000px; }
#maps { margin:0 auto; position:relative; text-align:left; width:880px; }	
#maps_content { position:relative; background-color:#0A2642; }			
/* Easy Slider */
#slider ul, #slider li,	#slider2 ul, #slider2 li { margin:0; padding:0; list-style:none; background-color:#0A2642;}
#slider2{ margin-top:1em; }
#slider li, #slider2 li { width:880px; height:117px; overflow:hidden;  background-color:#0A2642; }	
#prevBtn, #nextBtn,	#slider1next, #slider1prev { display:block; width:40px; height:117px; position:absolute; left:-40px; top:0px; z-index:1000; background-color:#0A2642;}	
#nextBtn, #slider1next{ left:880px;	}														
#prevBtn a, #nextBtn a,	#slider1next a, #slider1prev a { display:block; position:relative; width:40px; height:117px; background:url(http://realtyexecutivesbeta.com/wp-content/images/map_left.png) no-repeat 0 0; background-color:#061D37;}	
#nextBtn a, #slider1next a { background:url(http://realtyexecutivesbeta.com/wp-content/images/map_right.png) no-repeat 0 0;	background-color:#0A2642;}	




/* SOCIAL MEDIA */
li#text-5.widget-container{ height:36px;}

.social_icon{
	margin:0px;
	padding:0px;
	margin-right:6px;	
	width:37px;
	height:36px;
	cursor:pointer;
	background-repeat:no-repeat;
	float:left;	
}

div#twitter { background:url(../../images/icon_twitter.png); }
div#facebook { background:url(../../images/icon_facebook.png); }
div#linkedin { background:url(../../images/icon_linkedin.png); width:36px; }
div#youtube { background:url(../../images/icon_youtube.png); }
div#activerain { background:url(../../images/icon_activerain.png); }

div#twitter:hover { background:url(../../images/icon_twitter_ds.png); }
div#facebook:hover { background:url(../../images/icon_facebook_ds.png); }
div#linkedin:hover { background:url(../../images/icon_linkedin_ds.png); width:36px; }
div#youtube:hover { background:url(../../images/icon_youtube_ds.png); }
div#activerain:hover { background:url(../../images/icon_activerain_ds.png); }


/* OFFICES */
form#offices { margin:0px; padding:0px; }
form#offices select { border:1px solid #CCCCCC; } 
#content table#offices{ border:none; margin:0px; padding:0px; }
#content table#offices tr td{ font-size:12px; border:none; color:#BDB5AA; }
#content table#offices tr td#officename{ background:url(../../images/bullet_green.png); background-repeat:no-repeat; background-position:left; }
#content table#offices a{ font-weight:bold; font-size:11px; text-decoration:none; color:#756953 }
#content table#offices a:hover{ color:#ABB137; text-decoration:underline; }



/* OFFICE DETAILS*/
div#officedetails { width:600px; height:auto;}

.professionals { font-size:24px; color:#003366; margin-bottom:10px; margin-left:30px}

div#location { width:570px; height:228px; clear:both; }
div#location #left{ float:left; width:308px; height:228px; background:url(../../images/frame_officephoto.jpg) }
div#location #left img{ margin-top:4px; margin-left:4px; border:none; }

div#location #right{ float:right; width:252px; height:228px; text-align:left; }
div#location #right #title{ width:100%; font-size:16px; font-weight:bold; padding-left:3px; margin-top:10px;}
div#location #right #seperator{ width:282px; height:2px; background:url(../../images/bar_branchoffice.jpg); margin-left:-10px; }
div#location #right #info{ width:100%; padding:3px; font-size:14px; }

div#viewbuttons { width:100%; padding-top:10px; padding-bottom:10px;}
img #btn_viewagents { width:95px; height:19px; border:none;  }
img #btn_viewproperties { width:95px; height:19px; border:none;  }

hr#line2{ width:570px; height:1px; background:#003366; color:#003366; margin:0px; margin-bottom:10px; padding:0px; float:left; }

div#officedetails #seperator{ width:570px; height:1px; background:url(../../images/hr_blue_570.png); margin:0 0 10px 0px; padding:0px; }

div#branch { width:570px; clear:both; margin-bottom:0px; }
div#branch #left{ float:left; width:108px; border: solid 2px #CCCCCC; }
div#branch #left img{ width:100px; height:128px; border:none; margin:4px; }
div#branch #right{ float:right; width:440px; height:140px; text-align:left; }
div#branch #right p span{ font-weight:bold; line-height:10px; }
div#branch #right p span#title{ margin-top:20px;}
div#branch #right a{ color:#000000}
div#branch #right a:hover{ color:#003366; text-decoration:underline;}



/* EXECUTIVES */
div#execsearch {background:#003768; color:#FFFFFF; border:2px solid #003768;}

form#execsearch { margin:0px 0 0 0px; }

/* Search Q Field & Buttons */
form#execsearch div#q { width:100%; height:24px; margin:-10px 0 20px 0px; padding:0px;}
form#execsearch input#q { display:inline; width:405px; height:16px; margin-right:5px; margin-left:5px; margin-top:10px; padding-left:10px; vertical-align:middle; border:1px solid #CCCCCC; }
form#execsearch input#search { display:inline; width:88px; height:30px; border:none; vertical-align:middle; margin-top:16px; }
form#execsearch label#q { display:inline; width:60px; height:16px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF;   }


/* Office Select */
form#execsearch div#office { width:100%; height:30px; margin:0px; padding:0px; }
form#execsearch select#office { width:340px; border:1px solid #CCCCCC; margin-top:10px; margin-left:5px; margin-bottom:0px;}
form#execsearch label#office { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF;  }

form#execsearch a.showofficesselect { color:#003366; font-size:12px; text-decoration:underline; }
form#execsearch a:hover.showofficesselect { color:#B9BE57; }
form#execsearch a.hideofficesselect { color:#003366; font-size:12px; text-decoration:underline; }
form#execsearch a:hover.hideofficesselect { color:#B9BE57; }

form#execsearch div#sortresultsby select#sort { display:inline; border:1px solid #CCCCCC; vertical-align:middle; }
div#execsearch a { color:#003366; font-size:12px; text-decoration:underline; }
div#alphahr { width:600px; height:1px; background-color:#CCCCCC; margin:0 0 10px 0; padding:0px; }
div#sortresultsby { width:580px; margin-left:0px; padding:0px; clear:both; }
div#execsort { width:190px; float:left; padding:0px; margin:0px; }
label#sort { font-size:12px; font-family:Arial, Helvetica, sans-serif; }



/* Alphabet */
div#alphasort { width:100%; text-align:left; padding:0px; margin:15px 0 10px 0px;  }
div#alphasort a { padding:2px 3px 2px 3px; margin:0 3px 0 0px; border:1px solid #888888; text-decoration:none; color:#888888; font-size:11px; font-family:Arial, Verdana, sans-serif; }
div#alphasort a:hover { border: 1px solid #CCCCCC; color:#FFFFFF; }
div#alphasort span.current { padding:2px 3px 2px 3px; margin:0px; border: 1px solid #CCCCCC; font-weight:bold; background-color:#CCCCCC;
color: #000000; font-size:11px; font-family:Arial, Verdana, sans-serif; }
div#alphasort span.disabled { padding:2px 3px 2px 3px; margin:0 3px 0 0px; border:1px solid #CCCCCC; color:#000000; background-color:#CCCCCC; font-weight:bold;}



/* Pagination */
div.pagination { padding:3px; margin:2px; text-align:left; }
div.pagination a { padding:2px 3px 2px 3px; margin:0px; border:1px solid #D3D3D3; text-decoration:none; color:#000000; font-size:11px; font-family:Arial, Verdana, sans-serif; }
div.pagination a:hover, div.digg a:active { border: 1px solid #000000; color:#D3D3D3; }
div.pagination span.current { padding:2px 3px 2px 3px; margin:0px; border: 1px solid #D3D3D3; font-weight:bold; background-color:#D3D3D3;
color: #FFF; font-size:11px; font-family:Arial, Verdana, sans-serif; }
div.pagination span.current2 a{ padding:2px 3px 2px 3px; margin:0px; border:none; color:#000000; }
div.pagination span.current2 a:hover{ color:#D3D3D3; }
div.pagination span.disabled { padding:2px 3px 2px 3px; margin:0px; border:1px solid #FFFFFF; color:#999999; }


div#execcontainer { width:580px; height:152px; clear:both; margin-bottom:10px; }
div#execright { width:100px; height:132px; float:left; padding:10px; background:#FFFFFF; border:1px #999999 solid; }
div#execright img { width:100px; max-height:132px; border:none; }

div#execleft { width:458px; height:152px; float:right; }
div#execleft a{ text-decoration:none; color:#000000; }
div#execleft a:hover{ text-decoration:none; color:#999999; }

div#exectitle { font-weight:bold; font-size:16px; padding-left:10px; text-decoration:none; }

div#execbar { width:100%; height:1px; background:#003366; }

div#execiconcontainer { width:100%; height:118px; clear:both; }
div#execinfo { width:175px; height:96px; padding:10px; float:left; }
div#execicons { width:256px; height:118px; float:right; }
div#execicons img { width:64px; height:70px; border:none; }

div#socialicons { width:256px; vertical-align:bottom; text-align:right; }
div#execicons img.social{width:24px; height:24px; border:none; padding-top:22px }


div#googlemap { margin-top:30px; width:100%; height:300px; border:2px #CCCCCC solid; }

div#map { width:100%; height:350px; border:2px #CCCCCC solid; margin-bottom:20px;  }



/* JUST LISTED */
div#clear { clear:both; width:100%; height:1px;}

div#justlisted { clear:both; width:225px; height:56px; margin-top:5px; vertical-align:top; line-height:14px; }
div#justlisted #left { width:80px; float:left; }
div#justlisted #left a img { width:75px; height:50px; margin-right:5px;}
div#justlisted #right { width:135px; float:right; }
div#seeall { text-align:right; }
	
.justlisted { font-size:11px; font-family:Arial, Helvetica, sans-serif; }
.justlisted #left { background:#FFFFFF; }
.justlisted #left a img { border:#CCCCCC 1px solid; -moz-border-radius:8px 8px 8px 8px;	-webkit-border-radius:8px;	border-radius:8px;}
.justlisted #left a:hover img { background:#A9AF30;  border:#A9AF30 1px solid;}		
.justlisted #right a { text-decoration:none; color:#A9AF30; }
.justlisted #right a:hover { text-decoration:underline; color:#000000; }		
.justlisted span { font-weight:bold; }
	
.justlisted_green { background:#0000CC; font-size:11px; font-family:Arial, Helvetica, sans-serif; }
.justlisted #left { background:#FFFFFF; }
.justlisted_green #left a img { border: #0000CC 1px solid; }
.justlisted_green #left a:hover img { background:#0000FF; }		
.justlisted_green #right a { text-decoration:none; }
.justlisted_green #right a:hover { text-decoration:underline; color:#0000FF; }		
.justlisted_green span { font-weight:normal; }			




/*  INTERNATIONAL PROPERTY LISTINGS  */
ol#dsidx-listings2 { margin:0px; padding:0px; display:block; clear:both; }
li.dsidx-listing2 { margin:0px 0px 15px 0px; height:190px; position:relative; width:100%; list-style:none; display:list-item; }
div.dsidx-media2 { position:relative; }
div.dsidx-photo2 { position:absolute; top:0px; left:0px; height:188px; width:250px; padding:0px; border: 1px solid rgb(204, 204, 204); }
div.dsidx-photo2 img{ padding:0px; width:250px; height:188px; border:0px }
div.dsidx-primary-data2 { background-color:rgb(243, 243, 243); font-weight:bold; padding-bottom:3px; padding-top:3px; float:left; padding-left:260px; width:350px; }
div.dsidx-secondary-data2 { line-height:19px; margin-top:5px; float:left; padding-left:260px; width:100%; }
li.hr { list-style:none; }




/*  INTERNATIONAL PROPERTY DETAILS */
#content table { border: 1px solid #E7E7E7; margin: 0px -1px 24px 0px; text-align: left; }
#content tr td { border-top:1px solid #E7E7E7; }

div#post-470 .entry-title { display:none; }

#content .entry-address { margin: 0px 0px 20px; color:#000000; font-size:21px; font-weight:bold; line-height:1.3em; margin-bottom: 0px; }

#dsidx body, #dsidx div, #dsidx dl, #dsidx dt, #dsidx dd, #dsidx ul, #dsidx ol, #dsidx li, #dsidx h1, #dsidx h2, #dsidx h3, #dsidx h4, #dsidx h5, #dsidx h6, #dsidx pre, #dsidx code, #dsidx form, #dsidx fieldset, #dsidx legend, #dsidx input, #dsidx button, #dsidx textarea, #dsidx p, #dsidx blockquote, #dsidx th, #dsidx td { padding:0px; margin:0px; }

#dsidx { position: relative; }
#dsidx #dsidx-actions { margin: 4px 0px; }
.dsidx-details #dsidx-header { position:relative; clear:both; }

.dsidx-details #dsidx-header #left{ float:left; width:255px; }
.dsidx-details #dsidx-header #right{ float:right; width:330px; }

#dsidx table { width:100%; border-spacing: 0px 0px; border-collapse: collapse;} 

.dsidx-clear { clear: both;} 

.dsidx-details #dsidx-media-td { width: 252px; height:250px }
.dsidx-details #dsidx-header table td {padding: 0px;}
.dsidx-details #dsidx-primary-data { margin:0px; width:100%;}
.dsidx-details #dsidx-primary-data th { padding-right:10px; white-space:nowrap; }
.dsidx-details #dsidx-primary-data #dsidx-price { font-size:larger; font-weight:bold;}
.dsidx-details #dsidx-description {background-image:none; clear:both; margin:25px 0px 30px; position:relative; }
.dsidx-details #dsidx-property-types { margin-bottom: 5px; }

#dsidx .dsidx-secondary-row { background-color: #F3F3F3; color:#333;}
#dsidx h3 { border-bottom:1px solid #F3F3F3; font-size:larger; font-weight:bold; margin-top:30px; width:100%; }

.dsidx-details #dsidx-listing-source, .dsidx-details #dsidx-disclaimer { margin-top:20px; margin-bottom:10px; text-align:center; }

 






/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
		color:#999999;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}

