body{background-image: url('images/backgroundnoise.png');
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	

}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	color: #FFF;
	}
	
h1 {
	font-size: 40px;
	padding: 30px 0 15px 0;
	}
	
h3 {
	font-size: 20px;
	text-transform: uppercase;
	padding: 0;
	margin: 4px 0 5px 0;
	}

.wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
a{color: #bebebe;}
a:hover{color: white;}
.logo {
	float: left;
	margin-top: 50px;
	margin-bottom: 20px;
	height: 60px;
}
.topButtons a {
	font-family: 'Lobster', serif;
	text-decoration: none;
	font-size: 14px;
	background-image: url('images/topNavRibbon.png');
	background-repeat: no-repeat;
		display: inline-block;
	color: white;
	text-align: center;
	width: 138px; height: 43px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 5px;
	line-height: 25px;
	font-size: 20px;
}
.topButtons a:hover{color: #bebebe;}
.topButtons {
	float: right;
}
.headerAddress {
	float: right;
	font-family: 'Oswald', serif;
	color: #aeb3ba;
	text-align: right;
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
	margin-top: 25px;
}
.navigation{margin-top: 30px;}
.navigation ul li {
	display: inline-block;
	font-family: "Oswald", serif;
	text-transform: uppercase;
	color: white;
	
}
.navigation ul li a {
	color: white;
	text-decoration: none;
	font-size: 15px;
	display: inline-block;
	padding: 5px 14px;
	letter-spacing: 1px;
}
.navigation ul li a:hover{color: #bebebe;}
.navigation {
	text-align: center;
	border-bottom: 4px solid #96272b;
}

.spacer {
	height: 1px;
	background-color: #198667;
	margin-top: 10px;
	margin-bottom: 10px;
}
.frontPageFeatures .spacer {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.frontPageFeatures h3 {
	padding-top: 25px;
}
.footerLeft {
	float: left;
	width: 300px;
}
.footerCenter {
	float: left;
	width: 330px;
	text-align: center;
}
.footerRight {
	float: right;
	width: 310px;
	text-align: right;
}
.footerTop {
	font-size: 14px;
	line-height: 19px;
	color: white;
	padding-bottom: 10px;
	padding-top: 25px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footerBottom {
	font-size: 11px;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	
}
.footerBottom a {
	
	text-transform: uppercase;
	
}

.frontPage{border-top: 2px solid white; padding-top: 10px; border-bottom: 4px solid #96272b;}
.frontPageImage img{border: 2px solid #606060; float: left; width: 578px; box-shadow: 5px 5px 5px #333333;}
.frontPageBox {
	width: 300px;
	float: right;
	margin-top: 15px;
	color: white;
	line-height: 30px;
}
.greyButton{
	display: inline-block; background-color: #606060; border: 1px solid white; color: white; font-family: 'Lobster', sans-serif; text-decoration: none; padding: 5px 15px;
	}
	.greyButton:hover{background-color: #818181;}
	.mapLocation{font-size: 24px; padding: 10px 20px; margin-top: 40px; margin-left: 50px;}
	.featuredImages{margin-top: 20px;}
.featuredImages .featuredImage{width: 200px; height: 200px; overflow: hidden;  border-radius: 200px; border: 2px solid white; text-align: center; float: left; }
.featuredImage img.horizontal{height: 100%; text-align: center;}
.featuredImage img.vertical{width: 100%;}
h2{font-size: 60px; color: white; font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 2px; line-height: 64px;}
#featuredHeader span{display: none;}
h2#featuredHeader{background-image: url('images/FeaturesHeader.png'); background-repeat: no-repeat; display: block; width: 300px; height: 60px; float: left;}
.frontPageBottom{background-color: #96272b; margin-top: 20px; padding-top: 20px; padding-bottom: 20px; margin-bottom: 6px;}
.featuredDescription{margin-top: 20px; width: 140px; height: 125px; vertical-align: middle; float: left; text-align: center; color: white; font-family: 'Lobster', sans-serif; font-size: 20px; line-height: 30px; padding: 0px 10px;}
.featuredBanner{text-align: center; font-family: 'Lobster', sans-serif; font-size: 21px; line-height: 45px; color: white; background-image: url('images/greyRibbon.png'); background-repeat: no-repeat; background-position: top center; width: 620px; height: 55px; float: right; }



/*Floorplans*/
#floorplans {
	margin: 25px 0 40px 0;
	}

.floorplan_selection {
	width: 270px;
	height: 290px;
	position: relative;
	float: left;
	padding: 0;
	margin: 0 50px 0 0;
	overflow: hidden;
	}

.floorplan_selection:nth-child(3n) {
	margin-right: 0;
	}
	
.floorplan_selection img.thumbnail {
	width: 100%;
	opacity: 1;
	transition: opacity .4s;
	}
	
.floorplan_selection:hover img.thumbnail {
	opacity: .4;
	}
	
.floorplan_selection a {
	text-decoration: none;
	}
	
.floorplan_rate {
	color: #BBB;
	}
	
/*Photos*/
#slideshow, .features {
	width: 50%;
	float: left;
	margin: 0;
	padding: 25px 0;
	position: relative;
	}
	
#slideshow img.thumbnail {
	width: 125px;
	height: 100px;
	margin: 0 15px 15px 0;
	padding: 0;
	opacity: 1;
	transition: opacity .5s;
	}
	
#slideshow img.thumbnail:hover {
	opacity: .4;
	}
	
#slideshow a:nth-child(3n) img.thumbnail {
	margin-right: 0;
	}
	
.features h3 {
	padding-top: 20px;
	}
	
	
/*Style for mobile devices*/
@media (max-width: 500px) {
	
	h1 {
		font-size: 30px;
		}
	
	.wrapper {
		width: 100%;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	.logo {
		display: static;
		width: 250px;
		float: none;
		margin: 80px auto 20px auto;
		height: 60px;
	}
	.topButtons a {
		font-family: 'Lobster', serif;
		text-decoration: none;
		font-size: 13px;
		background-image: url('images/topNavRibbon.png');
		background-position: top center;
		background-repeat: no-repeat;
		display: inline-block;
		color: white;
		text-align: center;
		width: 140px;
		max-width: 45%;
		height: 50;
		padding-top: 6px;
		padding-bottom: 3px;
		margin: 0;
		line-height: 25px;
		font-size: 20px;
		white-space: nowrap;
	}
	.topButtons {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0 auto;
		width: 100%;
		padding-top: 0;
		text-align: center;
	}
	.headerAddress {
		display: none;
	}
	.navigation{margin-top: 30px;}
	
	.navigation ul li {
		display: inline-block;
		font-family: "Oswald", serif;
		text-transform: uppercase;
		color: white;
		
	}
	.navigation ul li a {
		color: white;
		text-decoration: none;
		font-size: 15px;
		display: inline-block;
		padding: 5px 14px;
		letter-spacing: 1px;
	}
	.navigation ul li a:hover{color: #bebebe;}
	.navigation {
		text-align: center;
		border-bottom: 4px solid #96272b;
	}
	
	.spacer {
		height: 1px;
		background-color: #198667;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.frontPageFeatures .spacer {
		width: 300px;
		margin-right: auto;
		margin-left: auto;
	}
	.frontPageFeatures h3 {
		padding-top: 25px;
	}
	.footerLeft, .footerCenter, .footerRight {
		float: none;
		position: static;
		width: 100%;
		text-align: center;
		padding-bottom: 30px;
	}
	.footerTop {
		font-size: 14px;
		line-height: 19px;
		color: white;
		padding-bottom: 10px;
		padding-top: 25px;
		font-family: 'Oswald', sans-serif;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	.footerBottom {
		font-size: 11px;
		color: white;
		padding-top: 15px;
		padding-bottom: 10px;
		
	}
	.footerBottom a {
		
		text-transform: uppercase;
		
	}
	
	.frontPage{border-top: 2px solid white; padding-top: 10px; border-bottom: 4px solid #96272b;}
	
	.frontPageImage {
		display: block;
		width: 85%;
		margin: 0 auto;
		padding: 20px 0;
		}
	
	.frontPageImage img{
		display: static;
		border: 2px solid #606060;
		box-shadow: 5px 5px 5px #333333;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		}
		
	.frontPageBox {
		position: static;
		width: 85%;
		float: none;
		margin: 20px auto;
		color: white;
		line-height: 30px;
		text-align: center;
	}
	.greyButton {
		display: block;
		background-color: #606060;
		border: 1px solid white;
		color: white; font-family: 'Lobster', sans-serif;
		text-decoration: none;
		padding: 15px;
		margin: 0;
		}
		
		.greyButton:hover{background-color: #818181;}
		.mapLocation{font-size: 24px; padding: 10px 20px; margin-top: 40px; margin-left: 0;}
		
	.featuredImages{margin-top: 0;}
	.featuredImages .featuredImage{width: 140px; height: 140px; overflow: hidden;  border-radius: 140px; border: 2px solid white; text-align: center; float: none; display: block; margin: 0 auto; }
	.featuredImage img.horizontal{height: 100%; text-align: center;}
	.featuredImage img.vertical{width: 100%;}
	h2{font-size: 50px; color: white; font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 2px; line-height: 55px;}
	#featuredHeader span{display: inline-block;}
	h2#featuredHeader{background: none; text-align: center; width: 100%;}
	.frontPageBottom{background-color: #96272b; margin-top: 20px; padding-top: 20px; padding-bottom: 20px; margin-bottom: 6px;}
	.featuredDescription{margin: 0 auto; width: 85%; height: auto; float: none; position: static; text-align: center; color: white; font-family: 'Lobster', sans-serif; font-size: 16px; line-height: 18px; padding: 20px 0;}
	.featuredBanner{position: static; text-align: center; font-family: 'Lobster', sans-serif; font-size: 16px; line-height: 24px; color: white; background-image: none; width: 85%; height: auto; float: none; margin: 0 auto; }
	
	
	
	/*Floorplans*/
	#floorplans {
		margin: 25px auto 40px auto;
		width: 80%;
		position: relative;
		text-align: center;
		}
	
	.floorplan_selection {
		width: 100%;
		height: auto;
		position: relative;
		float: none;
		padding: 0;
		margin: 0 0 30px 0;
		}
		
	.floorplan_selection img.thumbnail {
		width: 100%;
		opacity: 1;
		transition: opacity .4s;
		}
		
	.floorplan_selection:hover img.thumbnail {
		opacity: .4;
		}
		
	.floorplan_selection a {
		text-decoration: none;
		}
		
	.floorplan_rate {
		color: #BBB;
		}
		
	/*Photos*/
	#slideshow, .features {
		width: 80%;
		float: none;
		position: static;
		margin: 20px auto;
		padding: 0;
		position: relative;
		}
		
	#slideshow img.thumbnail {
		width: 100px;
		height: 80px;
		margin: 5px 5px;
		padding: 0;
		opacity: 1;
		transition: opacity .5s;
		}
		
	#slideshow img.thumbnail:hover {
		opacity: .4;
		}
		
	#slideshow a:nth-child(3n) img.thumbnail {
		margin-right: 5px;
		}
		
	.features h3 {
		padding-top: 20px;
		}
		
	.features ul {
		text-align: left;
		}
	
	
}