* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:75%;
	color:#000;
	margin:0 0;
	padding:0px 0;
	background-color:#FAF7F2;
	background-image:url(../images/main-bg.png);
	background-repeat:repeat-x;
	background-position:top;
	padding-bottom:30px;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.3em;
}

h1 {
	font-size:130%;
	font-weight:bold;
	color:#000;
	margin-top:0em;
	margin-bottom:0.75em;
}

h2 {
	font-size:120%;
	font-weight:bold;
	color:#000;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

h3 {
	font-size:100%;
	font-weight:bold;
	color:#000;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

p, ul, ol, dl {
	font-size:100%;
	margin-top:0;
	margin-bottom:1.0em;
}

ul {
	list-style:disc;
}

ul li,
ol li {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

img {
	border:none;
}

table {
	font-size:100%;
	border:none;
	margin-top:0;
	margin-bottom:1.0em;
	border-collapse:collapse;
}

/* Default Link Properties */

a {
	color:#000;
}

a:hover {
	text-decoration:none;
	color:#000;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#page {
	width:760px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#header {
	height:126px;
	margin:0;
	padding:0;
	position:relative;
}

#body {
	margin:0;
}

#content {
	width:487px; /* 2px less due to IE bug with overflowing <em>s */
	padding:15px 0 10px 0;
	float:right;
}

#sidebar {
	width:224px;
	padding:10px;
	padding-bottom:0;
	margin-top:15px;
	margin-bottom:10px;
	background:#F6F0E4;
	border:1px solid #DBD4C2;
	float:left;
}

#footer {
	margin:10px 10px;
	padding:0 10px;
	height:50px;
	background:#DED8CA;
	clear:both;
	position:relative;
	border:1px solid #C2BFB6;
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:15px;
	top:0px;
}

#logo a {
	background-image:url("../images/logo.png");
	background-repeat:no-repeat;
	width:360px;
	display:block;
	padding-top:91px;
	height:0px !important; /* for most browsers */
	height /**/:91px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#header-contact {
	font-size:11px;
	text-align:right;
	position:absolute;
	top:36px;
	right:15px;
}

#button-contact-us {
	text-align:center;
	position:absolute;
	left:60px;
	top:0px;
}

#button-contact-us a {
	display:block;
	margin:0px;
	margin-bottom:0px;
	width:102px;
	padding-top:24px;
	height:0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(../images/button-contact.png);
}

#button-home {
	text-align:center;
	position:absolute;
	left:0px;
	top:0px;
}

#button-home a {
	display:block;
	margin:0px;
	margin-bottom:0px;
	width:60px;
	padding-top:24px;
	height:0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(../images/button-home.png);
}
#button-pay-online {
	text-align:center;
	position:absolute;
	left:0px;
	top:120px;
}

#button-pay-online a {
	display:block;
	margin:0px;
	margin-bottom:0px;
	width:163px;
	padding-top:70px;
	height:0px !important; /* for most browsers */
	height /**/:70px; /* for IE5.5's bad box model */
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(../images/button-pay-online.png);
}

/* Sidebar
============================================================ 
--------------------------------------------------------- */

/* Headings within the Sidebar */

#sidebar h2 {
	margin-top:0;
}

/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	color:#706A58;
	font-size:90%;
	margin:0;
	padding-right:5px;
	padding-top:13px;
	padding-bottom:3px;
	text-align:left;
	padding-left: 15px;
	float:left;
}

#footer p.links {
	color:#706A58;
	float:right;
	padding-right:15px;
	padding-top:16px;
}

#footer p.links a {
	color:#706A58;
	font-size:90%;
	margin:0;
}

#newline-signature {
	text-align:center;
	margin:0 auto;
}

#newline-signature a {
	display:block; /* set to "none" to hide the signature */
	margin:15px auto;
	margin-bottom:0;
	width:260px;
	padding-top:36px;
	height:0px !important; /* for most browsers */
	height /**/:36px; /* for IE5.5's bad box model */
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(../images/newline-signature.gif);
}

/* Navigation
============================================================ 
--------------------------------------------------------- */

/* Top nav */

#top-nav {
	height:29px;
	margin:0;
	padding:0px;
	padding-left:10px;
	list-style:none;
	background:#DCDCD2;
	/*background:url(../images/top-nav-bg.png) no-repeat top left;*/
	position:absolute;
	top:0px;
	right:0px;
	text-align:right;
}

#top-nav li {
	margin:0;
	margin-right:10px;
	padding:0;
	display:inline;
}

#top-nav li a {
	font-size:11px;
	color:#726C5C;
	line-height:29px;
	text-decoration:none;
}


/* Main nav */

#main-nav {
	width:750px;
	height:30px;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:96px;
	left:15px;
}

#main-nav li {
	height:30px;
	float:left;
	margin:0 3px 0 0;
	padding:0 0 0 7px;
}

