body {
	background:#f3f4f7;		
}

a { outline:none; border:none; }

a.backtotop {
	text-transform:uppercase;
	font-size:0.9em;
	display:block;
	text-align:right;	
}

.listing_img{
	border-style:solid;
border-width:0px;
	}
h1 {
	background:#e7e9ec;	
	height:48px;
	line-height:48px;
	font-size:1.7em;
	color:#475b5d;
	padding-left:20px;
	font-weight:bold;
	width:620px;
}

h1 small {
	font-weight:normal;
	margin-left:20px;	
}

h2, h3 { 
	color:#16184a;
	font-size:1.55em;
	font-weight:bold;
	margin:5px 0; 
}

h3 {
	font-size:1.3em;	
}

#wrapper {
	border-left:#e8e9ee 1px solid;
	border-right:#e8e9ee 1px solid;
	border-bottom:#e8e9ee 1px solid;
	width:878px;
	margin:0 auto;
	padding:0 10px 10px 10px;
	background:#fff;	
}

/* HEADER */

#header {
	height:92px;
	background:#003768;
	padding-top:1px;
	margin-bottom:3px;
	position:relative;
}

#logo {
	background:url(../images/ckd-logo.gif);
	display:block;
	width:354px;
	height:48px;
	text-indent:-10000px;
	margin-left:20px;
	margin-top:29px;	
	outline:none;
}

/* TOP NAVIGATION */

#top-nav {
	list-style:none;
	position:absolute;
	left:594px;
	top:55px;
	font-size:0.9em;
}

#top-nav li {
	float:left;
	text-transform:uppercase;
	margin-left:16px;
}

#top-nav li a {
	float:left;	
	text-decoration:none;
	color:#fff;	
}

/* HOME NAVIGATION */

#home-nav {
	position:relative;
	height:47px;
	z-index:10;
	width:640px;
}

body#home #home-nav {
	height:338px;
	position:relative;
	width:auto;	
}

body#home #home-nav.intro0,
body#home #home-nav.intro1 {
	background:#475b5d;	
}
body#home #home-nav.intro2 {
	background:#4a98c1;	
}
body#home #home-nav.intro3 {
	background:#447785;	
}
body#home #home-nav.intro4 {
	background:#1b4d3e;	
}

#home-nav ul {
	list-style:none;
	position:absolute;
	bottom:0;
	left:0;
	width:640px;
	z-index:2;
}

#home-nav img {
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;	
}

body.country_estate #home-nav ul {
	border-bottom:#475b5d 5px solid;
}
body.house #home-nav ul {
	border-bottom:#4a98c1 5px solid;
}
body.sporting_property #home-nav ul {
	border-bottom:#447785 5px solid;
}
body.strategic_purchases #home-nav ul {
	border-bottom:#1b4d3e 5px solid;
}

#home-nav ul ul { 
	visibility:hidden; 
	position:absolute; 
	height:0; 
	top:40px; 
	left:0; 
	width:160px; 
	margin-left:6px;
}

#home-nav ul li {
	float:left;	
	margin-right:-6px;
	position:relative;
}

#home-nav ul li a {
	color:#fff;
	display:block;
	width:146px;
	height:35px;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	padding:8px 10px 0 10px;
	position:relative;
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
}

body.country_estate #home-nav ul li a,
body.house #home-nav ul li a,
body.sporting_property #home-nav ul li a,
body.strategic_purchases #home-nav ul li a {
	height:23px;
	margin-top:12px;
}

body.country_estate #home-nav ul li#link1 a,
body.house #home-nav ul li#link2 a,
body.sporting_property #home-nav ul li#link3 a,
body.strategic_purchases #home-nav ul li#link4 a {
	margin-top:0;
	height:35px;
}

