/* CSS Document */
/* Overall Background color or image*/
body {
background-color: #0093EB;
}



/* slogan*/
.Slogan {
	font-family:Verdana;
	font-size:12pt;
	color:#00456b;
	font-weight:bold;
	font-style:italic;
	line-height:14pt;
}

/* Overall font and text rollover*/
td, tr {
	font-family: Georgia;
	font-size: 90%;
	line-height: 17px;
	color: #000000;
}

a {
	color: #1E2E91;
	
}
	a:hover {
	color: #0066cc;
	text-decoration: none;

}

/* ------------------------------------------------------------------------------------------Site Options-*/
/* The site options text*/
.siteoptions {
	font-family:Verdana;
	font-size:10px;
	color: #ffffff;
	text-decoration: none;
	background-color: none;
}
	.siteoptions:hover {
	color:#cccccc;
	text-decoration: underline;
}

/* The footer text*/
.footerText {
	font-family: Arial, Helvetica;
	font-size: 7pt;
	color: #ffffff;
	line-height: 10pt;
}
	.footerText:hover {
	color: #000000;
	background-color: #ffffff;
}


/* The address text*/
.addressText {
	font-family: Verdana;
	font-size: 9pt;
	line-height: 14pt;
	color: #ffffff;
	background-color: #006600;
	
}
.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: 8.5pt;
	color: #000000;
}
.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: #ffffff;
}

.textLinks:hover {
	color: #ffffff;
	text-decoration: none;

}

	
/* CONTACT FORM ATTRIBUTES*/
.formfield{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
	background-color: #F6F5EA;
	border-color : #00456b;
	border-width: 1pt;
	border-left-width : 1pt;

}
/* Fieldset ATTRIBUTES (contact form border)*/
.fieldset{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #000066;
	font-weight: bold;
    border-width: 1pt;
	border-color : #00456b;
	border-style : solid;
	letter-spacing : 2pt;
	padding : 4pt;	  
	
}
/* -----------------------------------------------------------------------------------Making buttons---*/
/* Making buttons */
.elButton{
color: #ffffff;
font-size:12px;
font-family:Georgia;
font-weight:bold;
text-decoration: none;
background-color: #D61703;
width: 110px;
padding: 2px 10px;
margin: 0px;
text-align: center;
align: default;
border-bottom:1px dashed  #E8E8E8;
border-top:1px dashed  #E8E8E8;
}
.elButton:hover {
background-color: #870E02;
color:#ffffff;
}
/* Side navigation */
.sButton{
color: #ffffff;
font-size:10px;
font-family:verdana;
font-weight:bold;
text-decoration: none;
border:1px window-inset #E7F0C9;
border-top:0px;
width: 140px;
padding: 4px 5px;
margin: 0px;
text-align: default;
border-right:0px;
border-left:3px #E7F0C9;
background-color: #000000;
}
.sButton:hover {
background-color: #000000;
color:#cccccc;
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: none;
	BORDER-RIGHT: none;
	BORDER-LEFT: none;
	BORDER-TOP: none;
	BORDER-BOTTOM:  none;
	scrollbars: none;
	font-family: Verdana, Helvetica;
	font-size: 15pt;
	color: #000066;
	padding: 0px 5px;
	text-align: center;
	
}

