@charset "UTF-8";
/* CSS Document */

* { font-size: 12px; }

body { font-family: Arial, Helvetica, sans-serif; line-height: 16pt; color: #77675C; }

h1, h2 { font-family:Helvetica,Trebuchet MS,Arial,sans-serif; font-size: 18px; color: #336187; }

h1 { /* border-bottom: 1px solid #336187; padding-bottom: 2px; */ }

h2 { font-size: 14px; }

a { color: #5A4A42; }
a:hover { color: brown; }

p, ul { line-height: 16pt; }

h2.promo {
background:#DADADA none repeat scroll 0 0;
border:1px solid #CCCCCC;
font-family:Arial,Helvetica,sans-serif;
height:45px;
line-height:45px;
margin:0 auto;
text-align:center;
text-transform:uppercase;
}

 
 
/* gallery styles */

#gallerywrapper { width: 760px; background: #fff; }

/* end gallery styles */


/* test body */

body#preview { background: url(/images/sitebg.jpg) left top; }

#wrapper { width: 760px; margin: 15px auto; border-left: 1px solid #5A4A42; border-right: 1px solid #5A4A42; border-bottom: 1px solid #5A4A42; background: #fff;  }

table#site-nav { text-transform: uppercase; font-size: 12px; }
table#site-nav tr {  }
table#site-nav td{ border-bottom: 3px solid #fff; text-align: center; }
table#site-nav a { display: block; padding: 2px 0; text-decoration: none; color: #5A4A42; border-left:1px solid #5A4A42; }
table#site-nav a.first { border-left: none; }
table#site-nav a:hover { color: brown; }

/* main content area */

#leftcol {  width: 485px;  padding: 15px; }

/* end main content area */

#rightcol { 
	border-left:1px solid #DADADA;
	margin-top:-5px;
	padding:0 15px;
}
#rightcol img { }
.vertdiv { 
	border-right:1px solid #DADADA;
	padding:0 0 0 12px;
	width:1px; 
}
.hzdiv { border-bottom: 3px solid #dadada; padding: 20px 0; } 