#home-nav ul ul a,
body.country_estate #home-nav ul li#link1 ul li a,
body.country_estate #home-nav ul ul li a,
body.house #home-nav ul li#link2 ul li a,
body.house #home-nav ul ul li a,
body.sporting_property #home-nav ul li#link3 ul li a,
body.sporting_property #home-nav ul ul li a,
body.strategic_purchases #home-nav ul li#link4 ul li a,
body.strategic_purchases #home-nav ul ul li a { 
	text-transform:none; 
	font-size:1em; 
	color:#fff; 
	line-height:1.3em; 
	padding:5px 10px 5px 10px; 
	width:140px;
	font-weight:normal;
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	margin:0;
	height:auto;
}

#home-nav ul li#link1 {
	z-index:100;
}

#home-nav ul li#link1 a {
	background:#475b5d;
	width:140px;
}

#home-nav ul li#link1 ul {
	background:#475b5d;	
	margin-left:0;
}

#home-nav ul li#link2 {
	z-index:99;
}

#home-nav ul li#link2 a,
#home-nav ul li#link2 ul {
	background:#4a98c1;	
}

#home-nav ul li#link3 {
	z-index:98;
}

#home-nav ul li#link3 a,
#home-nav ul li#link3 ul {
	background:#447785;	
}

#home-nav ul li#link4 {
	z-index:97;
}

#home-nav ul li#link4 a,
#home-nav ul li#link4 ul {
	background:#1b4d3e;	
}

	/* make the second level visible when hover on first level list OR link */

#home-nav ul li:hover ul,
#home-nav ul a:hover ul { 
	z-index:120; 
	visibility:visible; 
	padding-bottom:10px; 
	height:auto; 
}

/* MAIN CONTENT */

#maincontent {
	padding:1px 0px;
	overflow:auto;
}

body#home #maincontent {
	padding:1px 15px;
}

#maincontent p {
	margin-bottom:15px;	
}

#maincontent a,
.print-block a,
.nav-block a {
	color:#ea7d1c;
	text-decoration:none;
	
}

a.arrowed {
	background:url(../images/link-arrow.gif) no-repeat left 7px;	
	display:block;
	padding:2px 0;
	padding-left:12px;
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:bold;
}

a.print-small {
	display:block;
	text-align:right;
	font-weight:bold;
	clear:right;	
}

a.back-small {
	padding:15px 0;
	display:block;
	text-align:right;
	font-weight:bold;
	clear:right;	
}

#left-col {
	float:left;
	width:280px;
	padding-right:20px;
	padding-top:30px;	
}

#left-col h2 {
	height:30px;
	margin:0 0 10px 0;	
}

#middle-col {
	width:280px;
	margin-left:310px;
	padding-right:20px;
	padding-top:30px;
	/*padding-top:70px;		*/
}

/* RIGHT NAVIGATION */

.right-nav {
	width:235px;
	float:right;
	position:relative;	
}

.nav-block,
.print-block {
	width:200px;
	padding:10px 0 10px 25px;
	background:#fff;
}

#listings .nav-block {
	position:absolute;
	right:0;	
}

.print-block {
	float:right;
	padding:20px 10px 0 10px;
	width:205px;
	height:26px;	
}

.nav-block a {
	font-weight:bold;
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:bold;	
}

.bordered-nav {
	border-bottom:#e9ebee 1px solid;
	background:#fff url(../images/nav-block-bg.gif) left bottom repeat-x;	
}

#wrapper .nav-block p {
	margin:5px 0;
	font-size:1.1em;
	font-weight:bold;	
}

.nav-block ul {
	list-style:none;
}

/* LISTINGS PAGE */

h4 {
	color:#ccc;
	text-transform:uppercase;
	font-weight:bold;
	text-align:right;
	back/ground:url(/images/h4-bg.jpg) repeat-x;	
	height:35px;
	
	padding:10px 10px 0 0;

}

#listings-table span {
	display:block;	
}

#maincontent h4 a {
	ba/ckground:url(/images/h4-arrow.jpg) right bottom no-repeat;
	font-size:1.4em;
	color:#475a5e;
	display:block;
	
}

#listings-table {
	background:#f4f5f6;	
	padding:0 7px 3px 0;
	clear:both;
		border-top:#000 1px solid;
		margin:30px 0;
}

#listings-table table td {
	background:#fff;
}

#listings-table td {
	border-bottom:#f4f5f7 7px solid;
}

