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

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;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #17182A;
	background-image: url(../images/rainbow_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
.oneColFixCtrHdr #container {
	width: 1008px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.oneColFixCtrHdr #mainContent {
	background-color: #000000;
	height: 575px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-position: center;
}
.oneColFixCtrHdr #footer {
	background-color: #BF8203;
	height: 31px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #990000;
	letter-spacing: 2px;
	text-transform: capitalize;
}
#commercial_sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #D4B066;
	background-position: left top;
	text-align: left;
	float: left;
	width: 252px;
	height: 450px;
	list-style-position: outside;
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
	top: -10px;
}

#residential_sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #D4B066;
	background-position: left;
	text-align: left;
	float: left;
	width: 252px;
	height: 450px;
	list-style-position: outside;
	list-style-type: disc;
}


h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.sitebylisa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.contactInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #D4B066;
	letter-spacing: 1.5px;
}

.projectList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #CAA861;
}
#projectList {
	margin-left: 229px;
	margin-right: 229px;
}

.projectListHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #D4B066;
}

.projectListHeadingLocation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #CAA861;
}


.projectHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #DAB47D;
	word-spacing: 2px;
	
	
}

#projectDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-align: justify;
	width: 475px;
	margin-right: 110px;
	margin-left: 375px;
}

a:link {
	color: #D4B066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D4B066;
}
a:hover {
	text-decoration: underline;
	color: #D4B066;
}
a:active {
	text-decoration: none;
	color: #D4B066;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #990000;
	letter-spacing: 2px;
}
