@charset "utf-8";
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/global/topheader_gradient_tile.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a:link {
	color: #C18600;
}
a:hover {
	color: #845800;
	text-decoration: none;
}
a:visited {
	color: #845800;
}
img {
	border: none;
}
hr {
	color: #AD9B53;
	height: 1px;
	margin: 10px 0px 10px 0px;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #C18600;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #AD9B53;
}
.header_div {
	background: url(../images/global/topheader_2color_line.gif) repeat-x;
	width: 764px;
	height: 7px;
	margin-bottom: 10px;
}
.footer_div {
	background-color: #AD9B53;
	width: 764px;
	height: 1px;
	margin-top: 1px;
	margin-bottom: 10px;
}
.ctn {
	padding: 6px 0px 0px 10px;
}
.prdate {
	font-size: 9px;
	font-weight: bold;
	padding: 2px 3px 2px 3px;	
	background-color: #EEEEEE;
}
.prhd {
	background: url(../images/global/ico_pdf.gif) no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}
.prhdlink {
	background: url(../images/global/ico_link.gif) no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}
.small {
	font-size: 8pt;
}
.plist {
	font-size: 11px;
	padding-left: 10px;
	background: url(../images/global/plist_bullet.gif) left top no-repeat;
}
.alist {
	background: url(../images/global/ico_pdf.gif) no-repeat;
	padding-left: 20px;
	margin: 5px 0px 5px 0px;
}
#ask {
	width: 279px;
	background-color: #EEEEEE;
	padding: 0px 10px 10px 10px;
}
#ask textarea {
	width: 267px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
	border: #CCC solid 1px;
	padding: 2px 5px 2px 5px;
}
#ask .cField {
	width: 20px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	border: #CCC solid 1px;
	padding: 2px 5px 2px 5px;
}
#ask .eField {
	width: 140px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9pt;
	border: #CCC solid 1px;
	padding: 2px 5px 2px 5px;
}
#ask .formBtn {
	margin-top: 5px;
	font-size: 9pt;
	border: 1px solid;
	background-color: #CCCCCC;
	border-top-color:#999999;
	border-left-color:#999999;
	border-right-color:#666666;
	border-bottom-color:#666666;
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#999999');
}
#prdtitle {
	width: 282px;
	font-size: 10pt;
	font-weight: bold;
	color: #AD9B53;
}
#prdlist {
	width: 282px;
	border-top: #000 dotted 1px;
	padding-top: 5px;
	margin-top: 3px;
	margin-bottom: 15px;
}
#leftcol {
	width: 150px;
	background-color: #EEE;
	border-top: none;
	border-right: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
	border-left: #CCC solid 1px;
}
#leftcol form {
	font-size: 8pt;
	display: inline;
}
#leftcol legend {
	font-size: 7pt;
	color: #666;
}
#leftcol .nav {
	width: 128px;
	height: 25px;
	background: url(../images/global/leftcol_nav_bullet.gif) left top no-repeat;
	padding-left: 20px;
}
#leftcol .nav a:link {
	color: #666;
	text-decoration: none;
}
#leftcol .nav a:hover {
	color: #AD9B53;
	text-decoration: none;
}
#leftcol .nav a:visited {
	color: #666;
	text-decoration: none;
}
#leftcol .search {
	width: 128px;
	padding: 0px 10px 10px 10px;
}
#leftcol .searchField {
	font-size: 8pt;
	width: 115px;
	border: #CCC solid 1px;
	background-color: #FFF;
	padding: 2px 5px 2px 5px;
}
#leftcol .searchBtn {
	width: 100%;
	font-size: 9pt;
	border: 1px solid;
	background-color: #CCCCCC;
	border-top-color:#999999;
	border-left-color:#999999;
	border-right-color:#666666;
	border-bottom-color:#666666;
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#999999');
}
#leftcol .custlogin {
	width: 128px;
	padding: 0px 10px 10px 10px;
}
#leftcol .username {
	background: url(../images/global/leftcol_login_username.gif) left center no-repeat;
	padding-left: 50px;
}
#leftcol .password {
	background: url(../images/global/leftcol_login_password.gif) left center no-repeat;
	padding-left: 50px;
}
#leftcol .uField {
	font-size: 8pt;
	width: 65px;
	border: #CCC solid 1px;
	background-color: #FFF;
	padding: 2px 5px 2px 5px;
}
#leftcol .pField {
	font-size: 8pt;
	width: 65px;
	border: #CCC solid 1px;
	background-color: #FFF;
	padding: 2px 5px 2px 5px;
}
#leftcol .loginBtn {
	margin-left: 50px;
	margin-top: 2px;
	font-size: 9pt;
	border: 1px solid;
	background-color: #CCCCCC;
	border-top-color:#999999;
	border-left-color:#999999;
	border-right-color:#666666;
	border-bottom-color:#666666;
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#999999');
}
#rightcol {
	width: 180px;
	background-color: #EEE;
	border-top: none;
	border-right: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
	border-left: #CCC solid 1px;
}
#rightcol .newsbox {
	width: 158px;
	margin: 0px 10px 0px 10px;
}
#rightcol .newsdate {
	font-size: 8pt;
	font-weight: bold;
}
#rightcol .newshd {
	font-size: 8pt;
	margin-bottom: 10px;
}
#rightcol .newshd a:link {
	font-size: 8pt;
	color: #666;
	text-decoration: none;
}
#rightcol .newshd a:hover {
	color: #AD9B53;
	text-decoration: none;
}
#rightcol .newshd a:visited {
	color: #666;
	text-decoration: none;
}
#rightcol .pdf {
	margin:10px 5px 5px 5px;
	padding-left: 21px;
	min-height: 16px;
	font-size:8pt;
	background: url(../images/global/ico_pdf.gif) no-repeat top left;
}
#rightcol .wmv {
	margin:10px 5px 5px 5px;
	padding-left: 21px;
	min-height: 16px;
	font-size:8pt;
	background: url(../images/global/ico_wmv.gif) no-repeat top left;
}
#rightcol .url {
	margin:10px 5px 5px 5px;
	padding-left: 21px;
	min-height: 16px;
	font-size:8pt;
	background: url(../images/global/ico_link.gif) no-repeat top left;
}
#footer {
	width: 764px;
	margin-bottom: 10px;
	font-size: 8pt;
}
#footer a:link {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #AD9B53;
	text-decoration: none;
}
#footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer .copyright {
	font-weight: bold;
	color: #AD9B53;
	margin-left: 10px;
}
#footer .games {
	background: url(../images/global/ico_gamepad.gif) left no-repeat;
	width: 75px;
	margin-right: 10px;
}
.floatleft {
	float: left;
	padding: 0px 10px 10px 0px;
}
.floatright {
	float: right;
	padding: 0px 0px 10px 10px;
}

/* Lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lb/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lb/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* Lightbox */

/* Tabs */
div#tab1 { margin: 0px 0px 0px 0px; display: block; }
div#tab2 { margin: 0px 0px 0px 0px; display: none; }
div#tab3 { margin: 0px 0px 0px 0px; display: none; }
div#tab4 { margin: 0px 0px 0px 0px; display: none; }
div#tab5 { margin: 0px 0px 0px 0px; display: none; }
/* Tabs */

/* News Scroller */
#newscroller { width: 158px; height: 152px; padding: 5px 0px 0px 0px; }
/* News Scroller */