/* Start of CMSMS style sheet 'Brent Footer Menu' */
/* Brent Leasing Footer Menu Styles */

#footer1_wrapper {
	height: 32px;
	border-top: 1px solid #006600;
	border-bottom: 1px solid #006600;
	background: #ffffff;
}

#footer1 {
        width: 900px;
        position: relative;
}

#whiteout {
     height: 32px;
     width: 5px;
     position: absolute;
     top: 0;
     right: 0;
     z-index: 10;
     background: #ffffff;
}

#footer1 ul {
       position: absolute;
       left: 220px;	
       padding-top: 10px;
       overflow: hidden;
 }

#footer1 ul li {
	display: inline;
	float: left;
}

#footer1 ul li a, #footer1 ul li h3 {
	display: block;
	font-size: 7.5pt;
	padding-left: 6px;
	padding-right: 6px;
	border-right: 1px solid black;
	height: 12px;
	line-height: 12px;
        text-decoration: underline;
        font-weight: normal;
}

#footer1 ul #footer_m1 a, #footer1 ul #footer_m2 a, #footer1 ul #footer_m3 a,
#footer1 ul #footer_m4 a, #footer1 ul #footer_m5 a, #footer1 ul #footer_m6 a {
	color: black;
}


#footer1 ul #footer_m1 a {
	border: none;
}

#footer1 ul #footer_m1 a:hover, #footer1 ul #footer_m2 a:hover, ##footer1 ul #footer_m3 a:hover,
#footer1 ul #footer_m4 a:hover, #footer1 ul #footer_m5 a:hover, #footer1 ul #footer_m6 a:hover {
	color: red;
}

#footer1 ul #footer_m1 a:visited, #footer1 ul #footer_m2 a:visited, #footer1 ul #footer_m3 a:visited,
#footer1 ul #footer_m4 a:visited, #footer1 ul #footer_m5 a:visited, #footer1 ul #footer_m6 a:visited {
	color: blue;
}

/* End of 'Brent Footer Menu' */

