﻿html    { height:100%; }

body
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	color: #3E2B1F;
	font-size: 10pt;
	line-height: 12pt;
	margin: 20px 0 0 0 ;
	height: 100%
	/*background-color: #DFECFF;*/
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* Overriding HTML Elements */
h1
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 14pt;
	color: #755A49;
	line-height: 16pt;
	font-weight: bold;
}

h2
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 12pt;
	color: #755A49;
	line-height: 12pt;
	font-weight: bold;
}

h3
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 11pt;
	color: #755A49;
	line-height: 12pt;
	font-weight: bold;
}

h4
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 10pt;
	color: #755A49;
	line-height: 12pt;
	font-weight: bold;
}

h5
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 10pt;
	color: #755A49;
	line-height: 12pt;
	font-weight: bold;
}


h6
{
	font-size:24px;
	font-weight:normal;
	font-family:Garamond, Georgia,"Times New Roman",Times,serif;
	color: #3E2B1F;
	
}
p, ul, td
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 10pt;
	color: #3E2B1F;
	line-height: 14pt;
}


.vst
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 10px;
	color: #3E2B1F;
	line-height: 12pt;
}

ul {
	list-style-type: none;
}

ul.NoBullet {
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 1.0em;
	color: #3E2B1F;
	line-height: 14pt;
	list-style-type: none;
}

ul.gallery li a.pic-1 {
	float: left;
	padding: 5px 5px 15px 5px;
	background: #eee;
	border: 1px solid #fff;	
	z-index: 1;	
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	position: relative;
}
ul.gallery li a.pic-2 {
	float: left;
	padding: 5px 5px 15px 5px;
	background: #eee;
	border: 1px solid #fff;	
	z-index: 5;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	position: relative;
}
ul.gallery li a.pic-3 {
	float: left;
	padding: 5px 5px 15px 5px;
	background: #eee;
	border: 1px solid #fff;	
	z-index: 3;
	-webkit-transform: rotate(7deg);
	-moz-transform: rotate(7deg);
	position: relative;
}
ul.gallery li a.pic-4 {
	float: left;
	padding: 5px 5px 15px 5px;
	background: #eee;
	border: 1px solid #fff;	
	z-index: 8;	
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	position: relative;
}
ul.gallery li a.pic-5 {
	float: left;
	padding: 5px 5px 15px 5px;
	background: #eee;
	border: 1px solid #fff;	
	z-index: 2;
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	position: relative;
}
ul.gallery li a.pic-6 {	
	float: left;
	padding: 5px 5px 15px 5px;
	background: #eee;
	border: 1px solid #fff;
	z-index: 6;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	position: relative;
}
ul.gallery li a:hover {
	z-index: 12;
	-webkit-box-shadow: 3px 5px 15px #333;	
	-moz-box-shadow: 3px 5px 15px #333;
}


li {
	padding: 0 0 8px 0;
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 1.0em;
	color: #3E2B1F;
	line-height: 14pt;
	list-style-type: none;
}

table
{
	background-color: #FFF;
	/*padding:20px;*/
}
table.rightnav
{
	
	text-align: center;
	border-collapse: separate;
  	border-spacing: 10px;
	

}	
table.rightnav td
{
	background-color: #E8E8E8;
	border:1px solid grey;
	color: #3E2B1F;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 5px
}

table.rightnavnest
{
	background-color: #E8E8E8;
	text-align: left;
	border-collapse: collapse;
  	
}

table.rightnavnest td
{
	background-color: #E8E8E8;
	color: #3E2B1F;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	border:0
	
	
}

img { border: 0; }

