@charset "UTF-8";
body  {
	font: .8em Arial, Helvetica, sans-serif;
	background: url(cssimages/backgrndgrad.gif) repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0px 0 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: #000000;
}


.twoColFixRtHdr #container {
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thick outset #99CCFF;
} 
/* this div is unlikely needed; will delete after testing. #mainContainer {
	width: 985px;
}*/


#sidebarHome {
	margin: 0 30 0 0;
	width: 237px;
	float:right;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#sidebarHome p {
	font-size: 0.9em;
	line-height: 1.4em;
	color:#333333;
	margin-right: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

#sidebarHome ul {
	font-size: 0.9em;
	color:#333333;
	margin-bottom: 0em;
	margin-right: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 1em;

}


#sidebarHome li {
	font-size: 0.9em;
	color:#333333;
	margin-bottom: 0em;
	margin-right: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1.4em;
}


#sidebarHome h1{
	font-size: 1.em;
	letter-spacing: 8px;
	margin-top:0px;
	margin-bottom:0.8em;
	color: #FFFFFF;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	background-color: #b58f37;
	margin-right: 0.7em;
}

.newSidebaritem {
	color:#b58f37;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b58f37;
	border-bottom-color: #b58f37;
	margin-top: 1em;
	padding-top: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#indexMainContent {
	width: 741px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #204292;
}
	

#serviceImages { /*wraps the main serives of Remdal: Commercial, Residential, Strata*/
	width: 740px;
}

#commercialResidentialWrapper {/*wraps the first two services—commerical and residential—so Strata can float to their right*/
	width:490px;
}

#commercial {
	width: 240px;
}

#residential {
	width: 242px;
	float: right;
}

#strata {
	width: 242px;
	float:right;
}

#featuredBoxes { /*Wrapper for Bottom features on home page*/
	width: 740px;
	margin: 10px 0 0 0;
	height: 240px;
}


#feature1and2Wrapper {/*wraps the first two features so the third can float to their right*/
	width:492px;
}

#feature1 { /* Join Our Team */
	width: 242px;
	padding-top: 6px;
	border-right-style: solid;
	border-right-color: #204292;
	border-right-width: 1px;
	height: 238px;
}

#feature2 { /* Featured Projects*/
	float: right;
	height: 238px;
	width: 242px;
	padding-top: 6px;
	border-right-style: solid;
	border-right-color: #204292;
	border-right-width: 1px;
}

#feature3 { /*Our Customers Speak*/
	float: right;
	height: 238px;
	width: 242px;
	padding-top: 6px;
}

.h1HomeBox { /*Copied from remdal.text CSS—H1 Box*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -0.5px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
    color: #204292;
}


.bottomtext { /*This is my attempt at a style for text on the bottom home page*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: left;
	line-height: 20px;
	margin-top: 0;
	padding-right: 4px;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

