/*COLOR SCHEME

TANS - light to dark
#FBDF90
#D8AE69
#C18F4C

BROWN
#3E260E

RED
#7A1C00
#9B5540


/* style for the entire page - everything visible within the browser window. */
body {
	background-color: #FBDF90;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #3E260E;
	background-image:url(../images/bg_stripe.gif);
	min-width:880px;
}

.win{
	margin: 20px;
}

/* style for large table that forms page layout. */
.page {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}


/*------------Styles for table cell containers in page layout.-------------------*/
.banner {
	background-color: #FBDF90;
	background-image:url(../images/bg_texture.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-left: 3px;
}
.nav {
	background-color: #7A1C00;
	font-size: 11px;
	border: 3px solid #FBDF90;
	border-top:0px;
	border-left: 0px;
	padding: 6px 3px 8px;
}

.nav_left {
	background-color: #7A1C00;
	border: 3px solid #FBDF90;
	border-top:0px;
	border-right: 0px;
}
.left {
	background-color: #C18F4C;
	width: 250px;
	border: 3px solid #FBDF90;
	border-right: 0px;
	border-top: 0px;
}
.right {
}
.content {
	width:565px;
	min-width:inherit;
	background-color: #D8AE69;
	background-image:url(../images/bg_swirl.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 3px solid #FBDF90;
	border-top: 0px;
	padding: 16px 18px 80px 40px;
	float: left;
}
.footer {
	padding: 5px;
	padding-bottom: 20px;
}

/*------------- Styles for table data and charts. ----------------*/

/* Sets color for table borders.*/
.chart {
	background-color: #BC9164;
}

/* Sets color/style for table headings.*/
.chart th {
	background-color: #D8AE69;
	text-align: left;
}

/* Sets color/style for table cells.*/
.chart td {
	background-color: #D8AE69;
}

/*------------- Link styles ---------------*/

/* Links within nav bar - regular state */
.nav a {
	color: #FBDF90;
	margin: 0px;
	padding: 6px;
	padding-top: 4px;
	font-size: 11px;
	text-decoration: none;
}

/* Links within nav bar - roll-over state */
.nav a:hover {
	color: #FFFFFF;
}

/* Links within nav bar - "on" state */
.nav a.on {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #9B5540;
}

/* Regular links on page - normal state */
a {
	color: #7A1C00;
	font-weight: bold;
}

/* Regular links - roll-over state */
a:hover {
	color: #9B5540;
}


/*------------ Type styles --------------- */

h1 {
	font-size: 20px;
	margin-top: 0px;
	padding-top: 0px;
	color: #FBDF90;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

/* Bulleted list */
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	list-style-type: square;
}

/* Numbered list */
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	list-style-type: decimal;
}

/*------------- For photos in text flow ---------------*/

.photo {
	margin-right: 16px;
	margin-bottom: 10px;
}
.pagephoto{
	border-bottom: 3px solid #FBDF90;
}


/*------------- Notes during development ---------------*/

.note {
	background-color: #CCFF66;
}

.gallery_nav{
	background-image:url(../images/side_panel.jpg);
	background-repeat: no-repeat;
}

.gallery{
padding-left: 20px;
padding-right: 20px;
}

ul.subnav{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
}
ul.subnav li {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	border-bottom: 1px solid #FBDF90;

}
.subnav a {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

table.home{
background-color: #FBDF90;
}
p.home {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-right: 10px;
	line-height: 20px;
}
ul.home{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}

.caption{
font-size: 12px;
line-height: 16px;
width: 400px;
padding-top: 12px;
}
.bottomtext {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.addresstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7a1c00;
}