img.middle
{
	margin-left:auto;
	margin-right:auto;
	border: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* Links */
a:link
{
	color: #BB2D26;
	text-decoration: none;
	background-color: transparent;
}

a:visited
{
	color: #BB2D26;
	text-decoration: none;
	background-color: transparent;
}

a:hover
{
	color: #4C4C00;
	text-decoration: none;
	background-color: transparent;
}
a:active
{
	color: #BB2D26;
	text-decoration: none;
	background-color: transparent;
}
a.taupe:link
{
	color: #4f4949;
	text-decoration: none;
	background-color: transparent;
}
a.taupe:visited
{
	color: #5c5b4c;
	text-decoration: none;
	background-color: transparent;
}
a.taupe:hover
{
	color: #6B7982;
	text-decoration: none;
	background-color: transparent;
}
a.taupe:active
{
	color: #4f4949;
	text-decoration: none;
	background-color: transparent;
}
a.white:link
{
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
}
a.white:visited
{
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
}
a.white:hover
{
	color: #EDE7D0;
	text-decoration: none;
	background-color: transparent;
}
a.white:active
{
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
}
a.pop: {

	z-index: 1;
	
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease-in;
	}
a.pop_middle: {

	z-index: 5;
	padding: 2px 2px 2px 2px;
	background-color:#ffffff;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
	-moz-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
	box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease-in;
	}

a.pop:hover,
a.pop:focus,
a.pop:active {
	z-index: 999	
	-webkit-box-shadow: -5px 15px 20px rgba(0,0, 0, 0.4);
	-moz-box-shadow: -5px 15px 20px rgba(0,0, 0, 0.4);
	box-shadow: -5px 15px 20px rgba(0,0, 0, 0.4);
	-webkit-transform: rotate(0deg) scale(1.05);
	-moz-transform: rotate(0deg) scale(1.05);
	-o-transform: rotate(0deg) scale(1.05);
	transform: rotate(0deg) scale(1.05);
}

a.subtle:link,
a.subtle:visited {
	color:#303A38;
	z-index: 2;
	padding: 5px, 5px, 5px, 5px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease-in;
	}
a.subtle:hover,
a.subtle:focus,
a.subtle:active {
	color:#1C2120;	
	z-index: 999;
	border-color: #6A6A6A;
	-webkit-transform: rotate(0deg) scale(1.15);
	-moz-transform: rotate(0deg) scale(1.15);
	transform: rotate(0deg) scale(1.15);
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* Forms */
select
{
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 1.1em;
	font-weight: light;
	text-align: left;
	color: #555555;
	line-height: 16px;
	background-color: #FFFFFF;
}

button
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 9pt;
	color: #3E2B1F;
	padding: 0;
	background-color: #F1EFE9;
}

button.value
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 9pt;
	color: #3E2B1F;
	background-color: #F1EFE9;
}

input
{
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 1.1em;
	font-weight: light;
	text-align: left;
	color: #555555;
	background-color: #FFFFFF;
	padding: 1px 3px;
}

input.file
{
	color: #000000;
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 11px;
	line-height: 15px;
	background-color: #F1EFE9;
}

textarea
{
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 1.1em;
	font-weight: light;
	text-align: left;
	color: #555555;
	line-height: 15px;
	background: #FFFFFF;
	padding: 0px 0px 0px 10px;
}

.email_textbox
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 9pt;
	color: #000000;
	background-color: #F1EFE9;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* Independent Styles */

.pagelist li {
	padding: 0 ;
}

.bodytext
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 9pt;
	color: #4C4C00;
	line-height: 12pt;
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
}

.bodytext_black
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 9pt;
	color: #000000;
	line-height: 12pt;
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
}

.bodybrown
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 9pt;
	color: #6A5E51;
	line-height: 11pt;
}

.bodywhite
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 9pt;
	color: #FFFFFF;
	line-height: 12pt;
}

.bodywhite a
{
	color: #FFFFFF;
}

.bodywhite a:hover { color: #A40000; }
.bodywhite a:visited { color: #FFFFFF; }


.emailsignup
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 7pt;
	color: #4C4C00;
	line-height: 7pt;
}

.bodybold
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 9pt;
	color: #4C4C00;
	line-height: 12pt;
	font-weight: bold;
}

.bodyboldblue
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 10pt;
	color: #08588B;
	line-height: 12pt;
	font-weight: bold;
}

.bodybold_brown
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 9pt;
	color: #6A5E51;
	line-height: 12pt;
	font-weight: bold;
}

