body
{
	margin: 0px;
	padding: 0px 5px 30px 5px;
	background-color: #2E1E18;
	color: #000;
	font-family: Palatino, "Times New Roman", Times, Georgia, serif;
	font-size: 12px;
/*	background-image: url(../grafix/boxbg2.jpg); */
	background-attachment: fixed;
}

p
{
	margin: 5px 10px 5px 5px;
	padding: 2px;
	font-size: 16px;
	line-height: 125%;
}

ul { margin: 10px 5px 10px 5px; }

li
{
	margin: 2px 5px 2px 5px;
	padding: 2px;
	font-size: 14px;
	line-height: 110%;
	list-style-type: square;
}

a:link, a:visited
{
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:visited:hover, a:active, a:visited:active
{
	color: #FF6600;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px 0px 5px 10px;
	padding: 2px;
	color: #2E1E18;
}

h1 { font-size: 26px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 10px; }

input, textarea, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #036;
	margin: 1px;
	padding: 2px;
	background-color: #ccc;
	border: 1px solid #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input:focus, textarea:focus, select:focus
{
	background-color: #CCD6E0;
	color: #000;
}

#container
{
	padding: 0px;
	margin: 15px auto 5px auto;
	min-width: 850px;
	background-color: #F6ECE5;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	max-width: 1100px;
}

#containerflex
{
	padding: 0px;
	margin: 5px 2% 5px 2%;
	background-color: #F6ECE5;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#centercontentfull
{
	margin: 0px 5px 5px 5px;
	padding: 15px 2px 25px 2px;
	border: 1px #000 solid;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#centercontentwide
{
	float: left;
	margin: 0px 5px 5px 5px;
	padding: 15px 0px 25px 0px;
	min-width: 500px;
	border: 1px #000 solid;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	max-width: 75%;
}

#centercontent
{
	margin: 0px 5px 0px 5px;
	padding: 15px 2px 25px 2px;
	border: 1px #000 solid;
	float: left;
	width: 70%;
	min-width: 200px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#centercontentmed
{
	margin: 0px 5px 5px 5px;
	padding: 15px 2px 25px 2px;
	border: 1px #000 solid;
	float: left;
	width: 545px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#footer
{
	color: #fff;
	margin: 0px;
	padding: 5px;
	clear: both;
	background-color: #5B5E4B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	text-align: right;
}

#footer p { font-size: 9px; }

#header
{
	margin: 0px 0px 5px 0px;
	padding: 2px 0px 0px 0px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	background-color: #3E342D;
	color: #fff;
	clear: both;
}

#header h1 {
	padding-top: 10px;
}
#header p, #header h1, #header h2, #header h3, #header h4, #header h5, #header h6 { color: #fff; }
#header a {
	color: #D6FAE1;
}
#header .outline p, #header .outlinebox   { color: #3E342D; }

#logolayer
{
	position: absolute;
	right: 5px;
	top: 0px;
	width: 155px;
	height: 165px;
	z-index: 2;
}

#logolayerl
{
	position: relative;
	left: -25px;
	top: -5px;
	width: 155px;
	height: 180px;
	z-index: 2;
}

#leftcontent
{
	padding: 2px;
	float: left;
	width: 22%;
	min-width: 175px;
	margin: 0px;
	overflow: hidden;
}

#menucontent
{
	float: left;
	width: 144px;
	padding: 10px 5px 10px 5px;
	margin: 0px 0px 10px 5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#menucontent li { list-style-type: none; }

#menucontent .float
{
	margin: -15px 0px 0px 20px;
	padding: 0px;
}

#menucontent a:link, #menucontent a:visited
{
	display: block;
	margin: 10px 0px 2px 0px;
	padding: 5px;
	color: #fff;
}

#menucontent a:hover, #menucontent a:visited:hover
{
	background-color: #603;
	color: #fff;
	text-decoration: none;
}

#menucontent p, #menucontent h1, #menucontent h2, #menucontent h3, #menucontent h4, #menucontent h5, #menucontent h6
{
	color: #eee;
	margin: 0px;
	padding: 2px;
}

#menucontent .white a, #menucontent .white p { color: #003366; }

#navmenu
{
	margin: 0px 30px 0px auto;
	padding: 4px 0px 0px 0px;
	width: 600px;
}

#navmenu ul, #navmenu li
{
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 2px 0px;
}

#navmenu a
{
	display: block;
	color: #B5D9A5;
	text-decoration: none;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	padding: 2px 5px 0px 5px;
	margin: 0px;
}

#navmenu ul li a:hover, #navmenu ul li.shover
{
	/*/ presentation of rollovers*/
	color: #F90;
	background-color: #727E65;
}

#navmenu li:hover, #navmenu li.sfhover
{
	color: #F90;
	background-color: #727E65;
}

#navmenu li
{
	color: #fff;
	float: left;
	padding: 0px 5px 0px 0px;
}

#navmenu li ul
{
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	margin: 0px;
}

#navmenu li li {
	background-color: #5B5E4B;
	width: 150px;
	line-height: 20px; 
}
#navmenu li ul a { margin-left: -30px; }

#navmenu li ul ul
{
	margin-left: -30px;
	/*/ width of the li plus the padding*/
	/*/ negative top margin brings it up and beside */
	/*/ repositions the menu after rollover*/
}

#navmenu li:hover ul ul, #navmenu li:hover ul ul ul, #navmenu li.sfhover ul ul, #navmenu li.sfhover ul ul ul { left: -999em; }
#navmenu li:hover ul, #navmenu li li:hover ul, #navmenu li li li:hover ul, #navmenu li.sfhover ul, #navmenu li li.sfhover ul, #navmenu li li li.sfhover ul { left: auto; }

#navtabs
{
	padding: 0px;
	margin: 5px 10px 2px 0px;
	clear: both;
	text-align: center;
	font-size: 12px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

#navtabs li { display: inline; }

#navtabs ul, #navtabs li
{
	list-style: none;
	margin: 0px;
	font: inherit;
	font-size: inherit;
	padding: 0px;
}


#navtabs a
{
	background-color: #D7E1D8;
	padding: 2px 4px 2px 4px;
	margin: 5px 2px 2px 2px;
	border-top: 1px #333 solid;
	border-right: 1px #333 solid;
	border-bottom: 1px #333 solid;
	border-left: 1px #333 solid;
	color: #5E4235;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}

#navtabs #current
{
	background-color: #F6ECE5;
	border-bottom: 1px #F6ECE5 solid;
	color: #603;
}


#right
{
	padding: 0px;
	width: 25%;
	min-width: 135px;
	float: left;
	margin: 0px;
	overflow: hidden;
}

#tooltip
{
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.75;
}

#tooltip h3, #tooltip div
{
	margin: 0;
	font-size: 12px;
}
.alert {
	background-color: #CC0033;
}

.border
{
	border: 1px #fff solid;
	padding: 2px;
	margin: 0px;
	clear: both;
	display: block;
	background-color: #333;
}

.centercolor { background-color: #ccff99; }

.centertone
{
	background-color: #7a7a7a;
	color: #fff;
}

.chocolat
{
	background-color: #3E342D;
	padding: 2px 10px 2px 10px;
	margin: 2px;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.chocolat h1, .chocolat h2, .chocolat h3, .chocolat h4, .chocolat h5, .chocolat h6, .chocolat p, .chocolat a:link { color: #fff; }
.chocolat a:visited { color: #fff; }
.cover {
	background-image: url(../grafix/bgs/101_0190b.jpg);
	background-position: center center;
}
.coverfade {
	background-image: url(../grafix/bgs/101_0190bfade.jpg);
	background-position: center center;
}

.dark
{
	background-color: #727E65;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.darker
{
	background-color: #5B5E4B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.dark, .darker, .alert { color: #fff; }
.dark a:visited, .dark a:link, .darker a:visited, .darker a:link, .alert a:visited, .alert a:link { color: #F5FFD1; }

.dark div, .darker div, .alert div
{
	padding: 5px;
	margin: 2px;
}

.denim
{
	background-color: #617494;
	padding-left: 3px;
	padding-right: 3px;
}

.float
{
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}

.floatr
{
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

/***********  drop shadow styles ***********/
.img-shadow
{
	float: left;
	background: url(grafix/shadowAlpha.png) no-repeat bottom right !important;
	/*[if gte ie 5.5000]>*/
	margin: 10px 0 0 10px !important;
	/*<![endif]: ;*/
}

.img-shadowR
{
	float: right;
	background: url(grafix/shadowAlpha.png) no-repeat bottom right !important;
	/*[if gte ie 5.5000]> */
	margin: 10px 0 0 10px !important;
	/*<![endif]: ;*/
}

.img-shadowC
{
	float: left;
	background: url(grafix/shadowAlpha.png) no-repeat bottom right !important;
	/*[if gte ie 5.5000]> */
	margin: 10px 0 0 17% !important;	/*<![endif]: ;*/
}

.img-shadow img, .img-shadowR img, .img-shadowC img
{
	display: block;
	position: relative;
	background-color: #fff;
	border: solid #a9a9a9 1px;
	margin: -6px 6px 6px -6px;
	padding: 3px;
}

/*********** end drop shadow styles ***********/
.left
{
	float: left;
	display: inline;
	margin-right: 5px;
	/* fixes ie double margin-left bug */
}
.linebot {
	background-image: url(../grafix/bgs/linebot.gif);
	background-repeat: repeat-x;
	clear: both;
	margin-bottom: 10px;
}
.linetop {
	background-image: url(../grafix/bgs/linetop.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	clear: both;
}

.linkbox
{
	background-color: #D7E1D8;
	border: 1px #996 solid;
	padding: 0px 2px 0px 2px;
	margin: 2px 0px 1px 0px;
}
.outline
{
	background-color: #D7E1D8;
	margin: 5px;
	padding: 5px;
}

.outlinebox
{
	background-color: #D7E1D8;
	margin: 0px 0px 5px 0px;
	padding: 7px;
	border: 1px #996 solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.outlinecomment
{
	background-color: transparent;
	background-image: url(grafix/bottarrow.gif);
	background-repeat: no-repeat;
	background-position: 30px top;
	padding: 8px 0px 0px 10px;
	margin: -2px 0px 0px 0px;
}

.one2
{
	width: 48%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 0px 2px;
}

.one2r
{
	width: 48%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 0px 2px;
}

.one3
{
	width: 32%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 0px 2px;
}

.one3r
{
	width: 32%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 0px 5px;
}

.one4
{
	width: 22%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 0px 5px;
}

.one4r
{
	width: 22%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 0px 5px;
}

.one5
{
	width: 18%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 0px 3px;
}

.one5r
{
	width: 18%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 0px 5px;
}

.two3
{
	width: 64%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.two3r
{
	width: 65%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 0px 0px;
}

.pale
{
	background-color: #676767;
	color: #434343;
}

.right
{
	float: right;
	display: inline;
	margin-left: 5px;
	/* fixes ie double margin-left bug */
}

.per5left { margin: 0px 5% 5px 5%; }
.per10left { margin: 0px 10% 5px 10%; }

.spacer
{
	clear: both;
	margin: 0px;
}

.scroller
{
	height: 350px;
	overflow: scroll;
}

.scrollertall
{
	height: 550px;
	margin: 0px;
	padding: 0px;
	overflow: scroll;
}

.slidey
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
}

.slidecontent p { font-size: 16px; }
.slidecontent { padding-bottom: 15px; }
.slider { display: none; }
div.slider
{
	margin: 0px;
	padding: 0px;
	display: none;
}

.white
{
	background-color: #E6FFCC;
	margin: 0px;
	padding: 5px;
}

.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p { color: #801019; }
.white a:link, .white a:visited { color: #617494; }
.fineprint { font-size: 9px; }
.small { font-size: 10px; }
.medium { font-size: 14px; }
.large { font-size: 20px; }
.mediumlarge { font-size: 16px; }

.tabs
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-bottom: 0px #333 solid;
	margin: 5px auto 0px auto;
	font-size: 10px;
}

.tabsalpha
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-bottom: 1px #92B66D solid;
	margin: 5px auto 0px auto;
	font-size: 9px;
}

.tabs a, .tabsalpha a
{
	background-color: #92B66D;
	padding: 0px 3px 0px 3px;
	margin: 5px 0px 2px 0px;
	border-top: 1px #333 solid;
	border-right: 1px #333 solid;
	border-bottom: 1px #333 solid;
	border-left: 1px #333 solid;
	color: #fff;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}

#current2
{
	background-color: #AFDB83;
	border-bottom: 1px #000 solid;
}
.timeline {
	background-image: url(../images/barn-bg.jpg);
	background-position: center top;
}
.timeline a:visited:hover, .timeline a:link:hover {
	color: #FF6600;
	background-color: #99CCCC;
}
.timeline a:area {
	cursor: crosshair;

}