#main-nav a {
	color: #F6F0E4;
	font-weight:bold;
	float:left;
	margin:0;
	padding:0px 10px 0px 3px;
	text-decoration:none;
	font-size: 12px;
	line-height:30px;
}

#main-nav li.current {
	background:url(../images/main-nav-left-on.gif) no-repeat left top;
	color:#181818;
}

#main-nav li.current a {
	color:#181818;
	background:url(../images/main-nav-right-on.gif) no-repeat right top;
}

#main-nav a:hover {
	color:#fff;
}

#main-nav li.current a:hover {
	color:#181818;
}


/* Sub nav */

#sub-nav {
	margin-left:0;
	margin-bottom:10px;
	padding:0;
	list-style:none;	
}

#sub-nav li {
	padding:0;
	margin:0px;
	border-bottom: 1px solid #ECE6D8;
}	

#sub-nav li a {
	display:block;
	padding:4px 5px;
	margin:0px;
	text-decoration:none;
	width:214px;
}

#sub-nav li a:hover {
	background:#DED8CA;
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	background:#DED8CA;	
}


/* Crumbs */

#crumbs {
	font-size:85%;
	padding:0;
	padding-bottom:0.5em;
	margin:0;
	margin-bottom:1.5em;
	list-style:none;
	background-image:url(../images/crumbs-bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#crumbs li {
	display:inline;
}

#crumbs a {
	color: #000;
}


/* Posts/News/Blog
============================================================ 
--------------------------------------------------------- */

/* Posts - styles for category listing*/

.posts {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

.posts li {
	margin-bottom:1.5em;
}

.posts h3 {
	font-size:100%;
	margin-top:0em;
}

/* Post - styles for individual post detail view*/

.posts .meta {
	font-size:75%;
	color:#888;
	margin-bottom:0.4em;
	padding:0.3em 0;
	border-bottom:1px solid #C3D0E2;
}

.posts .date {
	font-weight:normal;
	color:#275A98;
}

.posts .categories a {
	color:#777;
}


/* Posts Paging */

.posts-paging {
	font-size:85%;
	padding-top:1.0em;
	border-top:3px double #C3D0E2;
	text-align:center;
	clear:both;
}

.posts-paging a {
	font-weight:bold;
}


/* Post */

.post .meta {
	font-size:75%;
	color:#888;
	margin-bottom:1.5em;
	padding:0.3em 0;
	border-bottom:1px solid #C3D0E2;
}

.post .date {
	font-weight:normal;
	color:#275A98;
}

.post .categories a {
	color:#777;
}


/* Comments */

#comments ol {
	list-style:none;
	margin:0;
	padding:0;
}

#comments ol li {
	font-size:85%;
	margin:1.0em 0;
	padding:0 0.5em;
	border-bottom:1px solid #DCE2EC;
}

#comments ol .meta {
	font-size:85%;
	color:#888;
	margin-bottom:1.0em;
	padding:0.3em 0;
	border-bottom:1px solid #C3D0E2;
}

#comments ol .date {
	font-weight:normal;
	color:#275A98;
}





/* Standard Widgets
		overriding of default styles for standards widgets
		(located at /cms/content/widgets/stylesheets/standard-widgets.css)
============================================================ 
--------------------------------------------------------- */

div.picture-right img,
div.picture-left img,
div.picture-center img {
	border-color:#275A98;
	
}

div.picture-right p,
div.picture-left p,
div.picture-center p {
	color:#275A98;
	
}

#sidebar ul.recent-posts p.meta {
	font-size:85%;
	border-bottom:1px solid #C3D0E2;
}

#sidebar ul.recent-posts  {
		
}

ul.recent-posts span.date {

}

#sidebar ul.recent-posts a {

}

#sidebar ul.recent-posts p {

}

div .hr {
	background-color:#DED8CA;
}

div .hr-transparent {
	background-color:#fff;
}

fieldset table {
	width:100%;
	margin-bottom:0;
	border:1px solid #000;
	border-bottom:none;
}

fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
	border-bottom:1px solid #000;
}

fieldset table th {
	width:140px;
	background-color:#575757;
	border-right:1px solid #000;
	text-align:right;
}

fieldset table {
	width:100%;
	margin-bottom:0;
	border:1px solid #C8D7CF;
	border-bottom:none;
}

fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
	border-bottom:1px solid #C8D7CF;
}

fieldset table th {
	width:140px;
	background-color:#EDF1EF;
	border-right:1px solid #C8D7CF;
	text-align:right;
	color:#0547A0;
}


/* Custom Widgets
============================================================ 
--------------------------------------------------------- */

#notification-message {
	color:#fff;
	padding:5px 8px;
	background:#080;
}

#notification-message-error {
	color:#fff;
	padding:5px 8px;
	background:#c00;
}

#google-map {
	color:#333333;
}

fieldset table {
	width:100%;
	margin-bottom:0;
	border:1px solid #DBD4C2;
	border-bottom:none;
}

fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
	border-bottom:1px solid #DBD4C2;
}

