
/* Re-defined Styles */



body 
{
	margin: 0px 0px 0px 0px;
	background: #767676 url(/images/bg_body.gif) repeat-x;
	color: #444;
}

table, td 
{
	font: normal 10px verdana, helvetica, sans-serif;
	color: #444;
	line-height: 18px;
}

a, a:link, a:active, a:visited 
{
	color: #1d366e;
}

a:hover 
{
	text-decoration: none;
}

ul 
{
	list-style-image: url('/images/iconList.gif');
}

legend
{
	font: bold 10px verdana, helvetica, sans-serif;
	color: #6b6d68;
	line-height: 18px;
}



/* Custom Styles */


.newsContent ul
{
	list-style-image: url('/images/icon_PDF.gif');
	margin-left: 16px;
	line-height: 15px;
}

.newsContent li
{
	margin-bottom: 10px;
}

.indexTable
{
	height: 100%;
	margin: 0px 0px 0px 0px;
	width: 794px;
	table-layout: fixed;
	text-align: left;
}

.indexTableCenter
{
	width: 714px;
	background-color: #ffffff;
	font: normal 10px verdana, helvetica, sans-serif;
}

.indexTableLeft
{
	width: 40px;
	background: url('images/bgMainShadowLeft.gif') no-repeat top left;
}

.indexTableRight
{
	width: 40px;
	background: url('images/bgMainShadowRight.gif') no-repeat top right;
}

.indexTableContent
{
	vertical-align: top;
}

.contentTable
{
	width: 714px;
}

.contentTableLeft
{
	width: 177px;
	background: #ffffff url('images/bg_topLeftcolumn.jpg') no-repeat top left;
}

.contentTableCenter
{
	background: #f1e9de url('images/bgContentTableCenter.gif') no-repeat bottom left;
	padding: 2px 10px 20px 30px;
	vertical-align: top;
}

.contentTableCenter2
{
	background: #f1e9de;
	padding: 2px 10px 20px 30px;
	vertical-align: top;
}

.contentTableCenter2 p
{
	margin-top: 0px;
}

.contentTableCenter3
{
	background: #f1e9de;
	line-height:0;
}

.contentTableRight
{
	width: 176px;
	background: #f1e9de url('images/bgContentTableRight.gif') no-repeat bottom left;
	vertical-align: top;
	padding: 0px 0px 20px 0px;
}

.newsContent
{
	font: normal 10px verdana, helvetica, sans-serif;
	color: #1d366e;
	padding: 0px 10px 12px 15px;
	line-height: 13px;
}

.newsContent ul.news_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.newsContent ul.news_list li {
	list-style-image: url(/images/blank.gif);
	padding-left: 10px;
	background: url(/images/iconList.gif) no-repeat 0 6px;
}

.contentTableFooter
{
	vertical-align: bottom; 
	padding: 0px 0px 0px 0px;
}

.footerImage
{
	position: relative;
	padding-right: 32px;
	padding-bottom: 7px;
}

.footerContent {
	position: relative;
	padding-left: 10px;
	padding-bottom: 10px;
}

.RFQheaders
{
	background-color: #1f366e;
	font: bold 12px verdana, helvetica, sans-serif;
	color: #ffffff;
	padding: 2px;
	padding-left: 5px;
}

.tableborder
{
	border: 1px solid #999999;
}



/* Form Styles */


.formlabel
{
	font: bold 10px verdana, helvetica, sans-serif;
}

.alert
{
	color: #ff0000;
}

select.selectionBox
{
	width: 140px;
	border: 1px solid #737373;
	background-color: #ffffff;
	color: #333333;
	font: normal 10px verdana, helvetica, sans-serif;
}

.rowShow
{
	display: block; 
}

.rowHide
{
	display: none; 
}

.input
{
	font: normal 10px Verdana, Arial, sans-serif; 
	width: 250px;
	color: #333333; 
	height: 20px;
	padding-left: 4px;
}

.inputsmall
{
	font: normal 10px Verdana, Arial, sans-serif; 
	width: 100px;
	color: #333333; 
	height: 20px;
	padding-left: 4px;
}

.dropdown
{
	font: normal 10px Verdana, Arial, sans-serif; 
	width: 180px;
	color: #333333; 
	height: 20px;
	padding-left: 4px;
}

.button 
{
	font: normal 11px Arial,sans-serif; 
	width: 180px; 
	height: 23px; 
	letter-spacing: .01in; 
	margin-top: 5px;
	cursor: hand;
}

/* --- Gallery Listings --- */

#galleryListWrapper li {
	padding: 0;
	background: transparent;
	position: relative;
}

#galleryListWrapper a {
	display: block;
	position: relative;
}

#galleryListWrapper a:link,
#galleryListWrapper a:visited {
	color: #606060;
	text-decoration: none;
}

#galleryListWrapper a:hover,
#galleryListWrapper a:active {
}

#galleryListWrapper strong {
	display: block;
}

#galleryListWrapper em {
	font-style: normal;
}

#galleryListWrapper span {
	position: absolute;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
}

/* --- lightbox --- */

/* --- lightbox --- */

.galleryList {
	display: none;
}

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 950;
	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: 900;
}

#imageContainer>#hoverNav { 
	left: 0;
}

#hoverNav a { 
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	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 Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding: 0 10px;
}

#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: 800;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}


html>body .clear {
	display: inline-block; 
	width: 100%;
}

* html .clear {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

* html #overlay {
	filter:alpha(opacity=60);
}

