/* CSS Document */
/* Overall Background color or image*/
body, {
background-color: #291661;
}

/* Tool BOX*/
.toolbox {
color: #ffffff;
font-size:10px;
font-family:verdana;
font-weight:bold;
text-decoration: none;
border:1px solid #E9E8EB;
background-color:#ffffff;
}

/* slogan*/
.Slogan {
	font-family: Verdana;
	font-size: 17pt;
	color: #000000;
	font-weight: bold;
}

/* Overall font and text rollover*/
td, tr {
	font-family:verdana,arial,helvetica;
	font-size:14px;
	line-height:20px;
	color:#000000;
}

a {
	color:#1E2E91;
	
}
	a:hover {
	color:#000000;

}

/* 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:Arial,Helvetica;
	font-size:10pt;
	color:#000000;
	padding-left:10px;
}
.addressText:hover {
	color:#000000;
	text-decoration:none;

}

/* screen reader print friendly version - font and rollover*/
.screenprintLink {
	font-family:Arial, Helvetica;
	font-size:7pt;
	line-height:12px;
	color:#000000;
	
}
.screenprintLink:hover {
	color:#000000;
	text-decoration:none;

}
/* SECTION HEADING*/
.sectionHeading{
	font-family:verdana,Arial,Helvetica;
	font-size: 13pt;
	color:#000000;
	font-weight:bold;
	padding-right:7px;
}
/* SECTION SUBHEADING*/
.sectionSubheading{
	font-family:verdana,Arial,Helvetica;
	font-size:10pt;
	color:#1E2E91;
	font-weight:bold;
}
/* BREADCRUMBS*/
.breadcrumbs{
	font-family:verdana,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,arial,Helvetica;
	font-size:7pt;
	line-height:10pt;
	font-weight:bold;
	color:#ffffcc;
	
}

/* Bottom text links*/
.textLinks {
	font-family:Verdana,arial,Helvetica;
	font-size:8pt;
	color:#522E91;
	
}

.textLinks:hover {
	color:#ffffff;
	background-color:#522E91;
	text-decoration:none;
}

	
/* CONTACT FORM ATTRIBUTES*/
.formfield{
	font-family:verdana,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 */
.elButton{
color:#ffffff;
font-size:9px;
font-family:verdana;
text-decoration: none;
border:1px solid;
background-color:#ffffff;
padding:2px 5px;
margin:0px;
text-align:center;
}

.elButton:hover {
background-color:#ffffff;
color:#000000;
padding-left:3px;
border:1px dotted #CCCCCC;
}

/* Side navigation */
.sButton{
color:#ffffff;
font-size:10px;
font-family:verdana;
font-weight:bold;
text-decoration:none;
border:1px outset white;
background-color:#522E91;
width:189px;
height:0px;
padding:0px 5px;
margin:0px;
display:block;
}

.sButton:hover {
background-color:#DCDCDD;
color:#000000;
padding-left:3px;
border:1px inset #CCCCCC;
border-right:0px #E7F0C9;
}

/* side navigation headings */
.shead{
color:#ffffff;
font-size:14px;
font-family:verdana;
font-weight:bold;
text-decoration:none;
background-color:#000000;
width:150px;
padding:0px 5px;

}

.testimonials{
color:#522E91;
font-size:11px;
font-family:verdana;

}
/* ----------------------------------------------------------------------------------------------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;
	
}
