@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	background-color: #ccc5b8;
}
body {
	line-height: 1;
	width: 960px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #e5e1da;
	border-radius: 10px;
	box-shadow: 2px 2px 15px #555;
	-webkit-box-shadow: 2px 2px 15px #555;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	font-family: Arial, "Helvetica Neue", Helvetica, Gotham, sans-serif;
	font-size: 15px;
}

.main {
	position: relative;
}
header {
	background-image: url(../_images/SC_web_bannerLG.jpg);
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	height: 313px;
	position: relative;
	background-repeat: no-repeat;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 3px 3px 6px #555;
	-webkit-box-shadow: 3px 3px 6px #555;
	z-index: 100;
}

img {
	margin: 0px 10px 5px 10px;
}

.border {
	border: 2px solid #e5e1da;
	box-shadow: 1px 1px 6px #333;
	-webkit-box-shadow: 1px 1px 6px #333;
}

.border_two {
	border: 2px solid #ccc5b8;
	box-shadow: 1px 1px 6px #333;
	-webkit-box-shadow: 1px 1px 6px #333;
}

.border_margin {
	border: 2px solid #e5e1da;
	box-shadow: 1px 1px 6px #333;
	-webkit-box-shadow: 1px 1px 6px #333;
	margin-top: 7px;
}

.bullet {
	list-style: disc;
	list-style-position: inside;
	margin-left: -10px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #365944;
	text-decoration: underline;
}

h2 {
	margin: 0;
	padding: 10px 10px 0px 10px;
	color: #e5e1da;
	font-size: 20px;
	text-shadow: 1px 1px 6px #333;
}

.float_right {
	float: right;
	display: inline;
}

