/* CSS Document */
/* -----------------------------------------------------------------------------Overall font and text rollover-*/


body {
	/* background-color:#DEDCB6; */
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000099;
	font-family: Verdana;
	font-size: 90%;
}


.normalTable {
	font-family: Verdana;
	font-size: 100%;
	color: #000000;

}


/* Overall font and text rollover*/
td, tr {
	font-family: Verdana;
	font-size: 95%;
	line-height: 17px;
	color: #000000;
}

a {
	color: #2B6453;
	
}
	a:hover {
	color: #699F8F;
	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:Verdana;
	font-size: 7pt;
	color: #204F58;
	font-weight: bold;

}
.addressText:hover {
	color: #000000;
	text-decoration: none;

}

/* ------------------------------------------------------------------------------------------The Article text-*/

/* The Article text*/
.ArticleTitle {
	font-family:Verdana;
	font-size: 12pt;
	color: #000099;
	font-weight: bold;
	border-bottom: 1px solid #000099;
	width: 430px;
	display: block;
	text-decoration: none;
	
}
.ArticleShortDescription {
	font-family:Verdana;
	font-size: 10pt;
	color: #000000;
	font-style:italic;
	
}
.ArticleStory {
	font-family:Verdana;
	font-size: 10pt;
	color: #204F58;


}

/* The Article text - Right Side*/
.ArticleTitleRight {
	font-family:Verdana;
	font-size: 8pt;
	color: #0000FF;
	font-weight: bold;
	display: block;
	text-decoration: none;
	
}
.ArticleShortDescriptionRight {
	font-family:Verdana;
	font-size: 7pt;
	color: #000099;
	font-style:italic;
	
}
.ArticleStoryRight {
	font-family:Verdana;
	font-size: 10pt;
	color: #204F58;


}

/* ------------------------------------------------------------------------screen reader print friendly version-*/
/* screen reader print friendly version - font and rollover*/
.screenprintLink {
	font-family: Verdana;
	font-size: 6pt;
	color: #000000;
	
}
.screenprintLink:hover {
	color: #000000;
	text-decoration: none;

}
/* -------------------------------------------------------------------------------------------SECTION HEADING-*/
/* SECTION HEADING*/
.sectionHeading{
	font-family: Verdana;
	font-size: 16pt;
	color: black;
	font-weight: bold;	
}

.MenuBar {

	background-color: #5C708F;
	color: white;
	padding: 3px;
	
	/*  
	// Blue Color
	5C708F
 
	//  Red Color
	A0060E
	
	// Old Background color
	ACB795
	
	
	*/
	
	
}
/* --------------------------------------------------------------------------------------SECTION SUBHEADING-*/
/* SECTION SUBHEADING*/
.sectionSubheading{
	font-family: Verdana;
	font-size: 12pt;
	color: #296654;
	font-weight: bold;
	font-style:italic;
	line-height:15pt;
}
/* -------------------------------------------------------------------------------------------BREADCRUMBS--*/
/* BREADCRUMBS*/
.breadcrumbs{
	font-family: Verdana;
	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: Verdana;
	font-size: 9pt;
	line-height: 12pt;
	color: #553A0E;;
	
}
/* ------------------------------------------------------------------------Contact area font - bold--*/

/* Contact area font - bold*/
.contactAreabold {
	font-family: Verdana;
	font-size: 11pt;
	line-height: 13pt;
	font-weight: bold;
	color: #BA0639;
	
}
/* --------------------------------------------------------------------------Bottom text links----*/

/* Bottom text links*/
.textLinks {
	font-family: Verdana;
	font-size: 100%;
	color: #2B6453;
}

