@charset "UTF-8";


.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin-top: 2px;
}

.thrColFixHdr #sidebar1 #left_title{
	background: #bfdcdc url(../images/design/left_title_bg.gif) left top no-repeat;
	color: #00718f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #ffffff;
}

.thrColFixHdr #sidebar1 #left_title a{
	color: #00718f;
	text-decoration: none;
}

.thrColFixHdr #sidebar1 #left_nav{
	background: url(../images/design/left_nav_bg.gif) left top no-repeat;
	min-height: 540px;
}

.thrColFixHdr #sidebar1 #left_nav {
 	text-align: left;
 }
 
 .thrColFixHdr #sidebar1 #left_nav ul.lev1{
 	display: block;
	width: 230px;
 }

.thrColFixHdr #sidebar1 #left_nav li.lev1{
	border-bottom: 1px solid #ffffff;
	list-style: none;
	padding-left:  5px;
}

.thrColFixHdr #sidebar1 #left_nav li.lev1 a.lev1{
	font-family:"Trebuchet MS", Arial;
	font-size: 12px;
	color: #726844;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 8px 5px 8px 10px;
}

.thrColFixHdr #sidebar1 #left_nav ul.lev1 li.lev1 a:hover{
	text-decoration: underline;
}

.thrColFixHdr #sidebar1 #left_nav ul.lev1 li.haschildren a.lev1{
	background: url(images/left_nav_children.gif) left 55% no-repeat;
	padding-left: 13px;
}


.thrColFixHdr #sidebar1 #left_nav ul.lev1 li.lev1 ul.lev2 {
	margin: -5px 0px 5px 0px;
	padding: 0px;
}

.thrColFixHdr #sidebar1 #left_nav ul.lev1 li.lev1 ul.lev2 li.lev2 {
	border-bottom: none;
	padding: 0px 0px 0px 20px;
	display: block;
}

*html .thrColFixHdr #sidebar1 #left_nav ul.lev1 li.lev1 ul.lev2 li.lev2 {
	display: inline-block;
}

.thrColFixHdr #sidebar1 #left_nav ul.lev1 li.lev1 ul.lev2 li.lev2 a{
	text-transform: capitalize;
	background: url(images/left_nav_third.gif) left 55% no-repeat !important;
	display: block;
	font-family:"Trebuchet MS", Arial;
	font-size: 12px;
	color: #726844;
	padding: 4px 5px 4px 10px;
	text-decoration: none;
}











.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 42px 0px 0px 0px;
	margin-top: 2px;
}

.thrColFixHdr #sidebar2 .right_area {
	border: 1px solid #cccccc;
	background: #f4f5f6;
	padding: 10px;
	margin-bottom: 2px;
} 

.thrColFixHdr #sidebar2 .right_area a{
	color: #00718f;
}

.thrColFixHdr #sidebar2 .right_area a:hover{
	text-decoration: none;
}

.thrColFixHdr #sidebar2 .right_area li{
	padding: 8px 0px 0px 15px;
	list-style: none;
	background: url(../images/design/h2_bg.gif) left 8px no-repeat;
}




.thrColFixHdr #mainContent { 
	margin: 2px 185px 0px 230px; /* 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: 20px; 
} 

.thrColFixHdr #mainContent #breadcrumbs {
	padding: 0px 0px 10px 0px;
}

.thrColFixHdr #mainContent #breadcrumbs p, .thrColFixHdr #mainContent #breadcrumbs a{
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	text-transform: capitalize;
}

.thrColFixHdr #mainContent #breadcrumbs a:hover {
	text-decoration: underline;
}

.thrColFixHdr #mainContent #center_header {
	padding-bottom: 20px;
}

.thrColFixHdr #mainContent ul {
	padding-left: 35px;
}

.thrColFixHdr #mainContent table {
	border: 1px solid #deddd6;
}

.thrColFixHdr #mainContent table td {
	padding: 5px;
}

.thrColFixHdr #mainContent_popup {
	margin: 0px;
	padding: 0px;
}

.thrColFixHdr #mainContent_popup #info{
	border-top: #aba592 solid 1px;
	border-bottom: #aba592 solid 1px;
	background: #f6f5f1;
	padding: 20px;
	color: #72722b;
}

.thrColFixHdr #mainContent_popup #bio{
	padding: 20px;
}







.thrColFixHdr #footer { 
	padding: 5px 10px 0px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f0f1f1;
	border-top: 2px solid #d1d16f;
	height: 50px;
} 
.thrColFixHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.thrColFixHdr #footer #footer_left{
	float: left;
}

.thrColFixHdr #footer #footer_right{
	float: right;
}

.thrColFixHdr #footer #footer_right ul li{
	float: left;
	list-style: none;
	background: url(../images/design/footer_divider.gif) right top no-repeat;
	padding: 0px 10px 0px 6px;
}

.thrColFixHdr #footer #footer_right ul li.last{
	background: none;
}

.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;
}


