@charset "utf-8";
/* CSS Document */

body  {
	font: 62.5%/1.6em Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	margin: 0px;
	background-color: #E4EDED;

}


.twoColFixRtHdr a:link {
	color: #1C5E9A;
	text-decoration: none;

}
.twoColFixRtHdr a:visited {
	color: #7EAEB8;
	text-decoration: none;

}
.twoColFixRtHdr a:hover {
	color: #723930;
	text-decoration: underline;
}
.twoColFixRtHdr a:active {
	color: #DFAD4A;
	text-decoration: none;
}


.twoColFixRtHdr #container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-image: url(../images/bg_containerwidetest.jpg);
	padding-left: 10px;
	border-top: 4px none #FFFFFF;
	border-right: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;

} 


/* NOTE IN HOME PAGE HEAD ELEMENT SPECS interiors ONLY--SIMPLE GALLERY FOR SLIDE BANNER */
.twoColFixRtHdr #header {
	background: #FFFFFF url(../images/masthead.jpg) no-repeat;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 172px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	
} 


/* HOR SPACE HACK to block BGCONTANER BG -- */

.twoColFixRtHdr #horspace {
	width: 940px;
	height: 26px; /* the auto margins (in conjunction with a width) center the page */
	background-color: #FFFFFF;
	background-image: url(../images/bg_tophorhack.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	float: left;
} 

.twoColFixRtHdr #bothorspace {
	width: 940px;
	height: 10px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #FFFFFF;
}

/* END HOR SPACE HACK---*/

/* HORNAV BELONGS HERE-- SPECS BELOW AND IS DEFINED IN --MY SLIDE MENU JS AND js QUERY FILES-- */

.twoColFixRtHdr #mainContent {
	font-size: 1.2em;
	line-height: 1.8em;
	margin-right: 340px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0;
	margin-top: 10px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat-y;
	margin-left: 8px;
} 


#mainContent a:visited {
	border-bottom: none;
	padding: 0px;
}
hr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #B7C0C5;
}


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 0px;
	border: 1px none #666666;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* HEADER */

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* TOPSIDE and LINKS */



.twoColFixRtHdr #topside {
	float: right; /* since this element is floated, a width must be given */
	width: 310px;
	border: none;
	height: 130px;
	clear: right;
	top: 0px;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
	padding-top: 20px;
}

.topnavfeat ul
{
	margin: 0;
	list-style: none;
	width: 300px;
	float: none;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 0;
	background-color: #FFFFFF;
	height: 100px;

	}
.topnavfeat li {
	float: left;
	background-color: #FFFFFF;
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
	}	

.topnavfeat li a:visited {
	text-decoration: none;
	border-bottom: none;

}


#minihornav {
	float: left;
}

.minihornav a:visited {
	text-decoration: none;
	border-bottom: none;
	padding-left: 0px;
}

/* END---TOPNAVFEATURE */





/* MAINCONTENT */

#homepage #container #mainContent .h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #69A9D9;
}
.twoColFixRtHdr #container #mainContent h1 {
	font-size: 1.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DFAD4A;
	font-weight: normal;
	font-variant: normal;
}

.feature {
	float: left;
	height: auto;
	width: 550px;
	background-repeat: repeat;
	border: 1px none #FFFFCC;
	padding: 0px 10px;
}




.feature h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: #DFAD4A;
}

.featureminihead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC9933;
	text-align: left;
	font-weight: bold;
}	


	
.featurehead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	text-align: left;
	line-height: normal;
	color: #1D7978;
}

.featureminiheadtag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1D7978;
	text-align: left;
	font-weight: bold;
}	


.featurePICS {
	background-color: #FFFFFF;
	border: thin solid #B7C0C5;
	padding: 2px;
	margin-bottom: 6px;
	margin-left: 10px;
	float: right;
}

.featurelearnCallout {
	background-color: #FFFFCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #DFAD4A;
}

.featureboxL1 {
	padding: 0px 8px 5px 5px;
	float: left;
	height: auto;
	width: 240px;
	margin-right: 8px;
	display: block;
	margin-bottom: 20px;
	border: 1px solid #D6DADD;
	margin-left: 0px;
}

.featureboxR1 {
	padding: 0px 5px 5px;
	float: right;
	height: auto;
	width: 240px;
	margin-right: 0px;
	display: block;
	margin-bottom: 20px;
	border: 1px solid #D6DADD;
	margin-left: 12px;
}


.triplesboxL1 {
	padding: 2px 8px 5px 5px;
	float: left;
	height: 325px;
	width: 251px;
	margin-right: 8px;
	display: block;
	margin-bottom: 20px;
	border: 1px solid #D6DADD;
	margin-left: 0px;
	overflow: auto;
}

