body {
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#3f3f3f;
	background:#ffffff url(/images/body_bg.jpg) repeat-y center;
}

#holder {
	background: url(/images/holder_bg.jpg) no-repeat top;
}

#header_holder {
	width:100%;
	float:left;
}

#header {
	background:url(../images/logo_bg.jpg) no-repeat top left;
	position:relative;
	height:110px;
	position: relative;
}

a.logo {
	height:200px;
	width:240px;
	display:block;
}

a.logo h1 {
	display:none;
}

#navbar_holder {
	width:100%;
	background:url(../images/navbar_bg.jpg) repeat-x top;
	z-index: 10;
}

#navbar {
	position: relative;
	float: left;
	z-index: 11;
}

#navbar ul {
	display:inline;
	list-style-type:none;
	list-style:none;
	position: absolute;
	right: 0px;
	top: 155px;
	float: left;
	margin: 0;
	padding: 0;
	z-index: 11;

}

#navbar li {
  display: block;
  position: relative;
  

	float:left;
	margin: 0;
	padding: 0;
}

#navbar ul li a {
	font: 13px/40px Georgia, Times, serif;
	white-space: nowrap;
	display: block;
	height: 40px;
	padding: 0 8px 0 8px;

}

#navbar a:hover,#navbar a:active {

}


#navbar ul li ul {
	display: none;
}



#navbar ul li a:hover { background: #eeeeee; }
#navbar li:hover ul {
  display: block;
  position: absolute;
  top: 40px;
	left: 0px;
	width: 300px;
	z-index: 100;
}
#navbar li:hover li {
  float: none;
  font-size: 11px;
}
#navbar li:hover a { background: #eeeeee; border-bottom: dotted 1px #cccccc; z-index: 100;}
#navbar li:hover li a:hover { background: #dddddd; }


#navbar ul li ul li ul, #navbar ul li ul li ul li {
	display: none;
}


#subnav {
	height:30px;
}

#subnav ul {
	display:inline;
	list-style-type:none;
}

#subnav li {
	float:left;
	display:inline;
}

#subnav a,#subnav a:visited {
	color: #7f7f7f;
	font:bold 14px/30px Tahoma, Arial, Helvetica, sans-serif;
	margin:0 10px;
}

#subnav a:hover,#subnav a:active {
	color: #5a5a5a;
}

#main_holder {
	width:100%;
	float:left;
	background:#ffffff url(../images/main_bg.jpg) repeat-x top center;
	clear: both;
}

#breadcrumb {
	font-size: 11px;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 10px;
}

#main {
	
	margin-top:60px;
}
#main_home {

	margin-top:20px;
	clear:both;
	display: block;
}
#swapper {
	width: 900px;
	margin: 60px 0 0 10px;
	padding: 0; 
	position: relative;
	height: auto;
	float: left;
	display: inline;
	z-index: 0; 
}


#swapper #swapnav {
	width: 190px;
	float: left;
}


#swapper #swapnav li {
	height: 50px;
	width: 190px;
	font: 16px/50px Georgia, Times, serif;
	color: #0066a7;
	text-indent: 10px;
	cursor: pointer;
	list-style:none;
	
}

#swapper #swapnav li.on {
	height: 50px;
	font: 16px/50px Georgia, Times, serif;
	background: #e9edf0 url(/images/swapnav_bg.png) no-repeat top left;
}

#swapper #swapme {
	background: #e9edf0 url(/images/swapme_bg.png) no-repeat top right;

		padding: 10px 5px 20px 10px;
	margin: 0;
	/* height: 300px; */
	position: relative;	
	float: left;
	width: 680px;
}

.pad20 {
}

#swapper #swapHolder .stack {
	position: absolute;
	top: 10px;
	left: 0;
}
#colleft {
	font: 12px/18px;
	color: #7b7b7b;
	padding-top: 60px;
}

#colleft ul {
	padding: 0; margin: 0;
}

#colleft ul li {
	list-style: none;
	background-color: #ddd;
	padding: 4px;
	margin: 0 0 3px 0;
	
}

#colleft ul li a {
	font-size: 14px;
	font-weight: bold;
}

#nav_sub {
	padding: 0; margin: 0;
}

#colmid {

}

#colright {
	font: 12px/18px;
	color: #1d88b2;
	padding-top: 30px;
}


#colright h3 {
	color: #cccccc;
}

.sidenav li {
	list-style: none;
	margin: 5px 0 5px 0;
}

#upperfoot {
	margin: 20px 0 10px 0;
	padding: 0;
	
}

#footer_holder {
	width:100%;
	float:left;
	background:#bfbfbf url(../images/footer_bg.jpg) repeat-x top;
}

#footer {
	background:url(../images/footer_bg.jpg) no-repeat top center;
	width: 960px;
	height:200px;
	margin-top: 10px;
	color:#3f3f3f;
	text-align: center;
}

#footer a {
	color: #333333;
}

#footer ul, #footer li {
	list-style-type: none;
}	
/*STYLES*/
a,a:visited {
	text-decoration:none;
	color: #0066a7;
}

a:hover,a:active {
	text-decoration:none;
	color: #008be4;
}

p {
	margin:5px 0 10px;
}

h1,h2,h3,h4,h5 {
	color: #0066a7;
	margin-bottom: 9px;
}

H2 {
	font:bold 24px/24px Arial, Helvetica, sans-serif;
}

H3 {
	font:bold 18px/24px Arial, Helvetica, sans-serif;
}

H4 {
	font:bold 16px/24px Arial, Helvetica, sans-serif;
}

H5 {
	font:bold 14px/18px Arial, Helvetica, sans-serif;
}


dt { color: #999999; font: bold 14px/18px Arial, sans-serif; margin: 0 0 9px 0; }
dd { margin: 0 10px 18px 10px;}

ul.bullet {
	list-style-type: circle;
	margin: 9px 0 0 10px;
}

ul.bullet li {
	margin: 0 0 9px 10px;
}

strong, b {
	font-weight: bold;
}

.time {
	color: #999;
	font-size: small;
	margin-left: 10px;
}

div.clearer {clear: left; line-height: 0; height: 0;}

.whitebg {
	background-color: #ffffff;
	padding: 10px;
	margin: 10px;
}

a.biglink {
	font-size: 18px;
	font-weight: bold;
}

#main table.tabl {
	border: solid 1px #dddddd;
}
#main table.tabl td {
	padding: 2px;
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px auto;
	width: 700px;
	
	text-align: left;
	border: solid 1px #cccccc;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #c9e4f1;
	border: 1px solid #cccccc;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background: #c9e4f1 url(/images/bg.gif) no-repeat center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color:#ffffff;
	vertical-align: top;
	border-bottom: solid 1px #cccccc;
	
}


table.tablesorter tbody tr.even td {
	background-color:#cccccc;
} 

table.tablesorter tbody tr.odd td {
	background-color:#eeeeee;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}


.bios h3 {
	padding-top:10px;
	margin-top: 10px;
	border-top: solid 1px #cccccc;
}

.bq {
	padding: 5px;
	margin: 5px;
	border: dotted 1px #cccccc;
	font: bold 11px Arial;
	text-align: center;
}

#flashcontent {

	z-index: 1;
}


.video_thumb {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #dddddd;
}
