body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:normal;
}
.bodysm {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}

.heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#F0AF01;
	font-size:18px;
	font-weight:bold;
}
.heading2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
}

.subheading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
	font-weight:bold;
}

.hyperlink a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#0066CC;
	font-size:12px;
}

.hyperlink a:hover {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	color:#0066CC;
	font-size:12px;
}

#nav span.first a {
	display:block;
	height: 17px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 17px;
	text-decoration: none;
	font-weight:bold;
	float:left;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0 0 0 0;
	}		

#nav span a {
	display:block;
	height: 17px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 17px;
	text-decoration: none;
	font-weight:bold;
	float:left;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0 0 0 0px;
	}	
	
#nav span a:link, #nav span a:visited {
	color: #000000;
	display: block;
	background: url(http://spencerforsale.com/images/squares.gif);
	background-repeat:no-repeat;
	padding: 0 10px 0 10px;
	float:left;
	}	
	
#nav span a:hover {
	color: #666666;
	text-decoration:underline;
	background: url(http://spencerforsale.com/images/squares.gif) 0 -17px;
	background-repeat:no-repeat;
	padding: 0 10px 0 10px;
	}
	
ul#leftnav {
	display:block;
	width:160;
	margin:0;
	padding:0;
	list-style:none;
	}	

#leftnav li a:link, #leftnav li a:visited {
	text-decoration: none;
	font-weight:bold;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	display: block;
	padding-bottom:10px !important;
	padding-bottom:0px;
	}	
	
#leftnav li a:hover {
	font-weight:bold;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:underline;
	}
	
a.button110 {
	display:block;
	height: 20x;
  	width:119px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	font-weight:bold;
	float:right;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:0 0 0 0px;
	text-align:center;
	padding:7px 0;
	}	
	
a:link.button110, a:visited.button110 {
	color: #FFFFFF;
	display: block;
	background: url(../images/110buttonbckgrnd.gif);
	background-repeat:no-repeat;
	float:right;
	}	
	
a:hover.button110 {
	color: #FFFFFF;
	text-decoration:underline;
	background: url(../images/110buttonbckgrndh.gif);
	background-repeat:no-repeat;
	}
	
a.button88 {
	display:block;
	height:22x;
  	width:97px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	font-weight:bold;
	float:right;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:0 0 0 0px;
	text-align:center;
	padding:8px 0px 10px 0px;
	}	
	
a:link.button88, a:visited.button88 {
	color: #FFFFFF;
	display: block;
	background: url(../images/88buttonbckgrnd.gif);
	background-repeat:no-repeat;
	float:right;
	}	
	
a:hover.button88 {
	color: #FFFFFF;
	text-decoration:underline;
	background: url(../images/88buttonbckgrndh.gif);
	background-repeat:no-repeat;
	}
	
/* notifications */
.notification.success {
	background:#effeb9 url('../images/icons/notifications/success.png') no-repeat 10px 10px;
	border-color:#98c700;
	color:#000000;
}
.notification.error {
	background:#fccac3 url('../images/icons/notifications/error.png') no-repeat 10px 10px;
	border-color:#ea5338;
	color:#000000;
}
.notification.warning {
	background:#ffeaa7 url('../images/icons/notifications/warning.png') no-repeat 10px 10px;
	border-color:#f9b418;
	color:#000000;
}
.notification.info {
	background:#d1e4f3 url('../images/icons/notifications/info.png') no-repeat 10px 10px;
	border-color:#4d8fcc;
	color:#000000;
}
.notification.tip {
	background:#feeac9 url('../images/icons/notifications/tip.png') no-repeat 10px 10px;
	color:#000000;
	border-color:#d38e49;
}
.notification {
	border-width:1px;
	border-style:solid;
	padding:17px 17px 17px 55px;
	margin-bottom:15px;
	-moz-border-radius:3px;
	-webkit-border:3px;
	border-radius:3px;
	color:#000000;
}
.notification .close {
	background:url("http://spencerforsale.com/images/icons/small/close.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	float:right;
	height:16px;
	margin-top:2px;
	opacity:0.7;
	width:16px;
}
.notification .close:hover {
	opacity:1;
}
/* end notifications */