/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

.nav a, .content_heading h1 {
	font-family:"Times New Roman", Times, serif;
}

body {
	background: #CCCCCC url(../images/layout/WildRidge_Homes_Background.jpg) repeat-x left top;
}

.nav {
	background: url(../images/layout/WildRidge_Homes_Button.jpg) no-repeat center top;
	text-align: center;
	overflow:hidden;
}
.nav:hover {
	background: url(../images/layout/WildRidge_Homes_Button_Hover.jpg) no-repeat center top;
}
.nav a {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	padding:7px 0;
}

#links {
	padding: 8px 30px;
}

#links a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding: 2px;
	margin: 10px;
	border: 1px solid #666666;
}

#links a:hover {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #333333;
}

.content_table {
	margin: 0 0 10px;
}
.content_heading {
	background: url(../images/layout/WildRidge_Homes_Sec_Title.jpg) no-repeat center bottom;
	padding-left: 15px;
}
.content_heading h1 {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 3px 0 2px 4px;
}
.content {
	background: #FFFFFF;
	padding: 8px 12px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
.content p, .content ul, .content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}
.content_end {
	background: url(../images/layout/WildRidge_Homes_Sec_End.jpg) no-repeat center top;
	font-size: 9px;
	line-height: 9px;
}

.content_wide_heading {
	background: url(../images/layout/content_wide_top.jpg) no-repeat center bottom;
	padding-left: 15px;
}
.content_wide_heading h1 {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 3px 0 2px 4px;
}

.footer {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
.footer a {
	color: #464646;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
	color:#000000;
}