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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #594736;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	margin: 10 10 10 10; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
#outerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 980px;
	height: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#homePageLeft {
	float: left;
	width: 593px;
	height: 435px;
	padding-left: 2px;
}
#homePageLeft_B {
	float: right;
	width: 593px;
	height: 435px;
	padding-left: 2px;
}
#homePageRight {
	float: right;
	width: 370px;
	height: 425px;
	color: #FFF;
	padding: 5px;
	overflow: auto;
}

#homePageRight_B {
	float: left;
	width: 370px;
	height: 425px;
	color: #FFF;
	padding: 5px;
	overflow: auto;
}

#header {
	height: 118px;
	width: 980px;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navBar {
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	margin-top: 4px;
	clear: both;
	height: 38px;
}
#home {
	height: 25px;
	width: 80px;
	background-image: url(images/nav_bar_bkgr_0.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 2px;
	float: left;
	color: #FFF;
	text-decoration: none;
}
#basements {
	height: 25px;
	width: 135px;
	background-image: url(images/nav_bar_bkgr_0.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	float: left;
	color: #FFF;
	text-decoration: none;
}
#kitchensBaths {
	height: 25px;
	width: 175px;
	background-image: url(images/nav_bar_bkgr_0.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	float: left;
	color: #FFF;
	text-decoration: none;
}
#additions {
	height: 25px;
	width: 130px;
	background-image: url(images/nav_bar_bkgr_0.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	float: left;
	color: #FFF;
	text-decoration: none;
}
#customRemodeling {
	height: 25px;
	width: 190px;
	background-image: url(images/nav_bar_bkgr_0.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	float: left;
	color: #FFF;
	text-decoration: none;
}
#parentSite {
	height: 25px;
	width: 245px;
	background-image: url(images/nav_bar_bkgr_0.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	float: left;
	color: #FFF;
	text-decoration: none;
}

#home:hover, #basements:hover, #kitchensBaths:hover, #additions:hover, #customRemodeling:hover, #parentSite:hover {
	cursor: pointer;
	color: #594736 !important;
	background-image: url(images/nav_bar_bkgr_1.gif);
	background-repeat: repeat-x;
}

#home span, #basements span, #kitchensBaths span, #additions span, #customRemodeling span, #parentSite span{
	position: relative;
	top: 5px;
}
#navTop {
	background-image: url(images/nav_bar_top_bot.gif);
	clear: both;
	height: 5px;
	width: 980px;
}
.footer {
	font-size: 11px;
	color: #FFF;
	padding: 5px;
	height: 100px;
	width: 970px;
}
