/* Developed by Wylie Creative, Kennesaw Georgia - hello@wyliecreative.com */

/* Defaults */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFF;
	height: 100%;
	color: #5c5c5e;
	font-family: Georgia;
}

.clear {
	clear: both;
	visibility: hidden;
}

a {
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	color: #40749f;
}

p {
	font-size: 12px;
	line-height: 18px;
}

h1 {
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	color: #00467f;
	margin-bottom: 4px;
	margin-top: 10px;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	color: #00467f;
	line-height: 18px;
	margin-bottom: 4px;
}

h3 {
	font-weight: normal;
	font-size: 12px;
	color: #00467f;
	line-height: 14px;
	margin-bottom: 8px;
}

.centerText {
	text-align: center;
}

hr {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #7fa2bf;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

/* Containers and Main Elements */

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#contentContainer {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}

.preservation {
	background-image: url(../images/preservationWrapper.jpg);
}

.header {
	height: 55px;
	text-align: center;
	padding-top: 15px;
}

#slideShow {
	display: block;
	height: 400px;
	width: 840px;
}

#slideShowSub {
	display: block;
	height: 400px;
	width: 510px;
}

#sitePlan {
	display: block;
	height: 725px;
	width: 840px;
}

#amenities {
	display: block;
	height: 440px;
	width: 510px;
}

#column_full {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}

#column_left {
	width: 510px;
	float: left;
}

	.laurelGrove {
	background-image: url(../images/map_laurelpark.jpg);
	height: 390px;
	background-repeat: no-repeat;
	}

#column_right {
	width: 270px;
	float: left;
	margin-left: 60px;
}
	#column_right h1 {
	font-weight: normal;
	font-size: 24px;
	text-align: left;
	color: #00467f;
	margin-bottom: 6px;
	line-height: 24px;
	margin-top: 0px;
	}
	
	#column_right li {
	font-size:12px;
	}
	
#columnRow, #columnRowGolf {
	display: block;
	width: 510px;
	margin-bottom: 25px;
}

.columnRowLeft {
	float: left;
	width: 190px;
}

.columnRowRight {
	float: left;
	width: 300px;
}

#columnRowGolf .columnRowLeft {
	float: left;
	width: 120px;
}

#columnRowGolf .columnRowRight {
	float: left;
	width: 390px;
}

.twoColumn {
	background-image: url(../images/column-tile.gif);
	background-repeat: repeat;
	margin-top: 20px;
}

.imageLeft {
	float: left;
	margin-right: 10px;
}

.imageLeft20 {
	float: left;
	margin-right: 20px;
}

#column_left ul {
	padding-left: 20px;
}

#column_left li {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 3px;
}

.imageRight {
	float: right;
	margin-left: 10px;
}

.imageRight20 {
	float: right;
	margin-left: 20px;
}

.imageTop {
	margin-top: 4px;
}


.imageVertAlign {
	vertical-align: text-bottom;
}

#columnMargin {
	margin-bottom: 25px;
}

/* Main Nav */

#mainNav {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 45px;
	margin-top: 5px;
}

#mainNav li {
	list-style-type: none;
	display: inline;
	padding-right: 2px;
	padding-left: 2px;
}

#mainNav li a {
	color: #5c5c5e;
	font-size: 13px;
	text-decoration: none;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}

#mainNav li a:hover {
	color: #00467f;
}

#mainNav .current {
	color: #345796;
	background-color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C7DAE9;
	border-bottom-color: #C7DAE9;
}


/* Sub Nav */

#subNav {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	text-align: center;
	margin-top: 5px;
}

#subNav li {
	list-style-type: none;
	margin-right: 5px;
	display: inline;
}

#subNav li a {
	color: #345797;
	font-size: 12px;
	text-decoration: none;
	background-color: #C7DAE9;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}

#subNav li a:hover {
	color: #345796;
	background-color: #E8E8E8;
}

#subNav .current {
	color: #FFF;
	background-color: #3d81b4;
}


/* Footer */
#footer {
	height: 200px;
	background-color: #cfdce7;
	display: block;
	width: 840px;
	margin-top: 30px;
	color: #00467f;
	text-align: center;
	padding-top: 10px;
}

.disclaimer {
	font-size: 10px;
	line-height: 12px;
	font-family: Arial;
	color: #7097b7;
}


/* Footer Nav */

#footerNav {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 15px;
}

#footerNav li {
	list-style-type: none;
	margin-right: 5px;
	display: inline;
}

#footerNav li a {
	color: #00467f;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
}

#footerNav li a:hover {
	color: #CCC;
}


/* Index Elements */
#indexRow {
	padding-bottom: 20px;
	display: block;
	width: 510px;
	height: 130px;
}


/* Location Elements */
#accordion ul {
	margin-bottom: 15px;
}

#accordion h2 {
	font-size: 16px;
	height: 22px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

