/* CSS Document */
/* Overall Background color or image*/
body, {
background-color: #6D0326;
}

/* Tool BOX*/
.toolbox {
background-color: #FFFFff;
border-style : solid;
border-width: 1pt;
border-color : #000000;
}

/* slogan*/
.Slogan {
	font-family: Georgia;
	font-size: 17pt;
	color: #660033;
	font-weight: bold;
}
/* slogan*/
.Slogan2 {
	font-family: Verdana;
	font-size: 10pt;
	color: #660033;
	font-weight: bold;
}


/* Overall font and text rollover*/
td, tr {
	font-family: verdana, arial;
	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: #000000;
	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: #000000;
	
}
.screenprintLink:hover {
	color: #000000;
	text-decoration: none;

}
/* SECTION HEADING*/
.sectionHeading{
	font-family: Georgia;
	font-size: 13pt;
	color: #660033;
	font-weight: bold;
}
/* SECTION SUBHEADING*/
.sectionSubheading{
	font-family: Verdana;
	font-size: 90%;
	color: #000000;
	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;

}
/* ------------------------------------------------------------------------------------------Site Options-*/
/* The site options text*/
.siteoptions {
	font-family:Georgia;
	font-size:10px;
	color: #000000;
}
	.siteoptions :hover {
	text-decoration: none;
	color:#000000;
}

/* 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: #1E2E91;
	
}

.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 */
.elButton{
color: #ffffff;
font-size:10px;
font-family:verdana;
font-weight:bold;
text-decoration: none;
border:1px outset black;
background-color:#1E2E91;
width: 130px;
padding: 2px 5px;
margin: 0px;
text-align: center;
}
.elButton:hover {
background-color: #ffffff;
color:#000000;
padding-left:3px;
border:1px inset #CCCCCC;
}
/* Side navigation */
.sButton{
color: #ffffff;
font-size:10px;
font-family:verdana;
font-weight:bold;
text-decoration: none;
border:1px outset white;
background-color:#999999;
width: 150px;
height: 0px;
padding: 0px 5px;
margin: 0px;
display: block;
}
.sButton:hover {
background-color: #CCCCCC;
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;
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;
	
}
