@charset "utf-8";
/* CSS Document */
body{
	background:#3b4824;
	font-variant:small-caps;
	font-size:85%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#444;
}
.bg1280{
 background: url(../images/bgd/bg1280x1024.jpg) top left fixed; 
}
.bg1360{
 background: url(../images/bgd/bg1360x800.jpg) top left fixed; 
}
.bg1440{
 background: url(../images/bgd/bg1440x900.jpg) top left fixed;
}
.bg1680{
 background: url(../images/bgd/bg1680x1050.jpg) top left fixed;
}
.bg1920{
 background: url(../images/bgd/bg1920x1200.jpg) top left fixed;
}
#wrapper{
	width:960px;
	margin:0 auto 0 auto;
}
#header{
	width:100%;
	height:20px;
	background:url(../../images/headerBgd2.png) top left repeat-x;
}
#footer{
	width:100%;
	height:20px;
	background:url(../images/footerBgd2.png) top left repeat-x;
}
#container{
	width:100%;
	background:url(../images/dropShadowBgd3.png) repeat-y;
}
/* */
#content{
	width:920px;
	margin:0 auto 0 auto;
}
#headerImg{
	width:100%;
	height:150px;
	background:url(../images/hmrLogo.png) top left no-repeat;
}
#headerFlash{
	width:100%;
	height:150px;
}
#mainMenu ul{
	width:920px;
	margin-bottom:50px;
	height:40px;
	float:right;
	background:url(../images/buttonBar7.png) top left no-repeat;
	padding:0;
	z-index:99;
	clear:both;
}
#mainMenu ul li{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
#mainMenu ul li a{
	text-decoration:none;
	outline:none;
	display:block;
	height:40px;
	text-indent:-99999px;
	margin:0;
	padding:0;
}
#mainMenu ul li a:hover{
	background:url(../images/buttonOverBgd.png) top left repeat-x;
}
/* home */
#mainMenu ul li a.home{
	width:96px;
}
#mainMenu ul li a.home:hover{
	/* background:url(../images/buttonBar7.png) bottom left no-repeat; */
}
#mainMenu ul li a.realtor {
	width:214px;
}
#mainMenu ul li a.realtor:hover{
	/* background:url(../images/buttonBar7.png) bottom -96px no-repeat;	 */
}
#mainMenu ul li a.magazine {
	width:280px;
}
#mainMenu ul li a.magazine:hover{
	/* background:url(../images/buttonBar7.png) bottom -310px no-repeat; */
}
#mainMenu ul li a.archive  {
	width:210px;
}
#mainMenu ul li a.archive:hover{
	/* background:url(../images/buttonBar7.png) bottom -590px no-repeat; */
}
#mainMenu ul li a.contact  {
	width:120px;
}
#mainMenu ul li a.contact:hover{
	/* background:url(../images/buttonBar7.png) bottom -800px no-repeat; */
}
/**/
#mainContent{
	clear:both;
	width:100%;
}
#mainContent h1, #mainContent h2{
	font-size:30px;
	color:#333;
	font-weight:bolder;
	text-align:center;
	padding-top:5px;
}
#mainContent h2{
	font-size:24px;
	padding:5px;
	border-bottom:1px solid #666;
}
#mainContent p{
	font-family:Arial, Helvetica, sans-serif;
	font-variant:normal;
	text-align:justify;
	margin:10px;
}
#mainContent a{
	text-decoration:none;
}
#mainContent a:hover{
	text-decoration:underline;
}
#mainContent #leftColumn p{
	text-indent:30px;
}
#mainContent img{	
}
#leftColumn{
	width:460px;
	float:left;
}
#middleColumn{
	width:460px;
	margin:0 auto 0 auto;
}
#leftColumnContent{
	width:100%;
	background:url(../images/contentBoxBgd.png) top center repeat;
	margin:0;
	padding:0;
	padding-bottom:10px;
}
#rightColumn{
	width:440px;
	float:right;
}
.columnHeader{
	width:100%;
	height:40px;
	background:url(../images/columnHeader.png) top left no-repeat;
}
.columnFooter{
	width:100%;
	height:40px;
	margin-top:-10px;
	background:url(../images/columnFooter.png) top left no-repeat;
}
/**/
#copyright{
	text-align:center;
	color:#333;
	font-weight:bold;
	clear:both;
	padding:20px 0 2px 0;
}
/* */
#tableCont {
	clear:both;
	width:100%;
	margin:0 auto 0 auto;
}
table{
	width:100%;
	background:#fff;
}
table tr td{
	padding:3px;
	font-variant:normal;
	color:#666;
}
table.morePadding tr td{
	padding:5px;
}
table tr td p{
	margin:6px;
}
table tr td span{
	font-style:italic;
	font-size:90%;
}
table tr td a{
	
}
table tr td a:hover{
	color:#999;
}
table tr td img{
	padding:3px;
	background:#efdebf;
	margin:3px auto 3px auto;
}
/* */
#wmpCredit{
	clear:both;
	padding-bottom:10px;
}
#wmpCredit p{
	text-align:center;
	color:#223f8f;
	width:380px;
	margin: 0 auto 0 auto;
}
#wmpCredit a{
	color:#223f8f;
	text-decoration:none;
	outline:none;
	margin:0;
	padding:0;
}
#wmpCredit a:hover{
	color:#333;
}
#wmpCredit span{
	text-indent:-9999px;
	text-align:center;
	display:block;
	width:181px;
	height:70px;
	margin:0 auto 0 auto;
	padding:0;
	background:url(../../images/wmpLogo2.png) bottom center no-repeat;
	cursor:pointer;
}
/**/
#contactForm {
}
#contactForm .label{
	float: left;
	width: 140px;
	margin:0;
	margin-right: 10px;
	padding:0;
	text-align: right;
	display: block;
	font-style:italic;
}
#contactForm .label2{
	float: left;
	width:60px;
	margin:0;
	padding:0;
	text-align: right;
	display: block;	
}
#contactForm #submit{
	margin-left:150px;
	width:158px;
}
#contactForm input{
	width:150px;
}
#contactForm input[type="radio"]{
	width:10px;
}
#contactForm select{
	width:155px;
}
#contactForm textarea{
	width:150px;
}
.error{
	color:#F00;
	font-weight:bold;
}
.sent{
	color:#f00;
	margin:0;
	padding:0;
}
.formNote {
	font-style:italic;
	font-size:small;
}
/**/
.left{
	float:left;
}
.right{
	float:right;
}
.intro{
	font-weight:bold;
}
.contact{
	width:170px;
	margin:20px auto 20px auto;
	font-variant:normal;
}
.magazineCover{
	margin-top:-190px;
}
.center{
	text-align:center;
}
.coverImage{
	width:331px;
	margin:10px 0 10px 40px;
}
.black{
	color:#000;
}
.hugeText{
	font-size:28px;
}
.orange{
	color:#F90;
}
.center{
	text-align:center;
}
