@charset "UTF-8";
html, body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #000000;
	height: auto;
	background-image:url(images/HVT_bg.jpg);
	background-repeat:repeat;
}
/*IE*/
html>body #container {
    height: auto;
	}
	
#container { 
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0px;
	height: 100%;
	background-color:#CCCCCC;
	background-image:url(images/mainBG.jpg);
	background-repeat:repeat-y;
 
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 166px; /* 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 */
	height:100%;
	padding:0px;
	margin:0px;
	
	
		}
	
.textItalic{
	margin:0px;
	padding: 70px 10px 0px 20px;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	line-height: 30px;
	font-size: 16px;
	
	}
	
	
#header {
	width: 694px;
	height: 97px;
	float:right;
	

	}

/*navMain is the main navigation Ends*/
#navMain{
	padding: 0px;
	margin:0px;
	height: 24px; /*this controls the height of the navigation bar*/
	width: 694px;
	background: #804D80; /*this is the color purple for the background*/
	word-spacing: 5px;
	font-family: "Times New Roman", Times, serif; /*font family set to serif*/
	font-size:15px; /*font size*/
	line-height:15px;
	text-align: center; /*this centers the text in the mainContent*/
	float:right;
}
#navMain ul{
	padding: 5px 0px 5px 0px;
	margin: 0px;
	}
	
#navMain ul li{
	list-style: none;
	display: inline;
	}

#navMain ul li a{
	color: #CCCC99; /*font color tan*/
	text-decoration: none;
	}


/*Hover turns the font black*/
#navMain ul li a:hover{
	color: #FFFFFF;
}

#navMain ul li a.selected{
	color:#FFFFFF;
	}
/*navMain Ends*/


/*secondaryNav*/
#secondaryNav{
	padding: 0px;
	margin:0px;
	background: #C5C0C5; /*this is the color purple for the background*/
	height:24px;
	width: 694px;
	word-spacing: 5px;
	font-size:12px; /*font size*/
	line-height:15px;
	text-align: center; /*this centers the text in the mainContent*/
	float:right;
	
}
#secondaryNav ul{
	padding: 5px 0px 5px 0px;
	margin: 0px;
	}
	
#secondaryNav ul li{
	list-style: none;
	display: inline;
	}

#secondaryNav ul li a{
	color: #53521F; /*font color green*/
	text-decoration: none;
	}


/*Hover turns the font black*/
#secondaryNav ul li a:hover{
	color: #000000;
}
#secondaryNav ul li a.selected{
	color:#000000;
	}
/*secondaryNav Ends*/

/*mainContent begins*/
#mainContent { 
	margin: 0px 0px 0px 166px; 
	padding: 0px;
	width:694px;
	/*background-color: #CCCC99;
	background-image:url(images/maincontentBackground.jpg);
	background-repeat:repeat-y;*/
	/*float: right;*/
	text-decoration: none;

	} 
.contentHolder{
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	width:694px;
	
}
.galleryHolder{
	margin: 0px 0px 0px 0px; 
	padding: 20px 0px 0px 40px;
	width:615px;
	
}
/*controls the headings with a bold black font 12px*/
.contentHolder h1{
	margin:0px;
	padding:10px 0px 0px 0px;
	font-size: 11px;
	font-weight:bold;
	}
	
/*controls the paragraph style with a black font 12px*/
.contentHolder p{
	margin:0px;
	padding:0px;
	font-size: 12px;
	font-weight:normal;
	line-height: 19px;
	}
	
/*controls the lists with bullets*/
.contentHolder h2{
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	color:#000000;
	}
	
/*controls the positioning of the image*/
.image{
	float: left;
	margin:0px;
	padding:2px 0px 0px 42px;}
	
.border{
	border: 1px solid #FFFFCC;
	}
	
	
img {
border:0;}

/*controls the position of the text*/
.text{
	margin:0px;
	padding:0px 10px 0px 308px;
	}
	
/*lists with underlines*/
#links{
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 35px;
	color:#000000;
	text-decoration: none;
	
}
#links ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	text-indent: -3em;
	}

#links ul li a:link{
	color:#000000;
	text-decoration: underline;}

#links ul li a:visited{
	color: #000000;}
	
#links ul li a:hover{
	color:#804D80;}


/*mainContent Ends*/	
	
/*footer begins*/
/*controls the color and height size of the footer. Font family, size, and center aligned*/	
#footer {
	font-family:Arial, Helvetica, sans-serif; /*this selects the font family to be san-serif*/
	font-size: 10px; /*the font size is 12px*/
	padding:30px;
	margin: 0px;
	text-align: center; /*this centers the text in the mainContent*/
	clear:both;
	
	
	
}

#footer ul {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	
	
	
}

#footer ul li {
	list-style: none;
	display: inline;
	border-right: 1px solid #000000;
	padding: 0px 10px 0px 10px;
	
}

#footer ul li a {
	color: #000000;
	text-decoration: none;
	
}

/*Line has no underline*/
#footer ul li a:link{
	text-decoration: none;	
}

/*Hover turns the font black*/
#footer ul li a:hover{
	color: #804D80;
}

#footer .first{
	border-right: 1px solid #000000;
	}
#footer .last{
	border-right: none;
	padding-left: 10px;}
/*footer ends*/

/*spacer*/
#spacer{
	height:50px;
	width: 694px;
	margin:0px;
	padding:0px;
	float:right;
}
.translate{
	align: right;
	padding: 0px;
	margin: 0px;}
	
.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;
}
.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;
}