.bodyitalic
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 9pt;
	color: #3E2B1F;
	line-height: 12pt;
	font-style: italic;
}

.bodybold_Italic
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 9pt;
	color: #4C4C00;
	line-height: 12pt;
	font-style: italic;
	font-weight: bold;
}

.footer
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 7pt;
	color: #FFFFFF;
	line-height: 8pt;
}
.serif
{
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 1.7em;
	font-weight:normal;
	text-align: left;
	color: #3E2B1F;
	
}

.serifreg
{
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	line-height: 22px;
	color: #333333;
}
.serifsmall
{
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 1.0em;
	font-weight: normal;
	text-align: left;
	color: #333333;
}
.seriflight
{
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 1.1em;
	font-weight: light;
	text-align: left;
	color: #555555;
}
.larger
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 1.0em;
	color: #3E2B1F;
	line-height: 14pt;
}
.serifstrong
{
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 1.3em;
	font-variant: small-caps;
	font-weight: 600;
	text-align: center;
	color: #4F4949;
	line-height: 10px;
	letter-spacing: 3px;
	text-shadow: #fff 0 1px 0, #666 0 -1px 0;

}
.serifmenu
{
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 1.1em;
	font-variant: small-caps;
	font-weight: 500;
	text-align: center;
	color: #4F4949;
	line-height: 10px;
	letter-spacing: 1px;
	text-shadow: #fff 0 1px 0, #888 0 -1px 0;

}
.serifactivity
{
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 1.0em;
	font-variant: small-caps;
	font-weight: 400;
	text-align: center;
	color: #333333;
	line-height: 10px;
	letter-spacing: 1px;
	text-shadow: #fff 0 1px 0, #999C8F 0 -1px 0;

}
.serifbox
{
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 1.0em;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	vertical-align: middle;
	letter-spacing: 1.45px;
	text-shadow: #fff 0 1px 0, #999C8F 0 -1px 0;
}
.serifbar
{
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 1.0em;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	line-height: normal;
	vertical-align: middle;
	letter-spacing: 1.5px;
	text-shadow: #A69270 0 1px 0, #666 0 -1px 0;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* Small Style Elements */
.small
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 7pt;
	color: #3E2B1F;
	line-height: 10pt;
}

.smallblue
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 7pt;
	color: #08588B;
	line-height: 10pt;
}

.smallwhite
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 7pt;
	color: #FFFFFF;
	line-height: 10pt;
}

.smallbold
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 7pt;
	color: #3E2B1F;
	line-height: 10pt;
	font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* Special Elements */

.clearing
{
	height: 0;
	clear: both;
}

.rolloverlink 
{
	color: #FFFFFF;
	background-color: #933;
	margin: 0;
	padding: 0;	
	height: 22px;
}

.rolloverlink a
{
	color: #FFFFFF;
	margin: 0;
	padding: 3px 0 2px 0;
}

.rolloverlink a:hover
{
	color: #FFFFFF;
	background-color: #755A49;
	margin: 0;
	padding: 3px 0 2px 0;
}

.rolloverlink a:visited
{
	color: #FFFFFF;
	margin: 0;
	padding: 3px 0 2px 0;
}

