/* Layout styles */

/*Things that are on most or many pages*/


body {
	background-color: #001948;
	background-image:url(/assets/templates/images/body_background.png);
	background-repeat:repeat-x;
	background-position:center;
	background-attachment:fixed;
}

/*Site header*/

#header {
	height:50px;
	background-color:#F47B20;/*orange*/ 
	color:#fff;
	margin-bottom:8px;
	padding: 0;
}

#header  span {
	font-size:20px;
	font-weight:bold;
	position:relative;
	top:15px;
	margin-left:15px;
	text-transform: uppercase;
}

/*Site Search*/

#search {
	position:relative;
	top:13px;
	font-size:8pt;
	margin-right:20px;
	/*width:45%;*/
}
#search button {
	background-color:#001948;
	color:#FFF;
	border:0;
	font-weight:bold;
	font-size:9px;
	text-transform:uppercase;
	display:block;
	float:left;
	margin-left:3px;
	padding:1px 0 2px 0;
}
#search label {
	position: relative;
	font-size: 9px;
	padding:5px 0 23px 0;
	font-weight: bold;
	display:block;
	float:left;
}

#search input {
	height: 12px;
	display:block;
	float:left;
}

/*Style for the Top Menu*/

#menutop {
	background-color:#001948;
	color:#FFF;
	font-size: 11px;
}

#menutop ul {
margin:0;
}
#menutop li {
list-style: none;
}

#menutop div {
	padding:6px 10px;
}

#menutop ul li {
	text-transform: uppercase;
}
#menutop ul li ul li {
	text-transform: capitalize;
}

#menutop ul li ul li {
	list-style: disc outside;
	margin-left:22px;
}
#menutop ul li ul li div {
	padding:6px 0;
}

#menutop a,
#menutop a:link,
#menutop a:visited,
#menutop a:active {
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}
#menutop a:hover {
	color:#F47B20;/*orange*/
	/*text-decoration:underline;*/
}

li.parent {
	background-position: 94% 12px;
	background-repeat: no-repeat;
	/*background-image: url("/assets/templates/images/submenuopen.png");*/
}
#left li ul {
	display: none;
}
#left li.active ul {
	display: block;
}

#menutop li.active,
#menutop li.active a {
	color:#F47B20 !important;/*orange*/
}
#menutop li.active li,
#menutop li.active li a {
	color:#FFF !important;
}
#menutop li.active li.active,
#menutop li.active li.active a {
	color:#F47B20 !important;/*orange*/
}


/*
	Style for the side bar
*/

#sidebar ul li a div {
	background-color:#7DB8CE; /*Sky*/
	margin:0;
	padding:6px 10px;
}

#sidebar ul li.active {
	padding-bottom:0;
}

#sidebar ul li a,
#sidebar ul li a:link,
#sidebar ul li a:visited,
#sidebar ul li a:active {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#sidebar ul li a:hover {
	color:#001948; /*Navy*/
	/*text-decoration:underline;*/
}

#sidebar ul li ul {
	display:none;
	background-color:#FFF;
	margin-left: 20px;
}

#sidebar ul li.active ul {
	display:block;
}

#sidebar ul li ul li {
	text-transform: none;
	background-color:#FFF;
	color:#001948; /*Navy*/
	margin:0;
	padding:0;
	list-style-type:disc;
}

#sidebar ul li ul li a div {
	background-color:#FFF;
	color:#001948; /*Navy*/
	border-bottom: 1px solid #7DB8CE;
	padding:3px;
}

#sidebar ul li ul li.active a div,
#sidebar ul li ul li.active {
	color: #F47B20;/*orange*/
}


#sidebar ul li.active  ul li ul {
	display:none !important;
	margin:0;
}
#sidebar ul li ul li.active ul {
	display:block !important;
}
#sidebar ul li ul li ul li {
	text-transform: none;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	list-style-type:none;
}
#sidebar ul li ul li ul li a div {
	background-color:#FFF;
	color:#001948; /*Navy*/
	border-bottom: 1px solid #7DB8CE;
	padding:3px;
}
#sidebar ul li ul li ul li a div,
#sidebar ul li ul li ul li {
	color: #001948 !important;
}
#sidebar ul li ul li ul li.active a div,
#sidebar ul li ul li ul li.active {
	color: #F47B20 !important;
}
#sidebar ul li ul li ul li.active {
	/*list-style-image: url("/assets/templates/images/arrow_right.png");*/
}

/*#sidebar ul li ul li a:hover {
	color:#F47B20 !important;/*orange*
}*/

/*
	content blocks
*/

#content img {
	float: left;
	display: inline; /*fixes IE float bug*/
	text-align: left;
	padding:3px;
}

#content #property_slideshow img {
	float:none;
	padding:0;
}

#content a.right{
	text-transform:uppercase;
	float:right;
}
.template_19 #content img {
	height: 125px;
	padding:0;
}
.template_13 #content img {
	padding:9px;
}


/*
	(Find a property) Areasearch
*/

#areasearch {
	float: right;
	width: 350px;
	color:#fff;
}
#areasearch #arealegend {
	float:left;
	width:120px;
	position:relative;
	top:40px;
	margin-left:10px;
}
#areasearch h2 {
	font-size:13px;
}
#areasearch p {
	font-size:10px;
}
#areasearch #areamap {
	float:right;
	padding-right:6px;
	padding-top:6px;
}