fieldset table th {
	width:140px;
	background-color:#F6F0E4;
	border-right:1px solid #DBD4C2;
	text-align:right;
}

fieldset label {
	color:#000;
}

.carousel-component .carousel-clip-region { 
	background:none;
}

.carousel-component .carousel-clip-region { 
	width:480px;
}

.carousel-component div.nav {
	background-color:#958D78;
	border:none;
}

.carousel-component div.hr-transparent {
	background-color:#958D78;
}

.carousel-component #carousel-tabs li a {
	color:#fff;
	background:none;
	border:none;
}

.carousel-component #carousel-tabs li.current a,
.carousel-component #carousel-tabs li a:hover {
	background:#2B1B01;
}

/* Table Styles
============================================================ 
--------------------------------------------------------- */

/* Basic listing table */

table.listing {
    border:1px solid #C3D0E2;
    border-bottom:none;
    text-align:left;
}

table.listing th {
    font-weight:bold;
    padding:0.3em 0.75em;
    background-color:#F5F8FC;
    border-bottom:1px solid #C3D0E2;
	color:#010101;
}

table.listing td {
    padding:0.3em 0.75em;
    border-bottom:1px solid #C3D0E2;
}


#pagination div.total {
	width:48%;
	float:left;
	padding-bottom:0.5em;
}

#pagination div.links {
	width:48%;
	float:right;
	padding-bottom:0.5em;
	text-align:right;
}

#pagination div.hr {
	margin:0;
	background:none;
}


/* Properties */

#properties {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

#properties li.property {
	margin-bottom:10px;
	padding:10px;
	padding-bottom:0;
	background-color:#F6F0E4;
	border:1px solid #CFC49B;
}

#properties li.complex {
	padding-bottom:0;
	background:#EBDFB0;
}

#properties li.hidden {
	border-top:1px solid #c00;
}

#properties h2 {
	padding-top:5px;
}

#properties ul.subproperties {
	margin-left:0;
	margin-bottom:0;
	padding-left:0;
	list-style:none;
}

#properties li.subproperty {
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom:0;
	margin-top:0;
	padding:10px 10px 0 10px;
	background-color:#EFE6C2;
	border-top:1px solid #CFC49B;
}

#properties div.picture {
	float:left;
}

#properties div.picture img {
	background:#fff;
	border:1px solid #CFC49B;
	display:block;
}

#properties div.info {
	margin-left:160px;
}

#properties h3 {
	margin-top:0;
}

#properties div.buttons {
	height:26px;
	margin-bottom:10px;
}

#properties div.buttons img {
	margin-right:5px;
	float:left;
}

#properties div.hr {
	margin:0;
	background:none;
}


#properties div.manage-buttons {
	width:76px;
	margin:0 5px 10px 0;
	float:right;
}

#properties div.manage-buttons img {
	margin-bottom:4px;
	display:block;
}


#property {
	padding:10px;
	padding-bottom:0;
	background-color:#F6F0E4;
	border:1px solid #DBD4C2;
}

#property div.buttons {
	width:66px;
	margin:0 0 10px 10px;
	float:right;
	text-align:center;
}

#property div.buttons img {
	display:block;
	margin:0 auto;
	margin-bottom:5px;
}

#property table.pictures {

}

#property table.pictures td {
	padding:1px;
	vertical-align:top;
	text-align:center;
}

#property table.pictures img {
	background:#fff;
	border:1px solid #DBD4C2;
	display:block;
}

#property table.attachments {
	width:100%;
}

#property table.attachments td {
	width:33%;
	padding:5px;
	vertical-align:top;
	text-align:left;
}

#property table.agents {
	width:100%;
}

#property table.agents td {
	width:50%;
	padding:5px;
	vertical-align:top;
	text-align:left;
}

#property-map-address {
	display:none;
}

ul.subproperties {
	margin-left:0;
	padding-left:0;
	list-style:none;
}


h2.featured {
	margin:0;
	padding:10px;
	padding-bottom:6px;
	background:#E8E2D6;
}

#featured-properties {
	margin-bottom:1em;
	background:#E8E2D6;
}

#featured-properties li.property {
	padding:10px;
	padding-bottom:0;
}

#featured-properties div.picture {
	float:left;
}

#featured-properties div.picture img {
	background:#fff;
	border:1px solid #DBD4C2;
	display:block;
}

#featured-properties div.info {
	margin-left:160px;
}

#featured-properties h3 {
	color:#000;
	margin-top:0;
}

#featured-properties div.buttons {
	height:26px;
	margin-bottom:10px;
}

#featured-properties div.buttons img {
	margin-right:5px;
	float:left;
}


#search-properties {
	margin-bottom:1.5em;
}

#search-properties h3 {
	font-weight:normal;
	margin-top:0.5em;
	margin-bottom:0;
}

#search-properties p {
	margin:0;
}

#search-properties form {
	margin:0;
	padding:0;
}

#search-properties select {
	width:180px;
}