.triplesboxR1 {
	padding: 2px 5px 5px;
	float: right;
	height: 325px;
	width: 251px;
	margin-right: 0px;
	display: block;
	margin-bottom: 20px;
	border: 1px solid #D6DADD;
	margin-left: 20px;
}

.triplesboxL2 {
	padding: 2px 8px 5px 5px;
	float: left;
	height: 325px;
	width: 251px;
	margin-right: 8px;
	display: block;
	margin-bottom: 15px;
	border: 1px solid #D6DADD;
	margin-left: 0px;
}


.triplesboxR2 {
	padding: 2px 5px 5px;
	float: right;
	height: 325px;
	width: 251px;
	margin-right: 0px;
	display: block;
	margin-bottom: 15px;
	border: 1px solid #D6DADD;
	margin-left: 20px;
}


.triples {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.tripleshead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8DB8BE;
	text-align: left;
}

.twoColFixRtHdr #container #mainContent h2 {
	color: #666666;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* SIDEBAR1 */

.psidebarTOP {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.twoColFixRtHdr #container #sidebar1 p {
}


.sidebarAct1 {
	background-color: #FFFFCC;
	border: 1px solid #E1AD4A;
	padding: 10px;
}

.sidebarAct1 a:visited {
	text-decoration: none;
	border-bottom: none;
	padding-left: 0px;

}


.sidebarAct2 {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
	visibility: hidden;
}



.sidebarAct2 a:visited {
text-decoration: none;
border-bottom: none;

}

.twoColFixRtHdr #container #sidebar1 h3 {
	font-size: 1.3em;
}



#navcontainer ul
{
	font-family: Verdana, Arial, sans-serif;
	margin: 0 0 10px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #F5F5F5;
	border-bottom-style: none;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	font-size: 1.2em;
	background-color: #FFFFFF;
	padding: 0;
	visibility: visible;
}

#navcontainer li {
	margin: 0;
	background-repeat: repeat;
	background-color: #FFFFFF;
}

.navconTOP {
	background-color: #506369;
	border-bottom: 1px solid #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-repeat: repeat-x;
	height: 7px;
	padding-left: 0px;
	background-image: url(../images/navconbartop.jpg);
	border-top-color: #CCCCCC;
}

.navconBOT {
	background-color: #FFFFFF;
	border-bottom: none;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	background-image: url(../images/navconbartop.jpg);
	background-repeat: repeat-x;
	height: 7px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-color: #DCDCDC;
}

#navcontainer a
{
	display: block;
	background-color: #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 0px;
	
	
}

#navcontainer a:link, a:visited
{
	color: #777777;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #C8D1D8;
	list-style-type: none;
	padding-left: 10px;
	border-bottom-width: 1px;
}

#navcontainer a:visited
{
	color: #777777;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #C8D1D8;
	list-style-type: none;
	padding-left: 10px;
	border-bottom-width: 1px;
}




#navcontainer a:hover
{
	color: #723930;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #C8D1D8;
	list-style-type: none;
	padding-left: 10px;
	background-position: 0px;
	border-bottom-width: 1px;
}




.at {
	color: #DFAD4A;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border-bottom-color: #C8D1D8;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-weight: bold;
	border-bottom-style: solid;
	
	
}




/* PAGE FOOTER */
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E3BD6C;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666666;
}

.twoColFixRtHdr #footer a:link {
	color: #1C5E9A;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.twoColFixRtHdr #footer a:visited {
	color: #7EAEB8;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.twoColFixRtHdr #footer a:hover {
	color: #723930;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #footer a:active {
	color: #DFAD4A;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


body#aboutpage li#about a, body#hvhpage li#hvh a, body#hvhlampage li#hvhlam a, body#hvharfpage li#hvharf a, body#hvhicfpage li#hvhicf a, body#hvhpacpage li#hvhpac a, body#hvhsbppage li#hvhsbp a, body#hvhrwppage li#hvhrwp a, body#hvhtlppage li#hvhtlp a, body#hvhcalendarpage li#hvhcalendar a, body#contactpage li#contact a 
{
	color: #CC9933;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #C8CFD7;
	background-image: url(../images/BG_BUTON.jpg);
	list-style-type: none;
	padding-left: 10px;
	background-position: 0px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	font-variant: normal;
	}

.miniPICS_SIDEBAR {
	background-color: #FFFFFF;
	border: thin solid #B7C0C5;
	padding: 2px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.miniPICS {
	background-color: #FFFFFF;
	border: thin solid #B7C0C5;
	padding: 2px;
	margin-bottom: 6px;
	margin-left: 10px;
}
.bigpics {
	padding: 4px;
	border: 2px solid #E0DFE3;
	background-color: #CFEBFF;
}


#homepage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.topside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #A9C1D9;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-size: 12px;
	font-variant: small-caps;
	height: 28px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-transform: none;
	border: 1px solid #CCCCCC;
}
.title2HVHH {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bolder;
	color: #1D7978;
}
/* Form and Input */


