/* GLOBAL 
----------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption { 
	margin:0; 
	padding:0; 
	}
table, th, td { 
	margin:0; 
	}
html { 
	min-height:100%; 
	margin-bottom:1px; 
	} /* add: margin-bottom:1px if you want scrollbar to always appear (avoids page shifting) */
#skip { 
	display:none; 
	}
body { 
	background:#695245 url(../images/bg_body.jpg) repeat-x;
	color:#fae6db;
	font-family:verdana, sans-serif;
	font-size:12px;	
	text-align:center;
	}	
* {
	margin:0;
	padding:0;
	}
a {
 color:#70a8bf;
 }
a:visited {
 color:#a88572;
 }	
span {
	display:inline;
	}	
img {
	border:none;
	}
.floatright {
	 float:right;
	 }
img.floatright {
	 margin:0 0 10px 10px;
	 }
.floatleft {
	 float:left;
	 }
img.floatleft {
	 margin:0 10px 10px 0;
	 }
.clear {
	 clear:both;
	 }
	 
	  
/*  CONTAINER
----------------------------------------------------------*/
#container {
	 background:url(../images/bg_container.jpg) no-repeat;
	 margin:0 auto;
	 text-align:left;
	 width:900px;
	 min-height:600px;
	 }


/*  HEADER
----------------------------------------------------------*/
#header {
	 width:900px;
	 height:52px;
	 } 
#logo {
	 width:300px;
	 height:52px;
	 margin-left:3px;
	 } 
#tagline {
	 width:300px;
	 float:left;
	 margin:-30px 0 0 400px;
	 } 
	 
/*  NAV
----------------------------------------------------------*/
#menu {
     width:636px;
     height:40px;
     margin:0;
     padding:0;
	 position:relative;
	 z-index:2;
	 top:-299px;
	 left:210px;
     }
#nav li {
     height:40px;
     list-style-image:none;
     list-style-position:outside;
     list-style-type:none;
     position:relative;
	 float:left;
     }
#nav li a {
     cursor:pointer;
     }
#nav li a, #nav li div {
     color:#70a8bf;
     display:block;
     font-size:14px;
     height:40px;
     position:relative;
     text-decoration:none;
     }
#nav li strong {
     display:block;
     height:40px;
     left:0;
     position:absolute;
     top:0;
     }
#nav li, #nav li a, #nav li strong, #nav li div {
     background-image:url(../images/nav.gif);
     }
#nav li.about, #nav li.about a, #nav li.about a strong {
     background-position:0 0;
     width:125px;
     }
#nav li.web, #nav li.web a, #nav li.web a strong {
     background-position:-125px 0;
     width:125px;
     }
#nav li.graphics, #nav li.graphics a, #nav li.graphics a strong {
     background-position:-250px 0;
     width:125px;
     }
#nav li.video, #nav li.video a, #nav li.video a strong {
     background-position:-375px 0;
     width:125px;
     }
#nav li.motion, #nav li.motion a, #nav li.motion a strong {
     background-position:-500px 0;
     width:125px;
     }
#nav li.about:hover a, #nav li.about:hover a strong, #nav li.about a:hover, #nav li.about a:hover strong {
     background-position:0 -40px;
     width:125px;
     }
#nav li.web:hover a, #nav li.web:hover a strong, #nav li.web a:hover, #nav li.web a:hover strong {
     background-position:-125px -40px;
     width:125px;
     }
#nav li.graphics:hover a, #nav li.graphics:hover a strong, #nav li.graphics a:hover, #nav li.graphics a:hover strong {
     background-position:-250px -40px;
     width:125px;
     }
#nav li.video:hover a, #nav li.video:hover a strong, #nav li.video a:hover, #nav li.video a:hover strong {
     background-position:-375px -40px;
     width:125px;
     }
#nav li.motion:hover a, #nav li.motion:hover a strong, #nav li.motion a:hover, #nav li.motion a:hover strong {
     background-position:-500px -40px;
     width:125px;
     }
#nav li.abouton, #nav li.abouton strong, #nav li.abouton div {
     background-position:0 -80px;
     width:125px;
     }
#nav li.webon, #nav li.webon strong, #nav li.webon div {
     background-position:-125px -80px;
     width:125px;
     }
#nav li.graphicson, #nav li.graphicson strong, #nav li.graphicson div {
     background-position:-250px -80px;
     width:125px;
     }
#nav li.videoon, #nav li.videoon strong, #nav li.videoon div {
     background-position:-375px -80px;
     width:125px;
     }
#nav li.motionon, #nav li.motionon strong, #nav li.motionon div {
     background-position:-500px -80px;
     width:125px;
     }	 

/*  MAIN
----------------------------------------------------------*/
#main {
	 width:647px;
	 background:url(../images/bg_content_bottom.gif) bottom no-repeat; 	 
	 position:relative;
	 top:-306px;
	 left:200px;
	 z-index:1;
	 padding-bottom:26px;
	 } 
#content {
	 width:647px;
	 background:url(../images/bg_content_top.gif) top no-repeat;
	 padding-top:23px;
	 } 