#listings-table table td.img-td {
	width:139px;
	background:#333; 	
}

#listings-table table td.name-td {
	width:240px;
	padding:10px 0 10px 15px; 	
}

#maincontent .name-td h5, 
#maincontent .name-td p {
	margin:1px;
	padding:0;
	font-size:0.95em;	
}

#maincontent .name-td h5 {
	font-weight:bold;
	text-transform:uppercase;	
}

#listings-table table td.desc-td {
	padding:10px 20px; 
	background:#fff url(/images/description-bg.jpg) repeat-y;
	width:461px;
	valign:top;
}

#listings-table table td.full-td {
	width:95px;
	padding:10px; 
	vertical-align: bottom;
	white-space: nowrap;	
}

#select-div {
	height:46px;
	line-height:46px;
	color:#475b5d;
	background:url(/images/select-bg.jpg) repeat-x;
	padding-left:20px;
	font-size:1.2em;
	position:relative;
	z-index:0;
	border-bottom:#f1f2f4 1px solid;
	width:620px;
}

#no-results-div {
	height:46px;
	line-height:46px;
	color:#475b5d;
	background:url(/images/select-bg.jpg) repeat-x;
	padding-right:20px;
	font-size:1.4em;
	font-weight:bold;
	text-align:right;
	z-index:0;
	border-bottom:#f1f2f4 1px solid;
	width:620px;
}

#select-div ul {
	list-style:none;
	position:absolute;
	left:150px;
	top:0px;
}

#select-div li {
	float:left;
	padding:0 7px;
}

#select-div li a {
	font-size:0.8em;
	background:url(/images/select-orange-arrow.gif) no-repeat left 5px;	
	padding:2px 0;
	padding-left:13px;
	font-weight:bold;
	text-transform:uppercase;	
}

#select-div li a.selected {
	background:url(/images/select-black-arrow.gif) no-repeat left 5px;	
	color:#161f4a;
}

/* SINGLE LISTING PAGE */

#description {
	float:right;
	clear:right;
	width:350px;
	padding:15px 20px;
	background:url(/images/description-bg.jpg) repeat-y;
	margin-top:27px;
}

#description h1 {
	line-height:1;	
	background:none;
	padding:0;
	font-size:1.2em;
	text-transform:uppercase;
	margin:0;
	height:auto;
	width:auto;
}

#description h2 {
	font-size:1em;
	text-transform:uppercase;	
}

#description ul,
#description ol {
	margin-left:20px;
	margin-bottom:20px;	
}

#main-img {
	margin-top:27px;	
}

#main-img img {
	margin-bottom:6px;	
}

#thumbs {
	width:480px;
	overflow:hidden;
	margin-bottom:20px;
}

#thumbs img {
	margin:0 4px 4px 0;	
}

#thumbs img.right-img {
	margin:0 0 4px 0;	
}

body#listing .nav-block {
	width:455px;
	float:none;	
}

/* ABOUT US */

body#about_us #select-div ul,
body#directors #select-div ul,
body#press #select-div ul,
body#alliances #select-div ul,
body#testimonials #select-div ul {
	list-style:none;
	position:absolute;
	left:20px;
	top:0px;
}

#about-text {
	width:615px;
	padding-left:25px;
	margin-top:25px;	
}

#about-text img {
	float:right;
	clear:right;
	margin:0 0 0 20px;
}

#about-text .dir-email {
	float:right;
	clear:right;
	margin:5px 0 10px 0;
}

#about-text .dir-email a {
	padding:0 5px;
}

#about-text h3 small {
	padding:15px;
	font-weight:normal;
}

/* FOOTER */

#footer {
	width:900px;
	margin:0 auto;
	text-align:center;
	background:url(../images/footer-bg.jpg) left top repeat-x;
	height:133px;
	color:#9da1a8;
	padding-top:25px;
	margin-top:13px;
	font-size:0.9em;
}

#footer a {
	color:#9da1a8;
	text-decoration:none;
	text-transform:uppercase;
	padding:5px;
}

#footer p {
	margin:10px 0;
}

#print-img {
display:none;
}