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

	body {
  	background:#DFEFF9 url(images/stickyMan.gif) no-repeat;
  	background-position: left bottom;
  	background-attachment: fixed;
  	font-family: Helvetica, Arial, sans-serif; 
  	margin: 0;
  	padding: 0;
	height: 100%;
  	}
  
	#wrapper {
	width: 760px;
	height: 700px;
	background-color: #FFFFFF;
	position: absolute;
	left: 220px;
	z-index: 5;
	margin: 0;
	padding: 0;
  	}
  
  /* Turn off all decoration on link images
----------------------------------------------------*/
	img {
	border: none;
	}
		
	/* Turn off all browser links outlines that appear in FF
----------------------------------------------------*/
	a {
	outline: none;
	}
		
	/* Default styling for paragraphs
----------------------------------------------------*/
	p {
	color: #000;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0;
	padding: 10px 15px 5px 0;
	}
	
	p a:link, p a:visited {
	color: #0084c9;
	text-decoration: none;
	padding: 0;
	margin: 0;
	}
		
	p a:hover {
	color: #96d1e8;
	padding: 0;
	margin: 0;
	}
	
	/* Text styling classes
----------------------------------------------------*/
	.lightBlue {
	color: #96d1e8;
	}
	
	.white {
	color: #fff;
	}
	
	.darkBlue {
	color: #003059;
	}
		
	/* Default styling for heading elements
----------------------------------------------------*/
	h1, h2, h3 {
	padding: 0;
	margin: 0 0 5px 0;
	}
	
	h2 a:link, h2 a:visited {
	color: #666666;
	text-decoration: none;
	}
	
	h2 a:hover {
	color:#CC0000;
	}
	
	h1 {
	font-size: 1.6em;
	color: #0084c9;
	}
		
	h2 {
	font-size: 1.1em;
	margin: 0 0 10px 0;
	line-height: 1.3em;
	}	
		
	h3 {
	font-size: 0.8em;
	}	
	
	/* Header elements
----------------------------------------------------*/
	#header {
	height: 130px;
	background-image: url(images/pjHeader.gif);
	background-repeat: no-repeat;
	}
	
	#jettersLogo {
	top: 40px;
	right: 25px;
	position: relative;
	float: right;
	}
	
	
	/* Nav Bar
----------------------------------------------------*/
	#encloseMenu {
	margin: 15px 0 35px 14px;
	width: 732px;
	height: 25px;
	}
	
	.menu ul {
	font-size: 0.8em;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	}
	
	.menu li {
	float: left;
	position: relative;
	z-index: 100;
	}

	.menu table {
	position: absolute;
	border-collapse: collapse;
	z-index: 80;
	left: -1px;
	top: 32px;
	}

	.menu a, .menu :visited {
	display: block;
	line-height: 22px;
	width: 121px;
	padding: 5px 0;
	color: #0084c9;
	background: #f0efee;
	text-decoration: none;
	border-bottom: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	text-align: center;
	}

	.menu :hover {
	color: #003059;
	background: #DDDDDD;
	}

	.menu ul ul {
	font-weight: normal;
	font-size: 92%;
	visibility: hidden;
	position: absolute;
	width: 121px;
	}
	
	.menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible;
	}
	
	/* Footer
----------------------------------------------------*/
	#encloseFooter {
	width: 760px;
	padding: 0;
	margin: 0;
	z-index: 100;
	float:left;
	bottom: 0;
	position:absolute;
	}
	
	.footer {
	height: 35px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	}
	
	.footer p {
	font-size: 0.6em;
	color: #fff;
	text-indent: 30px;
	}
	
	.rootLink {
	right: 30px;
	top: 0;
	position: absolute;
	}
	
	.clearer {
	width: 760px;
	clear: both;
	}

	/* Main copy container
----------------------------------------------------*/
	#pushLeft {
	width: 15px;
	height: 365px;
	float:left;
	display: inline;
	}
	
	#mainCopy {
	float: left;
	width: 355px;
	height: 360px;
	padding: 0;
	margin: 0;
	display: inline;
	}
	
	/* Image container
----------------------------------------------------*/
	#mainImage {
	float: right;
	width: 365px;
	height: auto;
	padding: 0;
	margin: 0 15px 0 0;
	display: inline;
	}
	
	/* Image copy container
----------------------------------------------------*/
	#imageCopyHolder {
	float: right;
	width: 365px;
	height: auto;
	padding: 0;
	margin: 0 15px 0 0;
	display: inline;
	}
	
	#imageCopyHolder ul {
	padding: 0 0 0 15px;
	margin: 0;
	}
	
	#imageCopyHolder li {
	color:#666666;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.6em;
	}
		
	/* imageGallery elements for Print, Web and Imagery portfolio gallery
----------------------------------------------------*/

	ul#imagegallery li {
	list-style: none;
	}
	
	ul#imagegallery  {
	padding: 0;
	margin: 0;
	}

	ul#imagegallery a:link, ul#imagegallery a:visited {
	color:#666666;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.6em;
	}
	
	ul#imagegallery a.selected {
	color:#CC3300;
	}
	
	ul#imagegallery a:hover {
	color:#CC3300;
	}
	
	