/*---------------------------------------
	Periscope.com
	Global.css
*/
@charset "UTF-8";

/*
@import url("reset.css");
@import url("text-styles.css");*/

/*--------------------- COMMON CLASSES ---------------- */
.float_left { float:left; }
.float_right { float:right; }
.clear { clear:both; }
/*--------------------- GENERAL ---------------- */
a:hover {background-position: 0 0;}


* { position:relative; }
html { background:#ffffff;
}
body {
	background:#e6e6e6 url(/img/bodyBG.jpg) center 60px no-repeat;
	color:#141F3D;
	font-family:Helvetica, Arial, Verdana;
	font-size:12px;
	line-height:20px;
	width:auto;
	height: 100%;
}
body.home { background:#fff; }
.contentPad {
	padding-top:30px;
	padding-bottom:50px;
}
img a:hover {
	background:none;
	padding:0px;
}
#footer {
	background: url(/img/footer-bg.jpg) repeat-x 0 0;
	width:100%;
	background-color:white;
    height: 42px;
    min-width: 1140px;
}


/*--------------------- TOP NAV ---------------- */
#topNav {
	width:100%;
	min-width:1140px;
	height:60px;
	background:url(/img/topNav/bgImage.gif) top left repeat-x;
	padding:0;
	margin:0;
}
#navLeft {
	width:600px;
	float:left;
	clear:none;
}
#navLeft img {
	position:relative;
	float:left;
}
.top_navs {
	position:relative;
	float:left;
	height:13px;
	width:36px;
	margin-top:30px;
	overflow:hidden;
}
.navDevider {
	position:relative;
	float:left;
	width:9px;
	height:60px;
	background:url(/img/topNav/devider.jpg) no-repeat;
	margin-left:8px;
	padding-right:10px;
}
#login {
	font-size:11px;
	color:#929292;
	padding:2px 0 0 0;
}
#login a { color:#929292; }
#login a:hover { text-decoration:underline; }
#topSearch {
	position:relative;
	float:right;
	width:390px;
	height:29px;
	clear:none;
    margin-right:100px;
	
}
#searchForm {
	padding-top:15px;
	margin:0;
}
.searchBar {
	background:url(/img/topnav/searchBox.jpg) top left no-repeat;
	border:0px;
	color:#808080;
	float:left;
	height:29px;
	padding:2px 0 0 12px;
	width:160px;
	font-style:italic;
}
.searchButton {
	border:none;
	background:url(/img/topnav/searchButton.jpg) top left no-repeat;
	height:29px;
	float:left;
	margin:0 0 0 -4px;
	padding:0px;
	width:35px;
}
/*--------------------- SUB NAV ---------------- */
#subNavBar {
	background:url(/img/topNav/subBarColor.gif) top left repeat-x;
	/*background-color:#141F3D;*/
	color:#FFF;
	font-size:10px;
	height:21px;
	min-width:1100px;
	width:100%;
	border-bottom:1px solid #c5d6ea;
	z-index:340;
}
#subNavItems { padding:2px 0 0 224px; }
.subLink {
	float:left;
	clear:none;
	padding-top:0px;
	height:19px;
}
.subLink img { vertical-align:bottom; }
.subNavLink a {
	text-decoration:none;
	color:#FFF;
	font-size:9px;
}
.subNavLink a:hover {
	background:none;
	text-decoration:none;
	color:#4397D3;
	padding:0px;
	font-size:9px;
}
.current a { color:#4397D3; }
.subNavRollover {
	background:url(/img/down_arrow.jpg) no-repeat 77px 0;
	font-size:9px;
	cursor:default;
	overflow:visible;
	padding-right:14px;
	
}
.subNavRollover:hover { color:#4397D3; }
.subDevider {
	float:left;
	clear:none;
	padding:0px 12px 0 12px;
	color:#FFF;
}
#subArrow {
	display:none;
	position:relative;
}
#navPopout {
	background:url(../img/topNav/popoutBG-long.png) no-repeat left top;
	_background:#fff;
	display:none;
	font-size:12px;
	height:300px;
	_height:250px;
	width:690px;
	_width:820px;
	margin-left:-225px;
	#margin-top:20px;
	position:absolute;
	padding:10px 13px 25px 18px;
	z-index:350;
	
	border:none;
	
}
.allWork {
	position:absolute;
	bottom:48px;
	right:48px;
	_bottom:4px;
	_right:4px;
}
.popoutLink a {
	color:#595959;
	display:inline-block;
	font-size:inherit;
	padding:1px 2px 1px 10px;
	position:relative;
	width:100%;
	_width:200px;
}
.popoutLink a:hover {
	color:#fff;
	background:#3c90d0;
}
.popoutColumn {
	float:left;
	margin:0;
	padding:0 20px 0 0;
	width:auto;
}
/* fixing IE6 min-width problem */
/*
*html #topNav{
	border-right:1100px solid #fff;
}
*html #subNavBar{
	border-right:1100px solid #000;
}
*/
*html .IEcontainer {
	display:inline-block;
	position:relative;
	margin-right:-1100px;
}
/*--------------------- LIGHTBOX ---------------- */
#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;
	z-index:400;
	position:relative;
}
#outerImageContainer {
	position: relative;
	background-color: #4396d3;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer { padding: 32px 32px 0px 32px; }
#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:32px;
	float:left;
}
#nextLink {
	right:32px;
	float:right;
}
#prevLink:hover, #prevLink:visited:hover { background:url(/img/prevlabel.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background:url(/img/nextlabel.gif) right 50% no-repeat; }
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #3c90d0;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding:0 10px 32px 32px;
	color: #fff;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption { font-weight: bold; }
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#bottomNavClose {
	float: left;
	outline: none;
	position:absoute;
	z-index:500;
}
#lightboxImage { margin-top:-32px; }
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #FFF;
}

/*--------------------- FOOTER ---------------- */

#footerText{
	padding-left: 25px;	
	padding-top: 15px;
	vertical-align: bottom;
	height:42px;
	color: #929292;
	font-size: 11px;
    width: 500px;
    float:left;
}
#footerText ul,li{
	display:inline;
}
#footerText li{
	padding-right:8px;
}
#footerText .logo{
	position:relative;
	top:3px;
}
#topSearch .findUs{	
	position:relative;
	top:-10px;
    color: #929292;
	font-size: 11px;
}
#footerRight{
	padding-top: 15px;
	float:right;	
	position:relative;
	top:-6px;
	width: 172px;
    clear: none;
    position:relative;
}
#footerRight li{
	float:left;
	padding-right:1px;
	vertical-align: top;
}
