body{
	background-color: #cccccc;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container{
	width: 798px;
	margin: 0px auto;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	background-color: #ffffff;
}
#header{
	height: 110px;
	background-image: url('/template/headerbg.gif');
	background-repeat: no-repeat;
}
#corner{
	width: 110px;
	height: 90px;
	float: left;
	margin-left: 20px;
	margin-top: 4px;
}
#header_right{
	width: 648px;
	float: left;
	margin-left: 20px;
}
#topnav{
	height: 22px;
	margin-bottom: 16px;
	margin-right: 8px;
	width: 373px;
	float: right;
}
#topnav a{
	float: left;
	display: block;
	height: 22px;
	background-image: url('/template/topnav.gif');
	background-repeat: no-repeat;
}
#topnav2{
	background-position: 0px 0px;
	width: 60px;
}
#topnav2:hover, #topnav2.selected{
	background-position: 0px -22px;
}
#topnav3{
	background-position: -60px 0px;
	width: 41px;
}
#topnav3:hover, #topnav3.selected{
	background-position: -60px -22px;
}
#topnav4{
	background-position: -101px 0px;
	width: 75px;
}
#topnav4:hover, #topnav4.selected{
	background-position: -101px -22px;
}
#topnav5{
	background-position: -176px 0px;
	width: 35px;
}
#topnav5:hover, #topnav5.selected{
	background-position: -176px -22px;
}
#topnav6{
	background-position: -211px 0px;
	width: 48px;
}
#topnav6:hover, #topnav6.selected{
	background-position: -211px -22px;
}
#topnav7{
	background-position: -259px 0px;
	width: 63px;
}
#topnav7:hover, #topnav7.selected{
	background-position: -259px -22px;
}
#topnav8{
	background-position: -322px 0px;
	width: 51px;
}
#topnav8:hover, #topnav8.selected{
	background-position: -322px -22px;
}

#logo{
	clear: right;
	margin-left: 15px;
}

#content_container{
	clear: both;
	background-image: url('/template/contentbg.gif');
	background-repeat: repeat-y;
	background-position: left;
}

#footer_banner{
	clear: left;
	width: 798px;
	height: 53px;
	display: block;
	background-image: url('/template/footer-banner.jpg');
	background-repeat: no-repeat;
}
#footer{
	width: 798px;
	margin: 0px auto;
	color: #b4b4b4;
	font-size: 9px;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 20px;
}
#footer a{
	color: #b4b4b4;
	text-decoration: none;
}
#footer a:hover{
	color: #666666;
}
#leftnav{
	width: 150px;
	float: left;
	margin-right: 20px;
	font-size: 11px;
	color: #666666;
	padding-top: 14px;
}
#leftnav .leftnav_heading{
	margin-bottom: 3px;
}
#leftnav .leftnav_item{
	margin-bottom: 18px;
	margin-left: 12px;
	color: #913a43;
}
#leftnav .leftnav_subs{
	padding-left: 20px;
}
#leftnav .leftnav_sub{
	padding-top: 4px;
	padding-left: 10px;
	font-size: 9px;
	padding-right: 4px;
}
#leftnav .leftnav_sub a{
	color: #666666;
	text-decoration: none;
	padding-left: 0px;
}
#leftnav .leftnav_sub a:hover, #leftnav .leftnav_sub a.selected{
	color: #333333;
	text-decoration: none;
}
#leftnav .leftnav_sub.selected{
	color: #333333;
	text-decoration: none;
	background-image: url('/template/leftnav-selected2.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

#content{
	width: 613px;
	float: left;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
	padding-top: 13px;
	padding-bottom: 15px;
}
#container #content.blog{
	background-image: url('/template/blogbg.gif');
	background-repeat: repeat;
	background-position: 0px 20px;
	margin-top: 28px;
}
input, textarea, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8b8b6d;
	border: 1px solid #a5acb2;
	padding: 2px;
	margin-top: 2px;
}
#container .submit_button{
	border: 1px solid #a5acb2;
	background-color: #dfdfdf;
	font-size: 9px;
	color: #333333;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#container .submit_button:hover{
	background-color: #cccccc;
	cursor: pointer;
}

table, form, p, h1, h2, h3, h4, h5{
	margin: 0px;
	padding: 0px;
}
p{
	margin-bottom: 8px;
}
em{
	color: #333333;
}
strong{
	color: #913a43;
	font-weight: normal;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 12px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2px;
}	
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1px;
}
a{
	text-decoration: none;
	color: #913a43;
	outline: none;
}
a:hover{
	text-decoration: underline;
	color: #913a43;
}
img{
	border: 0px;
}

