/* CSS Document */
/* Overall Background color or image*/

body {
	background-color: 887854;
}

/* slogan*/
.Slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3c2d16;
	font-weight: bold;
}

/* Overall font and text rollover*/
td, tr {
	font-family: georgia;
	font-size: 90%;
	line-height: 17px;
	color: #000000;
}

a {
	color: #887854;
	
}
	a:hover {
	color: #887854;
	text-decoration: none;

}

.tdBold {
	font-family: georgia;
	font-size: 90%;
	font-weight: bold;
	line-height: 17px;
	color: #000000;
}

.tdItalic {
	font-family: georgia;
	font-size: 90%;
	font-style: italic;
	line-height: 17px;
	color: #000000;
}

/* ------------------------------------------------------------------------------------------Site Options-*/
/* The site options text*/
.siteoptions {
	font-family:georgia;
	font-size:9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.siteoptions:hover {
	background-color: #887854;
	color:#000000;
	border:none;
	border-top:0px;
	border-right:0px;
	border-left:3px #E7F0C9;
}

/* The footer text*/
.footerText {
	font-family: georgia;
	font-size: 7pt;
	color: #000000;
	line-height: 10pt;
}
	.footerText:hover {
	color: #000000;
	background-color: #ffffff;
}


/* The address text*/
.addressText {
	font-family: georgia;
	font-size: 90%;
	line-height: 12pt;
	color: #000000;
}
.addressText:hover {
	color: #000000;
	text-decoration: none;

}

/* screen reader print friendly version - font and rollover*/
.screenprintLink {
	font-family: georgia;
	font-size: 7pt;
	color: #ffffff;
	
}
.screenprintLink:hover {
	color: #000000;
	text-decoration: none;

}
/* SECTION HEADING*/
.sectionHeading{
	font-family: georgia;
	font-size: 150%;
	color: #3C201F;
	font-weight: bold;
}
/* SECTION SUBHEADING*/
.sectionSubheading{
	font-family: georgia;
	font-size: 120%;
	color: #887854;
	font-weight: bold;
}
/* BREADCRUMBS*/
.breadcrumbs{
	font-family: georgia;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
}
.breadcrumbs:hover {
	color: #ffffff;
	background-color: #1E2E91;
	text-decoration: none;

}

/* Contact area font and whatnot*/
.contactArea {
	font-family: georgia;
	font-size: 6pt;
	line-height: 9pt;
	color: #ffffcc;
	
}

/* Contact area font - bold*/
.contactAreabold {
	font-family: georgia;
	font-size: 7pt;
	line-height: 10pt;
	font-weight: bold;
	color: #ffffcc;
	
}

/* Bottom text links*/
.textLinks {
	font-family: georgia;
	font-size: 8pt;
	color: #339966;
	
}

.textLinks:hover {
	color: #339966;
	text-decoration: none;

}

	
/* CONTACT FORM ATTRIBUTES*/
.formfield{
	font-family: georgia;
	font-size: 10pt;
	color: #000000;
	background-color: #F2F7E7;
	border-color : #ffffff;
	border-width: 1pt;
	border-left-width : 1pt;

}
/* Fieldset ATTRIBUTES (contact form border)*/
.fieldset{
	font-family: georgia;
	font-size: 10pt;
	color: #000066;
	font-weight: bold;
    border-width: 1pt;
	border-color : #3C201F;
	border-style : solid;
	letter-spacing : 2pt;
	padding : 4pt;	  
	
}
/* -----------------------------------------------------------------------------------Making buttons---*/
/* Making buttons */
.elButton{
color: #660066;
font-size:11px;
font-family:georgia;
font-weight:bold;
text-decoration: none;
border:1px window-inset #E7F0C9;
border-top:0px;
width: 110px;
padding: 2px 10px;
margin: 0px;
text-align: right;
border-right:0px;
border-left:3px #E7F0C9;
align: right;

}
.elButton:hover {
color:#000000;
padding-left:3px;
border:1px inset #E8F0EF;
border-top:0px;
border-right:0px;
border-left:3px #E7F0C9;
}
/* Side navigation */
.maintext{
font-family:georgia;
font-size:10px;
font-color:#887854;
text-align:left;
padding-left:3px;
}

.sButton{
color: #ffffff;
font-size:12px;
font-family:georgia;
font-weight:bold;
text-decoration: none;
border:none;
border-top:0px;
width: 105px;
padding: 2px 5px;
margin: 0px;
text-align: right;
border-right:0px;
border-left:3px #E7F0C9;
}
.sButton:hover {
background-color: #887854;
color:#000000;
padding-left:3px;
border:none;
border-top:0px;
border-right:0px;
border-left:3px #E7F0C9;
}
/* side navigation headings */
.shead{
color: #ffffff;
font-size:14px;
font-family:georgia;
font-weight:bold;
text-decoration: none;
background-color:#000000;
width: 110px;
height: 0px;
padding: 0px 5px;


}
/* ----------------------------------------------------------------------------------------------TOUR STYLE------*/
/* Change the colors and fonts to match your design.
Match all colors to your background color, if you have a textured background it will not work.*/

.textArea {
	SCROLLBAR-FACE-COLOR: #DEEAEF;
	SCROLLBAR-HIGHLIGHT-COLOR: #DEEAEF; 
	SCROLLBAR-SHADOW-COLOR: #DEEAEF; 
	SCROLLBAR-3DLIGHT-COLOR: #DEEAEF; 
	SCROLLBAR-ARROW-COLOR: #DEEAEF; 
	SCROLLBAR-TRACK-COLOR: #DEEAEF; 
	SCROLLBAR-DARKSHADOW-COLOR: #DEEAEF; 
	SCROLLBAR-BASE-COLOR: #DEEAEF; 
	scrollbar-lightshadow-color: #DEEAEF;
	background: none;
	BORDER-RIGHT: none;
	BORDER-LEFT: none;
	BORDER-TOP: none;
	BORDER-BOTTOM:  none;
	scrollbars: none;
	font-family: georgia;
	font-size: 15pt;
	color: #000066;
	padding: 0px 5px;
	text-align: center;
	
}