/*
	(Find a property) Topsearch
*/

#topsearch {
	background-color: #71002e;
	height:	260px;
}
#topsearch_content {
	padding: 8px;
}

#map {
	padding:0 10px 10px 10px;
	background-color: #71002e
}
#topsearch label {
	text-transform: uppercase;
	font-size:70%;
	font-weight:bold;
	color: #F47B20;/*orange*/
	display:block;
	float:none;
	width:100%;
	text-align:left;
	margin-bottom:3px;
}

#topsearch select,
#topsearch input {
	float:none;
	font-size:70%;
	/*width:100%;*/
	border:0;
}
#topsearch button {
	color:#FFF;
	background-color:#F47B20;/*orange*/
	border:none;
}

#topsearch h1 {
	text-transform: uppercase;
	color:#FFF;
}

/*
	(Find a property) Sidesearch
*/

#sidesearch {
	/* background-color: #041C4B; */
	height:	320px;
}

#map {
	background-image: url("/assets/templates/images/searchmap.png");
	background-repeat: no-repeat;
	padding:0 10px 10px 10px;
	background-color: #7DB8CE;
}

#sidesearch form{
	padding: 0;
}

#sidesearch label {
	text-transform: uppercase;
	font-size:70%;
	font-weight:bold;
	display:block;
	float:none;
	width:100%;
	text-align:left;
	margin-bottom:3px;
}

#sidesearch select,
#sidesearch input {
	float:none;
	font-size:70%;
	width:100%;
}
#sidesearch button {
	color:#FFF;
	background-color:#F47B20;/*orange*/
	border:none;
	margin-bottom: 4px;
}

#sidesearch h1 {
	text-transform: uppercase;
	color:#990022;
	padding:6px 0;
	font-size:18px;
	font-family: Arial;
	font-weight: bolder;
}

#empty_box {
	width: 189px;
	background-color: #001948;
	height: 283px;
}


/*
	Styles for specific pages
*/

/* Residential Page*/

#boxes {
	width: 154px;
	background-color: #001948;
	padding:17px 17px 0 17px;
	border:1px solid #001948;
	height: 283px;
}

#search_again,
#back_to_search{
	text-transform: uppercase;
	font-weight: bold;
	font-size:80%;
	padding: 0px;
	color: #F47B20;
}

#back_to_search{
	margin-top: 6px;
}

#back_to_search a {
	color: #71002E;
	font-weight:bolder;
	text-decoration:none;
}

#search_again {
	margin-bottom: 6px;
}

#search_again a {
	font-weight:bolder;
	text-decoration:none;
}

.template_17 #boxes {
	float: right;
}
#boxes h1{
	color: #71002e;
	font-size:20px;
}
#boxes h3{
	color: #fff;
	text-transform:uppercase;
}

#boxes div {
	width: 142px;
	padding: 6px;
	background-color: #D3C7B5;
	color: #F47B20;/*orange*/
	margin-bottom: 17px;
}

#right_box {
	float: right;
	width:142px;
	margin-left:6px;
}
/*Contact Us Page*/

#contactus {
	width: 140px;
	height: 95px;
	color: #FFFFFF;
	font-size:11px;
	float:left;
	text-decoration:none;
}

#contactus h2 {
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
}

#contactus p {
	text-transform: uppercase;
}

#contactus form { /*undoing base.css*/
	padding:0px;
}

#contact_message {
	background-color:#001948;
	color:#fff;
	height:80px;
	font-size:11px;
	line-height:1.2em;
	padding:6px;
}

#contact_message h2{
	color: #F47B20;/*orange*/
	padding-bottom:4px;
}

#blue_heading {
	color: rgb(125, 184, 206);
	text-transform:uppercase;
	/*font-size: small;
	font-family: Arial;*/
}

#filters {
	width:288px;
	float:left;
}

#filters h2 {
	text-transform:uppercase;
	margin-bottom:3px;
}
#filters label {
	color:#F47B20;/*orange*/
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	margin:8px 0 5px 0;
}
#office_filter,
#department_filter,
#name_filter {
	background-color:#001948;
	margin:8px 0;
	padding:7px 9px 11px;
}

#contactus select {
	width:100%;
}

#search_results h1 {
	color:#7DB8CE;
	text-transform:uppercase;
	font-weight:bold;
}

#offices, #contacts {
	width:288px;
	float:left;
	background:white;
	color:black;
}
#offices .show,
#offices .email {
	color:#7DB8CE; /*Sky*/
}

.contact_detail .email {
	font-size:85%;
}

#contact_map {
	background-color:#001948;
	float:right;
	width:288px;
	height:396px;
	margin:9px 0;
}

.template_32 #contact_map {
	margin-top:0;
}

.template_32 #contact_map div {
	width:288px !important;
}

.filterdepartments_filtered,
.filteroffices_filtered,
.filternames_filtered {
	display:none;
}

#no_results p {
	margin:5px;
	padding:10px;
	font-weight:bold;
	font-size:11px;
	/*font-family: Arial;*/
	color: rgb(60, 60, 60);
	text-transform:none;
}

