td {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #4f4f4f;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content2 {
	background-image: url(../images/bg-repeat.gif);
	padding-left:20px;
	padding-right:20px;
}

.content2 a {
	color:#b4904b;
}

.footer, .footer a:link, .footer a:active, .footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration:none;
}

.footer a:hover{
	color: #666666;
	text-decoration:underline;
}
.HomeContent{
	line-height:28px;
}
.BrownHeader{
	font-size:14px;
	color:#4f3a1c;
}
.Testimonials{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
}
.Testimonials a:link, .Testimonials a:active, .Testimonials a:visited{
	color:#b4904b;
	text-decoration:none;
}
.Testimonials a:hover{
	color:#43290F;
}

/***********************   STEP OFF    ***********************/
.stepOff, .stepOff a:link, .stepOff a:active, .stepOff a:hover, .stepOff a:visited {
	color:c2c2c2;
	text-decoration:none;
}

.brownText{
	color:#4f3a1c;
}
.brownText a{
	color:#4f3a1c;
}

.tanText, .tanText a:link, .tanText a:active, .tanText a:visited{
	color:#b4904b;
	text-decoration:none;
}
.tanText14, .tanText14 a:link, .tanText14 a:active, .tanText14 a:visited{
	color:#b4904b;
	font-size:14px;
	text-decoration:none;
}
.brownText14, .brownText14 a:link, .brownText14 a:active, .brownText14 a:visited{
	color:#4f3a1c;
	font-size:14px;
}
.tanText a:hover {
	color:#4f3a1c;
	text-decoration:none;
}


a:link, a:active, a:visited {
	color:b4904b;
}

a:hover {
	color:503a1c;
}

/***********************   TOOL TIP    ***********************/

div#container{
	width: 500px; 
	margin:0 auto
}

a.tt{
    position:relative;
    z-index:24;
    color:#b4904b;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #4f3a1c; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: white;
    text-align: left;
	filter: alpha(opacity:100);
	/*KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;*/
}
a.tt:hover span.top{
	display: block;
	padding: 8px 8px 0;
    background: url(../images/tooltip_box.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../images/tooltip_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #b4904b;
    background: url(../images/tooltip_box.gif) no-repeat bottom;
}

