* { margin: 0; padding: 0 }

/* hide from ie on mac \*/
html {
	height: 100%;
}

#flashcontent {
	height: 500px;
	clear: both;
}
/* end hide */
	
body {
	background-color: #055197;
	background-image: url(../images/decoro-site-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #055197;
	font-size: 6px;
}
h3 {
	margin-bottom: 8px;
}
a, a:visited {
	color: #055197;
}
a:hover {
	color: #0D1A2B;
}
hr {
	width: 50%;
	height: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ccc;
	border: solid 1px #999;
}

#site-wrapper {
	background-color: #fff;
	width: 978px;
	margin: 0 auto;
	min-height: 500px;
	height: 100%;
}
#pre-text {
	text-indent: -10000px;
}
#header {
	text-align: center;
	padding: 0 0 10px 0;
	color: #055197;
	font-weight: bold;
}


.navigation {
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	background-color: #CCCCCC;
	text-align: center;
	clear: both; 
}
.navigation li {
	display: inline;
}
.navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #055197;
	font-size: 11px;
	padding: 5px 7px;
	line-height: 25px;
	text-decoration: none;
}
.navigation a:hover {
	color: #fff;
	background-color: #0D1A2B;
	text-decoration: underline;
}
#photo-bg {
	height: 250px;
	background-image: url(../images/decoro-concrete-patio-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	width: 100%;
}
#body-wrapper {
	width: 900px;
	margin: 20px auto;
	text-align: justify;
	font-size: 14px;
}
#body-wrapper img {
	border: solid black 1px;
	margin: 0 5px 5px 5px;
}
#body-wrapper ul {
	margin: 10px 0 20px 20px;
}
.hilite {
	font-weight: bold;
	color: #055197;
}
.quote {
	width: 75%;
	border: ridge 3px #ccc;
	padding: 5px;
	font-size: 12px;
}
.left {
	margin: 10px auto 10px 0;
}
.center {
	margin: 10px auto;
}
.right {
	margin: 10px 0 10px auto;
}
.name {
	text-align: right;
	font-weight: bold;
	font-style: normal;
}
#signature {
	text-align: center;
	padding: 5px 0;
	font-size: 9px;
}
#signature a {
	color: #ccc;
	text-decoration: none;
	outline: none;
}

#signature a:hover {
	color: #0D1A2B;
	text-decoration: underline;
}
