.right {	
	text-align:right;
	}
.myerror {
	background:#f99;
	color:#600;
	}
.error {
	color:#b00;
	}
.hide { 
	display: none;
	}
/* ListingNotes Bar */
#ln {
	position:relative;
	background:#fff;
	border-bottom:1px solid #000;
	padding:2px 0;
	color:#333;
	font-size:92%;
	z-index:1;
	}
#ln a {
	text-decoration:none;
	color:#00f;
	}
#ln a:hover {
	color:#900;
	text-decoration:underline;
	}
#ln p {
	display:inline;
	margin:0;
	padding:0 0 0 10px;
	}
#ln div.push {
	padding-left:15px;
	}
/* Header */
#hd {
	border-bottom:1px solid #000;
	}
#hd table {
	margin:0;
	}
#hd table.head {
	width:100%;
	}
#hd td {
	padding:0;
	}
#hd td.photo {
	height:125px;
	width:1%;
	}
#hd td.name {
	
	vertical-align:bottom;
	padding:10px 20px;
	margin:0;
	margin-top:40px;
	color:#fff;
	border-left:1px solid #000;
	}
#hd td.logo {
	width:1%;
	background:#000;
	padding:0 5px 5px 5px;
	vertical-align:bottom;
	}
#hd h2 {
	margin:0;
	font-size:182%
	}
#hd h3 {
	margin:0;
	font-weight:normal;
	}
#hd h4 {
	margin:0;
	font-weight:normal;
	}
/* Title Bar */
#title {
	background:#999;
	color:#fff;
	border-bottom:1px solid #000;
	}
#title h1 {
	margin:0;
	padding:0;
	margin:3px 10px;
	font-size:108%;
	font-weight:normal;
	}
#title h2 {
	margin:0;
	padding:0;
	margin:2px 10px;
	font-size:123.1%;
	font-weight:bold;
	text-align:right;
	}
#title form {
	display:block;
	text-align:right;
	margin:0;
	padding:0;
	}
#title input {
	margin-top:2px;
	margin-right:5px;
	color:#666;
	}
#title img {
	margin-top:5px;
	margin-right:5px;
	}
/* Broker Bar */
#br {
	background:#999;
	color:#fff;
	text-align:center;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	}
#br p {
	padding:5px 10px;
	margin:0;
	}
	
/* Body */
#bo {
	margin:0;
	padding:0;
	min-height:300px;
	background:#fff url(/_Templates/Default-Agent/CSS/Images/Body-Shade.gif) repeat-x top left;
	}
#bo div.lost {
	padding:20px;
	}
/* Pages */
#bo div.pg {
	padding:10px;
	}
#bo div.pg-lt {
	padding:10px 0 10px 10px;
	}
#bo div.pg-rt {
	padding:10px 10px 10px 0;
	}
/* Footer Bar */	
#ft {
	font-size:85%;
	}
#ft p {
	padding:3px 5px;
	}
#ft img {
	margin:0;
	padding:0;
	margin-top:-3px;
	filter:alpha(opacity=30);
	-moz-opacity:0.30;
	-khtml-opacity: 0.30;
	opacity: 0.30;
	}
#ft img.social {
	margin:0;
	margin-right:5px;
	padding:0;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	vertical-align:bottom;
	}
#ft div.social {
	margin:10px;
	text-align:center;
	}
/* Name */
#na {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:85px;
	background:#fff;
	border-top: 1px solid #000;
	z-index:-1;
}
/* Notes */
#no {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50px;
	background:#333;
	z-index:-1;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}
/* Agent Photo */
#ag {
	position:absolute;
	top:5px;
	left:10px;
	}
#ag img {
	border: 1px solid #000;
	}


/* ListingNotes Signup */
#lns {
	margin-top:10px;
	}
#lns-bkgd {
	background:#999 url(/_Common/_Images/ListingNotesSignupGradient.gif) repeat-x top left;
	padding:5px 5px 10px 5px;
	border:1px solid #000;
	border-top:0;
	color:#fff;
	margin-bottom:20px;
	}
#lns-bkgd h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
	text-align:center;
	}
#lns-bkgd p.caption {
	font-size:13px;
	color:#ccc;
	margin-bottom:20px;
	border-bottom:solid 1px #999;
	padding-bottom:10px;
	text-align:center;
	}
#lns-bkgd .small {
	color:#333;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:80px;
	margin-top:-5px;
	}
#lns-bkgd label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:80px;
	float:left;
	}
#lns-bkgd input.signup {
	float:left;
	font-size:10px;
	padding:4px 2px;
	background:#ddd;

	width:100px;
	margin:0px 0 15px 10px;
	}
#lns-bkgd legend {
	color: #fff;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px;
	}
#lns-bkgd p.signup {
	text-align:right;
	margin:0;
	padding:0 10px 0 0;
	border:0;
	clear:both;
	}
#lns-comments div {
	margin-bottom:20px;
	background: #eee;
	border:1px solid #ccc;
	padding:10px;
	}

#lns-comments h3 {
	font-size:14px;
	margin:0;
	margin-bottom:5px;
	padding:0;
	text-align:center;
	}
#lns-comments p {
	margin:0;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	text-align:center;
	}
#lns-comments ul {
	margin:0;
	margin-top: 10px;
	padding:0;
	}
	

/* Agent */
#agent div.award {
	padding:0 0 10px 20px;;
	}
#agent-data, #agent-profile {
	margin-top:10px;
	}
	
#agent-data img.myphoto {
	/* border: 1px solid #000; */
	}
/* Sidebar */
#sb {
	background:#ccc;
	}
/* Debug Module */
#debug {
	background:#fff;
	padding:10px;
	}
#debug table {
	border:1px solid #ccc;
	}
#debug td {
	border:1px solid #ccc;
	padding:1px 3px;
	}

/* Menu */
#mnu {
	position:relative;
	width:700px;
	margin-left: auto;
    margin-right: auto;
    z-index:		99;
	}
#sf {
	position:absolute;
	right:0;
	top:0;
	}	

/*** SUPERFISH ***/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	}
.sf-menu {
	line-height:	1.0;
	margin:0;
	padding:0;
	}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	}
.sf-menu ul li {
	width:			100%;
	}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	}
.sf-menu li {
	float:			left;
	position:		relative;
	}
.sf-menu a {
	display:		block;
	position:		relative;
	}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
	}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
	}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
	}
/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
	}
.sf-menu a {
	margin:0;
	padding: 		.85em 1em;
	text-decoration:none;
	}
.sf-menu li li a {
	padding: 0.5em 0.5em;
	}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	font-weight:bold;
	color:#444;
	}
.sf-menu li {
	/* Menu background */
	}
.sf-menu li li {
	/* Submenu background */
	background:		#aaa;
	}
.sf-menu li li li {
	/* Sub-submenu background */
	background:		#a8ad94;
	}
.sf-menu li li a:hover, .sf-menu li li a.sfHover {
	background:#900;
	color:#eee;
	}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	}
.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active,.sf-menu a.live {
	color:#eee;
	}

/* My Code */
#sf li.base {
	margin-left:1px;
	margin-right:1px;
	}
