﻿html {margin:0;padding:0;}
body  { background-image:url(images/bkg-body.jpg); background-repeat:repeat;
    font: 90% Verdana, Arial, Helvetica, sans-serif;
   
    margin: 0; padding:0;
/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */  
    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: #0a1e2e;
}
#body2 {/* for the sandy background matching the header */
	background-image:url('/images/bkg-body.png'); 
	background-repeat:repeat-y; 
	background-position:center; 
	width:100%; 
	height:100%; margin:0 auto; z-index:0;
}

.thrColHybHdr #container { 
	/*width: 100%;*/ 
	width:1000px;
	position:relative;
	margin: 0 auto;  /*the auto margins (in conjunction with a width) center the page if needed */
	padding:0; top:0; z-index:2;
	text-align: left; 
	/*border:solid 1px white;*/
}  
.thrColHybHdr #headerImage {
background-image: url('images/header_tall_1600.jpg');
    background-position: top; 
	z-index:-1;  
	position:absolute;
	left:-300px; top:0px;
    background-repeat: no-repeat;
    height: 618px; 
	overflow:visible;  
	width:1600px; 
	margin:0 auto; 
	/*border:1px solid red;*/
}
.thrColHybHdr #header {
    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. */    
/*background-image: url('images/header_1600.jpg');
    background-position: center; */ 
	/*position:relative;
	left:-300px;*/
    /*background-repeat: no-repeat;*/
    height: 180px; 
	/*overflow:visible;  */
	width:1000px; 
	margin:0 auto; 
	/*border:1px solid green;*/
} 
.thrColHybHdr #header h1 {
    /* 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 */background-position: center;
    margin: 0;
    padding: 10px 0;
}
.thrColHybHdr h1 ,.thrColHybHdr h2,.thrColHybHdr h3 {color:#177182;}
  
.thrColHybHdr h2 
{
    font-size:14px; 
    font-weight:bold; 
    color:#177182; 
    /*width:90%; 
    border:solid 1px violet;*/
    }
.thrColHybHdr h3 
{
    font-size:12px; 
    font-weight:bold; 
    color:#177182; margin:12px 0 18px 0; 
    /*width:90%; 
    border:solid 1px violet;*/
    }
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColHybHdr #sidebar1 p" rule.
*/
.thrColHybHdr #sidebar1 {
	float: left;
	width: 220px; /* since this element is floated, a width must be given */
	/* original width 11em;*/
	/*background: #f2ecd8;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	background-image:url("images/bkg-left-rpt.png");
	background-repeat:repeat-y; 
	/*background-color:#ddddd5;*/
	padding: 10px 0 0 0; /* top and bottom padding create visual space within this div */
	font-size: 0.8em; 
	height:2900px; 
	margin-top:180px;
	/*border:1px solid green; */
}
.thrColHybHdr #sidebar2 {
	float: right;
	width: 220px; /* since this element is floated, a width must be given */
	/* original width 11em;*/
	/*background: #f2ecd8;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	background-image:url("images/bkg-right-rpt.png");
	background-repeat:repeat-y;
	/*background-color:#ddddd5;*/
	padding: 10px 0 0 0; /* top and bottom padding create visual space within this div */
	font-size: .7em; text-align:center; margin-top:180px;
	height:2900px;
	/*border:solid 1px green;*/
}
.thrColHybHdr #sidebar1 table, .thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar1 ul {
	margin-left: 30px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 30px;
}
.thrColHybHdr #sidebar1 a:link ,.thrColHybHdr #sidebar1 a:visited,.thrColHybHdr #sidebar1 a:active 
{
    color:#5a90bf; text-decoration:none;
    }
.thrColHybHdr #sidebar1 a:hover {color:#177182;} 
.thrColHybHdr hr {color:#177182;} 
.thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3,.thrColHybHdr #sidebar2 img {
	margin-left: 40px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 30px;
}


.thrColHybHdr #mainContent { 
position: absolute; 
left:220px; 
    
	margin: 175px 0 0 0; 
	width:560px;
/* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */   
 padding: 25px 0 0 0;
/* padding here creates white space "inside the box." */    
    background-color: #f7f8f2;
    top: 5px;
    /*font-weight: bold;*/
    line-height:125%; 
	 
	height:2885px; /* 15 px less than sidebars */
	z-index:5;
	/*border:1px solid #f7f8f2;*/
} 
.thrColHybHdr #mainContent a:link, .thrColHybHdr #mainContent a:visited, .thrColHybHdr #mainContent a:active 
{
    text-decoration:none;
    color:#177182; 
}
.thrColHybHdr #mainContent a:hover {color: #ff8295;}

/* Miscellaneous classes for reuse */
.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: 5px;
}
.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;
}
#mainContent ul {margin:0; padding-left:15px;}
#mainContent li {margin-bottom:8px;}
#sidebar1 ul {margin:0; padding-left:25px;}
#topNav 
{
     
	position:absolute;
    /*background-color:#C7E6FF;*/
    /*width:57%;*/ 
    font-size:.8em; 
    text-align:center; 
    /*margin-bottom:10px; */
    /*margin:0 auto;*/
	margin-left:230px;
    margin-top:155px; 
	/*border:solid 1px green;*/
    }
.navList ul
{
    list-style-type:none;
	padding:0;
	margin:0;color:#177182;
}
.navList li {float:left;padding:4px 0 4px 5px;}
.navList a:link, .navList a:visited, .navList a:active 
{
    text-decoration:none;
    color:#177182; 
}
.navList a:hover {color: #ff8295;}

.thrColHybHdr #footer { 
/*position:absolute; left:0px; width:100%;*/
	 padding: 0 10px; /*this padding matches the left alignment of the elements in the divs that appear above it. */
	 margin-top:0px; /*fixes a remote site problem */
	/*background-color:#DDDDDD;*/ 
	text-align:center;   
	/*border:1px solid green;*/
} 
.thrColHybHdr #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 */
}
.thrColHybHdr #footer ul, .thrColHybHdr #footer li 
{
    list-style-type:none;
	padding:0;
	margin:0; color:#177182;
}
.thrColHybHdr #footer li {float:left;padding-left:7px; line-height:1.5em;}
.thrColHybHdr #footer a:link, .thrColHybHdr #footer a:visited, .thrColHybHdr #footer a:active 
{
    text-decoration:none;
    color:#177182; 
    font-size:.7em; 
}
.thrColHybHdr #footer a:hover {color: #ff8295;}

.lnkButton ul {
display:inline; 
padding-top:50px; 
}
.lnkButton li{
	display:inline;
	font-size: 0.8em;
	text-align:center;
	list-style:none; 
	/*border:solid 1px blue;*/ 
	float:left;  
	background-image:url(images/button1.jpg);background-repeat:no-repeat; 
	background-position:5px 0;
}
.lnkButton a:link, .lnkButton a:visited { text-decoration:none; color:#000; 
width:130px;
display:block;
height:40px; padding-top:10px;
background-image:url(images/button1.jpg);background-repeat:no-repeat; 
	background-position:5px 0; 
}
.lnkButton a:hover,.lnkButton a:active {color:#fff;background-image:url(images/button2.jpg);}
.thrColHybHdr #sidebar2 a, .thrColHybHdr #sidebar2 a img {text-decoration:none; border:none;}
.thrColHybHdr #sidebar2 a:link, .thrColHybHdr #sidebar2 a:visited, .thrColHybHdr #sidebar2 a:active 
{
    text-decoration:none;
    color:#177182; 
    
}
.thrColHybHdr #sidebar2 a:hover {color: #ff8295;}

