/* Updated November 2011 */

@charset "utf-8";
body  {
	text-align: center;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	vertical-align:top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background: url(../images/bkgBar.jpg) repeat-x;
} 	

div#wrapper {
	width: 791px;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
} 

.thrColFixHdr #container {
	width: 791px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align:center; /* this overrides the text-align: center on the body element. */
	position:relative;
	vertical-align:middle;
	background-image: url(../images/bkgHeritage.jpg) background-repeat: no-repeat; 
} 
.thrColFixHdr #topIndex {
	width: 791px; /* padding keeps the content of the div away from the edges */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-stretch:expanded; 
	line-height: 22px;
	color: #333333;
	text-decoration: none;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px; 
}

.thrColFixHdr #header {
	width: 780px;  
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	text-decoration: none;
	background-image: none;  
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
} 

.thrColFixHdr #headerSub {
	width: 780px; /* padding keeps the content of the div away from the edges */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	text-decoration: none;
	background-image: none;  
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #660000;
}

  
.thrColFixHdr #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: 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 20px 0px 3px 0px;
}

h1{
 	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1.8em;
	color: #334d55;
	font-style:italic; 
 	padding: 20px;
}

h2{
 font-size: 116%;
 color: #006699;
}

h3{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 112%;
 font-weight:bold; 
 color: #660000;
 font-style:italic;
 font-stretch:extra-expanded;
}

h4{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 14px;
 font-variant:none;
 font-style:italic;  
 color: #660000;
 font-stretch:extra-expanded;
 margin: 20px 0px 5px 0px; 
 vertical-align:middle;
}

/* CSS Main Port Navigation */

#nav, #nav ul {    
	height: 50px;
	background-image:url(../images/img03.gif); 
	background-repeat: repeat-x;
	background-color:none;
	_background: none;
	border:medium; 
	border-color:#398291; 
	valign:middle;
    width:775px;
	padding: 10px 5px 5px 10px;
}

#nav a {    
	float: left;    
	display: block;    
	width: 160px;
	padding: 2px;
	border:medium;
	border-color:#136D77; 
}

#nav li {    
	float: left;   
	width: 160px;
	padding: 5px 15px 10px 10px;
	background-image:url(../images/img03.gif);
	background-repeat: repeat-x;
	background-color:none;
    _background: none;
	display:block;
	border:medium; border-color:#136D77; 
}

#nav li ul {    
	position: absolute;
	float: left;
	width: 170px;    
	left: -699em;
	border:medium; border-color:#136D77; 
}

#nav li:hover ul {    
	left: auto;
}

sfHover = function() {    
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");    
	for (var i=0; i<sfEls.length; i++) {        
	sfEls[i].onmouseover=function() {            
	this.className+=" sfhover";        
}        
sfEls[i].onmouseout=function() {            
this.className=this.className.replace(new RegExp(" sfhover\\b"), "");        
}    
}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

#nav li:hover ul, #nav li.sfhover ul {    left: auto;
}

#nav li ul ul {    
margin: -1em 0 0 10em;
}

#nav, #nav ul {    
	padding: 0;    
	float: left;
	margin: 0;    
	list-style: none;     
	line-height: 1;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {    
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {    
	left: auto;
}

/* end Main Port Navigation */

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 0px 5px; /* padding keeps the content of the div away from the edges */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #333333;
	text-decoration: none;
	background-image: none;
	text-align:left; 
}
.thrColFixHdr #sidebar1Small {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:  10px 0px 10px 0px; /* padding keeps the content of the div away from the edges */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	text-decoration: none;
	background-image: none;
	text-align:left; 
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image:url(../images/bkgSide2.jpg); backgroundrepeat:none;   
	padding: 15px 5px 0px 20px;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	text-align:right; 
}

.thrColFixHdr #mainContent {
	margin: 0 215px 0px 155px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	background-image: none;
	text-align:left; 
} 

.thrColFixHdr #mainContentWide {
	margin: 0 0px 0px 155px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 15px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	background-image: none;
	text-align:left; 
} 

.thrColFixHdr #contact {
	width: 750px;
	padding: 0 20px 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	text-align: center;
	background-image: none;
} 
	
	 
#imgborder {
	border-color: #EDDA9E;
	border-style: ridge;
	border-spacing: 10px;
	border-width: thin;
	padding: 0px;
	margin: 1em;
	}
	
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	line-height: 80px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000099;
	text-align: left;
	vertical-align: bottom; 
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: normal;
	padding-top: 60px; 
	padding-bottom: 20px;
	}
.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;
}
a:link, a:visited { /* link colors */
	font-weight: bold;	
	text-decoration: none;
}
a:link { /* link colors */
	color: #660000; 
	text-decoration: none; 
}
a:visited { /* link colors */
	color: #000099; 
	text-decoration: none;
}	 
a:hover { /* link colors */
	text-decoration: none;
	color: #660000;
}
a:active { /* link colors */
	text-decoration: none;
	color: #000099;
}
/* Basic table layout. */


caption {
	text-align: center;
	margin: 0 0 .5em 0;
	font-weight: bold;
	font: 12px/24px Verdana, Arial, Helvetica, sans-serif; 
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

table {
	padding-top:20px;
	border-width: thin;
	border-style: solid;
	border-color: #DCDCDC;
	border-collapse: collapse;
}
th {
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC; 
	padding: .5em;
	background-color: #f0f8ff;
	font: 10px/24px Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
}
td {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif; 
	text-align: left;
	vertical-align:top; 
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #DCDCDC;
}
#imgborder {
	border-color: #333333;
	border-style: double;
	border-spacing: 10px;
	border-width: medium;
	padding: 0px;
	margin: 1em;
}

#footer {
	clear: both;
	margin: 0em 0em 0em 0em;
	height: 154px;
	background: url(../imagesStyle/anchorBottom.gif);
}

/* codes for credits and copyright at bottom of page */
.thrColFixHdr #credits {
	width: 750px;
	padding: 20px 20px 0px 20px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	text-align: left;
	border-top-width: medium;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #89a5a3;
}

.thrColFixHdr #copyright {
	padding: 0px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	text-align: left;
	background-image: none;	 
}

