BODY {
	background-color: #000000;
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#ffffff;
	scrollbar-highlight-color:#E4E4E4;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-shadow-color:#E4E4E4;
	scrollbar-darkshadow-color:#E4E4E4;
	scrollbar-track-color:#999999;
}
TD, TH, CAPTION, P, TABLE {
	font-family: Verdana;
	font-size: 8pt;
	color: #FFFFFF;
	border-color: #000000;
	letter-spacing: 0.1em;
}
.bump {
	padding-left: 10px;
	padding-right: 10px;
}
P.style1 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #FFFFFF;
}
P.companyname {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
}
A:link {
	text-decoration: none;
	color: #7D7C7E;
	font-size: 8pt;
	font-weight: bold;
}
A:visited {
	text-decoration: none;
	color: #7D7C7E;
	font-size: 8pt;
	font-weight: bold;
}
A:active {
	text-decoration: none;
	color: #7D7C7E;
	font-size: 8pt;
	font-weight: bold;
}
A:hover {
	text-decoration: underline;
	color: #7D7C7E;
	font-size: 8pt;
	font-weight: bold;
}

A.topnav:link {
	text-decoration: none;
	font-family:Arial, Sans-serif;
	font-size:13px;
	color:#777777;
	font-weight: bold;

}



A.topnav:visited {
	text-decoration: none;
	font-family:Arial, Sans-serif;
	font-size:13px;
	color:#777777;
	font-weight: bold;


}




A.topnav:active {
	text-decoration: none;
	font-family:Arial, Sans-serif;
	font-size:13px;
	color:#777777;
	font-weight: bold;

}


A.topnav:hover {
	text-decoration: none;
	font-family:Arial, Sans-serif;
	font-size:13px;
	color:#ffffff;
	font-weight: bold;


}

A.light:link {
	text-decoration: underline;
	color: #7D7C7E;
	font-size: 9px;
	font-weight: bold;
	padding-left: 5px;
}
A.light:visited {
	text-decoration: none;
	color: #7D7C7E;
	font-size: 9px;
	font-weight: bold;
	padding-left: 5px;
}
A.light:active {
	text-decoration: none;
	color: #7D7C7E;
	font-size: 9px;
	font-weight: bold;
	padding-left: 5px;
}
A.light:hover {
	text-decoration: none;
	color: #7D7C7E;
	font-size: 9px;
	font-weight: bold;
	padding-left: 5px;
}
.heading {
	font-size: 11pt;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	font-weight: bold;
}
H1 {
	font-size: 8px;
	color: #7D7C7E;
	text-align:right
}
H2 {
	font-size: 9px;
	color: #7D7C7E;
	text-align:center
}
.footer {
	font-size: 9px;
	color: #7D7C7E;
	font-weight: bold;
}
.red {
	font-size: 12px;
	color: #C00000;
	font-weight: bold;
}
.address {
	font-size: 9px;
	color: #000000;
}
.phone {
	font-size: 12px;
	color: #000000;
}
.quote {
	font-size: 16px;
	color: #7D7C7E;
	font-family: times new roman, verdana, arial;
	font-style: italic;
	font-weight: bold;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active, a.footerlink:hover, a.footerlink:focus {
	font-size: 9px;
	color: #12126A;
	font-weight: bold;
	text-decoration: underline;
}
a.addresslink:link, a.addresslink:visited, a.addresslink:active, a.addresslink:hover, a.addresslink:focus {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	font-weight: none;
	letter-spacing: 0.00em;
}
#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: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}
#nextLink {
	right: 0;
	float: right;
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}
#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;
	overflow: hidden;
	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;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
a.faq
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFF00;
text-decoration: none;
font-weight: bold;
}
a.faq:hover
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #ffffff;
text-decoration: underline;
font-weight: bold;
}















#insideNavContainer {
	width:980;
	padding:0;
	background-color:#121212;
}
#insideNavContainer ul {
	float:left;
	margin:0;
}
#insideNavContainer ul li {
	float:left;
	padding:0 0 0 0;
	margin:0;
	list-style-type:none;
}
#insideNavContainer ul li a {
	float:left;
	margin:0;
	padding:4px;
	font-family:Arial, Sans-serif;
	font-size:13px;
	color:#777777;/*background-color:#1A1A1A; */







}
#insideNavContainer ul li a:hover {
	text-decoration:none;
	color:#FFF;
}
.blocker {
	clear:both;
	line-height:0;
}
a.faq
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFF00;
text-decoration: none;
font-weight: bold;
}
a.faq:hover
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #ffffff;
text-decoration: underline;
font-weight: bold;
}

