@charset "UTF-8";
body{
	background-color:#D2DAE4;
	background-image:url(graphics/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
td {
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 16px;
	color:#663300;
	align:left;
	text-align: left;
}
.tdright {
	text-align: right;
}
a:link{
	color:#663300;
}
a:hover{
	color:#663300;
	text-decoration:none;
}
a:visited{
	color:#663300;
}
.applemenu{
	margin: 5px 0;
	padding: 0;
	width: 340px; /*width of menu*/
	border: 1px solid #E0E0E0;
}

.applemenu div.silverheader a{
	background: #E0E0E0 url(/graphics/silvergradient.gif) repeat-x center left;
	color: #999999;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom: 1px #CCCCCC solid;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover, .applemenu div.silverheaderPrint{
background-image: url(/graphics/silvergradientover.gif);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	background: #F1EBD3;
	padding: 5px;
	height: 420px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	overflow:auto;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.applemenu div.submenuPrint{ /*DIV that contains each sub menu*/
	background: #F1EBD3;
	padding: 5px;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.applemenu2{
	margin: 5px 0;
	padding: 0;
	width: 340px; /*width of menu*/
	border: 1px solid #E0E0E0;
}

.applemenu2 div.silverheader2{
	background: #E0E0E0 url(/graphics/silvergradientover.gif) repeat-x center left;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom: 1px #CCCCCC solid;
}
.applemenu2 div.submenu2{ /*DIV that contains each sub menu*/
	background: #F1EBD3;
	padding: 5px;
	width: auto;
	height: 280px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	overflow-x:hidden;
	overflow-y:auto;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.applemenu2 div.submenu3{ /*DIV that contains each sub menu*/
	background: #F1EBD3;
	padding: 5px;
	width: auto;
	height: 280px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.applemenu3{
	margin: 5px 0;
	padding: 0;
	width: 340px; /*width of menu*/
	border: 1px solid #E0E0E0;
}

.applemenu3 div.silverheader3{
	background: #E0E0E0 url(/graphics/silvergradientover.gif) repeat-x center left;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom: 1px #CCCCCC solid;
}
.applemenu3 div.submenu3{ /*DIV that contains each sub menu*/
	background: #F1EBD3;
	padding: 5px;
	width: auto;
	height: 280px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	overflow-x:hidden;
	overflow-y:auto;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.applemenu3 div.submenu4{ /*DIV that contains each sub menu*/
	background: #FFFFFF;
	border:solid 10px #F1EBD3;
	padding: 5px;
	width: auto;
	height: 200px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	overflow-x:hidden;
	overflow-y:auto;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.smallHeader{
	font-family: "Arial Narrow", Arial;
	font-size: 10px;
	font-weight: bold;
	color: #663300;
}
.smallData{
	font-family: "Arial Narrow", Arial;
	font-size: 10px;
	color: #663300;
}
.header{
	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}
.data{
	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	color: #663300;
}
/*
    input {
      display: block;
      margin: 0 0 10px;
      border: 1px solid #666;
      color: #999;
    }
    label {
      display: block;
      font-weight: bold;
      color: #666;
    }
*/
    legend {
      font-size: 1.2em;
      font-weight: bold;
    }

    select {
      display: block;
      width: 300px;
    }
    select.replaced {
      display: none;
    }
	select.cc {
		width:75px;
	}
    ul.selectReplacement {
	margin: 0;
	padding: 0;
	height: 1.65em;
	width: 300px;
	background-image: url(/graphics/selectTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #663300;
    }
    ul.selectReplacement li {
	color: #666666;
	cursor: pointer;
	display: none;
	font-size: 11px;
	line-height: 1.7em;
	list-style: none;
	margin: 0;
	padding: 1px 12px;
	width: 276px;
	background-color: #CCCC99;
    }
    ul.selectOpen li {
      display: block;
    }
    ul.selectReplacement li.selected {
      background: url(bottom.gif) bottom left no-repeat;
      color: #663300;
      display: block;
    }
    ul.selectOpen li.selected {
	display: block;
	background-color: #FFFFFF;
    }
    ul.selectOpen li:hover,
    ul.selectOpen li.hover,
    ul.selectOpen li.selected:hover {
      background: #663300;
      color: #fff;
    }
.halfmoon{
margin-bottom: 0;
}

.halfmoon ul{
padding: 2px 7px 0px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 14px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #999999;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 2px 7px 0px 5px;
margin: 0;
margin-bottom: 0;
margin-right: 0; /*distance between each tab*/
border: 1px solid #999999;
color: black;
font: bold 14px Verdana;
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover, .halfmoon li a.current{
border-left: 1px solid #999999;
border-right: 1px solid #999999;
border-top: 1px solid #999999;
border-bottom: 1px solid #FFFFFF;
}

#tabcontentcontainer{
width:700px; /*width of 2nd level content*/
/* height:600px; height of 2nd level content. Set to largest's content height to avoid jittering.*/
border-left: 1px solid #999999;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
}

#ddimagetabs{
width:700px; /*width of 2nd level content*/
}
.tabcontent{
display:none;
}
.searchBg {
	color: #9F9363;
	background-color: #DED9C4;
}
.inputClass{
	width:150px;
	font-size:11px;
}
.inputClassSmall{
	width:50px;
	font-size:11px;
}
.planSearchBg{
	background-image:url('graphics/search_homes/search_homes_r3_c5.gif');
}
.lightrow{
	background-color:#FFFFFF;
}
.darkrow{
	background-color:#F1EBD3;
}
.footerMenu{
	font-size: 12px;
	color: #666666;
	text-align: center;
}
.footerMenu a:link{
	color: #666666;
}
.footerMenu a:visited{
	color: #666666;
}
.footerMenu a:hover{
	color: #666666;
}
.footerCopyright{
	font-size: 10px;
	color: #666666;
	text-align: center;
}
.FormButton{
	text-align:right;
}
.Star{
	color:#FF0000;
	}

