html	{
	min-height: 100%;
	border-bottom: 1px solid transparent;
	}	
* {	
	margin:0;
	padding:0;
	}
body	{
	background-color: #E4E4DD!important;
	font-family: webFont, verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	background-image: url(images/shell/bg-body-texture.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #554B3E;
	margin-bottom: 3px;
	}	

@font-face {
    font-family: 'webFont';
    src: url('_fonts/avgardn-webfont.eot');
    src: url('_fonts/avgardn-webfont.eot?#iefix') format('embedded-opentype'),
         url('_fonts/avgardn-webfont.woff') format('woff'),
         url('_fonts/avgardn-webfont.ttf') format('truetype'),
         url('_fonts/avgardn-webfont.svg#avgardn-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}
.functions	{
	width: 920px;
	margin: 0px auto;
	text-align: right;
	clear: both;
	position: relative;
	}
.container	{
	width: 960px;
	margin: 0px auto;
	text-align: left;
	clear: both;
	moz-box-shadow: 0px 1px 7px #333; 
	-webkit-box-shadow: 0px 1px 7px #333; 
	box-shadow: 0px 1px 7px #333;
	}
.container .main	{
	float: left;
	position: relative;
	z-index: 1;
	width: 960px;
	margin-top: 80px;
	background-color: #f1f1e9;
	background-image: url(images/shell/bg-main.gif);
	background-repeat: repeat-y;
	clear: both;
	}
.rounded	{
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	}
	
	
/* topnav on-states */
body.home .header .topnav a.home,
body.about-us .header .topnav a.about-us,
body.services .header .topnav a.services,
body.contact-us  .header .topnav a.contact-us	{
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	}

.container .navigation	{
	font-size: 11px;
	}	
.container .content h1	{
	font-size: 22px;
	font-weight: 400;
	color: #a0493d;
	border-bottom: 1px solid #e8cec8;
	text-align: right;
	letter-spacing: +1px;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #BFA357;
	letter-spacing: 2px;
}
.container .content h1.alt	{
	font-size: 17px;
	color: #a0493d;
	text-align: left;
	border-bottom: 0;
	letter-spacing: +1px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 2.8em;
	line-height: .8em;
	font-weight: 400;
	font-family: "Times New Roman", Times, serif;	
	}
.container .content h2	{
	float: left;
	font-size: 21px;
	font-weight: 400;
	color: #a0493d;
	margin-bottom: 7px;
	text-shadow: 1px 1px 1px #BFA357;
	letter-spacing: 2px;
	}
h2	{
	float: left;
	font-size: 17px;
	font-weight: 400;
	color: #a0493d;
	margin-bottom: 7px;
	/* font-variant: small-caps; */
	/* letter-spacing: +1px; */
	}
.container .content h3	{
	font-size: 14px;
	font-weight: 400;
	color: #a0493d;
	}
.container .content h3.lucinda1	{
	font-size: 25px;
	font-weight: 400;
	color: #baa784;
	text-shadow: 1px 1px 1px #333;
	}	
.container .content h3.lucinda2	{
	font-size: 25px;
	font-weight: 400;
	color: #a0493d;
	text-shadow: 1px 1px 1px #baa784;
	}	
.container .content h4	{
	font-size: 12px;
	color: #a0493d;
	}
.container .content h4.alt	{
	font-size: 12px;
	color: #a0493d;
	font-weight: 400;
	letter-spacing: 1px;
	}
.sm	{
	font-size: 11px;
	}

.container .main .navigation	{
	float: left;
	display: inline;
	width: 200px;
	min-height: 400px;
	/* background: url(images/shell/bg-navigation.gif) no-repeat 0 -6px; */
	}
.container .main .content	{
	float: left;
	display: block;
	background-color: #f1f1e9;
	width: 720px;
	padding: 20px;		
	min-height: 400px;
	}	
.pad	{
	padding: 20px;
	}
	
.footer	{
	clear: both;
	line-height: 24px;
	height: 24px;
	text-align: center;
	background-color: #bfa357;
	background-image: url(images/shell/tm.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #333;
	font-size: 11px;
	letter-spacing: 0;
	clear: both;
	border-top: 1px solid #CA9D52;
	border-bottom: 1px solid #CA9D52;
	}	
.footer .left	{
	float: left;
	width: 200px;
	line-height: 24px;
	height: 24px;
	background-color: #A97A2C;
	border-right: 1px solid #dccb87;
	}
.footer a:hover	{
	background-color: #DABE77;
	} 
.footer .left a:link	{
	display: block;
	color: #F5F4EB;
	width: 199px;
	line-height: 24px;
	height: 24px;
	text-decoration: none;
	}
.footer .left a:visited	{
	display: block;
	color: #F5F4EB;
	text-decoration: none;
	}
.footer .left a:hover	{
	display: block;
	background-color: #837144;
	}	
	
img	{
	border:0;	
	}	
img.double	{
	border: 3px double #a0493d;
	}
	
div.clear	{
	clear: both;
	}	
div.rule	{
	border-bottom: 1px dotted #a0493d;
	margin: 15px 0;
	height: 3px;
	}
div.rule-pad	{
	border-bottom: 3px double #ccc;
	margin: 15px 0;
	height: 3px;
	}
h3	{
	font-size: 15px;
	margin: 0 0 3px 0;
	color: #645c4b;
	}
h3.alt	{
	font-size: 15px;
	margin: 0 0 15px 0;
	padding: 0;
	color: #645c4b;
	letter-spacing: +1px;
	text-align: right;
	border-bottom: 1px solid #645c4b;
	}
p	{
	margin: 0 0 7px 0;
	}
p.dc:first-letter	{
	float: left;
	font-size: 2.4em;
	line-height: .8em;
	padding-right: 1px;
	font-weight: 400;
	color: #a0493d;
	text-shadow: 1px 1px 1px #BFA357;
	}
div.dc p:first-letter	{
	float: left;
	font-size: 2.8em;
	line-height: .8em;
	padding-right: 1px;
	font-weight: 400;

	color: #a0493d;
	}	
div.dc p.nodc:first-letter 	{
	float: none;
	line-height: 16px;
	font-size: 13px;
	color: #554B3E;
	padding: none!important;
	}	
span.dc {
	float:left;
	color:#baa784;
	font-size: 2.8em;
	line-height: .8em;
	padding:4px 0 0 0;
	font-weight: 400;
	font-family: "Times New Roman", Times, serif;
	color: #baa784;
	} 
.invisible	{
	color: #f1f1e9;
	}
	
.content ul {
	margin: 0 0 10px 20px;
	padding: 0;
	}
.content ul.bullet {
	margin: 0;
	padding: 0;
	}
.content ul.bullet li {
	list-style-type: none;
	padding: 0 0 0 18px;
	background-image: url(images/bullet_sm.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	}
/* .content ul.bullet	{
	margin: 0 0 7px 15px;
	padding: 0;
	list-style-image: url(pics/bullet_wc.gif);
	} */
	
	
	
/* standard links */
a:link	{
	text-decoration: none;
	color: #cc9933;
	}
a:visited	{
	text-decoration: none;
	color: #cc9933;
	}	
a:hover	{
	text-decoration: underline;
	color: #AB5F57;
	}	
	
img.imgleft	{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	/* background-color: #645C4B; */
	}
img.leftb	{
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #645C4B;
	border-bottom: 1px solid #645C4B;
	background-color: #645C4B;
	}
img.imgright	{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	/* background-color: #645C4B; */
	}
.caption-right	{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 10px;
	text-align: center;
	}
.caption-left	{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 10px;
	text-align: center;
	}
	
img.rightb	{
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #645C4B;
	border-bottom: 1px solid #645C4B;
	background-color: #645C4B;
	}	
.red, #red	{
	color: #cc0000;
	}
.highlight-box	{
	border: 1px solid #fff;
	background-color: #f9f9f9;
	padding: 7px;
	}
	
/*  modules  */
.modules	{
	float: left;
	width: 580px;
	clear: both;
	padding: 20px 0 20px 70px;
	}
.modules .home-left-top	{
	float: left;
	width: 250px;
	text-align: left;
	display: inline;
	}
.modules .home-left-top h3	{
	font-size: 24px;
	color: #baa784;
	font-weight: 400;
	/* font-style: italic; */
	padding: 50px 0;
	}	
.modules .home-right-top	{
	float: right;
	width: 330px;
	text-align: left;
	display: inline;
	}	
.modules .home-left-bottom	{
	float: left;
	width: 350px;
	text-align: left;
	display: inline;
	}
.modules .home-right-bottom h3	{
	font-size: 24px;
	color: #a0493d;
	font-weight: 400;
	/* font-style: italic; */
	padding: 40px 0;
	}	
.modules .home-right-bottom	{
	float: right;
	width: 230px;
	text-align: right;
	display: inline;
	}
.content p.info	{
	font-size: 14px!important;
	margin: 30px auto!important;
	text-align: center;
	}
	
.modules .thumbs	{
	float: left;
	width: 100px;
	padding: 0 8px 16px 8px;
	}
	
.download	{
	position: absolute;
	right: 10px;
	top: 50px;
	width: 200px;
	font-size: 11px;
	}
.download-sketcher	{
	position: absolute;
	right: 10px;
	top: 80px;
	width: 200px;
	font-size: 11px;
	}

.btn	{
	font-size: 12px;
	background-color: #96372c;
	letter-spacing: 1px;
	line-height: 16px;
	color: #E8CF7B;
	}
	
/*  footer and copyright  */

.laysub	{ 
    display: none; 
    position: relative; 
	}
.print-header	{
	display: none;
	}	
.no-print-header, no-print-navigation	{
	display: block!important;
	}
	
/* flash verbiage layers */

.container .main .content .fla-fix	{
	position: absolute;
	left: 200px;
	top: 60px;
	height: 250px;
	width: 710px!important;
	padding-right: 10px;
	background-color: #f1f1e9;
	}
.hfs	{
	position: relative;
	}
.fla-hfs	{
	position: absolute;
	top: 25px;
	left: 0;
	width: 720px;
	height: 230px;
	background-color: #f1f1e9;
	padding: 20px 0;
	}
.fla-hfs2	{
	position: absolute;
	top: -6px;
	left: 0;
	width: 700px;
	height: 230px;
	background-color: #f1f1e9;
	padding: 20px 0;
	}
	
.wip-modules	{
	float: left;
	width: 720px;
	clear: both;
	}
.wip-modules.noborder img	{
	border: 0!important
	}
.wip-modules .left,
.wip-modules .right	{
	float: left;
	clear: both;
	padding: 0 0 10px 0;
	}
.wip-modules .left img	{
	float: left;
	margin: 0 20px 0 0;
	}

.wip-modules .left .wip-content	{
	float: left;
	width: 475px;
	}
.wip-modules .right img	{
	float: right;
	margin: 0 0 0 20px;
	}
.wip-modules .right .wip-content	{
	float: left;
	width: 475px;
	}
.wip-modules img {
	border: 3px double #7C5A3B;
	-webkit-box-shadow: 0 1px 2px #666;
	-moz-box-shadow: 0 1px 2px #666;
	box-shadow: 0 1px 2px #666;
	}
	
	
	
	
	
	
	
	
	

/* shaded borders */
#shadowed-border {
padding: 10px;
/* width: 30%; */
margin: 20px auto */;
}

#shadowed-border a:hover	{
	color: #f1f1e9;
	text-decoration: none;
	}

#shadowed-border .sb-inner {
background: #a0493d;
}

#shadowed-border .sb-border {
background: #c5958b;
}

