@charset "utf-8";
body  {
	font-family: Arial;
	font-size:12px;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
A:link {text-decoration: none; color:#06F;;}
A:visited {text-decoration: underline; color:#06F;}
A:active {text-decoration: none; color:#06F;}
A:hover {text-decoration: underline;}

#list ul
{
list-style: none;
padding: 0px;
margin: 0;
line-height:19px;
}

#list li
{
list-style:none;
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .2em;
padding-left: 15px;
}

.thrColHybHdr #container {
	width: 100%;
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left;
}  
.thrColHybHdr #header {
	padding: 0 0 0 0px;  /* 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-color: #4D4D4D;
	font-style: color:#888888;
} 
.thrColHybHdr #header h1 {
	margin: 0;
	padding: 0px 0;
}

.thrColHybHdr #sidebar1 {
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
}
.thrColHybHdr #sidebar2 {
	float: right;
	width: 11em; /* since this element is floated, a width must be given */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	color: #CC0001;
	line-height: 20px;
	text-align: right;
	font: Arial;
	font-size: 12px;
	z-index: 3;
	clear: right;
}
#sidebar2 a{
	color:#CC0001;
	text-decoration:none;
}
#sidebar2 a:hover {
color: #fff;
background-color: #CC0001;
text-decoration: none;
}
.thrColHybHdr #sidebarhome {
	float: right;
	width: 100px; /* since this element is floated, a width must be given */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	padding-right: 20px;
	color: #CC0001;
	line-height: 20px;
	text-align: right;
	font: Arial;
	font-size: 10px;
	z-index: 0;
	clear: right;
}
.black {
color:#000000;
}
.photocaption {
	font-size:9px;
}
.lineheightstc {
	line-height: 12pt;
}
#sidebarhome a{
	color:#C00001;
	text-decoration:none;
}
#sidebarhome a:hover {
color: #fff;
background-color: #C00001;
text-decoration: none;
}


.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.menutitle {
	font-size: 21px;
	font-family: Arial;
	font-weight: bold;
	color:#ff6900;
}
.sectiontitle {
	font-size:22px;
	font-family: Arial;
	color: #4D4D4D;
	font-weight: bold;
}
.sectiontitlenb {
	font-size:22px;
	font-family: Arial;
	color: #4D4D4D;
}
.sectionsubtitle {
	font-size: 16px;
	font-family: Arial;
	color: #4D4D4D;
}
.sectionsubtitlegreen {
	font-size: 20px;
	font-family: Georgia;
	color: #009933;
}

/* 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 {
	margin: 0 12em 0 2em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 2em 0 0em; /* padding here creates white space "inside the box." */
	color: #4D4D4D;
	font-size: 12px;
	font-family: Arial;
	width: 510px;
	z-index:1;
}

#caption {
	width: 500px;
	font-size: 9px;
	font-family: Arial;
	text-align: right;
}
.thrColHybHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
} 
.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 */
}

/* 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;
}
.tm {
	font-size: small;
	vertical-align: top;
}
.sidetext {
font-size: 10px;
color: #000000;
}
.sidetitles {
font-size: 14px;
color: #ff6900;
}
.red {
color: #cc0000;
}
.thrColHybHdr #headright {  /* created to float next to the logo - must precede image*/
	float: right;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 11px;
	font-weight: bold;
	padding-top: 15px;
}
.thrColHybHdr #headright h3 {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:lighter;
	color:#FFFFFF;
	text-align:right;
}


#nav {
	background:#FFF;
	color:#ff6900;
    font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
    width:661px;
	
    }
#nav, #nav ul {
    float:left;
    list-style: none;
    line-height:25px;
	padding:0px;
	color:#ff6900;
	border:none;
	margin-left:245px;
	margin-top:0px;
    width:780px;
    }
#nav a {
    display:block;
    text-decoration:none;
    padding:0px 18px;
	color:#ff6900;
    }


#nav li {
    float:left;
    padding:0;
	
    }
#nav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:151px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#nav li li {
    width:149px;
	border:none;
    font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
    }
#nav li li a {
    padding:5px 10px;
    width:130px;
    font-size:10px;
    color:#fff;
    }
#nav li ul ul {
    margin:-21px 0 0 150px;
    }
#nav li li:hover {
    background:#ff6900;
    }
#nav li ul li:hover a, #nav li ul li li:hover a, #nav li ul li li li:hover a, #nav li ul li li li:hover a {
    color:#ffffff;
    }
#nav li:hover a, #nav li.sfhover a {
    color:#ffffff;
    }
#nav li:hover li a, #nav li li:hover li a, #nav li li li:hover li a, #nav li li li li:hover li a {
    color:#ffffff;
    }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
    left:-999em;
    }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
    left:auto;
    background:#444444;
    }
#nav li:hover, #nav li.sfhover {
    background:#ff6900;
    }
	