/*
-----------------------------------------------
Style Sheet

Site:     SSK Real Estate
Company:  Melissa Norfolk Web Design
Website:  www.melissanorfolk.net.au
Author:   Tim
Version:  2006.01
----------------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px auto;
	padding: 0;
	width: 760px;
}

/* !HEADER
--------------------- */
#nav-wrapper {
	font-size:12px;
	float:right;
	height:20px;
	text-align:right;
	width:524px;
}
#nav, #nav ul { /* all lists */
 padding: 0;
 margin: 0;
 list-style: none;
 line-height: 1;
}

#nav a {
	color:#000000;
	display:block;
	font-weight:bold;
	line-height:1.5em;
	padding:0 11px;
	text-decoration:none;
}

#nav li { /* all list items */
 float: left;
 background:url(dots.jpg) no-repeat top right;
}
#nav li.last { /* all list items */
 background:none;
}

#nav li ul { /* second-level lists */
text-align:left;
 position: absolute;
 background: #7a85be;
 width: 150px;
 left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li {
 border-bottom: 1px solid #9ba4ce;
 
}
#nav li ul li a{ /* second-level lists */
 background: #7a85be;
 padding:0;
 padding-left:5px;
 width:145px;
 line-height:2em;
}
#nav li ul li a:hover{ /* second-level lists */
 background: #9ba4ce;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
 left: auto;
}
#nav li ul li{ /* all list items */
 background:none;
}

/* !SIDEBAR
--------------------- */

#sidebar #properties {
	background: transparent url(images/side_box_properties.jpg) top left no-repeat;
	height: 115px;
	width: 200px;
}

#sidebar #tenant {
	background: transparent url(images/side_box_tenant.jpg) top left no-repeat;
	height: 100px;
	width: 200px;
}

#sidebar #maintenance {
	background: transparent url(images/side_box_maintenance.jpg) top left no-repeat;
	height: 100px;
	width: 200px;
}
#sidebar {
	color: #FFF;
}

#sidebar p {
	margin: 5px 0;
	padding: 0;
}

#sidebar a {
	color: #FFF;
}

#sidebar h1 {
	color: #FFF;
	font-size: 15px;
	padding: 0;
	margin: 0;
}

/* !TYPOGRAPHY
--------------------- */
h1, h2, h3, h4, h5 {
	color: #6666cc;
}

h1 { font-size: 15px; }
h2 { font-size: 13px; }
h3 { font-size: 12px; }
h4 { font-size: 12px; }

h3 em {
	font-size: 11px;
}

strong {
	color: #6666cc;
}

a:link { color:#6666cc; font-weight: normal; text-decoration: underline; }
a:visited { color:#6666cc; text-decoration: underline; }
a:hover{ color:#6666cc; text-decoration: none; }
a:active { color:#6666cc; text-decoration: none; }

#footer{
	color: #FFF;
	font-size: 11px;
	padding: 5px;
	text-align: right;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

td.heading {
	color: #FFF;
	background: #7a85be;
	font-weight: bold;
}

table {
	font-size: 11px;
}

#footertxt {
	color:#333333;
}

#footertxt A:link { color:#333333; text-decoration:none; }
#footertxt A:visited { color:#333333; text-decoration:none; }
#footertxt A:hover { color:#333333; text-decoration:underline; }
#footertxt A:active { color:#333333; text-decoration:none; }