.rolloverlink td
{
	margin: 0;
	padding: 0;
	height: 22px;
	border-right: #FFF;
	border-width: 0 1px 0 0;
	border-style: none solid none none;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* Thickbox settings */

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height: 13px;
	width: 208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* End Thickbox settings */
/* ----------------------------------------------------------------------------------------------------------------*/
/* 4square Format */
#re_square
{	
	float: left; 
	width: 550px;
	padding: 0px;


}
#re_squareleft
{	
	float: left; 
	width: 245px;	
	padding: 5px;
	margin: 0;
	}
#re_squareright
{	
	
	width: 245px;
	padding: 5px;
	margin: 0 0 0 265px;
	}

#re_rightnav
{	
	float: right; 
	width: 200px;
	padding: 0;
	margin: 10px 0 0 0;

}
#re_rightboxes
{	
	float: right; 
        background-color: #e8e2d6;
 	width: 195px;	
	height: 120px;
	padding: 7px;
	margin: 0 0 10px 10px; 
	text-align: left;
	border-style: double;
	border-width: 5px;
	border-color: #ffffff;
	vertical-align: middle;
}

#re_rightboxes_text
{	float: right; 
	width: 75px;	
	margin: 30px 10px 0 0; 
	text-align: left;
	font-family: 'Trebuchet MS', Arial, Helvetica, 			sans-serif;
	font-size: 1.1em;
	
}

#re_rightsq
{	
	float: right; 
	width: 350px;	
	padding: 5px;
	
}
#re_leftsq
{
	float: left;
	width: 350px;
	padding 5px; 
}
#re_desc
{
	float: left;
	width: 500px;
	padding 0; 
margin: 10px 0 0 0;

}

#re_titlebox
{
	float: left;
	width: 100%; 
}

.re_rightboxes
{	
	float: right; 
        background-color: #e8e2d6;
 	width: 195px;	
	height: 120px;
	padding: 7px;
	margin: 0 0 10px 10px; 
	text-align: left;
	border-style: double;
	border-width: 5px;
	border-color: #ffffff;
	vertical-align: middle;
	
}

.re_rightboxes_text
{	float: right; 
	width: 75px;	
	margin: 30px 10px 0 0; 
	text-align: left;
	font-family: 'Trebuchet MS', Arial, Helvetica, 			sans-serif;
	font-size: 1.2em;
	
}
.rightboxbottom
{	
	float: right; 
        background-color: #e8e2d6;
 	width: 195px;	
	height: 195px;
	padding: 7px;
	margin: 0 0 10px 10px; 
	text-align: center;
	border-style: double;
	border-width: 5px;
	border-color: #ffffff;
	vertical-align: middle;
}
.rightboxbottomtext
{	float: right; 
	width: 175px;	
	margin: 10px 10px 0 0; 
	text-align: center;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #333333;
	
}
.re_search_item
{	
	width: 250px;
	float: left;
	clear: none;
	border-style: solid;
	border-width: 1px;	
	padding: 5px;

	margin: 5px;
	border-color: #933333;
	}

#re_search_box
{	 
	width: 816px;
	padding: 0px;
}

#popup a span
{	display:none;
}
#popup a:visited span
{
	display:none;
}
#popup a:hover span
{
	display: block;
   	padding: 1px;
	margin: 10px 10px 0 0; 
	text-align: center;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: .9em;
	font-weight: normal;
	color: #333333;
	background-color: transparent;
}
#popup a:active span
{
	display:none;
}
/*End 4square Format*/
/*Home Page Format*/

#topleft
{	
	float: left; 
	width: 485px;	
	height: 322px;
	padding: 10px 5px 10px 5px;

}

#noflashshow
{	
	float: left; 
	width: 485px;	
	height: 322px;
	padding: 10px 5px 10px 5px;
background: #959796 url('http://www.riverdunes.com/images/pages/chestnut.jpg');
}
#barbar_box
{
	float: left;
	width: 748px;
	margin: 0;
	padding: 0; 
	border-style: none;

	}
#button_box
{
	float: left;
	width: 736px;
	margin: 0px 5px 10px 5px;
	padding: 1px; 
	border-style: solid;
	border-width: 1px;
	border-color: #ede7d0;
	
	
}#button_1
{
	float: left;
	width: 228px;
	margin: 0 2px 0 0;
	padding: 7px 7px 0 7px; 
	border-style: solid;
	border-width: 1px;
	border-color: #ede7d0;
	
	
}
#button_2
{
	float: left;
	width: 228px;
	margin: 0 1px 0 0;
	padding: 7px 7px 0 7px; 
	border-style: solid;
	border-width: 1px;
	border-color: #ede7d0;
	
}
#button_3
{
	float: right;
	width: 227px;
	margin: 0;
	padding: 7px 7px 0 7px; 
	border-style: solid;
	border-width: 1px;
	border-color: #ede7d0;
	
}
#topright
{	
	float: right; 
	width: 242px;
	height: 316px;	
	margin: 13px 7px 10px 0;
	text-align: center;
	outline-style: double;
	outline-width: medium;
	outline-color: #ede7d0;
}
#eventright
{
	float: right; 
	width: 216px;
	height: 247px;	
	margin: 0 11px 0 11px;
	text-align: center;
	
	background-color: #ffffff;
	padding: 10px 2px 0 2px;
}
#inset
{
	float: right; 
	width: 210px;
	height: 42px;	
	margin: 5px 11px 5px 11px;
	text-align: center;
	outline-style: double;
	outline-width: thick;
	outline-color: #A5A292;
	background-color: #A5A292;
	padding: 5px 5px 0 5px;
	
}
#shadow
{
	border:1px #a5a292;	
box-shadow:1px -1px 10px #666;
	-webkit-box-shadow:1px -1px 10px #666;
	-moz-box-shadow:1px -1px 10px #666666;
	
}
#inset2
{
	float: right; 
	width: 200px;
	height: 30px;	
	margin: 11px 11px 5px 11px;
	text-align: center;
	outline-style: double;
	outline-width: thick;
	outline-color: #607C8C;
	background-color: #607C8C;
	padding: 10px;
	
}
#barleft
{
	float: left;
	width: 235px;
	margin: 0;
	padding: 5px 6px 0 7px;
	text-align: center;
	height: 25px;
	border-right-style: dotted;
	border-width: medium;
	border-color: #ffffff;
	background-color: #933333;
	box-shadow:1px -1px 10px #A69270;
	-webkit-box-shadow:1px -1px 10px #A69270;
	-moz-box-shadow:1px -1px 10px #A69270;
	
}
#middlebar
{
	float: left;
	width: 231px;
	margin: 0;
	padding: 5px 7px 0 7px;
	text-align: center;
	height: 25px;
	border-style: none;
	background-color: #933333;
	box-shadow:1px -1px 10px #A69270;
	-webkit-box-shadow:1px -1px 10px #A69270;
	-moz-box-shadow:1px -1px 10px #A69270;
	
}
#barright
{
	float: left;
	width: 235px;
	margin: 0;
	padding: 5px 6px 0 7px;
	text-align: center;
	height: 25px;
	border-left-style: dotted;
	border-width: medium;
	border-color: #ffffff;
	background-color: #933333;
	box-shadow:1px -1px 10px #A69270;
	-webkit-box-shadow:1px -1px 10px #A69270;
	-moz-box-shadow:1px -1px 10px #A69270;
	
}
#bottom_box
{
	float: left;
	width: 746px;
	margin: 5px 0 10px 0;
	padding: 1px; 
	border-style: solid;
	border-width: 1px;
	border-color: #ede7d0;
	
	
}
#bottom_left
{
	float: left;
	
	width: 230px;
	height: 210px;
	margin: 0;
	padding: 0; 
	box-shadow:1px -1px 10px #A69270;
	-webkit-box-shadow:1px -1px 10px #A69270;
	-moz-box-shadow:1px -1px 10px #A69270;
	
}


#bottom_middle
{
	float: left;
	
	width: 268px;
	height: 210px;
	margin: 0 2px 0 0;
	padding: 0; 
	border-style: solid;
	border-width: 1px;
	border-color: #ede7d0;
	background-color:#ede7d0;
	box-shadow:1px -1px 10px #A69270;
	-webkit-box-shadow:1px -1px 10px #A69270;
	-moz-box-shadow:1px -1px 10px #A69270;
}
#bottom_right
{
	float: right;
	text-align: center;
	width: 242px;
	height: 210px;
	margin: 0;
	padding: 0; 
	border-style: solid;
	border-width: 1px;
	border-color: #9BBAB2;
	background-color:#9BBAB2;
	box-shadow:1px -1px 10px #A69270;
	-webkit-box-shadow:1px -1px 10px #A69270;
	-moz-box-shadow:1px -1px 10px #A69270;
}
#bottom_doubleright
{
	float: right;
	text-align: center;
	width: 509px;
	height: 210px;
	margin: 0;
	padding: 0; 
	border-style: none;
	border-width: 1px;
	border-color: #9BBAB2;
	background-color:#9BBAB2;
	box-shadow:1px -1px 10px #A69270;
	-webkit-box-shadow:1px -1px 10px #A69270;
	-moz-box-shadow:1px -1px 10px #A69270;
}
/* Apple Gallery styles */

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:none;
	
	background:url(img/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:509px;
		overflow:hidden!important;
position:relative;



}

#slides{
	/* This is the slide area */
	height:160px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:509px;
overflow:hidden!important;
position:relative;
}

