@charset "utf-8";
a:focus { 
    outline: none; 
}
body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B3B3B3;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#wrapper {
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	height: 535px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
}
div#content {
	width: 954px;
	height: 460px;
	top: 48px;
	left: 0px;
	position: absolute;
}
a:active {
	border: none;
	text-decoration: none;
}
a:visited {
	border: none;
	text-decoration: none;
}
img#logo {
	position: absolute;
	left: 725px;
	top: -62px;
}
div#footer {
	width: 956px;
	position: absolute;
	top: 520px;
	font-size: 10px;
	color: #999999;
	left: auto;
}
div#footer div#right {
	position: absolute;
	right: 0px;
	top: 0px;
}
div#footer a {
	text-decoration: none;
	color: #999999;
}
div#footer a:hover {
	color: #FFFFFF;
}

/* NEW NAV */

#navHolder{
	width:956px;
	height:43px;
	text-align:left;
	position:relative; 
	z-index: 100;
}
/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
#nav, #nav ul {list-style-type:none; padding:0; margin:0; font-family:Arial, Helvetica, sans-serif; z-index: 100;}

/* Set up the top level list items and float left to place inline */
#nav li.top {
	display:block;
	float:left;
	position:relative;
	z-index: 100;
}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
#nav table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
#nav li.top a.top_link {display:block; float:left; height:43px;}
#nav li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
#nav li.p1 {width:90x; background:url(../images/nav1_over.gif) no-repeat;;}
#nav li.p2 {width:119px; background:url(../images/nav2_over.gif) no-repeat;;}
#nav li.p3 {width:104px; background:url(../images/nav3_over.gif) no-repeat;;}
#nav li.p4 {width:99px; background:url(../images/nav4_over.gif) no-repeat;;}
#nav li.p6 {width:103px; background:url(multi_level-files/privacy_1.gif) no-repeat;;}

/* set up the normal unhovered images in the links */
#nav li a#one {width:90px; background:url(../images/nav1.gif) no-repeat;}
#nav li a#oneOver {width:90px; background:url(../images/nav1_over.gif) no-repeat;}
#nav li a#two {width:119px; background:url(../images/nav2.gif) no-repeat;}
#nav li a#twoOver {width:119px; background:url(../images/nav2_over.gif) no-repeat;}
#nav li a#three {width:104px; background:url(../images/nav3.gif) no-repeat;}
#nav li a#threeOver {width:104px; background:url(../images/nav3_over.gif) no-repeat;}
#nav li a#four {width:99px; background:url(../images/nav4.gif) no-repeat;}
#nav li a#fourOver {width:99px; background:url(../images/nav4_over.gif) no-repeat;}
#nav li a#privacy {width:103px; background:url(multi_level-files/privacy_0.gif) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
#nav a:hover {visibility:visible;} /* for IE6 */
#nav li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
#nav li a#one:hover, #nav li:hover a#one,
#nav li a#oneOver:hover, #nav li:hover a#oneOver,
#nav li a#two:hover, #nav li:hover a#two,
#nav li a#twoOver:hover, #nav li:hover a#twoOver,
#nav li a#three:hover, #nav li:hover a#three,
#nav li a#threeOverhover, #nav li:hover a#threeOver,
#nav li a#four:hover, #nav li:hover a#four,
#nav li a#fourOver:hover, #nav li:hover a#fourOver,
#nav li a#privacy:hover, #nav li:hover a#privacy {background:transparent; z-index:100;}

/* keep the 'next' level invisible by placing it off screen. */
#nav ul, 
#nav :hover ul ul, 
#nav :hover ul :hover ul ul,
#nav :hover ul :hover ul :hover ul ul,
#nav :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
#nav :hover ul.sub {
	left:0;
	top:43px;
	background: #1F1F1F;
	white-space:nowrap;
	width:176px;
	height:398px;
	filter:alpha(opacity=100);
	opacity: 1.00;
	-moz-opacity:1.00;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}


#nav :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:172px;}
#nav :hover ul.sub li a {display:block; font-size:11px; height:20px; width:172px; line-height:20px; text-indent:2px; color:#B3B3B3; text-decoration:none; border:solid #3A3A3A; border-width:1px 2px 1px 2px;}
#nav :hover ul.sub li a.fly {background:#fff url(multi_level-files/arrow.gif) 80px 7px no-repeat;}
#nav :hover ul.sub li a:hover {color:#FF9900;}
#nav :hover ul.sub li a.fly:hover {background:#37a237 url(multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
#nav :hover ul li:hover > a.fly {background:#37a237 url(multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

/* set up the flyout levels when hovering */
#nav :hover ul :hover ul,
#nav :hover ul :hover ul :hover ul,
#nav :hover ul :hover ul :hover ul :hover ul,
#nav :hover ul :hover ul :hover ul :hover ul :hover ul
{left:168px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:93px; z-index:200; height:auto; z-index:300;}

div#title {
	width: 954px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A3A3A;
	height: 30px;
	padding-bottom: 5px;
	position: absolute;
	top: 17px;
	padding-left: 2px;
}
div#serviceImage {
	position: absolute;
	top: 145px;
	left: 575px;
	height: 239px;
	width: 370px;
}

div#main {
	position: absolute;
	top: 85px;
}
div#details {
	position: absolute;
	left: 604px;
	top: 0px;
	width: 350px;
	line-height: 20px;
	text-align: justify;
}
div#images {
	position: absolute;
	top: 55px;
	left: 0px;
	width: 553px;
}
div#line2 {
	left: 0px;
	position: absolute;
	top: 89px;
	margin: 0px;
	padding: 0px;
}
div#line3 {
	left: 0px;
	position: absolute;
	top: 178px;
}
div#images img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
div#images a {
	text-decoration: none;
	list-style-type: none;
	color: #101010;
}
h1 {
	color: #FF9900;
	font-size: 14px;
	font-weight: normal;
}
.yellow {
	color: #FF9900;
}
/* Lightbox Styling */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; overflow: auto; 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 100; width: 100%; height: 500px; background-color: #000; }
div#xtext {
	position: absolute;
	left: 0px;
	top: 75px;
	color: #717171;
	text-align: justify;
	width: 540px;
}
div#xtext p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.white {
	color: #B3B3B3;
}
img {
	border: 0;
}
img#lse {
	position: absolute;
	top: 349px;
	left: 1px;
}
a#lse {
	display: block;
	height: 20px;
	width: 117px;
	position: absolute;
	top: 347px;
	left: -1px;
}
div#lse {
	position: absolute;
	top: 350px;
	left: 130px;
	width: 410px;
}
div#lse a {
	text-decoration: none;
	color: #ff9904;
	font-weight: bold;
}
p#bigLine {
	line-height: 30px;
}

