/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font: 100%/1.4 Georgia, "Times New Roman", Times, serif;
	background: url(images/backgroundtile2.jpg) repeat-x;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
.wrapper {
	background: url(images/headerbackground.png) no-repeat center top, url(images/headerbackground2.png) repeat-x center top;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 1000px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}



h3 {
	font-weight: normal;
	text-transform: uppercase;
	color: #1b4383;
	letter-spacing: .25em;
	font-size: 1.25em;
}
h2 {
	font-size: 1.4em;
	color: #000;
}
h1 {
	font-weight: normal;
	color: #324e6a;
	font-size: 2.3em;
}
.subwrapper p, .subwrapper ul {
	line-height: 1.8em;
	padding: 0;
	margin-top: 1.2em;
}
.subcontainer li {
	margin-left: 20px;
	padding: 0;
	list-style: inside;
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	height: 200px;
	position: relative;
}
header .slogan {
	font-size: 1.4em;
	color: #93b0ce;
	position: absolute;
	height: 104px;
	width: 230px;
	/*left: 250px;*/
	top: 0px;
	/*background-image: url(images/couple-snow.png);*/
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-left: 255px;
	padding-top: 40px;
	text-shadow: 1px 1px 2px #000;
	line-height: 1.4em;
}
header .phone {
	font-size: 1.5em;
	color: #FFF;
	position: absolute;
	top: 50px;
	right: 0px;
	text-shadow: 1px 1px 2px #000;
}
.topnav {
	position: absolute;
	top: 0px;
	right: 0px;
	list-style: none;
}
.topnav li {
	float: left;
}
a.requestinfo {
	display: block;
	text-decoration: none;
	background: #476845;
	color: #FFF;
	margin-right: 20px;
	padding: 5px 10px;
}
.topnav li a:link, .topnav li a:visited {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding-top: 5px;
}
.topnav li a:hover {
	display: block;
	text-decoration: underline;
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
header nav ul {
	list-style: none;
	margin-top: 20px;
	z-index: 1;
}
header nav ul li {
	float: left;
}
header nav ul li a:link, header nav ul li a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 12px 0px 0px;
	text-shadow: 1px 1px 2px #243345;
	border-right: 1px solid #93b0ce;
	margin: 0px 12px 0px 0px;
}
header nav ul li a:hover, header nav ul li a:active, header nav ul li a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #f9fa9a;
}
header nav ul li a.last {
	border: none;
}
.content {
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background: url(images/shadow.png) repeat-x center bottom;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
.featuredbox {
	padding: 0px;
	height: 475px;
	width: 640px;
	margin-right: 32px;
	margin-bottom: 20px;
	float: left;
}

.slideshow {
	background-color: #9ec099;
	height: 390px;
	width: 100%;
	margin-bottom: 20px;
	float: left;
}
.featuredproperties {
	background-color: #243345;
	height: 65px;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.featuredproperties p {
	font-size: 1.2em;
	color: #FFF;
	line-height: 45px;
	padding-left: 20px;
}
.featuredproperties a.propbutton {
	display: block;
	text-decoration: none;
	background: #476845;
	color: #FFF;
	padding: 5px 10px;
	width: 120px;
	position: absolute;
	right: 20px;
	line-height: 30px;
	margin: 0px;
	text-align: center;
	top: 13px;
}
.mainabout {
	padding: 0px;
	margin-bottom: 20px;
	float: left;
	width: 320px;
}
.mainabout img {
-moz-box-shadow: 6px 6px 5px #888;
-webkit-box-shadow: 6px 6px 5px #888;
box-shadow: 6px 6px 5px #888;
}
.subwrapper {
	margin: 0px;
	clear: both;
	padding: 0px;
	background: #fff;
}
.subcontainer {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.subcontainer img {
	padding: 10px;
	float: left;
	margin-right: 20px;
	background-color: #aed5a9;
}
.subfeature1 {
	width: 470px;
	float: left;
	margin-right: 50px;
}
.subfeature2 {
	width: 470px;
	float: left;
}
footer nav ul {
	list-style: none;
	position: absolute;
	top: 20px;
	right: 0px;
}
footer nav ul li {
	float: right;
}
footer nav ul li a:link, footer nav ul li a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	color: #FFF;
	padding: 0px 5px 0px 0px;
	border-right: 1px solid #4F6792;
	margin: 0px 0px 0px 5px;
	font: 0.85em Georgia, "Times New Roman", Times, serif;
}
footer nav ul li a:hover, footer nav ul li a:active, footer nav ul li a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	text-decoration: none;
}
footer nav ul li a.last {
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #243345;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the block elements. The elements within these blocks have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the block itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the block element and place a second block element within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a block set to float right). Many times, padding can be used instead. For blocks where this rule must be broken, you should add a "display:inline" declaration to the block element's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar blocks could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the blocks around in the HTML source.

*/
.sidebar1 {
	float: right;
	width: 220px;
	background: #d1e1cb;
	padding: 15px;
	margin-left: 20px;
	margin-bottom: 25px;
}
.footerwrapper {
	margin: 0px;
	padding: 0px;
	height: 200px;
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: #243345;
	background-image: url(images/footerbackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/* ~~ The footer ~~ */
footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: #243345;
	background-image: url(images/footerbackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
footer p, address {
	color: #FFF;
	font-size: 0.85em;
}
img.review{
	width:700px;
	margin-right:0;
	padding:0;
	float:none;
	background-color: #fff;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}
ul {
	margin: 0px;
	padding: 0px;
}