.office, .contact {
	margin:5px;
	padding:10px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	/*font-family: Arial;*/
	color: rgb(60, 60, 60);
}
.officedetail, .contact_detail {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:2px dotted #7DB8CE; /*Sky*/
}

.officelinks {
	padding-bottom:12px;
	border-bottom:2px dotted #7DB8CE; /*Sky*/
}

.office_contacts_section, .contact_offices_section {
	/*border-top:2px dotted #7DB8CE; /*Sky*/
	margin-top:3px;
	padding-top:3px;
	margin-bottom:0;
	padding-bottom:0;
	
}

.office_contacts, .contact_offices {}

.office_contact, .contact_office {
	margin:10px;
}

/*The Partnership*/
/*.template_33 a {
	text-decoration: none;
	color: #000000;
}*/

/*News and Links Page*/

#news {
	width:50%;
	float:left;
}

/*
#news h3 {
	color:#000;
}
*/

/*Register*/

#register_message {
	background-color:#001948;
	color:#fff;
	height:80px;
	font-size:11px;
	line-height:1.2em;
	padding:6px;
}

#register_message h2{
	color: #F47B20;/*orange*/
	padding-bottom:4px;
}

#residential_registration_form .customer_details {
	height:	426px;
	background-image: url("/assets/templates/images/form_gradient.gif");
	background-repeat:repeat-x;
	padding:10px;
	margin:5px 0 0 0;
	background-color: #7DB8CE;
	float:left;
	clear:none;
	width:266px;
}
#commercial_registration_form .customer_details {
	height:	380px;
	background-image: url("/assets/templates/images/form_gradient.gif");
	background-repeat:repeat-x;
	padding:10px;
	margin:9px 0 0 0;
	background-color: #7DB8CE;
	float:left;
	clear:none;
	width:266px;
}

#news_links_registration_form .customer_details {
	height:	380px;
	background-image: url("/assets/templates/images/form_gradient.gif");
	background-repeat:repeat-x;
	padding:10px;
	margin:9px 0 0 0;
	background-color: #7DB8CE;
	float:left;
	clear:none;
	width:562px;
}

#residential_registration_form .property_details {
	height:	426px;
	background-image: url("/assets/templates/images/form_gradient.gif");
	background-repeat:repeat-x;
	padding:10px;
	margin:5px 0 0 10px;
	background-color: #7DB8CE;
	float:left;
	clear:none;
	width:266px;
}

#commercial_registration_form .property_details {
	height:	380px;
	background-image: url("/assets/templates/images/form_gradient.gif");
	/*background-repeat: repeat-y;*/
	padding:10px;
	margin:9px 0 0 10px;
	background-color: #7DB8CE;
	float:left;
	clear:none;
	width:266px;
}

#registration_form h1 {
	text-transform: uppercase;
	color:#FFF;
	padding:0;
	margin-top:0px;
	margin-bottom:9px;
	font-size:16px;
}

#registration_form form {
	padding:0px;
	margin:0px;
}

#registration_form .formline {
	margin:0 0 5px 0;
	width:266px;
}

#news_links_registration_form .formline {
	margin:0 0 5px 0;
	width:562px;
}

#residential_registration_form .price_formline {
	margin:22px 0 5px 0;
	width:266px;
	/*background-color:#FF0000;*/
}

#commercial_registration_form .price_formline {
	margin:5px 0;
	width:266px;
	/*background-color:#FF0000;*/
}

#residential_registration_form .form_label,
#commercial_registration_form .form_label {
	/*background-color:#00FF00;*/
	font-size:70%;
	/*width:106px;*/
	width:95px;
	float:left;
	text-align:left;
	margin:3px 0;
}

.omission_star {
	width:10px;
	float:left;
	padding:0;
	margin:0;
	position:relative;
	top:4px;
	color:#EE0000;
}

.hidden { visibility: hidden; }

#news_links_registration_form .form_label {
	font-size:70%;
	width:145px;
	float:left;
	text-align:left;
	margin:3px 0;
}

#registration_form .tiny {
	font-size:80%;
}

#residential_registration_form .form_input,
#commercial_registration_form .form_input {
	float:right;
	width:160px;
}

#news_links_registration_form .form_input {
	float:right;
	width:400px;
}

#residential_registration_form input.textbox,
#commercial_registration_form input.textbox {
	width:154px;
	float:right;
	font-size:70%;
}

#news_links_registration_form input.textbox {
	width:400px;
	float:right;
	font-size:70%;
}

#registration_form input.checkbox {
	background-image: url("/assets/templates/images/checkbox.gif");
	padding:1px;
	margin:0;
	border-width:10px;
	width:100%;
	float:right;
	font-size:70%;
}
#registration_form select {
	width:100%;
	float:right;
	font-size:70%;
}


#registration_form .comment_formblock label {
	font-size:70%;
	text-align:left;
	float:left;
	margin-top:16px;
	margin-bottom:3px;
}

#registration_form .comment_formblock textarea {
	margin:0;
	font-size:90%;
	width:260px;
	height:80px;
}

#news_links_registration_form .comment_formblock textarea {
	margin:0;
	font-size:90%;
	width:556px;
	height:80px;
}

