html {
	background:#660033;
	}
a, .mock-link {
	color:#660033;
	text-decoration:none;
	}
a:hover, a:focus, .mock-link:hover  {
	color:#205848;
	}
.right {	
	text-align:right;
	}
.myerror {
	background:#f99;
	color:#600;
	}
.hide { 
	display: none;
	}
/* ListingNotes Bar */
#ln {
	padding:5px 0;
	color:#FF9900;
	font-size:92%;
	}
#ln a {
	text-decoration:none;
	color:#F90;
	}
#ln a:hover {
	color:#D9A68C;
	text-decoration:underline;
	}
#ln p {
	display:inline;
	margin:0;
	padding:0 0 0 5px;
	}
#ln div.share {
	text-align:right;
	padding-right:5px;
	}
/* Header */
#hd {
	background:#660033 url(/_Templates/Broker-GrandMoves/CSS/Images/GrandMovesHeader.jpg) top right no-repeat;
	height:132px;
	position:relative;
	}
#hd h2 {
	color:#fff;
	text-align:center;
	padding:0;
	margin:0;
	margin-top:15px;
	margin-right:97px;
	font-size:123.1%;
	font-weight:normal;
	}
#hd div {
	position:absolute;
	margin:0;
	top:0;
	left:0;
	width:250px;
	height:130px;
	text-align:center;
	color:#00203F;
	background: url(/_Templates/Broker-GrandMoves/CSS/Images/GrandMovesLogo.gif) top left no-repeat;
	}
#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 {
	color:#FF9900;
	}
#title h1 {
	padding:0;
	margin:6px 10px;
	font-size:100%;
	font-weight:bold;
	}
#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:#fff url(/_Templates/Broker-GrandMoves/CSS/Images/BodyBottom.gif) bottom left no-repeat;
	color:#999;
	border-top:1px solid #660033;
	}
#br p {
	padding:2px 10px;
	margin:0;
	text-align:center;
	}
	
/* Body */
#bo {
	min-height:300px;
	background:#fff url(/_Templates/Broker-GrandMoves/CSS/Images/BodyTop.gif) top left no-repeat;
	}
	
/* 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%;
	color:#B38099;
	}
#ft a {
	color:#B38099;
	}
#ft a:hover, #ft a:focus {
	color:#fff;
	}
#ft p {
	padding:3px 5px;
	}
#ft img {
	margin:0;
	padding:0;
	margin-top:-3px;
	filter:alpha(opacity=40);
	-moz-opacity:0.40;
	-khtml-opacity: 0.40;
	opacity: 0.40;
	}

/* Menu */
#mnu {
	position:relative;
	width:940px;
	margin-left: auto;
    margin-right: auto;
    z-index:		99;
	}
#sf {
	position:absolute;
	right:10px;
	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: 		.5em 0.75em;
	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:normal;
	color:#FF9900;
	}
.sf-menu li li a, .sf-menu li li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#000;
	}
.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:#660033;
	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:#000;
	}

/* My Code */

#sf li.live {
	background:#fff;
	}
#sf li.base:hover,#sf li.base:focus {
	background:#ccc;
	}
#sf ul li ul {
	margin-top:-.6em;
	}
