/*

 Stylesheet for Kempsey Real Estate
	Basic page layout and general styles.

*/

html, body {
	margin:0px;
	padding:0px;
	background:url(../images/html.png) rgb(23, 17, 62);
	text-align:center;
	color:#666;
	font-size:12px;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	line-height:18px;
}

body {
	background:url(../images/body.png) top left repeat-x;
	padding-top:10px;
	padding-bottom:10px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	color:#000;
	font-family:Arial, Arial, Helvetica, sans-serif;
}

h2 {
	margin-bottom:15px;
	text-transform:uppercase;
	color:rgb(27, 16, 87);
	letter-spacing:1px;
	font-size:16px;
}

h3 {
	margin-bottom:15px;
	text-transform:uppercase;
	color:rgb(27, 16, 87);
	letter-spacing:1px;
	font-size:14px;
}

h4 {
	margin-bottom:10px;
	text-transform:uppercase;
	color:rgb(27, 16, 87);
	letter-spacing:1px;
	font-size:1em;
}

p {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:1em;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	line-height:18px;
}

strong {
	color:#333;
}

ul, ol {
	margin:0px 0px 10px 0px;
	padding:0px;
}

ul li, ol li {
	margin:0px 0px 5px 30px;
	padding:0px;
	font-size:1em;
	line-height:18px;
}

a:link, 
a:visited,
a:hover,
a:active {
	color:rgb(230, 120, 23);
}

a:hover {
	text-decoration:none;
	color:rgb(170, 79, 2);
	color:rgb(32, 24, 83);
}

.clear {
	margin:0px;
	padding:0px;
	clear:both;
	height:0px;
}

/* =wrapper */

#wrapper {
	margin:0px auto 0px auto;
	padding:5px 15px 15px 15px;
	width:1000px;
	overflow:hidden;
	text-align:left;
	background:#FFF;
}

/* =header */

#header {
	margin:10px 0px 10px 0px;
	height:80px;
	overflow:hidden;
	background:url(../images/header.png) top right no-repeat;
	position:relative;
}

#header h1 {
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	left:0px;
	height:80px;
	width:310px;
	background:url(../images/logo.png) top left no-repeat;
}

#header h1 a:link,
#header h1 a:visited, 
#header h1 a:hover,
#header h1 a:active {
	display:block;
	height:80px;
	width:310px;
	overflow:hidden;
	text-decoration:none;
	background:none;
}

#header h1 a span {
	visibility:hidden;
	background:none;
}

#header div {
	display:none;
}

/* =menu */

#menu {
	margin:0px;
	padding:0px;
	height:30px;
	background:url(../images/menu.png) top left repeat-x rgb(170, 79, 2);
	z-index: 1000;
}

#menu ul {
	margin:0px;
	padding:0px;
	height:30px;
	width:1000px;
	background:url(../images/menuright.png) top right no-repeat;
	list-style:none;
}	

#menu ul li {
	margin:0px;
	padding:0px;
	height:30px;
	float:left;
	background:url(../images/menupipe.png) top left no-repeat;
	position:relative;
	z-index: 1200;
}

#menu ul li.first {
	background:url(../images/menuleft.png) top left no-repeat;
}

#menu ul li a:link,
#menu ul li a:visited,
#menu ul li a:hover,
#menu ul li a:active {
	margin:0px;
	padding:0px 15px 0px 15px;
	display:block;
	float:left;
	color:white;
	text-decoration:none;
	height:30px;
	line-height:30px;
	font-size:12px;
	text-transform:uppercase;
	font-family:Arial, Arial, Helvetica, sans-serif;
}

#menu ul li a:hover {
	text-decoration:underline;
}

#menu ul li ul {
	border-top:1px solid #FFF;
	padding:0px;
	height:auto;
	background:url(../images/dropmenu.png) top left no-repeat rgb(170, 79, 2);
	display:none;
	position:absolute;
	top:30px;
	left:1px;
	width:182px;
	z-index:100;
}

#menu ul li.over ul {
	display:block;
}

#menu ul li ul li {
	width:180px;
	height:22px;
	background:none;
	float:none;
	border:1px solid rgb(245, 141, 25);
	border-top:none;
	border-bottom:none;
}

/* dark : rgb(115, 54, 7) */
/* light : rgb(245, 141, 25) */
/* middle : rgb(196, 101, 9) */

