/* Link Decorations */


/* Redefined HTML */
body {
	background-color: #000000;
	text-align: center;
	color: #ABC1D4;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Tahoma, Arial;
}
img {
	border: 0px none;
}
 strong {
	color: #CFE6F9;
}
b, dt {
	color: #FF8C00;
	font-weight: bold;
}
/* td, p, div {
	font-size: 11px;
} */


/* H1 IDs */
h1 {
	font-size: 11pt;
}
#company {
	background-image: url(../img/title_company.gif);
}
#contact {
	background-image: url(../img/title_contact.gif);
}
#gallery {
	background-image: url(../img/title_gallery.gif);
}
#privacy {
	background-image: url(../img/title_privacy.gif);
}
#remodeling {
	background-image: url(../img/title_remodeling.gif);
}
#services {
	background-image: url(../img/title_services.gif);
}
#thanks {
	background-image: url(../img/title_thanks.gif);
}
/* h1 {
	font-size: 24px;
	background-image: url(../img/sep_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: .3em;
	color: #FFFFFF;
} */
h2 {
	font-size: 18px;
	background-image: url(../img/sep_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 0.2em;
	margin-top: .5em;
	margin-right: 0em;
	margin-left: 0em;
	color: #FFFFFF;
}
h3 {
	font-size: 14px;
	background-image: url(../img/sep_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 0.3em;
	color: #FF8C00;
	margin-bottom: 0.2em;
	margin-top: .5em;
	margin-right: 0em;
	margin-left: 0em;
}


/* Layout IDs */
#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#hdr {
	width: 100%;
	position: relative;
}
#nav {
	font-size: 10px;
	color: #093E6A;
	background-color: #000000;
	text-align: right;
	width: 100%;
	padding-top: .5em;
	padding-right: 1em;
	padding-bottom: .5em;
	margin-bottom: .5em;
	position: relative;
	cursor: default;
}
#content {
	font-size: 11px;
	width: 96%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	margin-bottom: 0.5em;
	text-align: left;
	top: 1px;

}
#ftr {
	width: 98%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0.5em;
	margin-bottom: 2em;
	cursor: default;
	background-image: url(../img/sep_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: .5em;
}

/* Class Styles */
.ftrText {
	font-size: 10px;
	color: #375268;
	vertical-align: top;
}
.ftrText h1, #ftr h1 {
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	text-align: left;
}
.field {
	margin: 0px;
	border: 1px solid #B3B3B3;
	background-image: url(../img/field_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Tahoma, Arial;
	font-size: 11px;
}
.firldTitle {
	font-size: 11px;
	color: #FF8C00;
}
.thumb {
	font-size: 9px;
	text-align: center;
	background-color: #083256;
}


/* ID Styles */


/* Link Decorations */
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #98B7D2;
	text-decoration: none;
}
a:active {
	color: #98B7D2;
	text-decoration: none;
}
.navL {
	margin-right: .4em;
	margin-left: .4em;
}
a.navL:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.navL:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.navL:hover {
	color: #98B7D2;
	text-decoration: none;
}
a.navL:active {
	color: #98B7D2;
	text-decoration: none;
}
a.ftrL:link {
	color: #577FA0;
	text-decoration: none;
}
a.ftrL:visited {
	color: #577FA0;
	text-decoration: none;
}
a.ftrL:hover {
	color: #98B7D2;
	text-decoration: none;
}
a.ftrL:active {
	color: #98B7D2;
	text-decoration: none;
}

