@charset "utf-8";

/*////////////// START CSS RESET //////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/*////////////// END CSS RESET //////////////*/


body {
	background-color: #970e0e;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #3F1704;
	line-height: 1;
	width: 100%;
	height: 100%;
}

#topBar {
	width: 100%;
	height: 39px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/topBarBG.gif);
	background-repeat: repeat-x;
}

#navWrapper {
	width: 100%;
	height: 44px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/linenBG.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}

#navContainer {
	width: 834px;
	height: 33px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 13px;
	text-align: center;
	overflow: hidden;
}

#navContainer ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background-image: url("images/tabNorm.gif");
	background-repeat: repeat-x;
	color: #3F1704;
	text-align: center;
}

#navContainer a {
	color: #3F1704;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 119px;
	height: 33px;
	/*margin-top: 13px;*/
	padding-top: 13px;
	text-decoration: none;
	font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
}

#navContainer li#active {
	background-image: url("images/tabNorm.gif");
	background-repeat: repeat-x;
}

#navContainer a:hover {
	background-image: url("images/tabOver.gif");
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-decoration: none;
}

#header {
	width: 100%;
	height: 195px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/headerBG.jpg);
	background-repeat: repeat-x;
}

#headerContainer {
	width: 770px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 13px;
	text-align: center;
}

.headerLogo {
	border: 0px;
	float: left;
	margin-top: 33px;
}

#featureProject {
	width: 301px;
	height: 158px;
	background-image: url("images/featureProjectBG.gif");
	background-repeat: no-repeat;
	float: right;
	padding-top: 14px;
}

#featureImageWrapper {
	width: 120px;
	height: 120px;
	float: right;
	overflow: hidden;
	border: 6px solid #970E0E;
	margin-right: 18px;
}

.featureLink {
	display: block;
	width: 150px;
	height: 158px;
	border: 0px;
	outline: none;
	text-decoration: none;
	float: left;
}

#contentWrapper {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	background-image: url(images/linenBG.jpg);
	background-position: center;
	background-repeat: repeat;
}


/*////////////// COLUMNS //////////////*/
#columnWrapper {
	width: 795px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 11px;
	text-align: center;
}

#leftColumnHome {
	width: 458px;
	height: auto;
	float: left;
}

#rightColumnHome {
	width: 308px;
	height: auto;
	float: right;
}

#leftColumnAbout {
	width: 299px;
	height: 672px;
	background-image: url(images/lori%20oct%2009%20090.JPG);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
}

#rightColumnAbout {
	width: 458px;
	height: auto;
	float: right;
}

#services {
	width: 795px;
	height: auto;
}

#testimonials {
	width: 773px;
	height: auto;
}

#tipsWrapper {
	width: 773px;
	height: auto;
}

#leftColumnTips {
	width: 189px;
	height: 352px;
	float: left;
}

#rightColumnTips {
	width: 558px;
	height: auto;
	float: right;
}

#rightColumnTips img {
	float: left;
	margin-right:  20px;
	border: 6px #FFFFFF solid;
}

#projectsWrapper {
	width: 773px;
	height: auto;
}

#projectsTable{
	width:773px;
	height:222px;
	margin-top:10px;
	margin-bottom:10px;
}

#projectsTable td{
	height:222px;
}

#projectBefore {
	display:block;
	width: 198px;
	height: 222px;
	padding:0px;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:0px;
	background-image: url("images/beforeBG.jpg");
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

#projectAfter {
	display:block;
	width: 198px;
	height: 222px;
	padding: 0px;
	margin: 0px;
	background-image: url("images/afterBG.jpg");
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

#projectBefore img, #projectAfter img {
	border: 0px;
	margin-top:7px;
	margin-left:0px;
}

.project_text{
	width:344px;
	height:auto;
	float:right;
}

.columnHeader {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div.clear {
	width: 100%;
	height: 7px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#footerTop {
	width: 100%;
	height: 35px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/footerBG.gif);
	background-repeat: repeat-x;
}

#footer {
	width: 770px;
	height: 10px;
	margin-top: -15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 15px;
	text-align: center;
}

#napo {
	text-align: left;
	float: left
}

#backstage {
	text-align: right;
	float: right
}	


/*////////////// START TEXT STYLES //////////////*/


.column p {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-size: 14px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: justify;
	color: #3F1704;
}

#contactWrapper p {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-size: 14px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: center;
	color: #3F1704;
}

#footer p {
	text-align: right;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #B3D5D0;
	text-decoration: none;
}

a {
	text-decoration: underline;
	color: #970E0E;
}

a:hover {
	text-decoration: none;
	color: #970E0E;
}

/*////////////// END TEXT STYLES //////////////*/

hr {
	width: 747px;
	height: 2px;
	border-top-width: 2px;
	border-top-color: #970E0E;
	border-top-style: dashed;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 13px;
	padding: 0px;
}