#shadowed-border2 {
padding: 10px;
/* width: 30%; */
margin: 10px auto; 
}

#shadowed-border2 .sb-inner {
background:#DFE2FF;
}

#shadowed-border2 .sb-border {
background:#FFDC9F;
}

.home-highlight {
	background-color: #64462A;
	color: #f1f1e9;
	border: 1px solid #634523;
	padding: 10px;
	-moz-box-shadow: 1px 1px 10px #333, inset 1px 1px 1px #A97A2C;
	-webkit-box-shadow: 1px 1px 10px #333, inset 1px 1px 1px #A97A2C;
	box-shadow: 1px 1px 10px #333, inset 1px 1px 1px #A97A2C;
}
.home-highlight a:hover	{
	color: #fff;
	}
/* .side-highlight {
    display:block;
    position:relative;
    border-width: 1px 0;
    border-color: #CA9D52;
    border-style:solid;
    color:#555;
	margin: 0 10px;
}

.side-highlight span {
    display:block;
    position:relative;
    margin: 0 -1px;
    border-width: 0 1px;
    border-color: #CA9D52;
    border-style: solid;
    background-color: #7c5a3b;
    padding: 10px;
} */
.side-highlight a:hover	{
	color: #f1f1e9!important;
	text-decoration: none;
	}
