html {
	background: #f8f8f8 url(../images/bg.gif) repeat-x left top;
	font-size: 11pt;
	}
body {
	font-size: 62.0%;
	padding: 18px 0 0 0;
	}
body, input, select, textarea, td, th {
	color: #000;
	font-family: Arial;
	}
form, fieldset, input, select, textarea {
	margin: 0;
	padding: 0;
	} 
a {
	color: #000;
	outline: none;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
img, fieldset, table {
	border: 0 none;
	}
img {
	vertical-align: top;
	}
input, select, textarea {
	font-size: 1em;
	}
p {
	margin: 0;
	padding: 0 0 1em 0;
	}
object {
	outline: none;
	vertical-align: top;
	}
table {
	border-collapse: collapse;
	}
textarea {
	overflow: auto;
	}
td, th {
	padding: 0;
	vertical-align: top;
	}
ul {
	margin: 0;
	padding: 0 0 0 16px;
	}


#main {
	margin: 0 auto;
	width: 925px;
	}


#header {
	height: 420px;
	font-size: 12pt;
	color: white;
	}
#header object {
	position: absolute;
	z-index: 5;
	}


#wrap {
	background: #fcfcfc url(../images/wrap-bg.gif) repeat-x left top;
	border: 4px solid #fff;
	border-top: none;
	padding: 16px 8px 10px 22px;
	}


#content {
	float: left;
	font-size: 1.5em;
	width: 100%;
	}
#content h2 {
	font-size: 1em;
	margin: 0 0 18px 0;
	}
#content strong {
	font-size: 1.2em;
	font-weight: 900;
	}

#content .indent {
	padding: 0 326px 0 0;
	text-align: justify;
	}
#content .frm {
	font-weight: bold;
	text-align: justify;
	}

#content small {
	font-size: .8em;
	font-weight: 900;
	}



#sidebar {
	background: url(../images/sidebar-bg.gif) repeat-y left top;
	border: 1px solid #fff;
	float: left;
	font-size: 1.2em;
	margin: 0 -10px 0 -288px;
	position: relative;
	width: 286px;
	}
#sidebar h2 {
	background: url(../images/sidebar-title-left-bg.gif) no-repeat left top;
	height: 24px;
	margin: 0;
	padding: 16px 0 0 0;
	text-align: center;
	font-size: 1.0em;
	}
#sidebar p {
	padding: 0 0 1.5em 0;
	}
#sidebar strong {
	text-decoration: underline;
	}
#sidebar .indent {
	background: url(../images/sidebar-bottom-bg.gif) no-repeat left bottom;
	color: #fff;
	padding: 12px 18px 6px 18px;
	}
#sidebar .title {
	background: url(../images/sidebar-title-bg.gif) repeat-x left top;
	}

#sidebar .btn {
	text-align: center;
	}
#sidebar .btn img {
	padding: 10px 0 0 0;
	}
#sidebar .big {
	font-size: 1.1em;
	text-align: left;
	color: #ffbb33;
	font-weight: 900;
	}
#sidebar .fly {
	text-align: center;
	padding: 0 0 10px 0;
	}
#sidebar .fly img {
	padding: 15px 10px 0 10px;
	}


#footer {
	font-size: 1.2em;
	line-height: 20px;
	padding: 4px 40px 8px 24px;
	text-align: right;
	}
#footer a {
	text-decoration: none;
	}
#footer img {
	margin: 0 0 0 8px;
	vertical-align: middle;
	}
#footer span {
	float: left;
	}


.clear {
	overflow: hidden;
	width: 100%;
	}


.f-right {
	float: right;
	padding: 0 0 12px 20px;
	}

.logos img {
	margin: 0 5px 0 5px;
	vertical-align: middle;
	}

.supp img {
	margin: 0 0 0 25px;
	vertical-align: middle;
	}

.show img {
	margin: 0 0 0 20px;
	vertical-align: middle;
	}

.lis {
	padding: 0 0 0 15px;
	font-size: .9em;
	}




#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: 45%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Tahoma, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #777;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 










	