#required_fields_note {
	margin-top:4px;
	float:left;
	font-size:75%;
	color:#CC0000;
}

#registration_form button {
	color:#FFF;
	background-color:#F47B20;
	font-weight:bolder;
	border:none;
	float:right;
	margin:0px 0px 4px;
}

#registration_form .property_details .property_type {
	/*background-color:#FF0000;*/
}

#registration_form .property_details .property_location h1 {
	margin:9px 0;
}

#registration_form .property_details .property_category h1 {
	margin:30px 0 9px 0;
	/*background-color:#FF0000;*/
}

#registration_form .property_details .formline {
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
	clear:left;
}

#registration_form .property_details .formline .form_input {
	width:20px;
	float:left;
	padding:0;
	margin:0 4px 0 0;
}

#registration_form .property_details .formline .form_input input {
	padding:0;
	margin:4px 4px 4px 0px;
}

#registration_form .property_details .formline .form_label {
	font-size:70%;
	width:100px;
	float:left;
	padding:0px;
	margin:5px 0;
}

#registration_form .property_details .form_block {
	/*background-color:#FFFF00;*/
	padding:0px;
	margin-top:9px;
}

#registration_form .property_details .form_block h3 {
	/*background-color:#FFFF00;*/
	margin-bottom:1px;
}

#registration_form .property_details .form_block .form_label {
	font-size:70%;
	width:200px;
	float:left;
	padding:0px;
	margin:5px 0;
}

#registration_form .form_info {
	margin-top:9px;
	font-size:70%;
	font-style:italic;
}



.breadcrumb {
	color:#F47B20;/*orange*/
	font-size:12px;
	text-transform:uppercase;
	float:right;
	font-weight:bold;
	text-decoration:none;
}

.newstitle {
	color:#333;
	font-size:small !important;
}

#links {
	width:50%;
	float:right;
}
#links a,
#news a {
	color:#F47B20;/*orange*/
}
#linkfilter,
#newsfilter {
	color:#FFF;
	background-color: #001948;
	height:97px;
	padding:9px;
}
#linkfilter {
	margin-left:4.5px;
}

#newsfilter {
	margin-right:4.5px;
}

#linkfilter h2,
#newsfilter h2 {
	text-transform:uppercase;
}
#linkfilter label,
#newsfilter label {
	text-transform:uppercase;
	color:#F47B20;/*orange*/
	font-weight:bold;
}
#linkfilter input,
#newsfilter input,
#newsfilter select {
	display:block;
	width:100%;
	border:0;
	padding:0;
	margin-top:6px;
}

.template_12 #newsitems,
.template_12 #newspagination {
	margin-top:9px;
	clear:left;
}

.newsitem {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 2px dotted #7DB8CE;
}

.newsitem a {
	text-decoration:none;
}

.template_4 .newsitem p {
	/*font-size:108%;*/
	padding:4px 0 6px 0;
}

.readmore {
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	color:#F47B20;/*orange*/
	text-decoration:none;
	font-size: 75%;
}

.newsitem h3
{
	color: #f47b20;
	text-transform:uppercase;
	line-height:1;
}

.newsitem_title
{
	text-transform:uppercase;
	line-height:1;
	font-weight:bold;
	color:#F47B20;/*orange*/
	text-decoration:none;
	font-size: 85%;
}

#linkitems {
	color:#FFF;
	background-color: #001948;
	/*background-image: url("/assets/templates/images/link_background.png");*/
	background-repeat: repeat-x;
	padding:9px;
	margin-top:9px;
	margin-left:4.5px;
}
#linkitems h2 {
	text-transform:uppercase;
}

.category div{
	margin:8px;
}
.category a{
	text-decoration:none;
	color:#fff !important;
}
.closed div {
	display:none;
}
.found {
	display:block;
}

.category {
	padding:9px;
	cursor:pointer;
}
/*.category:hover {
	background-color:#003896;
}
*/

/* Home Page */

.template_4 #newsitems {
	width:288px;
	float:right;
}

#news li {
	color:#F47B20;/*orange*/
	list-style-type:square;
	margin-left:20px;
}
#news li  p {
	color:black;
}

/*
	Unsorted Styles
*/

#page {
	width:797px;
	margin:24px auto 0; /*top sides bottom*/
	background-color:#FFF;
}

#footer {
	color:#fff;
	font-size:8px;
	text-align:center;
	margin:3px auto 24px; /*top sides bottom*/
}

.template_19 #right_image,
.template_22 #right_image,
.template_28 #right_image,
.template_39 #right_image 
{
	width:100%;
	float:right;
}

#left_image_comment, #right_image_comment {
	text-align:center;
	height:20px;
	background-color: #F47B20;/*orange*/
	font-size:12px;
	font-weight: bolder;
	color: #FFF;
}

.template_28#right_image_comment {
	font-size:14px;
	font-weight: bolder;
}

#left {
	width:189px;
	float:left;
	margin:9px 0 9px 9px;
	display: inline;/*to fix IE6 double indent bug*/
}

#logo,
#sidebar,
#sidesearch,
#menutop {
	margin-bottom:8px;
}
#logo {
cursor: pointer;
height: 50px;
overflow:hidden;
}

#sidebar {
font-size: 9pt;
text-transform: uppercase;
}