.textLinks:hover {
	color: #699F8F;
	text-decoration: none;

}
/* --------------------------------------------------------------------CONTACT FORM ATTRIBUTES---*/

	
/* CONTACT FORM ATTRIBUTES*/
.formfield{
	font-family: verdana;
	font-size: 10pt;
	color: #000000;
	background-color: #DFD9C9;
	/*
	border-color :#585652;
	*/
	
}
/* Fieldset ATTRIBUTES (contact form border)*/
.fieldset{
	color: #88A79E;
	padding : 4pt;	 
	border-color: #A0060E;
	
	
/*
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
		letter-spacing : 3pt;

*/
	
}
/* Fieldset ATTRIBUTES (contact form border)*/
.legend{
	font-family: verdana;
	font-size: 10pt;
	color: #5C708F;
	font-weight: bolder;
	padding : 2pt;	
	border-right: 2px solid #A0060E;
	border-left: 2px solid #A0060E; 

	
}

/* -----------------------------------------------------------------------------------Making buttons---*/
/* Making buttons */
.elButton{
	color: #585652;
	font-size:11px;
	font-family:Verdana;
	line-height:19px;
	font-weight:none;
	width:145px;
	text-align: left;
	border-top:0px;
	border-right:0px;
	border-bottom:1px solid #A29C90;
	border-left:1px solid #A29C90;
	background-color:#CCCCCC;
	padding-left:3px;
	padding-right:0px;
	text-decoration:none;
	display:block;
}

.elButton:hover {
	border-right:0px;
	border-top:0px;
	border-left:1px solid #990000;
	color: #FFFFFF;
	border-bottom:#990000 1px solid;
	background-color:#004391;
	/*
	
Blue Color:
004391

Green Color:
19765B

Red Color: 
990000

*/
}
/* -----------------------------------------------------------------------------------Making buttons  PART 2---*/


/* -----------------------------------------------------------------------------------Making buttons  PART 2---*/




/* Side navigation */
.sButton{
	color: BLACK;
	font-size:11.5px;
	font-family:Verdana;
	line-height:17px;
	font-weight:none;
	width:150px;
	text-align: left;
	border-top:0px;
	border-right:0px;
	border-bottom:1px solid #A29C90;
	border-left:0px;
	background-color:#CCCC99;
	padding-left:3px;
	padding-right:4px;
	text-decoration:none;
	display:block;
}
.sButton:hover {
	border-right:0px;
	border-top:0px;
	border-left:0px;
	color: white;
	border-bottom:#74746b 1px solid;
	background-color: #5C708F;
}

/* ----------------------------------------------------------------------------------Middle Form Option Buttons--*/

.FormButton{
	color: #FFFFCC;
	font-size:9.5px;
	font-family:Verdana;
	line-height:17px;
	font-weight:none;
	width:145px;
	text-align: left;
	border-top:0px;
	border-right:0px;
	border-bottom:1px solid  #FFFFCC;
	border-left:1px solid #FFFFCC;
	background-color: #009933;
	padding-left:3px;
	padding-right:0px;
	text-decoration:none;
	display:block;
}

.FormButton:hover {
	border-right:0px;
	border-top:0px;
	border-left:1px solid #009933;
	color: #009933;
	border-bottom:#74746b 1px solid;
	background-color:#FFFFCC;
}
/* -----------------------------------------------------------------------------------Making form buttons  PART 2---*/
/* Side navigation */
.FormPageButton{
	color: 5C708F;
	font-size:11.5px;
	font-family:Verdana;
	line-height:17px;
	font-weight:none;
	width:145px;
	text-align: right;
	border-top:0px;
	border-right:0px;
	border-bottom:1px solid #5C708F;
	border-left:0px;
	background-color: white;
	padding-left:3px;
	padding-right:4px;
	text-decoration:none;
	display:block;
}
.FormPageButton:hover {
	border-right:0px;
	border-top:0px;
	border-left:0px;
	color: white;
	border-bottom:#74746b 1px solid;
	background-color: #5C708F;
}





/* ----------------------------------------------------------------------------------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;
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;
}

.UnderLineCell {
border-bottom: 1px solid black;
}
