@charset "utf-8";
/* CSS Document */


* {
margin: 0;
}

a {
text-decoration: none;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #272727;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}


.oneColElsCtrHdr #container {
	width: 56em;
	margin: 0 auto;
	text-align: left;
	background-color: #272727;
}
a:link {
color: #ffffff;
}

a:visited {
color: #ffffff;
}
a:hover {
color: #0066FF;
}
a:active {
color: #0066FF;
}


.oneColElsCtrHdr #header {
	padding: 12px 10px 0 40px;
} 

.oneColElsCtrHdr #header h1 {
	font-size: 200%;
	letter-spacing: 3px;
}
.oneColElsCtrHdr  #header  p  {
	font-size: 85%;
	letter-spacing: 1px;
	margin-left: 500px;
	margin-top: 20px;
	margin-bottom: 10px;

}
.oneColElsCtrHdr #header img {
	margin-top: 12px;
}

.oneColElsCtrHdr #container #header #social {
	margin: 0px 0 20px 500px;
	width: 200px;
	height: 75px;
}
.oneColElsCtrHdr h2 {
	font-size: 140%;
	font-weight: normal;
	letter-spacing: 3px;
	text-align: center;
}
.oneColElsCtrHdr h3 {
	font-size: 90%;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 4px;
}


.oneColElsCtrHdr #mainContent {
	margin-top: -10px;
	padding: 10px 20px 0 20px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666666;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
}

.oneColElsCtrHdr #container #mainContent #nav {
	margin: 10px 0 14px 0;
	text-align: center;
}

.oneColElsCtrHdr #container #mainContent #nav ul {
	text-align: center;
	list-style-image: none;
	list-style-type: none;
}
.oneColElsCtrHdr #container #mainContent #nav li {
	display: inline;
	list-style-type: none;
	padding-right: 70px;
	font-size: 85%;
	letter-spacing: 1px;
}


.oneColElsCtrHdr #mainContent p {
	font-size: 90%;
	line-height: 1.4em;
}

.oneColElsCtrHdr #mainContent ul {
	font-size: 85%;
	
}

.oneColElsCtrHdr #mainContent li {
	line-height: 1.4em;
	padding: 2px 0;
}

.oneColElsCtrHdr #mainContent #sqft {
	border: 1px solid #ffffff;
	text-align: center;
}
.oneColElsCtrHdr #mainContent #sqft ul {
	text-align: center;
	list-style-image: none;
	list-style-type: none;
	display: inline;
}

.oneColElsCtrHdr #mainContent #sqft li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	margin: 0 66px 0 0;
}

.oneColElsCtrHdr #footer {
	padding: 12px 10px 0 10px;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
	text-align: center;
}

#wcp {
font-size: 70%;
text-align:center;
margin: 14px 0;
}

.fltlft {
	float: left;
}
.fltrt {
	float: right;
}
.clearfloat {
	clear: both;
}
