@charset "utf-8";
/* Globals */
body {
	background-color: #F9F8E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
a:link, a:visited {
	color: #364C59;
}
a:hover, a:active {
	color: #CC6600;
}
h1 {
	font-size: 13px;
	color: #364C59;
}
h2 {
	font-size: 13px;
}
p {
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
}
.mainaa_caption {
	font-size: 10px;
	font-style: italic;
}
/* Main Layout */
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	background-image: url(images/tbar.jpg);
	background-repeat: no-repeat;
	height: 225px;
	width: 800px;
	position: relative;
}
#column_wrapper {
	float: left;
	width: 800px;
	padding-top: 30px;
	position: relative;
}
#footer {
	clear: both;
	width: 800px;
	position: relative;
	font-size: 10px;
	padding-top: 20px;
	line-height: 13px;
}
/* Three Column, Right Columns Consistent Width */
#left_column {
	float: left;
	width: 200px;
	position: relative;
	min-height: 350px;
}
#left_column ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#left_column ul li {
	padding: 0px;
	margin: 0px;
}
#left_column ul li a {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #364C59;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#left_column ul li a:hover {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #CC6600;
	text-decoration: none;
}
#center_column {
	float: left;
	width: 260px;
	padding-left: 40px;
	position: relative;
}
#right_column {
	float: left;
	width: 280px;
	padding-left: 20px;
	position: relative;
}
/* Two Columns, Wide Right Column */
#full_column {
	float: left;
	width: 560px;
	padding-left: 40px;
	position: relative;
}
/* Three Columns, Far Right Column Extra Thin */
#thick_center_column {
	float: left;
	width: 360px;
	padding-left: 40px;
	position: relative;
}
#thin_right_column {
	float: left;
	width: 160px;
	padding-left: 40px;
	position: relative;
}
/* Lightbox Framework with IE Exceptions */
#lightbox {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
#facebox .b {
  background:url(images/b.png);
}
#facebox .tl {
  background:url(images/tl.png);
}
#facebox .tr {
  background:url(images/tr.png);
}
#facebox .bl {
  background:url(images/bl.png);
}
#facebox .br {
  background:url(images/br.png);
}
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
#facebox .popup {
  position: relative;
}
#facebox table {
  border-collapse: collapse;
}
#facebox td {
  border-bottom: 0;
  padding: 0;
}
#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}
#facebox .loading {
  text-align: center;
}
#facebox .image {
  text-align: center;
}
#facebox img {
  border: 0;
  margin: 0;
}
#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.facebox_hide {
  z-index:-100;
}
.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}