@import url(user.css);
@import url(common.css);
@import url(forms01.css);
@import url(listingwiz.css);
@import url(mlsnibr.css);
@import url(../../lightbox/lightbox.css);

body {
	background: #006600 url(../images/bg.jpg) repeat-x;
	color: #333;
	font-family: "Trebuchet MS",verdana, helvetica, sans-serif;
	font-size: 14px;
	margin: 0px auto 0 auto;
	padding: 0px;
	text-align: center;
}


#wrap {
	background: #fff;
	position: relative;
	margin: 20px auto 0 auto;
	text-align: left;
	width: 760px;
	background: #fff url(../images/wrapbg.jpg) repeat-y;
}


html>body #wrap {

} 

#header {
	height: 134px;
	position: relative;
	margin: 0 auto;
	background: #006600 url(../images/header2.jpg) no-repeat;
}



#logo {
	background: transparent;
	position: absolute;
	left: 280px;
	top: 48px;
}

#logo img {
	height: 85px;
	width: 183px;
}

#printlogo{
	display: none;
	height: 15px;
	color: #000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}




#tagline {
	
}

#tabs {
	position: absolute;
	padding: 0;
	margin: 0;
	height: 34px;
	top: 98px;
	left: 0px;
	width: 760px;
}




#nav ul{
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0 0 0 10px;
	margin: 0;
	display: inline;
}

#nav ul li{
	display: inline;
}

#nav ul li a{
	text-decoration: none;
	display: block;
	height: 22px;
	float: left;
	margin: 0px 10px 0px 10px;
	padding: 8px 10px 5px 10px;

	color: #fff;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 16px;
	
}

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

}

#main-body {

}

#main-table-body {
	background: transparent;
	padding: 0px;
	margin: 0px;
	border-collapse:collapse;
}

#main-table-body-leftcell {
	background: transparent;
	margin: 0px;
	padding: 0px;
	vertical-align: top;

}

#main-table-body-rightcell {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#sidebar {
	margin: 30px 0 0 0;
	padding: 0px;
	width: 149px;
	background:none;
}

#menu-header {
	background: transparent;

}

#menu{
	margin: 0px;
	padding: 0px;
}

#menu ul{
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

#menu ul ul{
	padding: 3px 0 0 5px;
}

#menu li {
	
	list-style: none;
	margin: 0px 0px 10px 0;
	padding: 3px 5px 3px 5px;
}

#menu a {
	color: #333333;
	font-weight: normal;
	margin: 0px;
	text-decoration: none;
}
	


#menu a:hover{
	font-weight: normal;
	text-decoration: underline;
}

#menu a.subcurrent, #menu a.current, #menu a.subcurrent:hover, #menu a.current:hover{

	text-decoration: none;
	font-weight: bold;
}

#menu-footer {
	background: transparent;
	margin: 0;
	padding: 0;
}

#banner {
	display: none;
}


#breadcrumbbar{
	margin: 5px 0 0 0;
	height: 18px;
	padding: 0px;
	width: 610px;
}


#breadcrumblist{

	float: left;
	font-size: 85%;
	padding: 0px 0px 0px 10px;
	width: 300px;
	
}

#breadcrumblist a:link, #breadcrumblist a:visited{

	text-decoration: none;
}

#breadcrumblist a:hover, #breadcrumblist a:active{

	text-decoration: underline;
}

#breadcrumbemail{
	float: right;
	font-size: 85%;
	text-align: right;
	width: 100px;
	line-height: 15px;
}

#breadcrumbemail a:link, #breadcrumbemail a:visited {
	background: url(../images/email.gif) no-repeat 0px;

	float: right;
	padding: 0 5px 0 18px;
	text-decoration: none;
	
}

#breadcrumbemail a:hover, #breadcrumbemail a:active {

	text-decoration: underline;
}

#breadcrumbprint{
	float: right;
	font-size: 85%;
	padding: 0px;
	text-align: right;
	width: 100px;
	line-height: 15px;
	
}

#breadcrumbprint a:link, #breadcrumbprint a:visited {
	background: url(../images/printer.gif) no-repeat left;

	float: right;
	padding: 0 5px 0 18px;
	text-decoration: none;
}

#breadcrumbprint a:hover, #breadcrumbprint a:active {

	text-decoration: underline;
}

#content {
	width: 610px;
	margin: 10px 0 0 0;
}

#content-header {
	display: none;
}

#content-body {
	margin: 0px 10px 0px 10px;
	padding: 0px;
	width: 590px;
	
	
}

#pagetitle{
	
	margin: 0px 0px 10px 0px;
	padding: 0px;

}

#pagetitletext h1 {
	margin: 0px;
	padding: 0px;
}


#content-footer {
	display: none;
}

#footer {
	clear: both;
	width: 760px;
	margin: 20px auto 0px auto;
	height: 150px;
	position: relative;
	background: #006600 url(../images/footerbg.jpg) 0 0 no-repeat;
}

#footerwrap {
	width: 760px;
	padding: 55px 0 0 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

#footerwrap a, #footerwrap a:hover{
	color: #fff;
}

#footerwrap ul{
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0 0 0 10px;
}

#footerwrap ul li{
	display: inline;
}

#footerwrap ul li a{
	text-decoration: none;
	display: block;
	height: 20px;
	float: left;
	margin: 0px 10px 0px 10px;
	padding: 10px 10px 5px 10px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 16px;
}

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

#copyright{
	color: #fff;
	font-size: 11px;
	position: absolute;
	top: 120px;
	left: 10px;
}

#poweredby {
	position: absolute;
	top: 120px;
	right: 10px;
	color: #fff;
	font-size: 11px;

}
	#poweredby a {
		color: #fff;
		text-decoration: none;
	}
	#poweredby a:hover {text-decoration: underline;}