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

/* Reset */

* {
	margin: 0; padding: 0;
}

a img, iframe {
	border: 0;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%; font-weight: bold;
}

ul, ol, dl, li, dt, dd {
	list-style: none;
}

form, fieldset {
	border: 0;
}	

input, textarea, select, button {
	font-size: 100%;
}

select {
}

/* Style */

p {
	margin: 0 0 18px 0;
	color: #333333;
}

h3 {
	font-size: 18px;
	font-weight: bold;
}

pre {
	margin-bottom: 18px;
	text-align: center;
	font-size: 10px;
	color: #390;
}

body {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #ffffff;
	min-width: 944px;
	min-height: 566px;
	height: 100%;
	font-size: 13px;
	color: #333333;
	cursor: default;
}

h2 {
	font-size: 24px;
	color: #494949;
	margin:0 0 15px 0;
	color: #d77900;
}

a {
	color: #d7bb00;
}

/* Layers */

#topstretch {
	width: auto;
}

#top {
	width: 944px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/head_bg.gif) no-repeat 0px 14px;
}

#topleft {
	float: left;
	display: inline;
	width: 800px;
}

#toplogo {
	float: left;
	display: inline;
	width: 792px;
	height: 95px;
	margin: 24px 0 0 7px;
}

#gsearch {
	float: right;
	width: 275px;
	height: 32px;
	margin: 3px 4px 0 0;
}

#topright {
	float: right;
	display: inline;
}

#topad {
	float: right;
	display: inline;
	width: 500px;
	padding: 40px 0 0 0;
}

#topad p {
	text-align: center;
}

#topad img {
	margin: 2px;
}

#outer {
	width: 944px;
	margin-left: auto;
	margin-right: auto;
}

#adsleft {
	float: left;
	display: inline;
	width: 0px;
}

#main {
	float: left;
	width: 944px;
}

#maincont {
	float: right;
	display: inline;
	width: 660px;
	min-height: 526px;
	padding: 20px 25px 0 20px;
	background: url(images/bg_main.gif) no-repeat top;
}

.lineunder {
	color: #ff6600;
	border-bottom: 1px solid #d9d9d9;
	margin: 0 0 10px 0;
}

#adsright {
	float: right;
	display: inline;
	width: 0px;
}

/* Left Nav */

#leftnav {
	float: left;
	display: inline;
	width: 239px;
	padding: 20px 0 0 0;
	background: url(images/bg_side.gif) no-repeat;
}

#leftnav h3{ position: relative; display: block; width: 216px; height: 30px; line-height:30px; padding: 0 0 0 28px; margin: -1px 0 0 -5px; background: url(images/bg_sidecaption.gif); color: white; font-size: 13px; font-weight: bold; }
.sidenav{ padding: 0 0px; border-left: 1px solid #dfe0e0;}
.sidenav-ads{ padding: 10px 20px; border-left: 1px solid #dfe0e0; border-bottom: 1px solid #dfe0e0;}	
	.sidenav ul{ margin: 0; padding: 0; }
	.sidenav li{ background: none;  border-bottom: 1px solid #dfe0e0; margin: 0; padding: 0; }
	.sidenav li.last{  }
	.sidenav a{ display: block; color: #101111; font-size: 11px; text-decoration: none; font-family: Arial, Helvetica, sans-serif; padding: 5px 20px; background: url(images/bullet_side.gif) no-repeat 218px 10px; }
	#leftnav .sidenav a:hover{ background-position: 218px -15px; background-color: #e5fffd; text-decoration: none; }

#leftgoogle {
	width: 239px;
	text-align: center;
}

/* Footer */

#footstretch {
	clear: both;
	width: auto;
	background: url(images/foot_tile.gif) repeat-x;
}

#footer {
	width: 944px;
	height: 146px;
	margin-left: auto;
	margin-right: auto;
}

#footer h2 {
	color: #333333;
	font-size: 20px;
	line-height: 27px;
}

#footer ul {
	float: left;
	display: inline;
	width: 157px;
}

#footer li {
	line-height: 16px;
}

#footer a {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#copystretch {
	clear: both;
	width: auto;
	background: url(images/copy_tile.gif) repeat-x;
}

#copy {
	width: 944px;
	height: 100px; /* Image height actual 165px */
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0 25px 0;
	font-size: 11px;
}

.left-footer {float: left; width: 600px; text-align:left;}
.right-footer {float: right; width: 300px; text-align:right;}

/* tables */
.tdata { background: #cccccc; margin: 0 0 18px 0; border: solid #cccccc; border-width: 1px 1px 1px 0; font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
	.tdata tr.even td, tr.even{ background-color: #f5f5f5; border-right: 1px solid white; }
		.tdata tr.odd td, tr.odd{ background-color: #ffffff; border-right: 1px solid white; }		
	.tdata .rank{ font-weight: bold; font-size: 19px; text-align: center; vertical-align: middle; }
	.tdata td{ background:white; vertical-align: middle; padding:9px; border-left: 1px solid #cccccc; border-bottom: 1px solid #cccccc  }				
	.tdata th{ background:white; font-weight: normal; text-align: left; border: solid #cccccc; border-width:0 0 1px 1px; padding: 0 9px; }	
	.tdata thead th { background: White url(images/bg_table_head.gif) repeat-x; font: bold 13px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif; height: 34px; }