@charset "utf-8";
 body  {
 	background: url(../graphics/background.gif) repeat-x;
 	font: 95% Verdana, Arial, Helvetica, sans-serif;
 	margin: 0; 
 	padding: 0;
 	color: #000000;
 	height: 67px;
 }
 
 
 
 
 
 
 /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
 /* Skip - Skip to main content */	
 
 #skip a, #skip a:hover, #skip a:visited { 
 	color:#FFFFFF;
 	position:absolute; 
 	left:0px; 
 	top:-500px; 
 	width:1px; 
 	height:1px; 
 	overflow:hidden;
 	} 
 
 #skip a:active, #skip a:focus { 
 	position:static; 
 	width:auto; 
 	height:auto; 
 	}
 
 
 
 
 
 
 /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
 /* Container - holds everything from the header to the footer */
 
 /* Tips for this Hybrid layout
 1. Since the side columns em-based sizing is based on the user's default font size, you will want to be sure that background graphics in the columns take that into account. Built correctly, this is more accessible for those that need larger font sizes, since the width of the columns remains proportionate. If this is undesirable with your design, simply change the width to a pixel size and be sure to change the margins on the #mainContent div accordingly.
 2. Since the sizing of side columns in this layout are based on the 100% font size in the body element, if you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the column widths will downsize proportionately. You may want to increase their widths, and the size of the #mainContent div's side margins, to compensate for this.
 3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
 4. The #container div is not necessary for this layout at the 100% width. You may want to use it to create faux columns or limit the width of the layout.
 5. It is not neccessary to have the 100% width on the #container div since, by nature, a div takes up 100% of the available space. It is here so that if you want to decrease the size of the overall container - perhaps leaving a bit of margin on each side - this will already be available for adjustment.
 */
 
 .thrColHybHdr #container { 
 	background: #FFFFFF;
 	margin:0 auto; /* centers it on the page */
 	margin-top: 5px;
 	width: 95%;
 	min-width: 900px;
 	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
 	text-align: left; /* this overrides the text-align: center on the body element. */
 	border: 1px solid #000000;	
 	height:auto !important; /* for modern browsers */
 	}  
 
 
 
 
 
 
 
 /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
 /* Header divs - 1) holder for logo, 2) holder for header images, 3) breadcrumbs and text resizer holder  */
 
 .thrColHybHdr #header {
 	background: #75ACE3;
 	height: 67px;
 	margin: 0px;
 	padding: 0px;
 	} 
 
 .thrColHybHdr #header2 {
 	background-image: url(../graphics/wideimagebanner.jpg);
 	background-repeat: no-repeat;
 	margin: 0px;
 	padding: 0px;
 	height: 150px;
 	width: 100%;
 	border-top-width: 1px;
 	border-bottom-width: 1px;
 	border-top-style: solid;
 	border-bottom-style: solid;
 	border-top-color: #000033;
 	border-bottom-color: #000033;
 	background-color: #75ACE3;
 	} 
 
 .thrColHybHdr #header2 img { 
 	margin-right: 1.7%;
 	} 
 
 .thrColHybHdr #header3 { 
 	background: #FFFFFF;
 	border-bottom: 1px dotted #cccccc;	
 	height: 41px;
 	margin-bottom: 0px;
 	} 
 
 
 
 
 
 
 /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
 /* Breadcrumbs */
 
 #breadcrumbs {
     color: #577A9F; 
     padding-left: 10px; 
     padding-top: 14px; 
     padding-bottom: 9px; 
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: .7em;
     letter-spacing: .02em;   
     width: 60%;
     float: left;
     }
 
 #breadcrumbs a:link {text-decoration: none; color: #0949D9;}
 #breadcrumbs a:visited {text-decoration: none; color: #0949D9;}
 #breadcrumbs a:active {text-decoration: none; color: #AE1616;}
 #breadcrumbs a:hover {text-decoration: none; color: #AE1616;}
 
 
 
 
 
 
 
 
 /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
 /* Toolbar - text resizer */	
 
 
 #toolbar {
     float: right;
     font-size: .85em;
     color: #577A9F; 
     padding-top: 14px; 
     padding-right: 20px;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     letter-spacing: .01em;   
     text-align: right;
     }
 
 

 
 
 /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
 /* Menu 1  -  for main page only*/	
 
 .menu1 { 
 	margin:0 auto; 
 	background-color: #ffffff; 
 	border: 0px dotted red;
 	}
 
 
 
 
 
 
 
 /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
 /* Menu 2 - for interior pages */	
 
 .menu2 { 
 	font-size: .85em;
 	float: left;
 	margin:0 auto; 
 	border: 0px dotted red;
 	border-right: 1px dotted #cccccc;
 	}
 
 .menu2 ul { 
 	padding-top: 3px;
 	}
 
 .menu2 li { 
 	padding-bottom: 8px;
 	}
 
 .thrColHybHdr .menu2 a:link {text-decoration: none; color: #0949D9;}
 .thrColHybHdr .menu2 a:visited {text-decoration: none; color: #0949D9;}
 .thrColHybHdr .menu2 a:active {text-decoration: none; color: #AE1616;}
 .thrColHybHdr .menu2 a:hover {text-decoration: underline; color: #AE1616;}
 
 
 
 
 
 
 
 
 
 /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
 /* Sub Container 2 -  keeps sidebar 2 in line, shows border */	
 
 .container_sub_2 { 
 	float: right;
 	min-height:400px; /* for modern browsers */
 	height:auto !important; /* for modern browsers */
 	height:400px; /* for IE5.x and IE6 */
 	border: 0px dotted red;	
 	padding: 20px;	
 	}  
 
 
 
 
 
 
 
 
 
 	
 	
 	
 	
 /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
 /* Sub Container 3 -  keeps main content in line, shows border */	
 
 .container_sub_3 { 
 	min-height:500px; /* for modern browsers */
 	height:auto !important; /* for modern browsers */
 	height:500px; /* for IE5.x and IE6 */
 	border-left: 0px solid #000000;	
 	border-right: 0px solid #000000;	
 	margin-right: 16em;
 	margin-left: 16em;
 	margin-top: 10px;
 	}  
 
 
 
 
 
 
 
 /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
 /* mainContent - Main content area - goes under the header */	
 
 
 
 /* Tips for mainContent:
 1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
 2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
 3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
 4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
 */
 .thrColHybHdr #mainContent {
 	padding: 1em 2em 2em 2em; /* padding here creates white space "inside the box." */
 	border: 0px dotted blue;	
 	min-height:400px; /* for modern browsers */
 	height:auto !important; /* for modern browsers */
 	height:400px; /* for IE5.x and IE6 */
 	} 
 
 .thrColHybHdr #mainContent img{ 
 	padding-bottom: 7px;
 	}
 
 .rotating {
 	float: right;
 	font-size: .75em;
 	padding: 10px;
 	margin-left: 10px;
 	margin-bottom: 10px;
 	width: 240px;
 	border: 1px solid #cccccc;
 	}
 
 .thrColHybHdr #mainContent a:link {text-decoration: none; color: #0949D9;}
 .thrColHybHdr #mainContent a:visited {text-decoration: none; color: #0949D9;}
 .thrColHybHdr #mainContent a:active {text-decoration: none; color: #AE1616;}
 .thrColHybHdr #mainContent a:hover {text-decoration: underline; color: #AE1616;}
 
 
 .thrColHybHdr #mainContent  ul{
 	margin-left: 2em;
 	margin-bottom: 1em;
 	}
 
 .thrColHybHdr #mainContent li {
 	margin-top: .4em;
 	margin-bottom: .6em;
 	}
 
 
 
 
 
 
 
 
 
 
 
 
 /* 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: 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;
 }
 
 
 
 
 
 
 
 
 
 
 
 
 
 /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
 /* Headers */	
 
 #H1box{
 	}
 		
 H1 { /* header for page name */
 	color: #003366;
 	font-family: Verdana, Arial, Helvetica;
 	font-size: 1.7em;
 	font-weight: bold;
 	text-align: left;
 	text-transform: none;  
 	letter-spacing: 0em;
 	padding-left: 30px;
 	padding-top: 30px;
 	margin: 0;
 	}
 
 H2 { /* Regular header for content area */
 	color: #2C4F72;
 	font-size: 1em;
 	letter-spacing: .05em;
 	padding-bottom: 0px;
 	margin-top: 25px;
 	}
 
 H2 img{ /* Regular header for content area */
 	border: 1px solid red;
 	}
 
 H3 { /* Regular header for content area */
 	color: #2C4F72;
 	font-size: .8em;
 	letter-spacing: .05em;
 	padding-top: 10px;
 	}
 	
 H5 	{ /* Header for the sidebar */
 	color: #200a02;
 	display:block;
 	font-size: 1em;
 	line-height: 2.0em;
 	letter-spacing: .1em;
 	padding-top: 4px;
 	padding-bottom: 4px;
 	}
 	
 H6 	{ /* only for accessibility */
 	position: absolute;
 	left: -999em; /* hide this */
 	}
 
 
 
 
 
 
 
 
 
 
 /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
 /* Footer */	
 
 
 .thrColHybHdr #footer { 
 	height: 165px;
 	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
 	background:#ffffff;
 	border-top: 1px solid #000000;
 	} 
 	
 .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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
 	}
 
 .footerbox { 
 	width: 730px; /* centers it on the page */
 	margin:0 auto; /* centers it on the page */
 	height: 150px; 
 	color: #000000;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: .7em;
 	letter-spacing: .1em;
 	line-height: 1.6em;
 	padding-top: 7px;
 	border: 0px dotted red;
 	}
 
 .footerbox img { 
 	float: left;
 	padding-top: 20px;
 	padding-bottom: 70px;
 	padding-left: 10px;
 	padding-right: 20px;
 	vertical-align: bottom;
 	border: 0px dotted blue;
 	}
 
 
 #footer  a:link, a:visited {
 	text-decoration: none; 
 	color: #539de8;
 	}
 
 #footer  a:active {text-decoration: none; 
 	color: #AE1616;
 	}
 
 #footer  a:hover {text-decoration: none; 
 	color: #AE1616;
 	}
 
 
 
 
 
 
 
 
 
 /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
 /* Footer 2 - for all interior pages */	
 
 
 .thrColHybHdr #footer2 { 
 	height: 100px;
 	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
 	background:#ffffff;
 	border-top: 1px solid #000000;
 	} 
 	
 .thrColHybHdr #footer2 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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
 	}
 
 .footerbox2 { 
 	width: 530px; /* centers it on the page */
 	margin:0 auto; /* centers it on the page */
 	height: 85px; 
 	color: #000000;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: .7em;
 	letter-spacing: .1em;
 	line-height: 1.6em;
 	padding-top: 20px;
 	border: 0px dotted red;
 	}
 
 .footerbox2 img { 
 	float: left;
 	padding-top: 5px;
 	padding-bottom: 20px;
 	padding-left: 10px;
 	padding-right: 20px;
 	vertical-align: bottom;
 	border: 0px dotted blue;
 	}
 
 
 #footer2  a:link, a:visited {
 	text-decoration: none; 
 	color: #539de8;
 	}
 
 #footer2  a:active {text-decoration: none; 
 	color: #AE1616;
 	}
 
 #footer2  a:hover {text-decoration: none; 
 	color: #AE1616;
 	}
 
