@charset "utf-8";

body
{
  background-color: #B3A9C7;
  background-image: url(../images/bg/bg.gif);
  color: #000000;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  margin: 0 auto;
  padding: 0;
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  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 */
}


.thrColElsHdr #container {
	width: 950px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #B3A9C7;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColElsHdr #header {
	background: #B3A9C7;
	height:75px;
	padding: 0 10px;  /* 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. */
} 
.thrColElsHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColElsHdr #banner {
	border-top: #336699 solid 10px;
	background: #658868 url(../images/bg/banner1.jpg);
	height:293px;
	padding: 0 10px;  /* 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. */
} 
.thrColElsHdr #banner 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColElsHdr #banner #topbar{
	margin: 0px;
	font:Verdana, Arial, Helvetica, sans-serif 9px;
	color:#000;
	float:left;
}

.thrColElsHdr #banner #topbar ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
}

.thrColElsHdr #banner #topbar ul li {
  display: inline;
  margin: 0;
  list-style: none;
}

.thrColElsHdr #banner #topbar ul li a {
  float: left;
  font: bold 0.7em arial, sans-serif;
  letter-spacing: 0.1em;
  color: #000;
  text-decoration:none;
  padding:3px;
  margin:3px;
  
  
}

.thrColElsHdr #banner #topbar ul li a:hover{
color: #FFF;
border-bottom: 2px solid #FFCC33;
}


#menu {
  margin: 0 auto;
}

#menu ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #336699;
  

}



#menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  
}

#menu ul li a {
  float: left;
  width: 25%;
  height: 2.5em;
  font: bold 1.2em arial, sans-serif;
  letter-spacing: 0.1em;
  color: #000;
  border-top: 7px solid #336699;
  border-bottom:15px solid #FFF;
  text-decoration:none;
}

#menu ul li a span {
  display: block;
  padding: 2px 7px;
  margin:0;
  border-left:1px dotted #FFF;
  

}


#menu ul li a span.desc {
  font-size: 0.5em;
  color: #8C8D94;
}


#menu ul li a:hover,
#menu ul li a.here {
background: #AABFAC;
border-top: 7px solid #FFCC33;
}

#menu ul li a:hover span.desc,
#menu ul li a.here span.desc {
  color: #FFF;
}


/* 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 ".thrColElsHdr #sidebar1 p" rule.
*/
.thrColElsHdr #sidebar1 {
	float: left; 
	width: 10px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	/* padding: 15px 0;  top and bottom padding create visual space within this div */
	border:#666666 solid 1px;
	margin-left:5px;
	height:10px;
}
.thrColElsHdr #sidebar2 {
	float: right; 
	width: 13em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0; /* top and bottom padding create visual space within this div */
	border:#666666 solid 1px;
	margin-right:5px;
	margin-bottom:5px;
}
.thrColElsHdr #sidebar2 hr{
	margin:0 auto;
	height:1px;
	width:90%;
	color:#CCCC99;
	background-color:#CCCC99;
}
.thrColElsHdr #sidebar2 h3{
	margin:0.2em;
}
.thrColElsHdr #sidebar2 h3  a{
	font:.7em Verdana;
	text-decoration:none;
}
.thrColElsHdr #sidebar2 h3 a:hover {
	color: #996600;
}


.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #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;
}

#sidebarbox{
	border:#FFFFFF solid 1px;
	padding: 5px;
	background:#CCCC99;
	float:none;
	clear:both;
	width:90%;
	margin:0 auto;
	font: bold 1.2em arial, sans-serif;
	text-align:center;
}
#sidebarbox1{
	border:#FFFFFF solid 1px;
	padding: 5px;
	background:#CCCC99;
	float:none;
	clear:both;
	width:90%;
	margin:0 auto;
	font: bold 1.2em arial, sans-serif;
	text-align:center;
}
#sidebarbox2{
padding: 5px;
width:90%;
margin::0 auto;
font::Verdana, Arial, Helvetica, sans-serif;
text-align:center
}
/* 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.
*/
.thrColElsHdr #mainContent {
 	margin: 0 14em 0 2em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	font:.8em Verdana, Arial, Helvetica, sans-serif;
	padding-right:.8em;
} 

.thrColElsHdr #mainContent h1{
 	font:bold 1.3em Verdana, Arial, Helvetica, sans-serif;
} 

.thrColElsHdr #mainContent h2, h3, h4, h5, h6{
 	font:bold 1.2em Verdana, Arial, Helvetica, sans-serif;
}

.thrColElsHdr #mainContent table.search {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-collapse: collapse;
	margin-top:2em;	
	width:90%;
	padding:2px;
	background-color: #F7F7F7;
	
}

.thrColElsHdr #mainContent table.search th {
	border-bottom:#336699 solid 2px;
	border-left:0;
	border-right:0;
	border-top:0;
	padding:1;
}

.thrColElsHdr #mainContent table.search td {
	border-bottom:#336699 solid 1px;
	border-left:0;
	border-right:0;
	border-top:0;
	padding:1;
	margin-top:2px;
}

.thrColElsHdr #footer { 
	padding: 5px 10px;; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#336699;
	height:22px;
	font:10px Verdana, Arial, Helvetica, sans-serif;
} 
.thrColElsHdr #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;
}

