/* CSS Document */
/* -----------------------------------------------------------------------------Overall font and text rollover-*/


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-image:url(../images/background.gif);


}



/* Overall font and text rollover*/
td, tr {
	font-family: georgia;
	font-size: 90%;
	line-height: 17px;
	color: #000000;
}

a {
	color: #000000;
	
}
	a:hover {
	color: #000000;
	text-decoration: none;
}
/* ------------------------------------------------------------------------------------------Site Options-*/
/* The site options text*/
.siteoptions {
	font-family:Verdana;
	font-size:10px;
	color: #000000;
    font-variant:small-caps;
    text-decoration:none;


}
	.siteoptions:hover {
	 color:#000000;
     text-decoration:underline;
}

/* ------------------------------------------------------------------------------------------The footer text-*/
/* The footer text*/
.footerText {
	font-family: Arial, Helvetica;
	font-size: 7pt;
	color: #000000;
	line-height: 10pt;
}
	.footerText:hover {
	color: #000000;
	text-decoration: none;
}
/* ------------------------------------------------------------------------------------------The address text-*/

/* The address text*/
.addressText {
	font-family: arial;
	font-size: 7pt;
	color: #204F58;
	font-weight: bold;

}
.addressText:hover {
	color: #000000;
	text-decoration: none;

}
/* ------------------------------------------------------------------------screen reader print friendly version-*/
/* screen reader print friendly version - font and rollover*/
.screenprintLink {
	font-family: Georgia;
	font-size: 6pt;
	color: #000000;
	
}
.screenprintLink:hover {
	color: #000000;
	text-decoration: none;

}
/* -------------------------------------------------------------------------------------------SECTION HEADING-*/
/* SECTION HEADING*/
.sectionHeading{
	font-family:verdana;
font-size:9pt;
	color:#5F410A;
	font-weight:bold;
	
}
/* --------------------------------------------------------------------------------------SECTION SUBHEADING-*/
/* SECTION SUBHEADING*/
.sectionSubheading{
	font-family:georgia;
    font-size:8pt;
	color: #A46901;
	font-weight: bold;
}
/* -------------------------------------------------------------------------------------------BREADCRUMBS--*/
/* BREADCRUMBS*/
.breadcrumbs{
	font-family: georgia;
	font-size:8pt;
	color: #000000;
}
.breadcrumbs:hover {
	color: #000000;
	text-decoration: none;

}
/* ---------------------------------------------------------------------Contact area font and whatnot--*/

/* Contact area font and whatnot*/
.contactArea {
	font-family: Georgia;
	font-size: 9pt;
	line-height: 12pt;
	color: #553A0E;;
	
}
/* ------------------------------------------------------------------------Contact area font - bold--*/

/* Contact area font - bold*/
.contactAreabold {
	font-family: Georgia;
	font-size: 11pt;
	line-height: 13pt;
	font-weight: bold;
	color: #553A0E;
	
}
/* --------------------------------------------------------------------------Bottom text links----*/

/* Bottom text links*/
.textLinks {
	font-family: Verdana, Helvetica;
	font-size: 7pt;
	color: #000000;
}

.textLinks:hover {
	color: #000000;
	text-decoration: none;

}
/* --------------------------------------------------------------------CONTACT FORM ATTRIBUTES---*/

	
/* CONTACT FORM ATTRIBUTES*/
.formfield{
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
	background-color: #F6F4ED;
	border-color : #F6F4ED;
	border-width: 1pt;
	border-left-width : 1pt;

}
/* Fieldset ATTRIBUTES (contact form border)*/
.fieldset{
	font-family: Verdana;
	font-size: 10pt;
	color: #962B26;
	font-weight: bold;
    border-width: 1pt;
	border-color : #DDD3E6;
	border-style : solid;
	letter-spacing : 1pt;
	padding : 4pt;	 

	
}
/* Fieldset ATTRIBUTES (contact form border)*/
.legend{
	font-family:Verdana;
	font-size: 10pt;
	color: #962B26;
	font-weight: bold;
	letter-spacing : 1pt;
	padding : 5pt;	 

	
}

/* -----------------------------------------------------------------------------------Making buttons---*/
/* Making buttons */
.elButton{
color:#500C68;
background-color: #F6EFE2;
font-size:10px;
font-family:Verdana;
font-weight:bold;
text-decoration: none;
width: 160px;
padding-top:5px;
padding-bottom:5px;
padding-left:3px;
padding-right:2px;
margin: 0px;
border-top:0px solid #9CB1B4;
border-right:0px solid #9CB1B4;
border-bottom:1px solid #D6CCE0;
border-left:0px solid  #CDD9DB;

}
.elButton:hover {
color:#962B26;
background-color: #ffffff;
padding-top:5px;
padding-bottom:5px;
padding-left:3px;
padding-right:2px;
border-top:0px solid #9CB1B4;
border-right:0px solid #9CB1B4;
border-bottom:1px solid #D6CCE0;
border-left:0px solid  #CDD9DB;
}
/* -----------------------------------------------------------------------------------Making buttons  PART 2---*/
/* Side navigation */
.sButton{
color:#7A4E07;
font-size:12px;
font-family:Georgia;
font-weight:bold;
text-decoration:none;
border-bottom:0px solid #D6CCE0;
background-color:#Ffffff;
width:210px;
height:15px;
padding:6px 8px;
margin:0px;
display:block;
text-align:center;
}
.sButton:hover {
background-color: #F6EFE2;
color:#7A4E07;
padding: 6px 8px;
border-bottom:0px solid #D6CCE0;
}

/* ----------------------------------------------------------------------------------side navigation headings--*/
/* side navigation headings */
.shead{
color: #ffffff;
font-size:14px;
font-family:verdana;
font-weight:bold;
text-decoration: none;
background-color:#000000;
width: 150px;
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: #FBFBF7;
	SCROLLBAR-HIGHLIGHT-COLOR:#FBFBF7; 
	SCROLLBAR-SHADOW-COLOR: #FBFBF7; 
	SCROLLBAR-3DLIGHT-COLOR: #FBFBF7;
	SCROLLBAR-ARROW-COLOR: #FBFBF7;
	SCROLLBAR-TRACK-COLOR: #FBFBF7;
	SCROLLBAR-DARKSHADOW-COLOR: #FBFBF7;
	SCROLLBAR-BASE-COLOR: #FBFBF7;
	scrollbar-lightshadow-color: #FBFBF7;
	background: #FBFBF7;
	BORDER-RIGHT: none;
	BORDER-LEFT: none;
	BORDER-TOP: none;
	BORDER-BOTTOM:  none;
	scrollbars: none;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	color: #000000;
	
}

.textlabeltour{
	color: #ffffff;
	font-size: 1pt;
	
}
.testimonial{
color: #962B26;
font-size:11px;
font-family:georgia;
font-style:italic;
text-decoration: none;

}
