/* IE6 Styles */

* html #subnav
{
 width: 120px;
      
}


/* End IE6 Styles */


*

{
	border: 0;
	margin: 0;
	padding: 0;
}

h1 {
	margin-right: 15px;
	margin-top: 25px;
	font-family: helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #4F8DC0;
	text-align: right;
}

h2, h3 {
	margin-bottom: 10px;
	font-family: helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #515151;
}



p {
	font-size: .7em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 1em;
	line-height: 1.5em;
	margin-right: 15px;
}

#footer p {
	text-align: right;
	font-family: helvetica, sans-serif;
	font-size: .7em;
}

a {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	font-size: .8em;
	color: #515151;
}

#content img {
	padding: 3px;
	border: 1px solid #ffffff;
}

#divider img {
	padding: 0px;
	border: none;
}

#address-form label {
	font-size: .7em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#saddr {
	width: 250px;
	height: 1.8em;
	border: 1px solid #cccccc;
	margin-top: 5px;
	
}

#gobutton {
	margin-top: 10px;
	width: 30px;
	height: 20px;
	border: 1px solid #000000;
}

#team #nav-company,
#careers #nav-company,
#contact #nav-company,
#company #nav-company,
#market #nav-market,
#resources #nav-resources,
#products #nav-products,
#news #nav-news

{
	color: #fc9409;
}

#company #subnav-about,
#team #subnav-team,
#careers #subnav-careers,
#contact #subnav-contact

{
	color: #4F8DC0;
}

a:hover {
	color: #4F8DC0;
}

body {
	background: #cccccc url(images/bg.jpg) repeat-x fixed;
}

#container {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

#masthead {
	background: url(images/logo.jpg) no-repeat 15px 10px;
	height: 100px;
	margin-top: 20px;
}


#nav {
	margin-top: 10px;
	margin-bottom: 3px;
}

#nav ul{
	list-style-type: none;
	text-align: right;
	
}



#nav li {
	display: inline;
	border-right: 1px dashed #999999;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	
}

#nav li.last {
	border-right: none;
}

#sectionhead {
	height: 80px;
	width: 100%;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-image: url(images/sectionhead.jpg);
	
}

#main {
	width: 100%;
	min-height: 300px;
	height: 100%;
	background-color: #ECEDEC;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 2px solid #FFFFFF;
	border-bottom: 1px solid #fc9409;
	overflow: auto;
}

#subnav {
	
	width: 8em;
	height: 100%;
	float: left;
	clear: all;
}

#subnav-content {
	border-right: 1px dashed #999999;
	margin-right: 15px;
}

#subnav ul {
	list-style-type: none;
	margin-left: 15px;
	margin-top: 15px;
}

#subnav li {
	padding-bottom: 5px;
}

#content {
	text-align: left;
	float: right;
	width: 650px;
	height: 100%;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#divider {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}

#footer {
	padding-top: 8px;
	height: 20px;
	width: 100%;
	background-color: #E2e9f1;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 2px solid #ffffff;
	margin-bottom: 15px;
}

#footer a {
	font-size: 1em;
}

#resources #content a {
	font-size: 1.2em;
}

#mapimage {
	
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}





#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: 90; width: 100%; height: 500px; background-color: #000; }











