@charset "utf-8";
/* MI Space - Getting Ready to Buy section (light green) */

#section_name {
background-image: url(../images/orange_arrow.gif);
background-position: .4em .2em;
background-repeat: no-repeat;
width: 98%;
padding-top: .25em;
padding-right: 0;
padding-bottom:.25em;
padding-left: 1.25em;
font-size: 1.2em;
font-weight: bold;
margin-top: 2em;
_background-position: .4em .2em;
}

#section_name a {
	color: #adc008;
	text-decoration: none;
	text-transform: uppercase;
}

#section_name a:hover {
	color: #ed5100;
}


#leftnav_content ul li a.current {
	font-weight: bold;
	font-size: 1em;
	color:#adc008;
}

#leftnav_content ul li a:link.current {
	color:#adc008;
	text-decoration:none;
}
#leftnav_content ul li a:visited.current {
	color:#adc008;
	text-decoration:none;
}
#leftnav_content ul li a:hover.current {
	color: #ed5100;
}

#leftnav_content ul li a:active.current {
	color:#adc008;
	text-decoration:none;
}
#leftnav_content ul ul li a.current {
	font-weight: bold;
	font-size: 1em;
	color:#adc008;
}

#leftnav_content ul ul li a.current {
	font-weight: bold;
	color:#adc008 !important;
}

#leftnav_content ul ul ul li a.current {
	font-weight: bold;
	color:#adc008 !important;
}


#leftnav_content ul li a:hover.current {
	color: #ed5100 !important;
}

#leftnav_content ul ul li a:hover.current {
	color: #ed5100 !important;
}

#leftnav_content ul ul ul li a:hover.current {
	color: #ed5100 !important;
}


/* menu tabs you are here indicator - different colors for each section */

#tabs div.on {
background-color: #adc008;
}

#tabs div.on a:link, #tabs div.on a:visited {
text-decoration:none;
color:#fff;
}
#tabs div.on a:hover {
color: #bef0f8;
text-decoration:none;
}

#tabs div.on a:active {
text-decoration:none;
color:#fff;
}


/*h1 color only - other formatting on mispace.css */
h1 {
color:#adc008;
}

h2 {
font-size: 1.3em;
color: #adc008;
}