*{
margin: 0;
padding: 0;
}

body {
	font: small, Arial, sans-serif;
	background-color: #695026;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	}
	
#wrapper {
	background-color: #D9CD90;
	border: 10px solid white;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	}

#header {
	margin: auto;
	padding: auto;
	width: 800px;
	}
	
#header h1 span{
	display: none;
}
	
#logo {
	float:left;
	}
	
.headerimage {
	float: right;
	margin: 0px;
	padding-right: 10px;
	padding-top: 10px;
	}

#navlist  {
	margin-top: 12px;
	margin-bottom: 10px;
	padding:0px;
	padding-top:10px;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height:25px;
	background-image: url(/images/menu.jpg);
	background-repeat: repeat-x;
	text-transform: uppercase;
	font-size:0.9em;
	}

#navlist li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
#navlist a {

	padding: 8px;
	margin: 0px;
	}	
#navlist a:active {
	color: #D6C87F;
	}
	
#navlist a:link, #navlist a:visited {
	color: #D6C87F;
	font-weight:bold;
	text-decoration: none;
	}

#navlist a:hover {
	text-decoration: underline;
	}
	
#sidebar {
	float: left;
	width: 203px;
	margin: 0px;
	padding: 0px;
	}
	
#leftbar #content{
	float: right;
	width: 592px;
	margin: 0px;
	padding: 0px;
	}

#fullcontent #content{
	float: right;
	width: 800px;
	margin: 0px;
	padding: 0px;
	}
	
#content h1 {
	background-image: url(/images/redcrosstan.jpg);
	background-repeat: no-repeat;
	color: #3d3d3d;
	margin: 0px;
	padding-left: 25px;
	margin-top: 10px;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 150%;
	letter-spacing: .1em;
	border-bottom:1px dotted #695026;
	}
#content h2 {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top:2px;
	color: #3d3d3d;
	font-size: 1.1em;
	}
.reggie {
	float: right;
	margin: 3px;
	padding-left: 2px;
	border: 1px solid black;
	background-color: white;
	}
.whiteborder {
	border: 1px solid #fff;
}
.pp {
	float: right;
	margin-top: -20px;
	padding: 0px;
	color: #3d3d3d;
	line-height: 1.5;
	font-size: 1.1em;
	padding-top: 4px;
	padding-bottom:10px;
	}
	
#interior h2 {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #3d3d3d;
	font-size: 1.1em;
	text-align: center;
	}
	
#content p {
	color: #3d3d3d;
	line-height: 1.5;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 1.1em;
	padding-top: 4px;
	padding-bottom:10px;
	}
#content i {
	color: #3d3d3d;
	line-height: 1.5;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 5px;
}
#content a {
	color: #695026;
	text-decoration: underline;
	font-weight: bold;
	font-size: .9em;
	font-style: italic;
	}
#content a:hover {
	text-decoration: none;
	}
	
#content ul li {
	list-style-type: none;
	color: #3d3d3d;
	}
#content ol {
	//padding-left:15px;
}
#content ol li {
	color: #3d3d3d;
	margin-left: 20px;
	padding: 0px;
	}
#content ol lh {
	color: #3d3d3d;
	line-height: 1.5;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 1.1em;
	padding-top: 4px;
	padding-bottom:10px;
	}
	
#content .homeimg {
	float: right;
	margin: 5px;
	padding: 0;
	}

#contentnc li{
	display: inline;
	}
	
#contenth2 h2{
	margin-left: 95px;
	}

#contentbefore ul {
	margin-left: 95px;
	margin-bottom: 6px;
	padding: 0px;
	}

#contentafter ul {
	margin-left: 95px;
	padding: 0px;
	}
	
#contentbefore li {
	display: inline;
	margin-bottom: 6px;
	padding-right: 6px;
	text-align: center;
	}
#contentafter li {
	}

table {
	margin: 5px;
	padding: 0px;
	font-size: 1.1em;
	width: 250px;
	}
td {
	margin: 0;
	padding: 3px;
	text-align: center;
}
.tm {
	font-size: .5em;
	}
