/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	background-color: #c4d2dc;
	font-size: small;
	}
	
p {
	margin-bottom: 8pt;
	line-height: 120%;
	}
	
ul, li {
	margin-bottom: 6pt;
	list-style-position: outside;
	list-style-type: square;
	}

h1 {
	font-size: 165%;
	color: #003366;
	text-align: left;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0B3E61;
	margin-bottom: 10px;
	line-height: 110%;
	}
	
h2 {
	font-size: 150%;
	line-height: normal;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-left: 10px;
	}

h3 {
	font-size: 100%;
	line-height: 150%;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0B3E61;
	margin-bottom: 5px;
	padding-top: 5px;
	}
	
h4 {
	font-size: 110%;
	line-height: 220%;
	color: #003366;
	font-weight: normal;
	text-decoration: none
	}
	
h5 {
	font-size: 100%;
	line-height: 115%;
	color: #003366;
	font-weight: normal;
	text-decoration: none;
	margin-left: 10px;
	}
	
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #0B3E61;
	text-decoration: none;
	}
	
a:hover {
	color: #6699CC;
	text-decoration: none;
	}

a:active {
	color: #003366;
	text-decoration: none;
	}
	
#wrapper {
	width: 800px;
	background-color: #FFF;
	background-image: url(images/bkgd.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
    }

#header {
	height: 185px;
	width: 800px;
	padding-top: 20px;
	background-color: #FFFFFF;
    }

#content {
	width: 800px;
    }
	
#topmenu {
	width: 800px;
	height: 20px;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0B3E61;
	text-align: right;
	padding-top: 5px;
    }
	
#sidebar {
	background-color: #999933;
	width: 164px;
	padding-left: 10px;
	padding-top: 30px;
	float: left;
	padding-right: 10px;
	clear: both;
    }

#nav {
	width: 150px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	}

#nav a:hover, body#home #t-home a, body#remodels #t-remodels a, body#customhomes #t-customhomes a, body#currentprojects #t-currentprojects a{
	color: 003366;
	}
	
#nav ul li{
	list-style-type: none;
	color: #003366;
	text-decoration: none;
	}

#nav ul li a:link {
	color: #FFFFFF;
	}
	
#nav ul li a:visited {
	color: #FFFFFF;
	}
	
#nav ul li a:hover {
	color: #0B3E61;
	text-decoration: none;
	}
	
#nav ul li a:active {
	color: #0B3E61;
	text-decoration: none;
	}
	
#testimonials {
	width: 164px;
	margin-top: 80px;
	margin-bottom: 80px;
	font-size: medium;
	line-height: 150%;
    }

#contact {
	width: 164px;
	margin-top: 60px;
	margin-bottom: 40px;
	font-size: x-small;
    }

#main {
	width: 596px;
	padding-left: 20px;
	float: right;
	margin-top: 27px;
	}

#footer {
	width: 800px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0B3E61;
	padding-top: 5px;
	font-size: x-small;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #0B3E61;
	height: 20px;
	padding-bottom: 10px;
	clear: both;
    }

.byline {
	font-size: x-small;
	font-style: italic;
	text-align: right;
	}

.bullet {
	padding-left: 25px;
	list-style-position: inside;
	list-style-type: square;
	}

.floatleft {
	float: left;
	padding-right: 25px;
	}

.floatright {
	float: right;
	padding-left: 20px;
	}
	
.project {
	font-size: small;
	width: 586px;
	margin-left: 10px;
	margin-top: 20px;
	}
	
.slideshow {
	padding: 5px;
	float: right;
	width: 375px;
	margin-left: 20px;
	margin-top: 27px;
	}
.slideshow_note {
	font-size: x-small;
	text-align: center;
	}

.nav_level2 {
	color: #0B3E61;
	text-indent: 20px;
	}

.nav_level2 a:link {
	color: #0B3E61;
	text-decoration: none;
	}
	
.nav_level2 a:visited {
	color: #0B3E61;
	text-decoration: none;
	}
	
.nav_level2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.nav_level2 a:active {
	color: #FFFFFF;
	text-decoration: none;
	}

.floatright_homeslides {
	float: right;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 25px;
	}

.Rquote {
	float: right;
	}

.Lquote {
	position: relative;
	top: 5px;
	}

.menu_head {
	font-size: medium;
	color: #003366;
}