.slide{
	float:left;
	height:160px;
	width:509px;
	margin: 0;
	padding: 20px 0; 
	border-style: none;
	background-color:#9BBAB2;
	text-align: center;
}
.quote{
	height:120px;
	width:442px;
	margin: 0 30px;
	border-style: none;
	text-align: center;
}
#menu{
	/* This is the container for the thumbnails */
	height:50px;
	background-color:#9BBAB2;
}

#menu ul{
	margin:0px;
	padding:0px;
	background-color:#9BBAB2;
}

#menu li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:50px;
	overflow:hidden;
	background-color:#9BBAB2;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: .8em;
	font-weight: normal;
	text-align: left;
	color: #333333;
}

#menu li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(img/pic_bg.png) repeat;
}

#menu li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(img/active_bg.png) no-repeat;
}

#menu li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(img/divider.png) no-repeat right;
}

#menu li a{
	display:block;
	background:url(img/divider.png) no-repeat right;
	height:50px;
	padding-top:10px;
}

a img{
	border:none;
}
/*--------------------ZETABEE HOMEPAGE CALENDAR-------------*/

.ij_wrap {
	font-family:'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	color: #4f4949;
	font-size: 10pt;
	line-height: 12pt;
	width:216px;
	height:190px;
	border:0px none #aaa;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;
}