.float_left {
	float: left;
	display: inline;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/* Right Column */



.main .right_col {
	color: #000;
	width: 690px;
	min-height: 300px;
	float: right;
	margin-bottom: 20px;
	margin-right: 10px;
	padding-top: 0px;
	background-color: #b39f7d;
	border-radius: 10px;
	box-shadow: 3px 3px 6px #555;
	-webkit-box-shadow: 3px 3px 6px #555;
}

.main .right_col li {
	padding: 5px 10px 0px 40px;
	font-size: .95em;
}

.main article h2 {
	margin: 0;
	padding: 10px 10px 0px 10px;
	color: #e5e1da;
	font-size: 20px;
	text-shadow: 1px 1px 6px #333;
}

.main article {
	width: 670px;
	margin: 10px;
}

.index_image {
	margin: 10px;
}

.main article p {
	padding: 5px 10px 0px 20px;
	text-indent: 10px;
}

.main article p:last-child {
	padding-bottom: 10px;
}

.slider {
	background-color: #fff;
	margin: auto;
	width: 670px;
	height: 416px;
	text-align: center;
	font-size: 2em;
	line-height: 13;
}

.map {
	background-color: #fff;
	margin: 10px auto 10px auto;
	width: 670px;
	height: 400px;
	text-align: center;
	font-size: 2em;
	line-height: 13;
}

.news h2 {
	border-top: 2px solid #e5e1da;
}

.news h2:first-child {
	border: none;
}

.residential table {
	float: right;
	width: 440px;
	margin: 16px 0px 0px 10px;
}

.residential table td {
	vertical-align: top;
}

/* INVALID
.residential img {
	display: block;
	margin: 0px auto 0px auto;
	border-radius: 10px;
}

*/

.residential table h3 {
	margin: 0;
	padding: 5px 0px 5px 0px;
	color: #e5e1da;
	font-size: 1.2em;
	text-shadow: 1px 1px 6px #333;
	text-align: center;
}

.residential table a img:hover {
	border: 2px solid #365944;
}

.residential table h3 a {
	color: #fff;
}

.residential table h3 a:hover {
	color: #365944;
	text-shadow: 1px 1px 6px #666;
}

.residential table p {
	text-indent: 0;
	text-align: center;
	margin: 0;
	font-size: .8em;
}

.cleveland_info {
	position: absolute;
	float: right;
	bottom: 260px;
	right: 60px;
	width: 270px;
	background-color: #e5e1da;
	border-radius: 10px;
	box-shadow: 3px 3px 6px #555;
	-webkit-box-shadow: 3px 3px 6px #555;
}

.cleveland_info table {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.info_header {
	width: 270px;
	height: 40px;
	margin: 0px;
	line-height: 40px;
	text-align: center;
	background-color: #365944;
	border-radius: 10px 10px 0px 0px;
	border-bottom: 2px ridge #b39f7d;
}

.cleveland_info h2 {
	margin: 0px;
	color: #e5e1da;
	font-size: 1.3em;
	text-shadow: 1px 1px 6px #333;
	text-align: center;
}

.cleveland_info p {
	margin: 5px 0px 0px 0px;
	padding: 0;
	text-indent: 0;
	font-size: .8em;
	text-align: center;
}

.cleveland_info .heading {
	padding: 5px 0px 5px 0px;
	font-size: 1em;
	border-bottom: 2px solid #b39f7d;
}

.cleveland_info_col_one p {
	text-align: left;
}

.cleveland_info_col_two p {
	text-align: right;
}

.date {
	color: #e5e1da;
	font-size: .75em;
	margin: 0px 0px 30px 0px;
	text-shadow: 1px 1px 5px #333;
}

.stacked {
	margin: 0px;
}

.contact {
	width: 670px;
	margin: 10px;
	padding: 0px;
}

.contact h2 {
	margin: 0;
	padding: 10px 10px 0px 10px;
	color: #e5e1da;
	font-size: 1.3em;
	text-shadow: 1px 1px 6px #333;
}

.contact p {
	padding: 0px 10px 0px 20px;
	text-indent: 0px;
}

.contact p:last-child {
	padding-bottom: 10px;
}

.g_map {
	width: 670px;
	margin: 10px 10px 20px 10px;
	padding: 0;
}

.g_map h2 {
	margin: 0;
	padding: 10px 10px 0px 10px;
	color: #e5e1da;
	font-size: 1.30em;
	text-shadow: 1px 1px 6px #333;
}

.g_map iframe {
	margin: 20px 10px 0px 10px;
}

.g_map a {
	text-align: center;
}

.residential_homes {
	width: 670px;
	margin: 10px;
	padding: 0px;
}

.residential_homes h2 a {
	color: #e5e1da;
}

.residential_homes h2 a:hover {
	color: #365944;
	text-shadow: 1px 1px 6px #666;
}


.residential_homes p {
	padding: 0px 10px 0px 20px;
	text-indent: 10px;
}

.feature {
	margin-top: 18px;
	margin-bottom: 20px;
}

.residential_homes table {
	width: 650px;
	margin: 20px auto 20px auto;
	border-top: 2px solid #e5e1da;
}

.residential_homes table td {
	width: 325px;
	padding: 10px 0px 0px 0px;
	vertical-align: top;
	text-align: center;
}

.residential_homes table img {
	margin: 10px 0px 0px 0px;
}

.residential_homes table p {
	text-indent: 0px;
	font-size: .8em;
	margin: 5px 0px 5px 0px;
}

.shop_info {
	float: right;
	width: 180px;
	margin: 6px 10px 10px 10px;
	padding: 0;
	background-color: #e5e1da;
	border-radius: 10px;
	box-shadow: 3px 3px 6px #555;
	-webkit-box-shadow: 3px 3px 6px #555;
}

.shop_info_header {
	width: 180px;
	background-color: #365944;
	margin: 0px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
	border-bottom: 2px ridge #b39f7d;
}

.shop_info_header h4 {
	color: #fff;
	margin: 0px;
	font-size: 1em;
	font-weight: normal;
	text-shadow: 1px 1px 6px #111;
}

.shop_info_content p {
	margin: 5px 0px 0px -20px;
	padding: 0;
	text-align: center;
	font-size: .8em;
	line-height: 0.5;
}

.shop_table {
	margin: 0px 10px 0px 10px;
}

.shop_table img {
	vertical-align: middle;
	margin: 0px 0px 10px 0px;
}

.development {
	margin: 10px 0px 0px 0px;
}

.development_links {
	text-align: center;
	margin: 10px 0px 10px 0px;
}

.development_links a {
	padding-left: 10px;
	padding-right: 10px;
	border-left: 2px solid #ccc5b8;
	text-decoration: none;
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	display: inline-block;
	text-shadow: 1px 1px 6px #111;
}

.development_links a:first-child {
	border-left: none;
}

.development_links a:hover {
	color: #365944;
	text-shadow: 1px 1px 6px #666;
	text-decoration: underline;
}


/* Right Column Secondary */

.main .right_col_secondary {
	width: 670px;
	margin: 10px;
	padding-top: 10px;
	border-top: 2px solid #e5e1da;
}

.main .right_col_secondary h2 {
	margin: 0;
	padding: 10px 10px 0px 10px;
	color: #e5e1da;
	font-size: 20px;
	text-shadow: 1px 1px 6px #333;
}

.main .right_col_secondary p {
	padding: 5px 10px 0px 20px;
	text-indent: 10px;
}

.main .right_col_secondary .flush_left p {
	text-indent: 0px;
}

.main .right_col_secondary p:last-child {
	padding-bottom: 10px;
}



/* Left Column */



.main .left_col {
	color: #000;
	width: 220px;
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 10px;
	background-color: #b39f7d;
	border-radius: 10px;
	box-shadow: 3px 3px 6px #555;
	-webkit-box-shadow: 3px 3px 6px #555;
}

.left_col ul {
	padding: 0;
	line-height: 1;
}

.left_col li {
	padding-top: 0px;
	color: #e5e1da;
	font-size: 19px;
	text-shadow: 0px 0px 6px #333;
}

.left_col p {
	font-size: 14px;
	margin: 0;
	padding: 10px 10px 30px 10px;
}

.left_col p a {
	color: #000;
	text-decoration: none;

}

.left_col p a:hover {
	color: #365944;
	text-decoration: underline;
}

.left_col p:last-child {
	padding-bottom: 0px;
}



/* Left Column Secondary */



.left_col_secondary {
	width: 240px;
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 0px;
	background-color: #b39f7d;
	border-radius: 10px;
	box-shadow: 3px 3px 6px #555;
	-webkit-box-shadow: 3px 3px 6px #555;
}

.col_header {
	width: 240px;
	margin: 0px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	background-color: #365944;
	border-radius: 10px 10px 0px 0px;
	border-bottom: 2px ridge #b39f7d;
}

.col_header h4 {
	color: #fff;
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	text-shadow: 1px 1px 6px #111;
}

.businesspark_header {
	width: 240px;
	margin: 0px 0px 10px 0px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	background-color: #365944;
	border-top: 2px groove #b39f7d;
	border-bottom: 2px ridge #b39f7d;
}

.businesspark_header h4 {
	color: #fff;
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	text-shadow: 1px 1px 6px #111;
}

.col_content {
	padding: 0px 10px 10px 10px;
}

.col_content h4 {
	color: #e5e1da;
	margin: 10px 0px 10px 0px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 0px 0px 6px #333;
}

.left_col_secondary ul {
	font-size: 14px;
	padding: 0;
	margin: 0;
	line-height: 1;
}

.left_col_secondary p {
	color: #000;
	font-size: 14px;
	padding: 0px 10px 0px 10px;
}

.left_col_secondary a {
	color: #000;
	text-decoration: none;
	padding: 0px 10px 0px 20px;
	line-height: 20px;
}

.left_col_secondary a:hover {
	color: #365944;
	text-decoration: underline;
}

/* Navigation */

nav {
	background-color: #365944;
	position: absolute;
	width: 940px;
	height: 27px;
	left: 10px;
	top: 313px;
	padding-top: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: 2px ridge #b39f7d;
	box-shadow: 3px 3px 6px #555;
	-webkit-box-shadow: 3px 3px 6px #555;
	z-index: 101;
}

nav a {
	padding-left: 10px;
	padding-right: 10px;
	border-left: 2px solid #ccc5b8;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	text-shadow: 1px 1px 6px #111;
}

nav p {
	font-family: "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 16px;
	margin: 0px;
	text-align: center;
}

nav a:first-child {
	border-left: none;
}

nav a:hover {
	color: #ccc5b8;
	text-decoration: underline;
}

.main nav p .active {
	color: #b39f7d;
	text-decoration: none;
}


/* Footer */

footer {
	background-color: #365944;
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
	height: 50px;
	border-radius: 10px;
	box-shadow: 3px 3px 6px #555;
	-webkit-box-shadow: 3px 3px 6px #555;
}
footer p {
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-align: center;
	font-size: 13px;
}
footer p:first-child {
	padding-top: 12px;
	padding-bottom: 3px;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #ccc5b8;
	text-decoration: underline;

