@charset "utf-8";
body {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	text-align: center;
	color: #000;
	font-weight: bold;
	line-height: 1.3em;
	background-image: url(../Images/bodybackground.jpg);
}

img {
	border:none;
}

#header {
	height: 190px;
}
#navigation {
	height: 50px;
	border-top-width: medium;
	border-right-width: medium;
	border-left-width: medium;
	border-top-style: groove;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #5E050C;
	border-right-color: #5E050C;
	border-left-color: #5E050C;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #5E050C;
	text-align: center;
	background-image: url(../Images/nav/navigationbackground.jpg);
	background-repeat: repeat;
	width: 980px;
	}
#container {
	width: 980px;
	border: 4px solid #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#mainContent {
	padding: 10px 30px;
	background-image: url(../Images/maincontentbg.png);
	
}
#info {
	height: 275px;
	margin-bottom: 11px;
}
#info p {
	line-height: 18px;
}
#virtualtours img {
	border: medium solid rgba(59,136,62,1.00);
}



#virtualtours {
	width: 94%;
	background-color: rgba(96,73,51,0.56);
	color: rgba(255,255,255,1.00);
	font-style: italic;
	margin: 23px auto;
	padding: 13px 10px 2px;
	font-size: large;
	text-shadow: 0px 2px rgba(113,113,113,1.00);
	border: 5px groove rgba(59,136,62,1.00);
	border-radius: 41px;
	text-align: center;
}
#virtualtours p {


}
#virtualtours table tbody tr th p {
	line-height: 7px;
}


.center {
	text-align: center;

}


.panorama {
	width: 100%;
	text-align: center;
	margin-bottom: 32px;
	overflow-x: hidden;
	height: 615px;
	display: inline-table;
}

#container #mainContent .notices {
	text-align: left;
	color: #747474;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainContent .notices a {
	color: #7E4A33;
}


#footer {
	height: 137px;
	clear: both;
}
#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 */
}

.floatright {
	margin: 10px;
	float: right;
}
.floatleft {
	margin: 10px;
	float: left;
}
#sidepics {
	float: right;
	height: 500px;
	width: 250px;
}
.featuredmls {
	height: 500px;
	width: 885px;
	border: medium groove #963;
	margin: 0 auto;
	display: block;
}

#mlsbuttons {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	height: 40px;
	margin-top: 5px;
	padding-top: 15px;
}
#container #mainContent #mlsbuttons a {
	border: medium double #960;
	padding:5px 15px;
	color: #610710;
	margin-top:20px;
	display: inline;
}
#mlsholder {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.tours {
	width: 905px;
	height: auto;
}
#mainContent .tours h2 {
	margin-left: 21px;
}

.button {
	background-color: #3B883E; /* Green */
	border: thin ridge black;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	display: inline-block;
	border-radius: 21px;
}
.clearfix {
	overflow: auto
}
