@charset "UTF-8";
/* CSS Document */

/*

  BROWN:
  Hex - 450e05
  RBG - R 69 G 14 B 5

  BROWN TINT - DARK:
  Hex - d1c2bd
  RBG - R 209 B 194 G 189

  BROWN TINT - LIGHT:
  Hex - eae0de
  RGB - R 234 G 224 B 222

  RED:
  Hex - e12020
  RBG - R225 G 32 B 32

*/

/**** CSS For New Homepage - September 2008 ****/

#HomeWrap {
	display: block;
	width: 935px;
}

#HomeFlash {
	height: 390px !important;
	height: 400px;
	width: 700px !important;
	width: 700px;
	margin: 0;
	padding: 0;
	overflow:hidden;
	display:block;
}

#HomeClassicBox {
	background-color: #eae0de;
	height: 277px !important;
	height: 280px;
	width: 195px !important;
	width: 198px;
	border: 3px solid #fff;
	margin: 0;
	padding: 0;
	overflow:hidden;
	float: right;
	display:block;
}

h2#HomeText {
	margin: 230px 0px 0px 0px;
	padding: 5px;
	position: absolute;
	z-index: 1001;
	top: 0px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	border: solid 1px #000000;
	width:692px !important;
	width:688px;
	background-color: #450e05;
	line-height: 20px;
}
div#HomeWarning {
	margin: 0px;
	padding: 5px;
	position: absolute;
	z-index: 1001;
	background-color: #450e05;
	color:#FFFFFF;
	top: 588px;
	width:692px !important;
	width:688px;
	text-align: center;;
}

.HomeClassicForm {
	color: #450e05;
	font-size: 10px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.HomeClassicForm label { 
	font-size:12px
	}
	
.HomeClassicDrop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background-color: #ffffff;
	color: #450e05;
	padding: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 2px;
	margin-bottom: 2px;
}

#ClassicSubmit {
   	background-color: #acce3f;
	color: #450e05;
	height: 30px;
	padding: 0px;
	font-size: 16px;
	width: 100px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
	line-height: 25px;
	text-align: center;
	font-weight: 600;
	border:none 0px #acce3f;

}

/*

#HomeRedBox {
	background-image: url(media/prop_worth.jpg);
	background-position: center center;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:19px;
	margin-top:10px;
	text-align:left;
	vertical-align:middle;
	height: 84px !important;
	height: 108px;
	width: 172px !important;
	width: 198px;
	color:#FFFFFF;
	float:right;
	display:block;
	padding-left:14px;
	padding-right:14px;
	padding-top:12px;
	padding-bottom:12px;
	cursor:pointer;
}

*/

#HomeRedBox {
	background-image: url(media/prop_worth.jpg);
	background-position: center center;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:19px;
	margin-top:10px;
	text-align:center;
	vertical-align:middle;
	height: 84px !important;
	height: 108px;
	width: 172px !important;
	width: 198px;
	color:#FFFFFF;
	float:right;
	display:block;
	padding-left:14px;
	padding-right:14px;
	padding-top:12px;
	padding-bottom:12px;
	cursor:pointer;
}

a.RedBox:Hover {
	text-decoration: none;
}

/* Submit Button for Modern Browsers  */
.ClassicSubmit {
	background-color: #acce3f;
	color: #450e05;
	height: 30px;
	padding: 0px;
	font-size: 16px;
	width: 100px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
	line-height: 25px;
	text-align: center;
	font-weight: 600;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.ClassicSubmit:Hover {
	background-color: #450e05; 
	color: #acce3f;
}

/* Submit Button for IE6  */

input.ClassicIE6 {
	background-color: #acce3f;
	color: #450e05;
	height: 27px;
	padding: 0px;
	font-size: 16px;
	width: 100px;
	margin: 0px;
	cursor: pointer;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
:Hover input.ClassicIE6 {
	background-color: #450e05; 
	color: #acce3f;

}
