@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

#-----------------------Mobile {}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96.6666%;
	padding-left: 1.6666%;
	padding-right: 1.6666%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 100px;
	background-image: url(../images/Header.jpg);
	overflow: hidden;
}
#logo {
	height: 100px;
	width: 100%;
}
#logo img {
	width: 100%;
	height: 100px;
}
#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 97%;
	display: block;
	height: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	padding: 1.5%;
	background-color: #f0e2c9;
	border: 1px solid #fdce83;
	color: #c72e39;
}
#slideshow {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
	margin-bottom: 10px;
}
#main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #fcedd3;
	margin-bottom: 10px;
	border: 1px solid #fdce83;
}
#positioningstatement {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 50px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fcb94a;
	box-shadow: 0px 1px #fff;
}
#PositionongStatementText {
	float: left;
	width: 95%;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px
}
#PositioningStatementButton {
	float: right;
/*	width: 35%; */
	width: 10%;
	margin-top: 7px;
	margin-right: 10px;
	text-align: right;
}
#newadditions {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-bottom: 1px solid #fcb94a;
	box-shadow: 0px 1px white;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#NewAdditionsHeadline {
	float: left;
	height: 30px;
	width: 205px;
	margin-top: 5px;
	margin-left: 5px;
}
#NewAdditionsText {
	color: #b17438;
	clear: both;
	float: left;
	height: 100px;
	width: 98%;
	margin-left: 5px;
	margin-bottom: 10px;
}
#NewAdditionsButton {
	float: right;
	width: 30%;
	margin-right: 10px;
	clear: both;
	margin-top: 10px;
	text-align: right;
}
#FeatureBoxHolder {
}
#featurebox1 {
	clear: both;
	float: left;
	width: 95%;
	display: block;
	height: 100%;
	margin-left: 10px;
}
.FeatureBoxGraphic {
	float: left;
	width: 48%;
}
.FeatureBoxText {
	color: #755f31;
	float: right;
	width: 50%;
}
.FeatureBoxText h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: -5px;
}
#featurebox2 {
	clear: both;
	float: left;
	width: 95%;
	display: block;
	height: 100%;
	margin-left: 10px;
}
#featurebox3 {
	clear: both;
	float: left;
	width: 95%;
	display: block;
	height: 100%;
	margin-left: 10px;
}
.FeatureBoxControler {
	background-image: url(../images/TexturedBackground.jpg);
	margin-bottom: 10px;
	border: 1px solid #755f31;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 180px;
	background-color: #00CCFF;
	text-align: center;
	color: #FF9933;
	padding-top: 5px;
}
#footer a {
	color: #000000;
}

#FollowUs {}

#SocialIcons {
	width: 190px;
	margin: 0 auto;
}
.Social { float: left; margin-left: 5px; margin-top: 5px; }
#PoweredBy {
	width: 25%;
	float: right;
}

a:link {
	color: #c72e39;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #c72e39;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {




#-----------------------Tablet {}

.gridContainer {
	width: 97.7777%;
	padding-left: 1.1111%;
	padding-right: 1.1111%;
}
#header {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height: 125px;
}
#logo img {
	width: 100%;
	height: 125px;
}
#menu {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
}
#slideshow {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#positioningstatement {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 100px;
	margin-bottom: 40px;
}
#newadditions {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#FeatureBoxHolder { width: 98%; clear: both; margin: 0 auto; }
#featurebox1 {
	clear: none;
	float: left;
	width: 32%;
	height: auto;
	margin-left: 0px;
}
.FeatureBoxGraphic {
	float: left;
	width: 100%;
	text-align: center;
}
.FeatureBoxText {
	color: #755f31;
	float: left;
	width: 90%;
	padding: 10px;
}
#featurebox2 {
	clear: none;
	float: left;
	margin-left: 1.5%;
	width: 32%;
	height: auto;
}
#featurebox3 {
	clear: none;
	float: left;
	margin-left: 1.5%;
	width: 32%;
	height: auto;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 180px;
}

#FollowUs { margin-top: 20px; }

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

#-----------------------Desktop {}

.gridContainer {
	width: 98.3333%;
	max-width: 960px;
	padding-left: 0.8333%;
	padding-right: 0.8333%;
	margin: auto;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 166px;
}
#logo {
	height: 100px;
	width: 960px;
}
#logo img {
	width: 100%;
	height: 165px;
}
#menu {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
	height: 20px;
}
#menu a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
#slideshow {
	clear: both;
	float: left;
	margin-left: 10px;
	width: 100%;
	display: block;
	height: 400px;
}
#main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#positioningstatement {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 105px;
}

#PositioningStatementText { margin-right: 20px; }

#PositioningStatementButton { margin-right: 20px; margin-top: 20px; }

#NewAdditionsButton { width: 100%; }

#newadditions {
	clear: both;
	float: left;
	margin-left: 13px;
	width: 215px;
	display: block;
	height: 310px;
	border-bottom: none;
	box-shadow: none;
}
#NewAdditionsText {
	color: #b17438;
	clear: both;
	float: left;
	height: 200px;
	width: 98%;
	margin-left: 5px;
	margin-bottom: 10px;
}
#FeatureBoxHolder {
	width: 98%;
	clear: none;
	margin: 0;
}
#featurebox1 {
	clear: none;
	float: left;
	margin-left: 15px;
	width: 220px;
	display: block;
	height: auto;
	padding-top: 5px;
}
#featurebox2 {
	clear: none;
	float: left;
	margin-left: 15px;
	width: 220px;
	display: block;
	height: auto;
	padding-top: 5px;
}
#featurebox3 {
	clear: none;
	float: left;
	margin-left: 15px;
	width: 220px;
	display: block;
	height: auto;
	padding-top: 5px;
}
#footer {
	clear: both;
	width: 100%;
	display: block;
	height: 180px;
	max-width: 960px;
	float: none;
	margin: auto;
}
}
