/* -------------------------------------------------------------
	Untitled
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.3
	Date:			16 May 2007
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Re-defined Styles
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Body
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, p, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: #1d2123 url(../images/tile_x.gif) repeat-x;
	font: normal 0.7em/1.2em Arial, Helvetica, sans-serif;
	color: #485257;
	text-align: center;
}

a img, :link img, :visited img {
	border: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

ul li {
	padding-left: 10px;
	position: relative;
	list-style-type: none;
	background: url(../images/icon_list.gif) no-repeat 0 8px;
}
h1 {
	font-size: 1.5em;
	padding-bottom: 20px;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

ul#galleryContainer {
	margin: 0;
	padding: 0;
}

#galleryContainer li {
	height: 50px;
	width: 75px;
	margin: 0 10px 10px 0;
	padding: 0;
	border: 1px solid #d3d3d3;
	background: #d3d3d3;
	float: left;
	clear: none;
	position: relative;
	overflow: hidden;
}

#galleryContainer a {
	width: 75px;
	position: absolute;
}

#galleryContainer img, #galleryContainer img {
	width: 75px;
}

/* -------------------------------------------------------------
	Navigation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.uiDiv {
	position: relative;
	z-index: 500;
}

#ui {
	width: 527px;
	height: 28px;
	margin-right: 6px;
	float: right;
	position: relative;
	z-index: 5;
	background: url(../images/nav_bg.gif) no-repeat top left;
	text-align: left;
}

#ui li {
	width: auto;
	height: 28px;
	text-indent: -9000em;
	padding: 0;
	float: left;
	background: none;
	position: relative;
}

#ui li a {
	display: block;
	height: 28px;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
}

#ui li.first {
	border: 0;
}

#ui li a:hover {
	background-position: bottom left;
}

li#heckHome a {
	width: 85px;
	background: url(../images/home.gif) top left no-repeat;
}

li#heckProjects a  {
	width: 107px;
	background: url(../images/projects.gif) top left no-repeat;
	}

li#heckRecognition a  {
	width: 122px;
	background: url(../images/recognition.gif) top left no-repeat;
	}

li#heckServices a  {
	width: 105px;
	background: url(../images/services.gif) top left no-repeat;
	}
	
li#heckPortfolio a  {
	width: 104px;
	background: url(../images/portfolio.gif) top left no-repeat;
	}

/* --- dropdowns --- */

#ui li ul {
	width: 142px;
	border-left: 2px solid #1e2225;
	border-right: 2px solid #1e2225;
	border-top-width: 0;
	display: none;
	position: absolute;
	top: 28px;
	left: -2px;
	font: normal 11 Arial, Helvetica, sans-serif;
	color: #485257;
	background: none;
}

#ui ul li, #ui ul li a:link, #ui ul li a:visited{
	width: 142px;
	border-bottom: 2px solid #1e2225;
	padding: 0;
	background: none;
	text-indent: 0;
}

#ui li:hover ul, 
#ui li.over ul {
	display: block;
	background-color: #e9ecee;
	}

#ui ul li.first {
	border-top-width: 0;
}

#ui li ul li a:link, #ui li ul li a:visited {
	width: 122px;
	line-height: 28px;
	padding: 0 10px;
	color: #1e2225;
	display: block;
	position: relative;
	text-decoration: none;
	border-bottom: 2px solid #1e2225;
	background: #fff;
}

#ui li ul li a:hover, 
#ui li ul li a:active {
	background: #e9ecee;
}


/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#index {
	background: none;
	width: 781px;
	margin: 0 auto;
	text-align: left;
}

#contain {
	background: #fff url(../images/tile_y.gif) repeat-y;
	width: 781px;
	margin: 0 auto;
	padding: 0 0;
	font: 11 Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-align: left;
}

#content {
	width: 508px;
	float: right;
	margin: -68px 0 0 0;
	padding: 19px 19px 0 17px;
	background: url(../images/body.gif) no-repeat 2px 0;
}



.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#content p,
#content ul,
#content ol {
	margin-bottom: 28px;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	width: 100%;
	height: 108px;
}

#brand, #brand a {
	background: none;
	width:283px;
	height:80px;
	padding: 0 0;
	background: url(../images/brand.gif) no-repeat center top;
}

#mastheadImage { 
	width: 781px;
	height: 273px;
	min-height: 273px;
	margin: 0;
	background: url(../images/mastHead.jpg) no-repeat top left;
}
#flash_contain { 
	background: #fff;
	width: 781px;
	height: 518px;
	margin: 0 0;
	padding: 0 0;
	font: 11 Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-align: left;
}
/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#messaging {
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	color: #757c81;
	width: 200px;
	min-height: 500px;
	float: left;
	margin: 0 0;
	padding: 0 18px 0 15px;
	overflow: hidden;
}

#feature {
	width: 218px;
	height: 84px;
	margin: 12px 0 12px 0;
}

#sidebarSubject {
	background: none;
	width: 199px;
	height: 19px;
	margin: 33px 0 12px 0;
	background: url(../images/contactUs.gif) no-repeat right top;
	text-indent: -9000px;
}
/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*	Body: Content
- - - - - - - - - - - - - -  */

#contentHead {
	width: 542px;
	height: 68px;
	float: right;
	margin: -68px 0 0 0;
	padding: 0 0;
}

/* --- Image Positioning --- */

.float_left {
	float: left;
	padding: 0 8px 8px 0;
}

.float_right {
	width: 249px;
	height: 163px;
	float: right;
	padding: 0 0 0 24px;
}


/* --- Projects --- */

div.project {
	width: 100%;
	margin-bottom: 20px;
	float: left;
	clear: both;
}

div.project #gallery_link {
	width: 352px;
	margin-right: 10px;
	float: left;
}

div.project h3 {
	margin-bottom: 10px;
	font-weight: normal;
}


/* --- Sitemap --- */

.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}


/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 781px;
	height: 40px;
	margin: 0 auto;
	padding-top: 15px;
	clear: both;
	background: url(../images/indexBottom.gif) no-repeat;
	color: #7d8182;
	text-align: left;
}

#footer a:link, #footer a:visited {
	color: #6f7273;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
}

#copyright {
	width: 500px;
	float: left;
}

#site_credit {
	width: 240px;
	float: right;
	text-align: right;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.input_class {
	border: 1px solid #999;
	font: normal 11px/1.4em Arial, Helvetica, sans-serif;
}

.required {
	color: #f00;
}





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

/* http://microformats.org/wiki/hcard */
.vcard {
	display: none;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}


/* --- lightbox --- */

.galleryList {
	display: none;
}

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 950;
	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: 900;
}

#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;
}

#imageData {
	padding: 0 10px;
}

#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: 800;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
	