@charset "UTF-8";
html {
	background-color: #000;
}

body {
	background-position: 0 top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 25px 0 0 0;
	height: 100%;
	font-size: 100%;
	background-image: url(../images/DECCA_Bkgd.jpg);
}


p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #670308;
	line-height: 18px;
}

em { 
	font-style: italic;
}

.hozline {
	width: 100%;
	margin: 15px 0;
	border-top: 1px solid #670308;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #670308;
	line-height: 18px;
	font-weight: bold;
}

a {
	text-decoration: underline;
	color: #670308;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

img { /* kill firefox borders*/
	border: 0;
}



ul {
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #9E1B34;
	line-height: 18px;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 12px;
	padding-left: 0px;
}

.textright {
	width: 500px;
	float: right;
}

.logo {
	height: 64px;
	width: 262px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


.yr_stamp {
	position: absolute;
	top: -90px;
	right: -70px;
}

.project {
	padding: 10px;
	background-color: #f9f4ea;
	margin-bottom: 15px;
	position: relative;
}

.contact_box {
	width: 172px;
	padding-right: 15px;
	margin-right: 10px;
	float: left;
	color: black;
	text-align: center;
	border-right: 2px solid #b7af9f;
	overflow: hidden;
}

.contact_box p, a {
	color: black;
}

.seal {
	float: right;
	margin: 10px 5px 5px 10px;
}


.container-top {
	width: 800px;
	height: 20px;
	background-image: url(../images/contenthead.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.container-bot {
	width: 800px;
	height: 15px;
	background-image: url(../images/contentfoot.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.container {
	width: 724px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 15px 38px;
	position: relative;
	background-image:  url(../images/contentbody.png);
}

.hp_image {
	width: 726px;
	height: 396px;
	background-image: url(../images/hp_background.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: 0 0 8px 0; 
}

.hp_image p {
	position: absolute;
	width: 170px;
	top: 17px;
	right: 17px;
}

.nav {
	height: 44px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: right;	
}

.hp-seals {
	height: 72px;
	width: 700px;
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

.hp-seals img {
	margin: 0 5px;
}
	

.links {
	line-height: 16px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 11px;
	color: #999999;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	width: 800px;
}


.box {
	border-style: solid;
	border-color: #585858;
	border-width: 1px;
	font-size: 13px;
	color: #4e4e4e;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	width: 274px;
	float: right;
	margin: 10px 0px 10px 10px;
}

.box h1 {
	font-size: 14px;
	color: #8b0b04;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	margin-left: -50px;
}

.box em {
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	margin-left: -50px;
	color: #8b0b04;
}

.rowA {
	background-color: #d5d5d5;
	padding: 10px 10px 10px 60px;
}

.rowB {
	background-color: #ebebeb;
	padding: 10px 10px 10px 60px;
}


.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;
}

#oak{
	background-image: url(../images/oakRoll.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 72px;
	width: 72px;
	float: left;
	margin-left: 40px;
}
#oak:hover{
	background-position: 0px -72px;
}
#oak span{
	display: none;
}
#decca{
	background-image: url(../images/DeccaRoll.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 72px;
	width: 72px;
	float: left;
	margin-left: 40px;
}
#decca:hover{
	background-position: 0px -72px;
}
#decca span{
	display: none;
}
#dch{
	background-image: url(../images/DCHRoll.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 72px;
	width: 72px;
	float: left;
	margin-left: 40px;
}
#dch:hover{
	background-position: 0px -72px;
}
#dch span{
	display: none;
}
#cable{
	background-image: url(../images/cableRoll.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 72px;
	width: 72px;
	float: left;
	margin-left: 40px;
}
#cable:hover{
	background-position: 0px -72px;
}
#cable span{
	display: none;
}
#mod{
	background-image: url(../images/remodeling.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 72px;
	width: 72px;
	float: left;
	margin-left: 40px;
}
#mod:hover{
	background-position: 0px -72px;
}
#mod span{
	display: none;
}
#club{
	background-image: url(../images/clubRoll.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 72px;
	width: 72px;
	float: left;
	margin-left: 40px;
}
#club:hover{
	background-position: 0px -72px;
}
#club span{
	display: none;
}