@charset "UTF-8";
/* CSS Document */

body  {
	background-color:#d3d3d3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 4;
	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: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 95%;
}

body.frame {
	text-align:left;
	background-color:#FFFFFF;
	font-size:.8em;
}
	
h1, p {
	padding: 5px 0 0 0;
	margin:0;
}

img {
	padding: 0;
	margin:0;
}
.thrColFixHdr #container { 
	width: 1020px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #header {
	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: 0px 0px 1px 0px;
	padding-left:15px;
	height:64px;
	background-color: #d3d8d8;
	background-image: url(/images/home/header_bg.gif); 
	background-repeat:repeat-y;
} 
.thrColFixHdr #header a {
	color:#333333;
	}
.thrColFixHdr #header a:hover {
	color:#666666;
} 
.thrColFixHdr #header .bgphoto {
	margin-left:315px;
	background-image: url(/images/home/bkgrd_knockout.png); 
}
.thrColFixHdr #header h4 {
	color: #666666;
	font-size:.85em;
	font-weight:normal;
	display:inline;
	float:right;
	border-right: 1px solid #724B0D;
	padding-right: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.thrColFixHdr #header2 {
	padding:0;
	background-color:#4e787c;
} 
.thrColFixHdr #header2 h4 {
	color: #666666;
	font-size:.85em;
	font-weight:normal;
	display:inline;
	float:right;
	border-right: 1px solid #724B0D;
	padding-right: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.thrColFixHdr #header2 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: 15px 0 0 25px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:2.5em;
	color:#FFFFFF;
}
.thrColFixHdr #header3 {
	padding:0;
	background-color:#d3d8d8;
	height:4px;
} 
.thrColFixHdr #sidebar {
	float:left;
	padding:0;
	width: 255px; /* 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 */
}
.thrColFixHdr .menu_head {
	padding:0px;
	padding-left:25px;
	font-weight:bold;
	background-image:url(../images/home/menu_header_bg.gif);
	background-repeat:repeat-y; /* the background color will be displayed for the length of the content in the column, but no further */
	width: 255px; /* 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 */
}
.thrColFixHdr .menu_head > h1 {
	font-size:1.05em;
	color:#FFFFFF;
	padding: 5px;
}
.thrColFixHdr .menu_head > h2 {
	font-size:1.25em;
	font-weight:normal;
	color:#FFFFFF;
	padding: 5px;
}
.thrColFixHdr .menu_head a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.thrColFixHdr .menu_head h2 >  a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
.thrColFixHdr .menu_head a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.thrColFixHdr .menu_main {
	color:#FFFFFF;
	font-size:16px;
	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 */
}
.thrColFixHdr .menu_main > ul {
	color:#FFFFFF;
	padding-bottom:4px;
	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 */
}
.thrColFixHdr .menu_main ul > li {
	list-style-type:square;
	margin-bottom:8px;
	padding-left:0px;
}
.thrColFixHdr .menu_main a {
	text-decoration: none;
	color:#FFFFFF;
}
.thrColFixHdr .menu_main a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
.thrColFixHdr .submenu  {
	padding:8px 8px 0 16px;
}
.thrColFixHdr .submenu > li {
	font-size:14px;
	list-style-type:square;
	margin-bottom:6px;
}
.thrColFixHdr #mainContent {
	margin: 0 0 0 255px; /* 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. */
} 
.thrColFixHdr #mainContent img {
	margin:8px 0 8px 0;
}
.thrColFixHdr  h2 {
	margin-bottom:0px;
}
.thrColFixHdr  h3 {
	margin-top:18px;
	margin-bottom:0px;
}
.thrColFixHdr #mainContent table ol li {
	margin-bottom:8px;
}
.thrColFixHdr #mainContent table {
	margin:8px 4px 12px 0;
	}

.thrColFixHdr #mainContent table td {
	padding:8px;
	border: 1px solid #333;
	font-size:.9em;
}
.thrColFixHdr #mainContent p.image {
	margin-bottom:32px;
	margin-left:120px;
}
.thrColFixHdr #mainContent a {
	color:#333333;
	}
.thrColFixHdr #mainContent ul > li { 
	margin-left:8px;
	list-style-type:square;
}

.thrColFixHdr #mainContent ol > li { 
	margin: 0 0 12px 8px;
	list-style-type:decimal;
}

.thrColFixHdr #mainContent a:hover {
	color:#666666;
} 

#title {
	float:left;
	margin-bottom:12px;
}
.thrColFixHdr #title .demographics {
	float:right;
	font-size:.85em;
	width:300px;
	color:#333333;
	border: 1px solid #333;
	padding: 6px;
	margin-bottom:12px;
} 
.thrColFixHdr #title h3.demographics {
	font-weight:bold;
	color:#d3d8d8;
	}
.thrColFixHdr #title .head {
	float:right;
	width:400px;
	}
.thrColFixHdr #title .head h3 {
	margin-bottom:0px;
	padding-bottom:0px;
}
.thrColFixHdr #title .head p {
	margin-top:0;
	padding-top:0;
}

.thrColFixHdr #mainContent #caselinks {
	float:left;
	margin-bottom:12px;
	width:700px;
	}
.thrColFixHdr #mainContent #caselinks a {
	color:#FFFFFF;
}
.thrColFixHdr .case {
	margin:4px;
	padding:4px;
	width:150px;
	height:60px;
	background-color:#4e787c;
	color:#FFFFFF;
	float:left;
}
	
.thrColFixHdr #footer { 
	padding: 0 0px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-top: 1px solid #000000;
} 
.thrColFixHdr #footer p {
	text-align:center; margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color: #666666;
	font-size:.75em;
	font-weight:normal;
}

.thrColFixHdr #footer img.right {
	text-align:right;
	}
.thrColFixHdr #footer img.left {
	float:left;
	}
.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;
}
.thrColFixHdr #container #mainContent {
	padding: 10px;
}

img.left {
        float:left;
		margin:12px 22px 0 0;
        padding:0 12px 4px 0;
        border:0px;
}
/*rounded corners*/

