body{
	margin: 0;
	padding: 0;
	background: #f1e9d2 url(images/mainbg.jpg) repeat-x;
}

body, p{
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #8a0f04;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-family: Times, "Times New Roman", Georgia, serif;
}

hr{
	border-top: 1px solid #d4a579;
}

a {
	color: #8a0f04;
	text-decoration: underline;
}

a:hover{
	color: #015229;
	text-decoration: underline;
}

#container{
	display: block;
	margin: auto;
	width: 923px;
	background: #f1e9d2;
}
#header{
	display: block;
	width: 923px;
	height: 216px;
	background-image: url(images/headerstatic.jpg);
}
.twentieth{
	margin: auto;
	width: 100%;
	height: 100%;
	background-image: url(images/leather.png);

}
#header_flag{
	display: block;
	width: 923px;
	height: 216px;
	background-image: url(images/headerflag.jpg);
}
#header_snow{
	display: block;
	width: 923px;
	height: 216px;
	background-image: url(images/headersnow.jpg);
}
#header_even{
	display: block;
	width: 923px;
	height: 216px;
	background-image: url(images/headereven.jpg);
}
#header_odd{
	display: block;
	width: 923px;
	height: 216px;
	background-image: url(images/headerodd.jpg);
}

header:text{
	display: block;
	position: absolute;
	top:	35px;
	left:	1500px;

}

#topnav{
	display: block;
	font: 11px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	text-align: right;
	padding-top: 32px;
}

#topnav a{
	color: #fff;
	text-decoration: none;
	padding: 7px;
}

#topnav a:hover{
	color: #08733b;
	background-color: #e6d7ac;
	border-right: 1px solid #bcaf8f;
	border-bottom: 1px solid #a2977b;
	border-left: 1px solid #bcaf8f;
	padding: 6px;
}

#rssfeed{
	margin-left: 1050px;
	margin-top: -162px;

}

#extrahead{
	display: block;
	width: 484px;
	margin-left: -75px;
	padding-top: 195px;
	color: #fff;
	letter-spacing: 1px;
	font: 14px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	height: 250px;
}

#locations{
	display: block;
	font: 12px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	text-align: left;
	color: #012313;
}

#nav{
	display: block;
}

#nav a{
	text-decoration: none;
	color: #000;
	display: inline;
	padding: 1px 4px;
	z-index: 1000;
}

#nav a:hover{
	background-color: #e9d7a9;
	color: #951001;
}

#content{
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-top: 4px;
}

.img_border_only{
	padding: 6px;
	background-color: #f2ecdd;
	border: 1px solid #c8bb94;
	margin: 4px;	
}

#hometext{
	display: block;
	float: right;
	width: 410px;
}

/* fullstory class will pad the text set the link color and add an icon to the selected link */

.fullstory{
	color: #8a0f04;
	text-decoration: none;
	padding-left: 11px;
	background: url(images/documenticon.gif) no-repeat;
}

.fullstory:hover{
	color: #015229;
	background-image: url(images/documenticon.gif);
	background-color: #c9bc96;
}

#slideshow{
	display: block;
	width: 502px;
	height: 520px;
	float: left;
}

#footer{
	display: block;
	clear: both;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-bottom: 20px;
}

#footer a{
	color: #8a0f04;
}

#copyright{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	color: #938764;
	padding-bottom: 20px;
}

#copyright a{
	color: #938764;
}

#copyright a:hover{
	color: #8b1000;
}

#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	color: #938764;
	padding-bottom: 20px;
}

#api a{
	color: #938764;
}

#api a:hover{
	color: #8b1000;
}

/* dropcap class will put selected text into a box with a border, bold and color the text*/

.dropcap{
	color: #8a0f04;
	border: 1px solid #c9bc96;
	display: block;
	float: left;
	padding: 6px;
	margin-right: 4px;
	background: #f1e9d2 url(images/quotebg.gif) no-repeat;
	width: 28px;
	height: 26px;
	text-align: center;
	font: bold 30px/23px Times, "Times New Roman", Georgia, serif;
}

/* quote_inline will put selected text in a box with color and background image, add a border and style the text */

.quote_inline{
	display: block;
	background-color: #faf2d9;
	font: italic bold 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #8a0f04;
	text-align: center;
	padding: 15px;
	background-image: url(images/quotebg.gif);
	border: 1px solid #b5aa87;
}


#contactpage{
	background: url(images/contact_bg.jpg) no-repeat;
	padding-left: 60px;
}

/* column floats selected div to the left with a 30% width. When two or three are placed they will create a three column layout */

.column{
	display: block;
	width: 29%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
.column_wide{
	display: block;
	width: 50%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

.columnz{
	display: block;
	width: 20%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

.column img {
	padding: 6px;
	background-color: #f2ecdd;
	border: 1px solid #c8bb94;
	margin: 4px;
}

.column img.noBorder{
	border: 0;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

.column h1{
	color: #8a0f04;
}

.column h2{
	color: #8a0f04;
}

.column h3{
	color: #8a0f04;
}

.column h4{
	color: #8a0f04;
}

.column h5{
	color: #8a0f04;
}

.column h6{
	color: #8a0f04;
}

/* sidebar floats selected div to the left giving it a brown background with supporting text and borders inside the div  */

.sidebar{
	display: block;
	width: 31%;
	float: left;
	padding: 8px 15px 15px;
	background: #734432 url(images/sidebarbg.jpg) repeat-x;
	color: #fff;
	border-top: 1px solid #b58d67;
	border-right: 1px solid #d4a579;
	border-bottom: 1px solid #fff6dd;
	border-left: 1px solid #d4a579;
}

.sidebar ul{
	padding-left: 23px;
	margin: 0;
}

.sidebar img{
	background-color: #88503b;
	border: 1px solid #42231a;
	margin: 4px;
	padding: 8px;
}

.sidebar h1{
	color: #e7d8ac;
}

.sidebar h2{
	color: #e7d8ac;
}

.sidebar h3{
	color: #e7d8ac;
}

.sidebar h4{
	color: #e7d8ac;
}

.sidebar h5{
	color: #e7d8ac;
}

.sidebar h6{
	color: #e7d8ac;
}

.sidebar a{
	color: #e7d8ac;
	text-decoration: underline;
}

.sidebar a:visited{
	color: #fff;
}

.clear{
	display: block;
	clear: both;
}

/* News Page classes */

.news_column{
	display: block;
	width: 26%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

.news_column_wide{
	display: block;
	width: 34%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
.news_column_two-thirds{
	display: block;
	width: 40%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
.news_column_extra-wide{
	display: block;
	width: 60%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

.border_right{
		border-right: 1px dashed #d4a579;
}

.border_left{
	border-left: 1px dashed #d4a579;
}

.top_story{
	/*background: #efe7d0 url(images/top.gif) no-repeat;*/
        background: #efe7d0;
	padding-left: 7px;
}

/* End News page classes */

/* Lightbox */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #f1e9d2;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat;

/* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif);
    left: 15%;
    background-repeat: no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif);
    right: 15%;
    background-repeat: no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #f1e9d2;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}

#imageData {
	padding: 0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 1000px;
	background-color: #000;
}

/* End Lightbox  */