ul, ol{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}
li{
	margin-bottom: 10px;
}

hr{
	color: #e9e9e9;
	height: 1px;
	width: 100%;
	border: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #e9e9e9;
}

.arrowlink, #container .blogpost a.arrowlink{
	background-image: url('/template/link-arrow.gif');
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
	color: #913a43;
	text-decoration: none;
}
.arrowlinkback, #container .blogpost a.arrowlinkback{
	background-image: url('/template/link-arrowback.gif');
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
	color: #913a43;
	text-decoration: none;
}

.testimonials{
	padding-top: 5px;
}
.testimonials td{
	vertical-align: top;
	padding-bottom: 20px;
}
.testimonials td strong{
	color: #913a43;
}

.resources{
}
.resources td{
	padding-bottom: 10px;
	color: #000000;
	line-height: 16px;
}
.resources strong{
	text-transform: uppercase;
	color: #666666;
}
.resources img{
	border: 1px solid #5d5d5d;
}

#container .sample{
	font-size: 9px;
}
#container .sample .heading{
	color: #913a43;
}
#container .press{
	padding-top: 5px;
}
#container .press td{
	vertical-align: top;
	padding-bottom: 20px;
}
#container p.date{
	margin-bottom: 4px;
	font-size: 9px;
}
#container .press p.summary{
	margin-bottom: 4px;
}
#container .additional_photo{
	float: left;
	margin-right: 9px;
	margin-bottom: 9px;
}

#container .gallery{
	padding-top: 5px;
	color: #000000;
}
#container .gallery td{
	padding-bottom: 20px;
}
#container .gallery p{
	margin-bottom: 4px;
}
#container .gallerytitle,
#container .gallerytitle p
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: lowercase;
	margin-bottom: 10px;
}
#container .gallerytitle p { margin-bottom: 0px; }

#container .gallery p.length{
	color: #666666;
}

#container .blogpost{
	width: 419px;
	float: left;
	position: relative;
	top: -28px;
	margin-bottom: -28px;
}
#container .blogpost a{
	color: #666666;
	text-decoration: underline;
}
#container .blogpost a:hover{
	color: #333333;
}
#container .blogsummary{
	font-size: 12px;
	line-height: 18px;
}
#container .blognav{
	color: #6c7f84;
	margin-top: 15px;
	width: 174px;
	float: right;
}
#container .blognav .photo{
	position: relative;
	top: -52px;
	text-align: center;
	margin-bottom: -41px;
}
#container .blognav .description{
	padding-left: 11px;
	padding-right: 6px;
	font-size: 9px;
	padding-bottom: 5px;
}
#container .blognav .nav{
	padding-left: 11px;
	padding-right: 2px;
	font-size: 10px;
	padding-bottom: 10px;
}
#container .blognav .nav strong{
	color: #6c7f84;
	font-weight: bold;
}
#container .blognav .nav a{
	color: #6c7f84;
}
#container .blognav .nav .count{
	color: #666666;
}
#container .blognav .nav .navitem{
	padding-bottom: 4px;
}
#container .blognav .nav .navitem a:hover{
	text-decoration: none;
}
#container .blognav .nav .navitem.month{
	padding-left: 15px;
}
#container .blognav .nav .navitem.post{
	padding-left: 30px;
	padding-bottom: 7px;
	line-height: 14px;
}
#container .blognav .nav .navitem.post a:hover{
	text-decoration: underline;
}
#container .blognav .nav .navitem.post a.selected{
	text-decoration: underline;
}

#container .blognav .nav .arrowlink{
	background-image: url('/template/blognav-arrow.gif');
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: left center;
}
#container .blognav .nav .arrowlinkdown{
	background-image: url('/template/blognav-arrowdown.gif');
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: left center;
}




/* Subscribe -------------------------------- */
#container .blognav .subscribe{
	padding-left: 11px;
	padding-right: 2px;
	font-size: 10px;
	padding-bottom: 10px;
}
#container .blognav .subscribe strong{
	color: #6c7f84;
	font-weight: bold;
}




#container .sampleinactive{
	border: solid 1px #fff;
	/*opacity: 0.6;
	filter: alpha(opacity=60);*/
}
#container .sampleinactive:hover{
	border: solid 1px #000;
	/*opacity: 1;
	filter: alpha(opacity=100);*/
}

#container img.sample {
	border: solid 1px #000;
}

/* Clear fix! */
#container .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#container .clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
#container .clearfix {display: block;}
/* End hide from IE-mac */