
/* CSS Reset: Copyright (c) 2007, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.2.2 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}


body {
	background: #292021;
	color: white;
	font-family: Tahoma, Helvetica, sans-serif;
	text-align: center;
}

.container {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.heading {
	width: 100%;
	height: 70px;
	background: white;	
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: 15px 12px;
}

.menu {
	text-align: right;
	padding-top: 45px;
	padding-right: 10px;
	font-size: 10pt;
	color: gray;
}

.menu a {
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	color: black;
}

.menu a:hover, .menu a.selected {
	color: #ff6200;
}

.page {
	border: 1px solid white;
}

.content {
	padding: 10px;
	font-size: 10pt;
}

.content strong {
	font-weight: bold;
}

.content a {
	color: #ff6200;
}

.content img {
	padding-bottom: 10px;
}

.content .contact  {
	float: left;
	padding-bottom: 10px;
}

.content .contact td {
	padding-right: 5px;
	vertical-align: top;
}

.footer1 {
    padding: 5px;
    font-size: 9px;
    color: #c0c0c0;
}
a.footer2 {
    padding: 5px;
    font-size: 9px;
    color: #5c5c5c;
    text-decoration: none;
}
.footer2 {
    padding: 5px;
    font-size: 9px;
    color: #5c5c5c;
}


.thumbs {
	float: right;
	width: 210px; 
}

.thumbs .main {
	float: right;
	width: 100px;
	padding-bottom: 5px;
	background: black;
	height: 630px;
}

.thumbs .more {
	float: right;
	width: 110px;
/*	width: 150px; - disabled, re-enable for addnl up/down arrows */
	padding-bottom: 5px;
	text-align: right;
}

.thumbs .main .arrows, .thumbs .more .arrows {
	float: left;
	padding-left: 5px;
	padding-top: 6px;
}

.thumbs img {
	display: block;
	margin: 5px;
	margin-bottom: 0;
	cursor: pointer;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

.thumbs img:hover {
	opacity: 0.99;
	filter:alpha(opacity=100);
}

.thumbs img.selected {
	opacity: 0.99;
	filter:alpha(opacity=100);
}

.thumbs .main img {
	width: 50px; height: 50px;
	float: right;
}

.thumbs .main .arrows img, .thumbs .more .arrows img {
	float: none;
	width: 24px;
	height: 14px;
	opacity: 0.99;
	filter:alpha(opacity=100);
}

.thumbs .main .arrows img:hover, .thumbs .more .arrows img:hover  {
	opacity: 0.5;
	filter:alpha(opacity=50);
}

.thumbs .more img {
	width: 100px; height: 100px;
	float: right;
}

.image {
	float: left;
	opacity: 0;
	filter:alpha(opacity=0);	
}

.image img {
	padding-top: 5px;
	padding-left: 5px;
}

.image p {
	padding-top: 7px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 7pt;
}

.image p b {
	font-weight: bold;
}

.loading {
	padding-top: 100px;
	text-align: center;
}

.clear {
	clear: both;
}
