@charset "UTF-8";
body   {
	margin: 0; padding: 0;
	font-size: 12px;
	background: #180b14;
	text-align: center;
	color: #58595b;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
}
.thrColFixHdr #container { 
	width: 1000px;  
	background: #bbb8b9;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
.thrColFixHdr #header { 
	padding: 0;
	background: #261b27;
	border: 1px solid #ffffff;
	position: relative;
} 
.thrColFixHdr #header #headerRight{
        background-image:url(image/logo.gif);
        background-position:left top;
        background-repeat:no-repeat;
        height:62px;
        margin:0pt;
        width: 737px;
	top: 11px;
        padding: 3px 0px 0px 0px;
}

h1 span {
	display: none;
}

.thrColFixHdr #headerRight #searchform{
        position: absolute;
	right:8px;
	top:28px;
}
.thrColFixHdr #headerRight p {
	color: #fff;
	position: absolute; right: 8px; top: 8px;
	margin: 0; padding: 0;
}

.thrColFixHdr #headerRight p a {
	color: #ff5a00;
	text-decoration: none;
}

.thrColFixHdr #header p span {
	background-image: url(image/arrow_3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0;
	padding: 0 0 0 17px;
}
	
.thrColFixHdr #flashnav {
	background-color: #FFFFFF;
	margin: 0 0 8px 0;
	padding: 0;
	height: 45px;
}

/* -------------------------------------- Side Bar Navigation -
--------------------------------------*/

#sidebar {
	float: left;
	width: 241px;
	margin:0 0 0 8px; padding: 0;
	display: inline;
}

#sidebar #navigation {
	margin: 0; padding: 23px 0 0 0;
	background-image: url(image/navbar_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar #navigation ul {
	margin: 0; padding: 0;
	list-style-type: none;
}

#sidebar #navigation ul li{
	margin: 0; padding:0;
	background-image: url(image/navbar_button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}

#sidebar #navigation ul a {
	margin: 0 0 0 17px;
	padding: 0 0 0 17px;
	text-decoration: none;
	line-height: 42px;
	color: #58595b;
	background-image: url(image/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	font-weight: bold;
	display: block;
}

#sidebar #navigation ul.last{
	margin: 0; padding: 0 0 27px 0;
	background-image: url(image/navbar_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
/* -------------------------------------- Blog Area -
--------------------------------------*/

#sidebar #blogroll{
	margin: 0;
	padding: 0;
	background-image: url(image/blogroll_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar #blogroll h3 {
	margin: 8px 0 0 0; padding: 4px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}	

#sidebar #blogroll ul {
	margin: 0; padding: 0;
	list-style-type: none;
        height: 150px;
        overflow:auto;
}

#sidebar #blogroll ul li {
	margin: 0; padding:0;
	border-left: 1px solid #d6d5d5;
	border-right: 1px solid #d6d5d5;
	border-bottom: 1px solid #d6d5d5;

}

#sidebar #blogroll li a {
	color: #414042;
	font-weight: bold;
	font-size: 11px;
	background-image: url(image/plus_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 0 17px;
	padding: 0 0 0 17px;
	text-decoration: none;
	line-height: 42px;
	display: block;
}

#sidebar #blogroll li a:hover {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	background-image: url(image/plus_light.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 0 17px;
	padding: 0 0 0 17px;
	text-decoration: none;
	line-height: 42px;
}

#sidebar p.viewall {
	margin: 0;
	padding: 0;
	background-image: url(image/blogroll_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	line-height: 26px;
}

#sidebar p.viewall a {
	margin: 0;
	padding: 0 20px;
	background-image: url(image/arrow_4.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}



/* -------------------------------------- Main Content Area -
--------------------------------------*/

.thrColFixHdr #contentwrapper {
	margin: 0 0 0 257px; padding: 0;
	width: 737px;
	background-image: url(image/content_wrap_bg2.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


.thrColFixHdr #contentBottomBar {
	background-image: url(image/content_wrap_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 27px 0; margin: 0 0 8px 0;
}


.thrColFixHdr #breadcrumbswrap {
	margin: 0;	padding: 24px 0 0 0;
	background-image: url(image/content_wrap_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.breadcrumbs {
	margin: 0;
	padding: 12px 0 12px 25px;
	background-image: url(image/breadcrumb_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.breadcrumbs a {
	color: #FFFFFF;
	font-family:Tahoma;
}

/* -------------------------------------- Main Content -
--------------------------------------*/

.thrColFixHdr #mainContent {
	
	margin: 30px 0 0 0;
	padding: 0 0 0 1px;
} 

.thrColFixHdr #mainContent p {
	padding: 20px 10px 0 25px;
}

.thrColFixHdr #mainContent p a, .thrColFixHdr #mainContent ul a, #content a {
	color: #3e3f40;
}



.thrColFixHdr #mainContent ul li{
	margin: 0 0 0 60px;
}

.thrColFixHdr #content {
padding: 0 0 0 30px;}

.thrColFixHdr #results{
    padding :25px;
}

.thrColFixHdr #other_pages{
	padding:5px 25px 0;
}

.thrColFixHdr #results a, #other_pages a{
        color: #3E3F40;
}

.thrColFixHdr #common_report, #result_report{
    padding :10px;
}

/* -------------------------------------- Footer -
--------------------------------------*/

.thrColFixHdr #footer {
	margin: 0 8px; padding: 16px 0 0 17px;
	background-image: url(image/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}

.thrColFixHdr #footer ul {
	list-style-type: none;
	margin: 0; padding: 0;
	float: right;
	width: 450px;
}

.thrColFixHdr #footer li {
	background-image: url(image/arrow_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0; padding: 0 26px 0 17px;
	float: right;
}

.thrColFixHdr #footer li a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #414042;
	text-decoration: none;
	padding: 0; margin: 0;
}

.thrColFixHdr #footer p {
	width: 450px;
	margin: 0; padding: 0;
	float:left;
}

/* -------------------------------------- Site Map -
--------------------------------------*/

.thrColFixHdr #sitemap p, .thrColFixHdr #sitemap a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;	
		padding-top: 10px;	
}

.thrColFixHdr #sitemap p.copyright {
	font-size: 10px;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* -------------------------------------- Additional -
--------------------------------------*/

h2 {
	margin: 0 1px 0 0;
	padding: 27px 0 0 25px;
	background-image: url(image/h2_bg_x.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 45px;
	font-size: 16px;
	font-weight: normal;
	color: #d7d5d5;
}

span.bold {
font-weight: bold;
}

.ezquote {
	color: #ff5a00;
}

a.email {
	text-decoration: none;
	color: #58595b;
}

.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;
}

a img { border-style: none;}

.bold {
	font-weight: bold;
	color: #281411;
}