#sidebar ul {
margin:0;
}

#sidebar li {
margin-bottom:4px;
list-style: none;
}

#clickhere {
	font-size:11px;
	margin-top:5px;
}

.template_11#clickhere {
	font-size: 70%;
}

#clickhere a{
	color:#F47B20;/*orange*/
}
.fullwidth {
width:100%;
}
.halfwidth {
width:45%;
}

#sidesearch .formline {
margin:6px 0;
width:170px;
}

#sidesearch .formline select {
	width:170px;
}
	
#sidesearch .formline input {
	width:166px;
}

#sidesearch .leftformline {
float: left;
width:80px;
margin:6px 0;
}

#sidesearch .leftformline select {
	width:80px;
}

#sidesearch .rightformline {
float: right;
width:80px;
margin:6px 0;
}

#sidesearch .rightformline select {
	width:80px;
}

#topsearch .formline {
margin:4px 0;
}

#topsearch .leftformline {
float: left;
width:45%;
margin:6px 0;
}

#topsearch .rightformline {
float: right;
width:45%;
margin:6px 0;
}

#keywordsearch {
padding-bottom:5px;
}

#right {
width:582px;
float:right;
margin:9px 9px 9px 0;
display: inline;/*to fix IE6 double indent bug*/
}


#images {
	margin-bottom:8px;
}
#images img {
	height:292px;
	background-color: #AAAAAA;
	padding:0;
}

.template_19 #images {
	border-top: 6px solid #FFF;
}

.template_22 #images,
.template_28 #images {
	margin-top:6px;
}

#flash {
	float:left;
	width:288px;
	height:292px;
}

#findahome {
	float:left;
	width:220px;
	height:262px;
	border-right:6px solid white;
	margin-bottom: 6px;
}

#findahome,
#findahome topsearch {
	height:auto;
}

#widepost {
	width:424px;
	float:left;
	padding:6px;
}

.template_11 #widepost {
	background-image:url(/assets/templates/images/background_gradient_taupe.png);
	background-repeat: repeat-x;
	height: 200px;
}

#featuredhome {
	background-color:#71002E;
	width: 140px;
	height: 430px;
	float: right;
}

.featured {
	display:block;
	font-size:8pt;
	padding:6px;
	color: #FFFFFF;
	height: 200px;
	line-height:1.4em;
	font-size:smaller;
	text-decoration:none;
}
.featured img {
width:122px;
}

.price {
	color: #F47B20;
}

#spacer {
	height:10px;
	background-color:#FFF;
}

#slogan{
	float: right;
	width:288px;
	height: 292px;
	background-image:url("/assets/templates/images/slogan_gradient.png");
	background-repeat: repeat-x;
	color:#F47B20;/*orange*/
	overflow:hidden;
	position:relative;
}

.template_18 #slogan  div.foo {
	background-image:url("/assets/templates/images/slogan_gradient_grey.png");
}

.section_8 #slogan {
	background-image:url("/assets/templates/images/slogan_gradient_grey.png");
}

.section_6 #slogan {
	background-image:url("/assets/templates/images/slogan_gradient_green.png");
}

.section_9 #slogan {
	background-image:url("/assets/templates/images/slogan_gradient_brown.png");
}

.section_25 #slogan {
	background-image:url("/assets/templates/images/slogan_gradient_tan.png");
}

#slogantext {
	padding:6px;
	position:relative;
	font-weight:bolder;
	font-size:26px;
	text-transform: uppercase;
	vertical-align: baseline;
	position:absolute;
	bottom:0;
}

.template_4 p {
	padding: 2px;
}

#content {
	line-height: 1.2;
	font-size:8pt;
	font-size:small !important;
	color:#333 !important;
	font-family:Arial !important;
}


#content h1 {
	text-transform:uppercase !important;
	font-size:medium !important;
	color:#fff !important;
	font-weight:bold !important;
	font-family:Arial !important;
}

#content h1 span {
	line-height: inherit !important;
	font-size: inherit !important;
	font-size: inherit !important;
	color: inherit !important;
	font-family: inherit !important;
}


.template_4 #content h1 {
	color:#7DB8CE !important;
}

#post {
	width:48%;
	background-image:url("/assets/templates/images/background_gradient_grey.png");
	background-repeat: repeat-x;
}

.template_4 #post{
	float:left;
	width:288px;
	background-image:none;
}

.template_18 #post,
.template_23 #post,
.template_26 #post {
	width:430px;
	float:left;
}

.template_19 #post,
.template_22 #post,
.template_39 #post {
	width:288px;
	float:left;
}

.template_39 #post {
	background-image:url(/assets/templates/images/background_gradient_taupe.png);
	height: 300px;
}

.template_28 #right_container,
.template_22 #right_container {
	width: 180px;
}
.template_28 #post,
.template_22 #post {
	background-image:url(/assets/templates/images/background_gradient_tan.png);
	width:390px;
}

.template_19 #right_container,
.template_39 #right_container {
	width:288px;
	float:right;
}
.template_20 #post,
.template_25 #post,
.template_29 #post,
.template_35 #post,
.template_36 #post,
.template_38 #post {
	width: 100%;
}