.ij_wrap a, .ij_wrap a:hover {
text-decoration:none;
}

.ij_table {
font-family:'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
font-size:10px;
border-collapse:collapse;
width:100%;
}

.ij_date {
background:#fff;
padding-top:8px;
}

.ij_date th {
text-align:center;
padding-top:8px;
font-size:12px;
}

.ij_row_a, .ij_row_b {
border-top:0px none #ccf;
border-bottom:0px none #4f4949;
}

.ij_row_a {
}

.ij_row_b {
}

.ij_cal01 {
background:#ffffff;
}
.ij_cal01 .ij_text:before {
content:"";
padding-right:0;
color:#449;
font-size:10px;
}

.ij_cal02 {
background:#ffffff;
}
.ij_cal02 .ij_text:before {
content:"";
padding-right:0;
color:#494;
font-size:10px;
}

.ij_cal03 {
background:#ffffff;
}
.ij_cal03 .ij_text:before {
content:"";
padding-right:0;
color:#944;
font-size:10px;
}

.ij_cal04 {
background:#ffffff;
}

.ij_cal05 {
background:#ffffff;
}

.ij_time, .ij_desc {
line-height:16px;
padding-top:3px;
}

.ij_time {
min-width:1px;
width:20px;
text-align:left;
padding-right:0px;
color:#ffffff;
font-size:1px;
}

.ij_time div {
}

.ij_desc a {
display:block;
width:150px;
height:16px;
overflow:hidden;
cursor:pointer;
text-decoration:none;
color:#333;
outline:none;
padding-bottom:none;
}

.ij_desc a:hover {
padding-left:0px;
font-weight:bold;
border-left:0px none #ccf;
color:#000;
}

.ij_desc span {
display:block;
}

.ij_text {
}

.ij_loc {
margin-top:6px;
font-size:11px;
color:#060;
}

.ij_credit {
text-align:center;
padding:0px 0 0px 0;
background:#fff;
font-size:1px;
color:#ffffff;
}

.ij_credit a, .ij_credit a:hover {
color:#ffffff;
font-weight:bold;
}
	
1:17 PM 10/30/2010


}