.logo {
	float: left;
	margin: 5px;
}
.pullquote {
	color: #3d3d3d;
	width: 35%;
	float: right;
	font-size:120%;
	line-height:1.5em;
	margin:10px;
	margin-left: 20px;
	font-weight: bolder;
	background: url(images/closequote.png) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:5px 10px 5px 5px;
}
.pullquote:first-letter {
	background: url(images/openquote.png) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}
.pullquote div {
text-align: center;
width: 100%;
}
.grey-bordered-box {
	border: 1px dotted gray;
	padding:0px 4px 0px 4px;
}	
.right-bordered-image {
	float:right;
	margin-left:20px; 
	border:1px solid #3d3d3d; 
	padding:3px;
	background-color: white;
}
.bordered-image {
	border:1px solid #3d3d3d;
	padding:3px;
	margin:2px;
	background-color: white;
}
.right-source {
	width:100%;
	text-align:right;
	font-weight:bold;
}
#.slideElement {
	border: none;
	}
	
#redbox {
	float: left;
	background-color:  #695026;
	border: 1px solid white;
	width: 200px;
	height: 330px;
	margin: 0px;
	padding: 0px;
	}
	
#redbox h2 {
	font-size: 115%;
	color: #D9CD90;
	font-style: italic;
	line-height: 2;
	text-align: center;
	margin: 5px;
	margin-top: 15px;
	padding: 3px;
	text-transform: uppercase;
	}
#redbox p {
	font-size: 115%;
	color: #D9CD90;
	font-weight: bold;
	font-style: italic;
	line-height: 2;
	text-align: center;
	margin: 5px;
	margin-top: 5px;
	padding: 3px;
	}
	
#interior {
	float: left;
	width: 200px;
	margin-top: 10px;
	padding: 0px;
	}

#interior li {	
	font-size: .85em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 8px;
	}
#interior img {
	border: 1px solid white;
}
#footer {
	margin: auto;
	padding: auto;
	margin-top: 30px;
	text-align: center;
	width: 100%;
	}
	
#footerlist {
	width: 800px;
	margin-top: 0px;
	padding: 0px;
	}
	
#footerlist ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
#footer p {
	margin: 0px;
	padding: 0px;
	font-size: smaller;
	}
	
#footerlist li {
	display: inline;
	padding: 0px;
	margin: 0px;
	font-size: smaller;
	}
	
#footerlist a:active {
	color: black;
	}
	
#footerlist a:link, #footerlist a:visited {
	color: black;
	font-weight:bold;
	text-decoration: none;
	}

#footerlist a:hover {
	text-decoration: underline;
	}

#footericons li{
	display: inline;
	text-decoration: none;
	border: 0;
	margin:0;
	padding: 8px;
	}

#footericons ul, #footericons a{
	text-decoration: none;
	border: 0;
	}

img, #footericons { 
	behavior: url(iepngfix.htc);
	}
#footerlist a {
	border: none;
	text-decoration: none;
}

#copyright {
	text-align: right;
	float: right;
	font-size: .8em;
	}
.quotation {
	background-image: url('/images/openquote16.gif');
	background-repeat:no-repeat;
	background-position: top left;
	color:#3D3D3D;	
}
.quote-text {
	background-image: url('/images/closequote16.gif');
	background-repeat:no-repeat;
	background-position: bottom right;
	text-indent:20px;
	font-style:italic;
	font-size:1.1em;
	line-height:1.5;
	font-weight:bold;
}
.quote-source {
	width:100%;
	text-align:right;
	font-weight:bold;
	font-style:italic;	
}
#contact-right-quotes {
	float:right;
	width:420px;
}
#contact-quote1, #contact-quote2 {
	float:right;
	width:420px;
}
#contact-quote1 {
	padding-bottom:20px;
}
#new-quote1 {
	width:350px;
	float:right;
	margin-left:30px;
}
#remodel-quote1 {
	width:350px;
	float:right;
	margin-left:30px;
}
#content hr {
	width:85%;
	margin:auto;
	margin-top:0.5em;
	margin-bottom:0.5em;
	height:2px;
	background-color:#FFFFFF;
	border:0px;	
}