.template_23 #post {
	background-image:url(/assets/templates/images/background_gradient_tan.png);
	width: 100%;
}

.template_24 #post {
	background-image:url(/assets/templates/images/background_gradient_tan.png);
	width: 100%;
}

.template_25 #post {
	background-image:url(/assets/templates/images/background_gradient_brown.png);
}

.template_26 #post {
	background-image:url(/assets/templates/images/background_gradient_brown.png);
	width: 582px;
	}

.template_28 #post,
.template_29 #post {
	background-image:url(/assets/templates/images/background_gradient_green.png);

}

.template_32 #post {
	height: 300px;
	width: 294px;
	background:none;
}
.template_32 #post_content {
	background-image:url(/assets/templates/images/background_gradient_blue.png);
	margin-right:4px;
	background-repeat: repeat-x;
}

.template_32 #right_container{
	border:0;
	background-color:0;
	width:288px;
}

.template_38 #post {
	background-image:url(/assets/templates/images/background_gradient_taupe.png);
	width: 100%;
}

#propertysearch {
	float:right;
	background-color:#001948; /*Navy*/
	color: #FFFFFF;
	border-bottom: 6px solid #FFF;
}

#propertysearch_content {
	padding:6px 6px 10px 6px;
}

#propertysearch  h2{
	font-size: 13pt;
	text-transform: uppercase;
	font-weight: bolder;
}

#propertysearch  label {
	color:#F47B20;/*orange*/
	font-weight:bolder;
	text-transform:uppercase;
}

#propertysearch  input {
	width:97%;
	margin: 6px 0px;
}

#propertysearch  select {
	width:100%;
	margin: 6px 0px;
}

#propertysearch button {
	color:#FFF;
	background-color:#F47B20;/*orange*/
	border:none;
	margin-top: 6px;
	font-weight:bolder;
}

.template_18 #propertysearch {
	background-color: #233D50;
}
.template_18 #propertysearch,
.template_20 #propertysearch,
.template_24 #propertysearch,
.template_26 #propertysearch,
.template_36 #propertysearch {
	width:142px;
	/*height:213px;*/
}

.template_35 #propertysearch {
	background-color: #233D50;
}

.template_22 #propertysearch {
	background-color:#93550F; /*Tan*/
}

.template_24 #propertysearch {
	background-color:#93550F; /*Tan*/
}

.template_26 #propertysearch {
	background-color:#572700; /*Brown*/
}

.template_19 #propertysearch,
.template_22 #propertysearch,
.template_28 #propertysearch
 {
	/*height:123px;*/
	float:none;
}

.template_44 #propertysearch {
	width:582px;
	height:92px;
	float:none;
}

.template_44 #propertysearch button {

}

.template_44 #propertysearch  select{
	margin:0 16px 0 4px;
	width:150px;
}
.template_44 #propertysearch  input{
	margin:0 16px 0 4px;
	width:166px;
}

.template_44 #propertysearch  form{
	padding:0;
	margin-top:6px;
}

.template_9 #contactus {
	width:288px;
	height:auto;
	float:none;
	margin-top:0;
	background-color:inherit;
}

.template_15 #contactus {
	text-transform:uppercase;
	height: 90px;
	width: 356px;
	margin-top:0;
	background-color:#71002E;
}

.template_15 #contactus_content {
padding:0;
margin:6px;
}

.template_44 #contactus {
	height: 88px;
	margin-top:0;
}

.template_15 #contactus p {
	color: #F47B20;
	font-size:18px;
	font-weight: bolder;
	line-height: 1;
	font-size:20px;
}

.template_25 #contactus {
	background-color:#BBB2A6; /*Grey*/
}

.template_24 #contactus p {
	color: #572700; /*Brown*/
}

.template_29 #contactus {
	background-color:#C5C19D; /*Taupe*/
}

.template_29	 #contactus p {
	color: #004712; /*Green*/
}

#casestudies {
	float:right;
	width: 140px;
	height: 210px;
	color: #FFFFFF;
    text-decoration:none;
}

/*.template_33 ul {
	margin-top:6px;
	margin-bottom:14px;
}*/

.template_25 #casestudies {
	background-color:#572700; /*Brown*/ 
}

.template_29 #casestudies {
	background-color:#004712; /*Green*/ 
}

.template_32 #casestudies {
	background-color:#001948; /*navy*/ 
	width: 288px;
	height: 97px;
}

#casestudies_content p {
	color:#F47B20;/*orange*/
	font-size:20px;
	font-weight: bolder;
	text-transform:uppercase; 
}

#casestudies_content  h3 {
	text-transform:uppercase;
}

#casestudies_content  img {
	margin-top: 6px;
	margin-bottom: 6px;
}

.template_29 #casestudies_content  h3{
	color:#FFF; /*White*/ 
}

#right_container {
	/*width:288px;*/
	float:right;
	border-left: 6px solid #FFF;
	background-color: #FFF;
}


.template_24 #right_container ,
.template_29 #right_container ,
.template_35 #right_container ,
.template_38 #right_container {
	width: 140px;
}

/* Standard text/link box */
#text_box ,
#text_box_2 {
	float:right;
	width: 142px;
	/*height: 95px;*/
	background-color: #CCC; /*Grey*/
	color: #FFF;
	margin-bottom: 6px;
	text-decoration:none;
}
#text_box a,
#text_box_2 a{
	text-decoration:none;
}

