@charset "utf-8";
/* CSS Document */
/* Turcotte Data & Designs */
/* http://turcottedata.com */

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, strong, sub, sup, tt, var, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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

/* end css reset here */

body {
	background: #f0591a url(../images/s/backFade.jpg) top left repeat-x;
}



#wrapper {
	width: 960px;
	margin: 20px auto;
}


/*
#topNavInner {
	height: 40px;
	float: right;
}

ul.topNav {
	
}

li.topNav {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff0c5;
	border-right: 2px solid #fff;
	padding-right: 3px;
}*/

#banner {
	height: 280px;
	width:960px;
	background: #fcded1 url(../images/s/bs/banner0.jpg) top left no-repeat;
	position: relative;
}

#banner div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#banner div.active {
    z-index:10;
}

#banner div.last-active {
    z-index:9;
}


#content {
	background: #fff;
	padding: 15px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: .95em;
}

#content p {
	margin-bottom: 1em;
}

#content a, a:link, a:visited {
	color: #b7282c;
	text-decoration: none;
}

#content a:hover {
	color: #e5a36a;
}

.mainHead {
	font-size: 1.2em;
	color: #b7282c;
	margin-bottom: 1em;
}

#content h2 {
	font-size: 1em;
	color: #b7282c;
}

#sidebar {
	float:right;
	width: 252px;
	margin: 45px 34px 10px 10px;
	background: #e91c24 url(../images/s/sideMid.jpg) top left repeat-y;
	font-size: .93em;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

#sidebarTop {
	background: url(../images/s/sideTop.jpg) no-repeat;
	height: 15px;
	width: 252px;
}

#sidebarMid {
	background: url(../images/s/sideMid.jpg) repeat-y;
	width: 252px;
}

#sidebarBottom {
	background: url(../images/s/sideBottom.jpg) no-repeat;
	height: 15px;
	width: 252px;
}

#sidebar p {
	padding: 2px 5px 2px 7px;
	color: #fff;
}

#sidebar a, a:visited {
	color:#fff;
	text-decoration:underline;
}

#footer {
	background: url(../images/s/footer.gif) top left no-repeat;
	padding: 10px 7px 10px 7px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #ededed;
	height: 197px;
}

#footer a:link {
	color: #ededed;
	text-decoration: none;
}
#footer a:visited {
	color: #ededed;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .right {
	float: right;
	width: 350px;
	font-size: 1.2em;
	color: #ededed;
	text-align: right;
}

#footer .sigLine {
	font-size: .8em;
	text-align: right;
	margin-top: 10px;
}

#credits {
	font-size: .7em;
}



/* navigation links */

#navigation {
	background: #e9612b url(../images/s/topNavBack.jpg);
	height: 38px;
}

#navBar {
	width: 854px;
	height: 38px;
	margin: 0;
	padding: 0;
	float: right;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 38px;
	display: inline;
	overflow: hidden;
	width: 854px;
	clear: right;
}

#nav ul {
	margin: 0;
	padding:0;
}
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 38px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:38px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -38px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -38px;
	}
	
#tabout a  {
	width: 187px;
	background: url(../images/s/nav/aboutdwd.jpg) top left no-repeat;
	}

#tservices a  {
	width: 118px;
	background: url(../images/s/nav/services.jpg) top left no-repeat;
	}
	
#tphotos a  {
	width: 118px;
	background: url(../images/s/nav/photos.jpg) top left no-repeat;
	}
	
#tquestions a  {
	width: 157px;
	background: url(../images/s/nav/questions.jpg) top left no-repeat;
	}

#tcontact a  {
	width: 164px;
	background: url(../images/s/nav/contact.jpg) top left no-repeat;
}
	
#tlinks a  {
	width: 110px;
	background: url(../images/s/nav/links.jpg) top left no-repeat;
	}
	/*---------------------*/

ul.mainBullets {
	list-style: circle;
	margin-left: 30px;
}

li.mainBullets {
	margin-bottom: .5em;
	list-style: circle;
}

ul.sideBullets {
	list-style: outside;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

ul.oList {
	list-style: decimal;
}

li.oList {
	list-style: decimal;
	margin-left: 30px;
}

.imgLeft {
	border: 1px solid #dab3c7;
	padding: 4px;
	margin: 4px;
	float: left;
}

.imgRight {
	border: 1px solid #dab3c7;
	padding: 4px;
	margin: 4px;
	float: right;
	clear: left;
}

.imgNoFloat {
	border: 1px solid #dab3c7;
	padding: 4px;
	margin: 4px;
}

/*---- TESTIMONIALS ---*/
blockquote {
	padding: 5px;
	background: url(../images/s/quoteStart.gif) top left no-repeat;
	width: 80%;
	margin: 5px auto;
}

blockquote div {
	margin: 0;
	padding: 10px 20px 20px 10px;
	background: url(../images/s/quoteEnd.gif) bottom right no-repeat;
}
 
blockquote div p {
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #000;
}
	
blockquote div p.greeting {
	margin-left: 20px;
	margin-right: 20px;
} 
 
blockquote div p.closing {
	text-align: right;
	margin-bottom: 0px;
	margin-right: 20px;
}


.accordion {
	width: 95%;
	border-bottom: solid 1px #c4c4c4;
	padding-left: 3px;
	margin: auto;
}
.accordion h3 {
	background: #F5831F url(../img/jqimg/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

.testimonials {
	width: 85%;
	height: auto;
	margin: auto;
	padding: 10px;
	background-color: #F9D46A;
	border: 1px #000 solid;
	font-size: 95%;
	color: #000;
}

#rates {
	width: 65%;
	color: #000;
	font-size: 95%;
}

.tableHeader {
	background-color: #F5831F;
	color: #000;
	padding-right: 4px;
	padding-left: 4px;
}

.tableCols {
	padding-right: 4px;
	padding-left: 4px;
}

.tableFormat {
	text-align: left;
	vertical-align: bottom;
}

#content {
}


