/* CSS Document */
/* -----------------------------------------------------------------------------Overall font and text rollover-*/
/* Overall font and text rollover*/
td, tr {
	font-family: georgia;
	font-size: 90%;
	line-height: 17px;
	color: #0E2B8D;
}

a {
	color: #60779C;
	
}
	a:hover {
	color: #000000;
	text-decoration: none;
}
/* ------------------------------------------------------------------------------------------Site Options-*/
/* The site options text*/
.siteoptions {
	font-family:Verdana;
	font-size:9px;
	color: #204F58;
}
	.siteoptions :hover {
	text-decoration: none;
	color:#000000;
}
/* ------------------------------------------------------------------------------------------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: georgia;
	font-size: 16pt;
	color: #60779C;
	font-weight: bold;
	letter-spacing:4pt;
	
}
/* --------------------------------------------------------------------------------------SECTION SUBHEADING-*/
/* SECTION SUBHEADING*/
.sectionSubheading{
	font-family: georgia;
	font-size: 12pt;
	color: #5F6988;
	font-weight: bold;
}
/* -------------------------------------------------------------------------------------------BREADCRUMBS--*/
/* BREADCRUMBS*/
.breadcrumbs{
	font-family: georgia;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}
.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: #666666;
}

.textLinks:hover {
	color: #000000;
	text-decoration: none;

}
/* --------------------------------------------------------------------CONTACT FORM ATTRIBUTES---*/

	
/* CONTACT FORM ATTRIBUTES*/
.formfield{
	font-family: Georgia;
	font-size: 10pt;
	color: #000000;
	background-color: #D8DBEE;
	border-color : #6CBEA1;
	border-width: 1pt;
	border-left-width : 1pt;

}
/* Fieldset ATTRIBUTES (contact form border)*/
.fieldset{
	font-family: Georgia;
	font-size: 10pt;
	color: #88ADBB;
	font-weight: bold;
    border-width: 1pt;
	border-color : #2F6F98;
	border-style : solid;
	letter-spacing : 3pt;
	padding : 4pt;	 

	
}
/* Fieldset ATTRIBUTES (contact form border)*/
.legend{
	font-family: Georgia;
	font-size: 10pt;
	color: #88ADBB;
	font-weight: bold;
	letter-spacing : 3pt;
	padding : 5pt;	 

	
}

/* -----------------------------------------------------------------------------------Making buttons---*/
/* Making buttons */
.elButton{
color:#0E2B8D;
background-color: #DCE7DF;
font-size:10px;
font-family:Verdana;
line-height: 10px;
font-weight:bold;
text-decoration: none;
width: 147px;
padding-top:5px;
padding-bottom:5px;
padding-left:0px;
padding-right:2px;
margin: 0px;
text-align: center;
border-top:0px solid #9CB1B4;
border-right:3px solid #9CB1B4;
border-bottom:1px solid #9CB1B4;
border-left:1px solid  #CDD9DB;

}
.elButton:hover {
color:#0E2B8D;
background-color: #ffffff;
padding-top:5px;
padding-bottom:5px;
padding-left:0px;
padding-right:2px;
border-top:0px solid #9CB1B4;
border-right:3px solid #9CB1B4;
border-bottom:1px solid #9CB1B4;
border-left:1px solid  #CDD9DB;
}
/* -----------------------------------------------------------------------------------Making buttons  PART 2---*/
/* Side navigation */
.sButton{
color: #044933;
font-size:12px;
font-family:verdana;
font-weight:bold;
text-decoration: none;
border:1px solid #EC2030;
background-color:#F6EB14;
width: 200px;
height: 0px;
padding: 2px 5px;
margin: 0px;
display: block;
text-align: center;
}
.sButton:hover {
background-color: #ffffff;
color:#000000;
padding: 2px 5px;
border:1px solid;
}
/* ----------------------------------------------------------------------------------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: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #ffffff; 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
	SCROLLBAR-BASE-COLOR: #ffffff; 
	scrollbar-lightshadow-color: #ffffff;
	background: #ffffff;
	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: #ffffff;
font-size:14px;
font-family:verdana;
font-weight:italic;
text-decoration: none;
background-color:#000000;
width: 150px;
height: 0px;
padding: 0px 5px;
}