.template_11 #text_box {
	background-color: #D3C7B5;
}

.template_15 #text_box ,
.template_15 #text_box_2{
	width: 356px;
	height: 79px;
	margin-bottom: 6px;
	background-color: #D3C7B5;
	overflow:hidden;
}

.template_15 #text_box p,
.template_15 #text_box_2 p {
	font-size:20px;
}

.template_17 #text_box {
	background-color: #D3C7B5;
	clear: both;
}
.template_17 #text_box_2{
	background-color: #71002E;
	clear: both;
}

.template_19 #text_box ,
.template_22 #text_box,
.template_28 #text_box,
.template_39 #text_box {
	width: 288px;
	height: 125px;
	margin-bottom: 0px;
}

.template_28 #text_box,
.template_22 #text_box
{
	width: 180px;
}

.template_22 #text_box ,
.template_24 #text_box ,
.template_24 #text_box_2 {
	background-color:#D7BF91; /*Tan*/ 
	border-bottom: 6px solid #FFF;
}

.template_38 #text_box {
	background-color:#D3C7B5; /*Taupe*/ 
	border-bottom: 6px solid #FFF;
}
.template_38 #text_box_2  {
	background-color: #71002E;
	color:#F47B20;
}

.template_39 #text_box {
	background-color:#BBB2A6; /*Taupe*/ 
	border-bottom: 6px solid #FFF;
}

.template_35 #text_box,
.template_18 #text_box {
background-color:#A5A9AC;
}

.template_35 #text_box {
	color: #001948; /* Navy */
}

.template_18 #text_box  h3 {
	text-transform: uppercase;
}

.template_18 #text_box  p {
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 13pt;
	color: #001948; /* Navy */
	margin-bottom: 6px;
}
.template_28 #text_box{
	background-color:#B8B689; /*olive*/
}
.template_28 #text_box  p {
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 13pt;
	color: #003B0A; /* green */
	margin-bottom: 6px;
}

.template_18 #text_box  p a{
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 13pt;
	color: #001948; /* Navy */
	
}

/*
 * putting background colours on the content and the main container at the same time isn't a good idea
 * I would remove it but I'm unsure what effects this would have.
*/

#text_box_content,
#text_box_content_2{
	margin:6px;
	/*background-color: #CCC; /*Grey*/
	text-transform: uppercase;
	
}


.template_11 #text_box_content{
	background-color: #D3C7B5;
}

.template_15 #text_box_content,
.template_15 #text_box_content_2,
.template_17 #text_box_content{
	background-color:#D3C7B5; 
}

.template_17 #text_box_content_2 {
	background-color:#71002E; 
}

.template_22 #text_box_content,
.template_24 #text_box_content,
.template_24 #text_box_content_2 {
	background-color:#D7BF91; /*Tan*/ 
}

.template_39 #text_box_content {
	background-color:#BBB2A6; /*Brown*/
}

#text_box_content h3,
#text_box_content_2 h3 {
	color: #FFF;
	margin-bottom: 3px;
}

#text_box_content p,
#text_box_content_2 p  {
	/*color: #001948; /*Dark Blue*/
	font-weight: bolder;
	font-size:16px;
	line-height: 1;
}

#text_box_content p a,
#text_box_content_2 p a {
	text-decoration: none;
}

.template_11 #text_box_content p {
	color: #71002E;
}

.template_15 #text_box_content p,
.template_15 #text_box_content_2 p, 
.template_17 #text_box_content p {
	color: #71002E;
}

.template_17 #text_box_content_2 p {
	color: #F47B20;
}
.template_22 #text_box_content p,
.template_24 #text_box_content p,
.template_24 #text_box_content_2 p {
	color:#93550F; /*Brown*/ 
}

.template_38 #text_box_content p {
	color:#71002E; /*Brown*/ 
}

.template_39 #text_box_content p {
	color:#572700;
}

/* Reapit results */

ul.searchResults li {
	clear:both;
	list-style-position:0;
	list-style-type:none;
	list-style-image:none;
	min-height:110px;
	background-color: #D3C7B7;
	margin:10px 0;
	min-height:110px;
	padding:6px 6px 6px 0;
	color: #71002E;
	text-decoration:none;
}

ul.searchResults * li {
	padding:0;
	border-top:none;
	clear:none;
	list-style-position:none;
	list-style-type:none;
	list-style-image:none;
	min-height:0;
}

ul.searchResults li ul.roomList {
	margin-left:140px;
}

ul.searchResults li a.thumbnail img {
	float:left;
	margin: 0 10px;
}
ul.searchResults li h4 {
	padding: 4px;
}

ul.searchResults li p.detailsLink {
	margin:0 0 0 140px;
}

ul.searchResults li p.detailsLink a {
	color: #71002E;
}

ul.searchResults li h3 {
	background-color:#D3C7B7;
	border:none;
	color:inherit;
	font-size:inherit;
	font-weight:bold;
	margin-bottom:4px;
}

ul.searchResults li h3 a {
	color: #71002E;
	line-height: 130%;
}

ul.searchResults li h3 a:hover {
	text-decoration:underline;
}