#copy {
	 width:609px;
	 min-height:300px;
	 background:url(../images/bg_content_middle.gif) repeat-y;
	 padding:0 20px;
	 }
#copy h1 {
	 font-size:17px;
	 padding-bottom:25px;
	 margin-top:10px;
	 }
#copy h1#non-breadcrumb  {
	 margin-top:0;
	 }
#copy h2 {
	 color:#bfb09d;
	 font-size:14px;
	 padding-bottom:10px;
	 }
#copy h3 {
	 font-size:12px;
	 }
#copy p{
	 padding-bottom:15px;
	 }
#copy ul {
	 padding:10px 0 10px 30px;
	 }
#copy li {
	 padding-bottom:5px;
	 }
.breadcrumb  {
	 font-size:9px;
	 }
.breadcrumb a  {
	 font-decoration:none;
	 padding:0 8px 0 0;
	 }
.sample {
	 min-height:100px;
	 padding:15px 0 10px 0;
	 border-bottom:1px dashed #534239;
	 width:420px;
	 }
ul.horizlist {
	 margin:-15px 0 0 -10px; 
	 }
ul.horizlist li {
	 margin:5px 60px 5px 0; 
	 width:135px; 
	 white-space:nowrap; 
	 float:left; 
	 display:inline;
	 }
ul.imagelist {
	 margin:-20px 0 0 -10px; 
	 height:50px;
	 }
ul.imagelist li {
	 margin:5px 30px 5px 0; 
	 width:50px; 
	 white-space:nowrap; 
	 float:left; 
	 display:inline;
	 }
.top {
	 font-size:10px;
	 }	 
.callout {
	 float:right;
	 width:150px;
	 padding:5px;
	 margin:10px;
	 border:2px dashed #534239;
	 } 
.callout2 {
	 float:right;
	 width:150px;
	 padding:5px;
	 margin:10px 10px 10px 0;
	 border:2px dashed #534239;
	 }
/*  GRAPHICS PAGE LISTS
----------------------------------------------------------*/
table.lists {
	 width:65%;
	 }
table.lists th{
	 width:50%;
	 }
table.lists td{
	 vertical-align:top;
	 }	 
table.lists .left {
	 border-right: 1px dotted #534239;
	 }
table.lists .right {
	 padding-left:25px;
	 }
#copy table.lists ul.gdlist, #copy table.lists ul.awlist  {
	 padding:0;
	 margin:0;
	 }
#copy ul.gdlist li, #copy ul.awlist li {
	 list-style-type:none;
	 height:83px;
	 width:158px;
	 }
#copy ul.gdlist li a, #copy ul.awlist li a {	
	 text-decoration:none;
	 font-weight:bold;
	 height:83px;
	 display:block;
	 padding:40px 0 0 20px;
	 }
#copy ul.gdlist li a:hover, #copy ul.awlist li a:hover {	
	 text-decoration:underline;
	 }
ul.gdlist li.itemone {
	 background:url(../images/bg_grlist_gd_01.jpg) no-repeat 0 2px;
	 }
ul.gdlist li.itemtwo {
	 background:url(../images/bg_grlist_gd_02.jpg) no-repeat 0 2px;
	 }
ul.gdlist li.itemthree {
	 background:url(../images/bg_grlist_gd_03.jpg) no-repeat 0 2px;
	 }
ul.gdlist li.itemfour {
	 background:url(../images/bg_grlist_gd_04.jpg) no-repeat 0 2px;
	 }

ul.awlist li.itemone {
	 background:url(../images/bg_grlist_a_01.jpg) no-repeat 0 2px;
	 }
ul.awlist li.itemtwo {
	 background:url(../images/bg_grlist_a_02.jpg) no-repeat 0 2px;
	 }
ul.awlist li.itemthree {
	 background:url(../images/bg_grlist_a_03.jpg) no-repeat 0 2px;
	 }
ul.awlist li.itemfour {
	 background:url(../images/bg_grlist_a_04.jpg) no-repeat 0 2px;
	 }

	 
/*  INFOBOX
----------------------------------------------------------*/
#infobox {
	 width:208px;
	 height:299px;
	 background:url(../images/bg_infobox.gif) no-repeat;
	 position:relative;
	 top:90px;
	 padding:15px 0 0 1px;
	 color:#9db3bf;
	 } 
#infobox h3 {
	 font-family:futura,verdana,sans-serif;
	 color:#486b77;
	 font-size:16px;
	 margin-bottom:5px;
	 }
#infobox a, #infobox a:active, #infobox a:hover, #infobox a:visited {
	 color:#9db3bf;
	 text-decoration:none;
	 }	 
#infobox div {
	 padding-bottom:20px;
	 }  
#infobox ul  {
	 margin-left:10px;
	 }    
#infobox ul li {
	 list-style-type:none;
	 }
#infobox ul.pdf li {
	 background:url(../images/icon_pdf.gif) no-repeat 0 2px;
	 padding-left:20px;
	 }
	 
/*  LIGHTBOX STYLES
----------------------------------------------------------*/	 
#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; top:-55px; background-color: #dee0e1; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 5px; }

#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: #dee0e1; margin: -55px auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #1a0f09; }
#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: #1a0f09; }
