/* 
  ------------------------------------------------
  M.L. Appraisals - inner appraisals
  Copyright (c) 2007 kvtdesigns
  
  THIS CONTAINS ONLY CHANGES NEEDED FROM MAIN FOR THIS PAGE
  Must be called in the page directly AFTER the main css
  ------------------------------------------------
*/
#addressroot {
	background-image: url(../images/mla_bar_bg_gr.jpg);
	background-color: #99CC33;
}

#column_wrapper {
	background-image: url(../images/mla3_middle.jpg);
	margin-top: 0px;
}
#column_top {
	background-image: url(../images/mla3_top.jpg);
}
#column_bottom {
	background-image: url(../images/mla3_bottom.jpg);
}

#left {
	width: 600px;
	float: left;
	background: none;
}
#right {
	width: 300px;
	float: left;
	background: none;	
}
#left .content {
	padding: 24px 36px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content img {
	border: none;
}

#right .content {
	padding: 24px 36px;
	font-size: 0.72em;
	line-height: 1.5em;
}
#right .content ul {
	margin: 0px 0px 0px 20px; 
}


.menulist {
	margin: 6px 0 12px 0px;
	padding: 0;
	list-style-type: none;
}

#left a:link, #left a:visited, #right a:link, #right a:visited   {
	color: #FF9933;
	text-decoration: underline;
}

#left a:hover, #right a:hover  {
	color: #0066CC;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #99CC33;
	border-left: 6px solid #99CC33;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #0066CC;
	/*text-decoration: none;*/
}


.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #0066CC !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	color: #99CC33;
}
h2 {
	font-size: 1.35em;
	margin: 30px 0 0 0;
	color: #99CC33;
}
h3 {
	font-size: 1.20em;
	margin: 20px 0 0 0;
	color: #99CC33;
}
h4 {
	font-size: 1.0em;
	margin: 20px 0 0 0;
	color: #99CC33;
}

/* 
syntax for text replacement
<h1 id="apphdr">Appraisal Services<span></span></h1>
*/

#fphdr { 
	margin: 0;
	padding: 0;
	position: relative;
	width: 287px;
	height: 24px;
	overflow: hidden;
}
#fphdr span { 
	display:block;
    position:absolute; left:0; top:0; z-index:1;
    width:287px; height:24px;
    margin:0; padding:0;
    background: url(../images/flrplansh1_2.gif) top left no-repeat;
}