/* CSS Document */
/* Overall Background color or image*/
body, {
background-color: #ffffff;
}



/* slogan*/
.Slogan {
	font-family: Georgia;
	font-size: 17pt;
	color: #27009B;
	font-weight: bold;
	line-height:18pt;
}

/* Overall font and text rollover*/
td, tr {
	font-family: Georgia,;
	font-size: 90%;
	line-height: 20px;
	color: #000000;
}

a {
	color: #1E2E91;
	
}
	a:hover {
	color: #000000;

}

/* The footer text*/
.footerText {
	font-family: Arial, Helvetica;
	font-size: 7pt;
	color: #000000;
	line-height: 10pt;
}
	.footerText:hover {
	color: #000000;
	background-color: #ffffff;
}


/* The address text*/
.addressText {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	line-height: 12pt;
	color: #27009B;
	font-weight: bold;
}
.addressText:hover {
	color: #000000;
	text-decoration: none;

}

/* screen reader print friendly version - font and rollover*/
.screenprintLink {
	font-family: Arial, Helvetica;
	font-size: 7pt;
	color: #ffffff;
	
}
.screenprintLink:hover {
	color: #000000;
	text-decoration: none;

}
/* SECTION HEADING*/
.sectionHeading{
	font-family: Arial, Helvetica;
	font-size: 13pt;
	color: #00148C;
	font-weight: bold;
}
/* SECTION SUBHEADING*/
.sectionSubheading{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #1E2E91;
	font-weight: bold;
}
/* BREADCRUMBS*/
.breadcrumbs{
	font-family: Arial, Helvetica;
	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: Verdana, Helvetica;
	font-size: 6pt;
	line-height: 9pt;
	color: #ffffcc;
	
}

/* Contact area font - bold*/
.contactAreabold {
	font-family: Verdana, Helvetica;
	font-size: 7pt;
	line-height: 10pt;
	font-weight: bold;
	color: #ffffcc;
	
}

/* Bottom text links*/
.textLinks {
	font-family: Verdana, Helvetica;
	font-size: 8pt;
	color: #000000;
	
}

.textLinks:hover {
	color: #ffffff;
	background-color: #1E2E91;
	text-decoration: none;

}

	
/* CONTACT FORM ATTRIBUTES*/
.formfield{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
	background-color: #E5EDEA;
	border-color : #ffffff;
	border-width:1pt;
	border-left-width:1pt;

}
/* Fieldset ATTRIBUTES (contact form border)*/
.fieldset{
	font-family:Arial, Helvetica;
	font-size:10pt;
	color:#000000;
	font-weight:bold;
    border-width:1pt;
	border-color:#3C201F;
	border-style:solid;
	letter-spacing:3pt;
	padding:4pt;	  
	
}
/* -----------------------------------------------------------------------------------Making buttons---*/
/* Making buttons */
.elButton{
color:#ffffff;
font-size:11px;
font-family:georgia;
font-weight:bold;
text-decoration:none;
border:1px window-inset #E7F0C9;
border-top:0px;
width:150px;
padding:0px 4px;
margin:0px;
border-right:0px;
border-left:0px #E7F0C9;
align:right;
}

.elButton:hover {
background-color: #ffffff;
color:#000000;
padding-left:0px;
border:1px inset #E8F0EF;
border-top:0px;
border-right:0px;
border-left:0px #E7F0C9;
}
/* Side navigation */
.sButton{
color: #663333;
font-size:10px;
font-family:georgia;
font-weight:bold;
text-decoration: none;
border:1px window-inset #E7F0C9;
border-top:0px;
width: 130px;
padding: 2px 5px;
margin: 0px;
text-align: right;
border-right:0px;
border-left:3px #E7F0C9;
}
.sButton:hover {
background-color: #F8F8ED;
color:#000000;
padding-left:3px;
border:1px inset #E8F0EF;
border-top:0px;
border-right:0px;
border-left:3px #E7F0C9;
}
/* 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: #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: #DEEAEF;
	BORDER-RIGHT: none;
	BORDER-LEFT: none;
	BORDER-TOP: none;
	BORDER-BOTTOM:  none;
	scrollbars: none;
	font-family: Verdana, Helvetica;
	font-size: 15pt;
	color: #666666;
	padding: 0px 5px;
	text-align: center;
	
}

