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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	font-family: "century gothic", futura, arial, helvetica, sans-serif;
	font-size: 62.5%;
	
}
.image {
	border: 1px solid #FFFFFF;
}

a:link .image {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 

a:visited .image {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 

a:hover .image {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
a:active .image {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 


#container  {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	padding-top: 20px;
}



#header  {
	background-color: #000000;
}

#Logo {
	float: left;
	width: 162px;
	height: 110px;
	background-image: url(Images/Dino_Wilson_logo.jpg);
}
#Menu {
	width: 615px;
	margin-left: 162px;
	height: 110px;
	position: relative;
	font-family: century gothic, futura, arial, helvetica, sans-serif;
}
#Menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#Menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#Menu a:hover {
	color: #999999;
	text-decoration: none;
}
#Menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#Menu h1 {
	font-size: 1.4em;
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	right: 5px;
	letter-spacing: .1em;

}


#mainContent  {
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.3em;
	line-height: 1.5em;
}
#mainContent a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#mainContent a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#mainContent a:hover {
	color: #999999;
	text-decoration: none;
}
#mainContent a:active {
	color: #FFFFFF;
	text-decoration: none;
}


#mainContent H1 {
	font-family: "Century Gothic";
	color: #EF3624;
	font-weight: normal;
	letter-spacing: 0.15em;
	padding-top: 20px;
	font-size: 1.75em;
}

#AboutPic {
	width: 123px;
	padding-top: 50px;
	margin-left: 654px;
	text-align: center;
}
#AboutText {
	padding-right: 30px;
	width: 597px;
	float: left;
}

#footer  {
	padding: 0 10px;
	background-color: #000000;
}

#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#Contact {
	width: 780px;
	margin-top: 20px;
}
form {
	margin: 0px;
	padding: 0px;
}

#ContactLeft {
	padding-left: 20px;
	float: left;
	width: 480px;
}
#ContactLeft  p {
	margin: 0px;
}

#ContactRight {
	width: 250px;
	padding-left: 10px;
	margin-left: 500px;
}
#ContactRight h2 {
	font-size: 1.2em;
	font-weight: 500;
	line-height: 25px;
}


#PropHeader {
	width: 780px;
}
#PropMainContainer {
	width: 780px;
}
#PropMainPicFrame {
	width: 460px;
	margin-left: 317px;
}
#PropDesc {
	padding-right: 10px;
	float: left;
	width: 300px;
	padding-top: 10px;
}


#PropDesc  h2 {
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.FeatProp {
	height: 100%;
	width: 740px;
	margin-right: 20px;
	margin-left: 20px;
}
.FeatPropFoot {
	height: 10px;
	width: 550px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EF3524;
	margin-right: 95px;
	margin-left: 95px;
}

.FeatPropDesc {
	float: left;
	width: 370px;
}
.FeatPropPic {
	width: 367px;
	margin-left: 370px;
	text-align: right;
}
h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
h4 {
	margin: 0px;
	font-style: normal;
	font-weight: normal;
}
h5 {
	font-size: 1.0em;
}

#PropTbl {
	text-align: center;
}
#PropTbl p {
	margin: 0px;
}
#PropTbl td {
	padding-bottom: 30px;
}
.SOLD {
	color: #FF0000;
}
#Testimonial {
	width: 680px;
	padding-right: 50px;
	padding-left: 50px;
}