#menu ul li ul li.first {
	padding-top:10px;
	background:none;
}

#menu ul li ul li.last {
	padding-bottom:10px;
	border-bottom:1px solid rgb(245, 141, 25);
}

#menu ul li ul li a:link,
#menu ul li ul li a:visited,
#menu ul li ul li a:hover,
#menu ul li ul li a:active {
	float:none;
	margin:0px;
	padding:0px 10px 0px 10px;
	background:none;
	height:22px;
	line-height:22px;
	text-transform:none;
	text-decoration:none;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:11px;
	color:#FFF;
	width:160px;
	letter-spacing:none;
}

#menu ul li ul li a:hover {
	background:rgb(245, 141, 25);
}

/* =page */

#page {
	margin:0px;
	padding:20px 0px 40px 0px;
}

/* =content */

#content {
	float:right;
	width:750px;
	overflow:hidden;
}

#wrapper.nosidebar #content {
	float:none;
	width:960px;
	margin:0px 20px 0px 20px;
}

/* =sidebar */

#sidebar {
	width:230px;
	overflow:hidden;
	float:left;
	background:url(../images/sidebarbackground.png) 0px 28px repeat-x rgb(241, 241, 245);
}

#sidebar .footer {
	background:url(../images/sidebarfooter.png) top left repeat-x;
	height:114px;
}

#wrapper.nosidebar #sidebar {
	display:none;
}

#sidebar h3 {
	margin:0px;
	border-bottom:1px solid #FFF;
	padding:0px;
	background:url(../images/sidebarheader.png) top left no-repeat rgb(32, 24, 83);
}

#sidebar h3 span {
	display:block;
	padding:0px 0px 0px 15px;
	color:#FFF;
	font-size:11px;
	font-weight:normal;
	height:27px;
	line-height:28px;
	background:url(../images/sidebarheaderright.png) top right no-repeat;
	text-transform:uppercase;
	letter-spacing:1px;
}

#sidebar .cell {
	padding:10px 15px 0px 15px;
	background:url(../images/sidebarbackground.png) top left repeat-x;
	font-size:11px;
	color:#333;
}

#sidebar .cell p {
	margin-bottom:15px;
	font-size:11px;
	color:#333;
}

#sidebar select {
	width:188px;
}

#sidebar #contactinformation {
	margin-top:20px;
}

/* =searchcontainer */

#sidebar #searchcontainer {
	margin-top:10px;
}

#sidebar #searchcontainer h4 {
	margin:10px 0px 0px 0px;
	letter-spacing:0px;
	color:#000;
}

#sidebar #searchcontainer p {
	margin-bottom:0px;
}

#sidebar #searchcontainer #submit {
	margin-top:10px;
}

/* =content-cells */

.content-cell {
	background:url(../images/sidebarbackground.png) 0px 37px repeat-x rgb(241, 241, 245);
}

.content-cell h2 {
	margin:0px;
	border-bottom:1px solid #FFF;
	padding:0px;
	background:url(../images/contentcellheader.png) top left no-repeat rgb(32, 24, 83);
	height:36px;
	line-height:36px;
}

.content-cell h2 span {
	display:block;
	padding:0px 0px 0px 15px;
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	height:36px;
	line-height:37px;
	background:url(../images/contentcellheaderright.png) top right no-repeat;
	text-transform:uppercase;
	letter-spacing:1px;
}

.content-cell .footer {
	background:url(../images/sidebarfooter.png) top left repeat-x;
	height:114px;
}

.content-cell .cell {
	padding:10px 15px 0px 15px;
	background:url(../images/sidebarbackground.png) top left repeat-x;
	font-size:11px;
	color:#333;
}

#feature-properties .cell {
	padding:0px;
}
#feature-properties .footer {
	display:none;
}

.content-cell .cell p {
	margin-bottom:15px;
	font-size:11px;
	color:#333;
}

/* =footer */

#footer {
	padding-top:20px;
	border-top:2px solid rgb(225, 124, 18);
	text-align:center;
	font-size:11px;
	color:rgb(225, 124, 18);
}

#footer p {
	margin-bottom:5px;
	font-size:11px;
	line-height:18px;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	font-size:11px;
	color:rgb(225, 124, 18);
	font-weight:normal;
}

#footer a:hover {
	text-decoration:none;
}

