/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-image:url(/images/navbar-bg.gif);
	background-repeat:repeat-y;
	font-size: 75%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	behavior: url("/csshover.htc");	
}

p  {
	margin: 5px 0 16px 0;
}
h1 {
	font-size:150%;
	font-weight:bold;
	letter-spacing: -.05em;
	margin: 5px 0 2px 0;
}

a {
	text-decoration:underline;
	color:#000066;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
	color:#006633;
}

img {
	border: 0;
}

.listingdocuments
{
	list-style-type : none;
	padding-left: 0;
}

.listingdocuments .filespecs
{
	display : inline;
	color : #666666;
	font-style:italic;
	padding-left: .8em;
	font-size: .85em;
}

/* -- Placeholders, wrappers and misc graphics -- */
#homepage {
	width: 760px;
}

#contentpage {
	width: 760px;
}

#topbar {
	display:block;
	background-image:url(/images/greenbar.jpg);
	background-repeat:no-repeat;
	height: 55px;
	width: 714px;
}

/* -- Top Logos - Depends on Page Type-- */

#contentpage #logo {
	left: 460px;
	top: 25px;
	position: absolute;
	width: 284px;
	height: 64px;
	display:block;
	background-image:url(/images/smlogo.jpg);
	background-repeat:no-repeat;
}

#homepage #logo {
	left: 330px;
	top: 60px;
	position: absolute;
	width: 433px;
	height: 106px;
	display:block;
	background-image:url(/images/logo.jpg);
	background-repeat:no-repeat;
}

/* -- Side Navigation Bar -- */
#navmenu {
	display: block;
	float:left;
	width:160px;
}

#navmenu ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 20px 0 0 5px;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
	line-height: 160%;
}
#navmenu ul a {
	color: #FFFFFF;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
}
#navmenu ul a:hover {
	text-decoration:underline;
}

#blueleaf {
	height: 196px;
	width: 140px;
	background-image:url(/images/blueleaf.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	position: absolute;
	bottom: 25px;
	left: 10px;
	border: none;
}

/* -- Content Tab based navigation menu for homepage -- */
#homepage #contentmenu {
	position: absolute;
	left: 160px;
	top: 200px;
}

#contentpage #contentmenu {
	display:none;
}

#contentmenu img {
	display: block;
	border: none;
}

#contentmenu a img {
	margin-left:0;
	margin-right: 2px;	
}

#contentmenu a:hover img {
	margin-left:2px;
	margin-right: 0px;	
}


/* -- Positioning for the content on the page -- */
#homepage #content {
	margin-top: 115px;
	margin-left: 360px;
}

#contentpage #content {
	margin-top: 80px;
	margin-left: 180px;
	background-image:url(/images/leaftint.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#contentheader {
	margin-left:-20px;
}

/* -- Listings Headers -- */

#contentpage h2 {
	font-size: 132%;
	font-weight: bold;
	letter-spacing: -.02em;
	margin: 0;
}

#contentpage h3 {
	font-size: 110%;
	font-weight:bold;
	letter-spacing: -0.02em;
	margin: 0;
}

#contentpage .realestatelogo {
	float:right;
}

#contentpage .separator {
	height: 5px;
	border: none;
	border-top: 1px solid #666666;
	width: 100%;
	margin: 5px 0 0 0;
}

/* -- Form Containers -- */
#contentpage .formfield {
	border: none;
	padding: 4px 0;
	vertical-align: top;
}

#contentpage .formfield label {
	float: left;
	margin: 0 10px;
	width: 180px;
}

#contentpage input {
	border: 1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	padding:2px
}

#contentpage input#submitform {
	float:right;
}

#contentpage #registerform {
	width: 485px;
	border: 1px solid #ccc;
	padding: 10px;
}

/* -- gallery images -- */
img.galleryimg {
	border: 2px solid #fff;
	padding: 0;
	margin: 1em;
}

img.galleryimg:hover {
	border: 2px solid #6c0;
}

/* -- join form -- */
form#signupform label {
	float: left;
	width: 150px;
}

form#signupform .clearfix {
	clear: both;
	margin: .5em 0;
}

form#signupform .submit {
	margin-left: 360px;
}

