/* CSS Document */body {    margin: 0;    padding: 0;    border: 0; 		   		/* This removes the border around the viewport in old versions of IE */    width: 100%;    background-color: black;	}	#container {	margin: 0px;	padding: 0px;	width: 100%; /* width of the layout -- can be set to any value including percentages */	min-width: 920px;	background-color: black;	overflow: hidden;	}#header{	padding : 0px;	margin: 0px;	width: 100%;	min-width: 780px;	height:130px;	background-color: black;	background-image: url("images/hdr.jpg");	background-repeat: no-repeat;	overflow: hidden;	}#sidebar-right {	float: right;	width: 240px; /* width of the right sidebar -- can be set to any value including percentages */	margin: 0px;	margin-left:1%;	padding: 0px;	background-color: black;	overflow: hidden;	}#sidebar-left {	float: left;	width: 202px; /* witdh of the left sidebar -- can be set to any value including percentages */	margin: 0px;	margin-right:1%;	padding: 0px;	overflow: hidden;	}#menu {	float:left;	top: 0;	left: 0;	width: 100%;	background: black;	}#content {	margin: 0px;	padding: 0px;	min-width: 450px;	height: 1%; /* IE6 hack... it's very minor, though */	background-color: black;	overflow: hidden;			}#content-inner {	width: 100%;	min-width: 430px;	overflow: hidden;	}#content-innerbox {	width: 98%;	min-width: 300px;	margin-top:10px;	padding: 2px;	border:1px dotted #808080;	overflow: hidden;	}#footer {	clear: both;	margin: 0px;	padding: 0px;	width: 100%;	background-color: black;	overflow: hidden;	}#image {	width:400px;	height:310px;	}#thumbs {	width:95%;	height:290px;	background-color:#000000;	overflow-y: scroll; 	scrollbar-face-color : #C0C0C0;	scrollbar-highlight-color : #000000;	scrollbar-3dlight-color : #000000;	scrollbar-shadow-color : #000000;	scrollbar-darkshadow-color : #000000;	scrollbar-track-color : #000000;	scrollbar-arrow-color : #000000;	}#box-tn {	float: left;	width: 84px;	height: 84px;	padding:1px;	margin:1px;	border: 1px solid #808080;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 9pt;	font-weight: bold;	}#box-img {	float: left;	width: 590px;	min-width:540px;	}#box-c1 {	float: left;	width:45%;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 9pt;	font-weight: bold;	background-color: black;	color: white;	padding: 1%;	}#box-c2 {	float: right;	width:50%;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 9pt;	font-weight: bold;	background-color: black;	color: white;	padding: 1%;	}#box-ps {	float: left;	width: 150px;	height: 250px;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 8pt;	background-color: black;	color: white;	padding: 1px;	}#hazbar {	width:100%;	height: 20px;	background-image: url("images/hazbar.jpg");	background-repeat: x;	}p.close {	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;	color: white;	margin: 0;	padding: 0;	}p.promo {	float: left;	padding:1px;	background-color:#f7c602;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 9pt;	color: red;	}p.open {	padding:1px;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 9pt;	color: yellow;	margin-bottom: 5px;	}p.hlite {	padding:1px;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 12pt;	color: yellow;	}#clear {	clear: both;	}/* Text Formats */h1 {    text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 14pt;	font-weight: bold;	color: #ffffff;	padding: 5px;	margin-top:20px;	}h2 {	margin: 0px;	padding: 0px;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 12pt;	font-weight: bold;	color: white;	}h3 {	margin: 0px;	padding: 0px;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;	font-weight: bold;	color: white;	}h4 {	margin: 0px;	padding: 0px;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 12pt;	font-weight: bold;	color: black;	}h5 {    text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 14pt;	font-weight: bold;	color: red;	padding: 5px;	margin-top:20px;	}p {		text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;	color: white;	}p.footer {		text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 8pt;	color: white;	}p.menu {	float: left;	width:170px;	height:20px;	padding: 5px;	margin: 2px;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 12pt;	font-weight: bold;	color: yellow;	background-color: #232323;	}img.rt {	float:right;	margin-left:5px;	}img.lt {	float:left;	margin-right:5px;	}/* List Definitions */ul {	list-style: disc url(bullet.gif) inside;	text-indent: 20px;	}li {		text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;	color: #202020;	}ol {	text-indent: 20px;	}fieldset {  	clear: both;  	width: 400px;  	margin: 0 0 5px 0;  	padding: 0;  	border: 1px solid #BFBAB0;  	background-color: #fff; 	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;	color: black;  	}fieldset.select {  	float: none;  	width: auto;  	border-style: none;  	padding-left: 5px;  	background-color: transparent;  	background-image: none; 	}legend {	color: black;	font-weight: bold;	border: 1px solid #BFBAB0;	padding: 2px;	}label {  	position: relative;	float: left;  	width: 120px;  	padding-left: 2px;	margin-right: 2px;  	text-align: left; 	}label em {  	position: absolute;  	left: 130px;  	top: 0.5em; 	}/* Links */a.nav1:link, a.nav1:visited, a.nav1:active {	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 12pt;	color: #ffffae;	}a.nav1:hover {	color: yellow;	text-decoration: underline;	}a.menu1:link, a.menu1:visited, a.menu1:active {	float: left;	width:200px;	height:20px;	padding: 5px;	margin: 2px;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 12pt;	color: white;	background-color: black;	}a.menu1:hover {	color: white;	font-weight: bold;	margin: 2px;	background-color: #002b55;	}#menu1 a {	float: left;	width:200px;	height:20px;	padding: 5px;	margin: 2px;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 12pt;	color: white;	background-color: black;	}#menu1 a:hover {	color: white;	font-weight: bold;	margin: 2px;	background-color: #002b55;	}a.menu:link, a.menu:visited, a.menu:active {	float: left;	width:200px;	height:20px;	padding: 5px;	margin: 2px;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 12pt;	color: white;	background-color: black;	}a.menu:hover {	color: white;	font-weight: bold;	margin: 2px;	background-color: #002b55;	}#menu a {	float:left;	width:200px;	height:20px;	padding:5px;	margin:2px;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 12pt;	color: yellow;	background-color: #000000;	}#menu a:hover {	font-weight: bold;	color: black;	background-color: yellow;	}					a.nav:link, a.nav:visited, a.nav:active {	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;	font-weight: bold;	color: #ffffae;	}a.nav:hover {	text-decoration: underline;	color: yellow;	}a.sub:link, a.sub:visited, a.sub:active {	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 9pt;	font-weight: bold;	color: #004080;	}a.sub:hover {	color: #cc0000;	}#layer2 {	position:absolute;	left:0px;	top:0px;	width:100%;	height: 100%;	}#xmas-bar {	position:relative;	left:0px;	top:110px;	width:100%;	height:40px;	background-image: url("xmas/xmasline.png");	background-repeat:repeat-x;	}#xmaspic {	position:relative;	left:0px;	top:400px;	width:200px;	height:380px;	background-image: url("xmas/santaset.jpg");	background-repeat:no-repeat;	}#xmaspic1 {	position:relative;	left:0px;	top:400px;	width:200px;	height:380px;	background-image: url("xmas/santaset1.jpg");	background-repeat:no-repeat;	}#xmaspic-rt {	position:relative;	left:0px;	top:300px;	width:200px;	height:380px;	}
