html {
	background:#A0AEAE;
	}
a, .mock-link {
	color:#9D2F2E;
	text-decoration:none;
	}
a:hover, a:focus, .mock-link:hover {
	color:#324F6D;
	}
.right {	
	text-align:right;
	}
.myerror {
	background:#f99;
	color:#600;
	}
.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 {
	background:#6E8CB2 url(/_Templates/Broker-Nexes/CSS/Images/nexesBkgd.jpg) top center no-repeat;
	height:165px;
	}
#hd h2 {
	color:#fff;
	text-align:right;
	padding:0;
	margin:0;
	margin-top:25px;
	margin-right:170px;
	font-size:167%;
	font-weight:bold;
	font-style:italic;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	}
#hd div {
	margin-top:25px;
	margin-left:645px;
	text-align:center;
	color:#00203F;
	}
#hd h4 {
	padding:0;
	margin:0;
	font-size:153.9%;
	font-weight:normal;
	font-style:italic;
	}
#hd h5 {
	padding:0;
	margin:0;
	font-size:108%;
	font-weight:normal;
	}
/* Title Bar */
#title {
	background:#002842;
	color:#999;
	}
#title h1 {
	padding:0;
	margin:6px 10px;
	font-size:100%;
	font-weight:normal;
	}
#title p {
	padding:0;
	margin:6px 10px;
	text-align:right;
	}
#title a {
	color:#ccc;
	text-decoration:none;
	}
#title a:hover {
	color:#B23C32;
	}
/* Broker Bar */
#br {
	background:#002842;
	color:#999;
	}
#br p {
	padding:6px 10px;
	margin:0;
	text-align:center;
	}
	
/* Body */
#bo {
	margin:0;
	padding:0;
	min-height:300px;
	background:#fff url(/_Templates/Default-Broker/CSS/Images/Body-Shade.gif) repeat-x top left;
	}
	
/* Pages */
#bo div.pg {
	padding:20px;
	}
#bo div.pg-lt {
	padding:10px 0 10px 10px;
	}
#bo div.pg-rt {
	padding:10px 10px 10px 0;
	}
/* Pages- ListingNotes Signup */
#bo-lnsignup {
	background:#ddd;
	border:1px solid #999;
	padding:20px 20px 5px 20px;
	}
#bo-lnsignup table {
	width:100%;
	}
#bo-lnsignup tr {
	vertical-align:top;
	}
#bo-lnsignup h2 {
	margin:0;
	margin-bottom:3px;
	}
#bo-lnsignup h3 {
	margin:0;
	margin-bottom:10px;
	text-align:center;
	}
#bo-lnsignup hr {
	height:1px;
	padding:0;
	margin:10px 0;
	border:0;
	color:#999;
	background:#999;
	}
#bo-lnsignup label {
	display:block;
	margin-bottom:5px;
	padding-left:3px;
	}
#bo-lnsignup input.text {
	width:200px;
	}
#bo-lnsignup input.error {
	background: #ffcccc;
	}
#bo-lnsignup input.applecore {
	display:none;
	}
#bo-lnsignup p.send {
	text-align:right;
	}
#bo-lnsignup input.send {
	width: 80px;
	font-size:138.5%; 
	color: #900;
	background:#eee;
	border:2px solid #999;
	border-top:2px solid #ccc;
	border-left:2px solid #ccc;
	}
#bo-lnsignup p.error {
	color: #c00;
	margin:0;
	padding:0;
	margin-bottom:2px;
	}
/* Footer Bar */	
#ft {
	font-size:85%;
	color:#6E7878;
	}
#ft a {
	color:#545B5B;
	}
#ft a:hover, #ft a:focus {
	color:#9D2F2E;
	}
#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;
	}

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

/*** 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: 		.62em 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:#324F6D;
	}
.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:#00203F;
	}

/* My Code */
#sf li.base {
	border-right:1px solid #617FA4;
	}
#sf li.live,#sf li.base:hover,#sf li.base:focus {
	background:#547295;
	}
#sf ul li ul li {
	margin-top:-2px;
	}