.side-highlight {
	background-color: #64462A;
	color: #f1f1e9;
	border: 1px solid #634523;
	padding: 10px;
	margin: 0 10px;
	font-size: 14px;
	-moz-box-shadow: 1px 1px 10px #333, inset 1px 1px 1px #A97A2C;
	-webkit-box-shadow: 1px 1px 10px #333, inset 1px 1px 1px #A97A2C;
	box-shadow: 1px 1px 10px #333, inset 1px 1px 1px #A97A2C;
}
.hba a:hover	{
	color: #f1f1e9!important;
	text-decoration: none;
	}

.plain {
padding: 10px;
/* width: 30%; */
margin: 10px auto;
border: thin solid black;
}

.sb, .sbi, .sb *, .sbi * { position:relative; z-index:1; }
* html .sb, * html .sb *, * html .sbi, * html .sbi * { height:1%; }
.sbi { display:inline-block; }
.sb-inner { background:#ddd; }
.sb-shadow { background:#000; }
.sb-border { background:#bbb; }
	
.thumb-container	{
	float: left;
	width: 100%;
	clear: both;
	}
.thumb-container.flashSize	{
	float: left;
	display: inline;
	padding: 0 0 0 90px;
	width: 550px;
	clear: both;
	}	
	
.thumb-container .thumb a	{
	float: left;
	margin: 15px 14px;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 1px 1px #fff;
	-webkit-box-shadow: 0 2px 3px #666;
	-moz-box-shadow: 0 2px 3px #666;
	box-shadow: 0 2px 3px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#999999')"; /* IE 8 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#999999'); /* IE 5-7 */
	}
.thumb-container.flashSize .thumb a	{
	float: left;
	margin: 6px;
	padding: 2px!important;
	border: 0!important;
	background-color: #C79C33;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-shadow: 0 1px 1px #fff;
	-webkit-box-shadow: 0 2px 3px #666;
	-moz-box-shadow: 0 2px 3px #666;
	box-shadow: 0 2px 3px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#999999')"; /* IE 8 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#999999'); /* IE 5-7 */
	}
.thumb-container.flashSize .thumb a:hover	{
	background: #E8CF7B!important;
	border: 0!important;
	}
.thumb-container .thumb a:hover	{
	border: 1px solid #8AA2AF!important;
	}
.thumb-container .thumb img	{
	width: 100px;
	height: 75px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
.thumb-container.flashSize .thumb img	{
	width: 90px;
	height: 68px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	}
/* .thumb-container.flashSize .thumb a img:hover, .thumb-container.flashSize .thumb a:hover	{
	width: 100px!important;
	margin: 1px!important;
	padding: 0!important;
	} */
	
	
	
	
	
	
.swatches	{
	text-align: center;
	}
.swatches a	{
	font-size: 17px;
	font-weight: 800;
	color: #96372C;
	text-decoration: none;
	padding:  0 5px;
	margin: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 0 1px 1px #fff;
	-webkit-box-shadow: 0 2px 3px #666;
	-moz-box-shadow: 0 2px 3px #666;
	box-shadow: 0 2px 3px #666;
	}	
a.defaulton	{
	background: #96372C;
	color: #fff;
	text-shadow: 0 1px 1px #333;
	}
a.defaultoff	{
	background: #BFA357;
	}
	
/* New Header Styles */

.header	{
	width: 100%; 
	position: fixed; 
	z-index: 100!important; 
	-moz-box-shadow: 0px 0px 7px #333; 
	-webkit-box-shadow: 0px 0px 7px #333; 
	box-shadow: 0px 0px 7px #333;
	background: #64462A;
	border-top: 1px solid #a0493d;
	border-bottom: 1px solid #a0493d;
	}
.header .inner	{
	width: 960px; 
	height: 85px; 
	margin: 0 auto; 
	position: relative;
	}
.header .inner .shelburneS	{
	position: absolute; 
	z-index: 10!important;
	top: 10px; 
	left: 45px;
	}
.header .inner .helburne	{
	position: absolute;
	top: 25px; 
	left: 130px; 
	color: #BEA256; 
	font-size: 22px; 
	/* text-shadow: 1px 1px 1px #6C482A; */
	letter-spacing: 1px;
	}
.header .inner .helburne span	{
	font-size: 14px;
	}	
.header .inner .topnav	{
	position: absolute; 
	top: 10px; 
	right: 10px; 
	padding: 5px 15px; 
	background: #96372C; 
	border: 1px solid #BFA357; 
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-moz-box-shadow: 0px 1px 4px #333;
	-webkit-box-shadow: 0px 1px 4px #333;
	box-shadow: 0px 1px 4px #333;
	}
.header .topnav a	{
	font-weight: 400;
	color: #E8CF7B;
	padding: 0 4px;
	}
.header .topnav a:hover	{	
	color: #f1f1e9;
	text-decoration: none;
	} 
	
	
	
	
	
	
	
	
	
	
	
