/* CSS Document */
/* -----------------------------------------------------------------------------Overall font and text rollover-*/

	body {
	background-color:#ffffff;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}

/* Overall font and text rollover*/
	td, tr {
	font-family:georgia, times;
	font-size:85%;
	line-height:17px;
	color:#5F5F5F;
}

	a {
	color:#014f80;
	
}
	a:hover {
	color:#0173bc;
	text-decoration:none;
}

	.textTable {
	background-color:none;
	background-image:url(../images/bluebonnets.jpg);
    background-attachment:fixed;
	background-position:bottom;
	background-repeat:no-repeat;
	}
/* ------------------------------------------------------------------------------------------Site Options-*/
/* The site options text*/
	.siteoptions {
	font-family:Verdana;
	font-size:6px;
	color:#993333;
}
	.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,arial,helvetica;
	font-size:7pt;
	font-weight:bold;
	color:#4E4E4E;
	padding-left:12px;
}
	
	.addressText:hover {
	color:#000000;
	text-decoration:none;

}
/* ------------------------------------------------------------------------screen reader print friendly version-*/
/* screen reader print friendly version - font and rollover*/
	.screenprintLink {
	font-family:Georgia;
	font-size:6pt;
	color:#000000;
	
}
	.screenprintLink:hover {
	color:#000000;
	text-decoration:none;

}
/* -------------------------------------------------------------------------------------------SECTION HEADING-*/
/* SECTION HEADING*/
	.sectionHeading{
	font-family:verdana,arial,helvetica;
	font-size:105%;
	color:#376899;
	font-weight:bold;	
}
/* --------------------------------------------------------------------------------------SECTION SUBHEADING-*/
/* SECTION SUBHEADING*/
	.sectionSubheading{
	font-family:verdana,arial,helvetica;
	font-size:95%;
	color:#376899;
	font-weight:bold;
	line-height:15pt;
}
/* -------------------------------------------------------------------------------------------BREADCRUMBS--*/
/* BREADCRUMBS*/
	.breadcrumbs{
	font-family:georgia;
	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: Georgia;
	font-size: 9pt;
	line-height: 12pt;
	color: #553A0E;
	
}
/* ------------------------------------------------------------------------Contact area font - bold--*/

/* Contact area font - bold*/
	.contactAreabold {
	font-family:Georgia;
	font-size:11pt;
	line-height:13pt;
	font-weight:bold;
	color:#553A0E;
	
}
/* --------------------------------------------------------------------------Bottom text links----*/

/* Bottom text links*/
	.textLinks {
	font-family:verdana,arial,helvetica;
	font-size:7pt;
	color:#000000;
}

	.textLinks:hover {
	color:#000000;
	text-decoration:none;

}

.phoneNumber {
	font-family:Verdana,arial;
	font-size:8px;
	color:#993333;
}
/* --------------------------------------------------------------------CONTACT FORM ATTRIBUTES---*/

	
/* CONTACT FORM ATTRIBUTES*/
.formfield{
	font-family:verdana,arial,helvetica;
	font-size:10pt;
	color:#000000;
	background-color:#ffffff;
	border-color:#585652;
	border-width:1pt;
}

/* Fieldset ATTRIBUTES (contact form border)*/
.fieldset{
	font-family:verdana,arial,helvetica;
	font-size:10pt;
	color:#000000;
    border-width:1pt;
	border-color:#000000;
	border-style:solid;
	padding:4pt;	 
}

/* Fieldset ATTRIBUTES (contact form border)*/
.legend{
	font-family:verdana,arial,helvetica;
	font-size:10pt;
	color:#5F5F5F;
	font-weight:bold;
	border-width:1pt;
	border-color:#000000;
	border-style:solid;
	padding:5pt;	 
}

/* -----------------------------------------------------------------------------------Making buttons---*/
/* Making buttons */
.elButton{
	color:#993333;
	font-size:12px;
	font-family:verdana,arial,helvetica;
	line-height:17px;
	font-weight:none;
	width:inherit;
	text-align:right;
	border-top:0px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:0px;
	padding-left:0px;
	padding-right:3px;
	text-decoration:none;
	display:block;
}

.elButton:hover {
	border-right:1px solid #000000;
	border-top:0px;
	border-left:0px;
	color: #000000;
	border-bottom:1px solid #221b83;
	background-color:#E3E0C3;
}
/* -----------------------------------------------------------------------------------Making buttons  PART 2---*/
/* Side navigation */
.sButton{
	color:#ffffff;
	font-size:10px;
	font-family:verdana,arial,helvetica;
	line-height:17px;
	font-weight:none;
	width:inherit;
	text-align:left;
	border-top:0px;
	border-right:5px solid #ffffff;
	border-left:6px solid #ffffff;
	border-bottom:2px solid #ffffff;
	padding-left:5px;
	text-decoration:none;
	display:block;
	background-color:#8BA294;
	height:26px;
}
.sButton:hover {
	border-right:5px solid #ffffff;
	border-left:6px solid #ffffff;
	border-top:0px;
	color: #000000;
	border-bottom:2px solid #ffffff;
	padding-left:5px;
	background-color:#D5EADD;
}
/* ----------------------------------------------------------------------------------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:#FEFBDA;
	SCROLLBAR-HIGHLIGHT-COLOR:#FEFBDA; 
	SCROLLBAR-SHADOW-COLOR:#FEFBDA; 
	SCROLLBAR-3DLIGHT-COLOR:#FEFBDA;
	SCROLLBAR-ARROW-COLOR:#FEFBDA; 
	SCROLLBAR-TRACK-COLOR:#FEFBDA; 
	SCROLLBAR-DARKSHADOW-COLOR:#FEFBDA; 
	SCROLLBAR-BASE-COLOR:#FEFBDA; 
	scrollbar-lightshadow-color:#FEFBDA;
	background:#FEFBDA;
	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;
}

hr{
color:#818181;
border-style:solid;
size:1px;
}