.navigation a {
	padding:6px;
}

#bottomresultsnavigation,
#topresultsnavigation,
#bottomresultsnavigation p,

#topresultsnavigation p {
	display:inline;
}

/* Reapit Property Details */

#details h3 {
color: #000;  
float: right;
}

#details ul {
float: right;
}

div.thumbnailGallery {
margin-top:20px;
}

div.thumbnailGallery a img {
margin: 4px;

}


p.thumbnail {
display:inline;
}

/*
** Property Results
*/

#properties {
	
}

#properties_content {

}

.property h3 {
	color:#71002E;
	text-decoration:none;
	padding-top:1px;
}
.property_content a {
	display:block;
}
.property_content div a,
.property_content p a {
	display:inline;
}
.property {
	background-color:#D3C7B7;
	clear:both;
	color:#71002E;
	margin-top:6px;
}
.property_content {
	
}

.property p, 
.property .propertyheader, 
.property .readmore {
	float: right;
	width: 368px;
}

.property_content .propertyheader
{
	width:368px;
	float:right;
	padding-bottom:3px;
}
.propertyheader p {
	float:none;
}

.property_content .namecolumn
{
	width:230px;
	float:left;
}

.property_content .pricecolumn
{
	width:138px;
	overflow:hidden;
	float:right;
}

.property_content .propertysummary
{
	width:100%;
	float:right;
}

#properties .property img {
	background:transparent url(http://www.ckd-dev.co.uk/assets/templates/images/404.png) no-repeat scroll center center;
	width:186px;
	height:120px;
	display:block;
	float:left;
	margin-right:6px;
}
.property .price {
	color:#F47B20;/*orange*/
	padding:0;
}
.property .sold {
	color:#FF0000; /*red*/
	font-weight: bold;
	padding:0;
}

.property .area {
	color:#F47B20;/*orange*/
	float: right;	
}

#content {
	background-repeat:repeat-x;
	min-height: 300px;
}

#content_content {
	padding:6px;
}

.template_3 #content {
	background-image:url(/assets/templates/images/background_gradient_grey.png);
}

.template_30 #content {
	background-image:url(/assets/templates/images/background_gradient_green.png);
}

.template_31 #content {
	background-image:url(/assets/templates/images/background_gradient_tan.png);
}

.template_33 #content,
.template_41 #content,
.template_42 #content {
	background-image:url(/assets/templates/images/background_gradient_blue.png);
}

.template_34 #content,
.template_38 #content {
	background-image:url(/assets/templates/images/background_gradient_taupe.png);
}

.filmstrip img {
	width: 50px;
}

.pics {
	width:438px;
	height: 282px;
}
.pics img {
	/*width:440px;*/
	height:auto;
	background-color:#EEEEEE;
	border:0;
	padding:0;
}

#property_slideshow_images {
	float:left;
	margin-top: 6px;
}

#property_description {
	padding:2px;
	float:right;
	width:284px;
	min-height: 231px;
	background-image:url(/assets/templates/images/slogan_gradient.png);
	background-repeat:repeat-x;
	color:white;
}

/*#property_description .price
{
	color: #71002E;/*maroon
	font-weight: bold;
}*/

#property_description .price, #property_description .phone
{
	color:#F47B20;/*orange*/
	font-weight: bold;
}

#property_description .agent
{
	color:#F47B20;/*orange*/
}

#property_picture {
	height:191px;
	clear:left;
	float:left;
	width:288px;
	overflow:hidden;
}
#property_links {
	clear:left;
	float:left;
	width:288px;
}
#property_picture img {
	width: 100%;
	padding:0;
}
#property_links {
	background-color:#71002e;
	margin-top: 6px;
}
#property_links a {
	background-color:#F47B20;
	color:#71002e;
	padding:6px;
	text-decoration:none;
	width:45%;
	background-position:98% 5px;
	background-repeat:no-repeat;
	padding: 5px;
	display:block;
}

#property_links_content {
	padding: 6px;
}

#map_link {
	background-image: url(/assets/templates/images/direction_icon.png);
	float:right;
}
#schedule_link {
	background-image: url(/assets/templates/images/arrow_icon.png);
	float:left;
}

#post_content {
padding:6px;
}

.template_38 #post_content {
	margin-right:140px;
}
.template_4 #post_content,
.template_4 #newsitems_content {
	padding-top:6px;
}

#property_search {
	background-color:#71002E;
	background-image:url(/assets/templates/images/residential_area_map.png);
	background-position:right top;
	background-repeat:no-repeat;
	margin-bottom:6px;
	height:260px;
}

.template_15 #property_search {
	background: none;
	margin-bottom:6px;
}

#property_slideshow {
	width:434px;
	float: left;
	margin:6px 0 0 0;
}

#vtour {
	width:200px;
	margin-left: auto;
	margin-right:auto;
}

#slideshow_and_description {
	width: 430px;
	float: left;
}

#topsearch h1,
#topsearch form {
	padding:0;
}

#redirection {
	width:auto !important;
	padding:0.5em 1.7em;
}
.ui-dialog-overlay {
	opacity: 0.5;
	filter:alpha(opacity=50);
	background-color: black;
}

.ui-dialog-titlebar {
	text-align:right;
}

