/* CSS Document - Front Media */

/* Basic Style */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
body {
	background-color: #fff;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	padding: 0px;
	margin: 0px;
	line-height: 28px;
}

/* Layout */

#container {
	width: 970px;
	margin: 0 auto;
	background-color: #fff;
}

#top {
	width: 970px;
	height: 128px;
}

#top img.logo {
	float: left;
}

#top #navigation {
	float: left;
	margin: 25px 0px 0px 25px;
}

#header {
	clear: both;
	width: 970px;
	height: 298px;
}

#phoneNumber {
	font-size: 17px;
	float: right;
	background-color: #7AA918;
	color: #FFFFFF;
	padding: 4px 10px 4px 10px;
	text-align: center;
	font-weight: bold;
}
#contentContainer {
	width: 970px;
	margin-top: 2px;
}

.clear {
	clear: both;
}

/* Navigation */

#navigation { /* Fix for FireFox */
	width: 600px;
}
#navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#navigation a {
	color: #333333;
}
#top #navigation li {
	width: auto;
	height: 28px;
	margin: 0 25px 0 0;
	float: left;
	font-size: 14px;
	color: #666666;
}
#top #navigation a:hover {
	text-decoration: none;
}

/* Left Side Navigation */

a.lsNav1 {
	width: 322px;
	height: 67px;
	display: block;
	background: url(../images/content/architects_specifiers.gif);
}
a.lsNav2 {
	width: 322px;
	height: 66px;
	display: block;
	background: url(../images/content/builders_developers.gif);
}
a.lsNav3 {
	width: 322px;
	height: 66px;
	display: block;
	background: url(../images/content/homeowners.gif);
}

/* Left Side Navigation - Section Sub Nav */

.subNav a {
	display: block;
	padding: 10px;
	border-bottom: 1px dotted #C0D8A4;
	color: #333333;
	background-image: url(../images/subNav_bg.gif);
	background-repeat: no-repeat;
}
.subNav a:hover {
	background-color: #CCCCCC;
	text-decoration: none;
}

/* Content Layouts */

.cLeftSection {
	width: 322px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	line-height: 19px;
}
.cLeftSectionTest {
	padding: 10px;
}
.cLeftSection ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.cMiddleSection {
	width: 425px;
	float: left;
	/* Font Style */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	padding: 11px 25px 0px 25px;
	line-height: 21px;
}
.cMiddleSection a {
	color: #666666;
	text-decoration: underline;
}
.cMiddleSection a:active {
	color: #666666;
	text-decoration: underline;
}
.cMiddleSection a:visited {
	color: #666666;
	text-decoration: underline;
}
.cMiddleSection a:hover {
	color: #666666;
	text-decoration: underline;
}
.cRightSection {
	width: 173px;
	float: left;
	padding-top: 11px;
}

#latest {	
}

#latest img {	
	margin: 0;
	padding: 0;
}

#latest div {
	margin: 0;
	padding: 0 15px 0 73px;
}

#latest div p {
	margin: 0 0 10px 0;
}

#latest div p strong {
	color: #000;
}

#latest div p a {
	color: #cc0000;
}

/* Footer Layout */

#footer {
	width: 970px;
	background: url(../images/footer_bg.gif) repeat-x;
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 28px;
	color: #999999;
}
#footer a {
	color: #b16aa9;
}
#footer a:visited {
	color: #b16aa9;
}
.fLeft {
	width: 600px;
	float: left;
}
.fLeft li {
	float: left;
	padding-right: 15px;
	list-style: none;
}
.fLeft ul {
	margin: 0px;
	padding: 0px;
}
.fRight {
	width: 370px;
	float: left;
	text-align: right;
}

/* Image Galleries */

.imgGallery a {
	float: left;
	background-color: #CCCCCC;
	padding: 2px;
	margin: 1px;
}
.imgGallery a:hover {
	background-color: #999999;
}

/* Border Styles */

.borderStyle1 {
	border-bottom: 1px dashed #CCCCCC;
	clear: both;
}

/* Table Layouts */
td, th {
	font-size: 10px;
}