@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	background-color: #e5e5e5;
	background-image: url(images/topbannerrepeat.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #0b1b57;
	text-decoration: underline;
}

a:hover {
	color: #000033;
	text-decoration: none;
}

/* Added to CSS Document by PJ Murzyn  #Begin# */
.pop {
	border: 1px solid #e3e3e3;
	color: #555555;
	font-style: italic;
	background-color: #FFFFFF;
	background-image: url(images/popbg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 10px 0 10px 0;
	padding: 10px;
	float: left;
	display: inline;
	width: 100%;
	clear: both;
}

table.casestudy {
	border: #c0c0c0 1px solid;
	border-top-width:0px;
	background-color:#F4F4F4;
	text-align:left;
	border-collapse:separate;
}
table.casestudy caption{
	background-color:#F4F4F4;
	font-size: larger;
	font-weight: bold;
	padding:0.25em;
	border:solid 1px #c0c0c0;
	border-bottom-width:0px;
	color: #000080;
}

table.casestudy th {
	background-color: #000000;
	border: #c0c0c0 1px solid;
	}

table.casestudy	td {
	border: #c0c0c0 1px solid;
	background-color:#FFFFFF;		
	padding: .25em;
	margin: 0em;
	}
table.casestudy #footer {
	background-color: transparent;
	color: #000080;
	border:none;
	font-style: italic;
}
/* Added to CSS Document by PJ Murzyn  #End#   */

h1 {
	font-size: 22px;
	color: #FFFFFF;
	display: inline;
}

h2 {
	font-size: 18px;
	color: #0b1b57;
}

h3 {
	font-size: 18px;
	color: #0b1b57;
}

h4 {
	font-size: 18px;
	color: #0b1b57;
}

img {
	border: none;
}

p {
	margin: 1em 0 1em 0;
}

table tr td {
	padding: 8px;
}
/* Added to CSS Document by PJ Murzyn  #Begin# */
table.tight tr td {
	padding: .25em;
	margin: 0em;
}
/* Added to CSS Document by PJ Murzyn  #End#   */


.inputButtonStyle {
	border: 1px solid #bababa;
	background-color: #e1e1e1;
	background-image: url(images/tabbg.jpg);
	background-repeat: repeat;
	color: #666666;
	height: 29px;
} 

.textfieldStyle {
	height:18px;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#242424;
	background-image: url(images/form-inputbg.jpg);
	background-repeat:repeat-x;
	border:solid 1px #bababa;
	padding:2px 0 0 4px;
}

.textBoxStyle {
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#242424;
	background-color:#f3f3f3;
	border:solid 1px #bababa;
	padding:2px 0 0 4px;
}

.listMenuStyle {
	width:100%;
	height:23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	border:solid 1px #bababa;
}

.subNav {
	float: left;
	display: inline;
	padding: 4px;
	width: 100%;
	margin: 7px 0 7px 0;
}

.subNavTopMargin {
	margin-top: 15px;
} 

.navitem {
	height: 23px;	
	margin:0px;
}



#fullWide {
	width: 100%;
	float: left;
	display: inline;
}

#topPhoneHolder {
	width: 100%;
	background-color: #141414;
	color: #FFFFFF;
	height: 27px;
	float: left;
	display: inline;
}

#topPhoneBar {
	width: 955px;
	text-align: right;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 3px;
}

#topBannerHolder {
	width: 100%;
	float: left;
	display: inline;
}

#topBannerSection {
	width: 980px;
	height:153px;
	background-image: url(images/topbannerphoto.jpg);
	background-repeat: no-repeat;
}

#topBannerSection h1 a {
	width: 250px;
	height: 110px;
	text-indent: -5555px;
	text-decoration: none;
	float: left;
	display: inline;
}

	#quoteHolder {
		width: 640px;
		height: 77px;
		padding: 35px 25px 0 0;
		color: #FFFFFF;
		font-size: 22px;
		text-align: right;
		float: right;
		display: inline;
	}
	
	#navHolder {
		width: 100%;
		height: 42px;
		float: right;
		display: inline;
	}
	
		/* Navigation */
		.nav, .nav ul { 
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		.nav {
		  font-family: Arial, Helvetica, sans-serif;
		  z-index: 100;
		  position: relative;
		}
		.nav li {
		  float: right;
		  margin: 0;
		  padding: 0;
		  position: relative;
		}
		.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
		  font: .85em Arial, Helvetica, sans-serif;
		  color: #FFFFFF;
		  display: block;
		  padding: 13px 20px 16px 20px;
		  text-transform: uppercase;
		  text-decoration: none;
		}
		
		.nav li ul li a, .nav li ul li a:link, .nav li ul li a:active, .nav li ul li a:visited {
		  font: .85em Arial, Helvetica, sans-serif;
		  color: #FFFFFF;
		  display: block;
		  padding: 8px 10px 8px 10px;
		  text-transform: uppercase;
		  text-decoration: none;
		}
		
		.nav li a:hover {
		  background: #0d1838;
		  color: #FFFFFF;	
		
		}
		#nav-one li:hover a, 
		#nav-one li.sfHover a {
		  background: #0d1838;
		  color: #FFFFFF;
		}
		#nav-one li:hover ul a, 
		#nav-one li.sfHover ul a {
		  background: #EEE;
		  color: #333;	
		}
		#nav-one li:hover ul a:hover, 
		#nav-one li.sfHover ul a:hover {
		  background: #ccc;
		  color: #000;	
		}
		
		.nav ul {
		  background: #EEE;
		  border-bottom: 1px solid #dddddd;
		  list-style: none;
		  margin: 0;
		  position: absolute;
		  top: -999em;
		  left: -1px;
		}
		.nav li:hover ul,
		.nav li.sfHover ul {
		  top: 41px;
		}
		.nav ul li {
		  border: 0;
		  float: none;
		}
		.nav ul a {
		  border-bottom: 0;
		  padding-right: 20px;
		}
		.nav ul a:hover {
		  background: #ccc;
		  color: #000;
		}

#dynImages img {
	text-align: center;
	margin-left: 9px;
	margin-bottom: 9px;
	border-style: solid;
	border-width: 3px;
	border-color: #545454;
}

#dynVideo img {
	text-align: center;
	margin-left: 9px;
	margin-bottom: 9px;
	border-style: solid;
	border-width: 3px;
	border-color: #545454;
}
	
#middleSectionHolder {
	width: 100%;
	background-color: #FFFFFF;
	float: left;
	display: inline;
}

#middleSection {
	width:980px;
	margin: 25px;
}

.leftColumn {
	width: 600px;
	line-height: 19px;
	margin-bottom: 40px;
	float:left;
	display: inline;
}

.leftColumn h3 {
	display: inline;
}

.leftColumn ul {
	margin-left:30px;
}

.rightColumn {
	width: 300px;
	margin-bottom: 40px;
	line-height: 18px;
	float: right;
	display: inline;
}

#footerHolder {
	width: 100%;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	float: left;
	display: inline;
}

#footer .rightColumm h3 {
	font-size: 16px;
	display: inline;
	color: #0b1b57;
}

#footerSection {
	width: 980px;
	font-size: 11px;
	line-height: 20px;
	padding: 25px;
}

#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;}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
.squeeze tr, .squeeze td
{	
	padding: 0px 7px 5px 0px;
	margin: 0px 0px 0px 0px;
	height: 0px;
}