 /* Justin Secor Styles */
/***********************/

* {margin:0px; padding:0px; border:none;} /*global reset*/ 


body {
	margin:0px; 
	padding:0px; 
	text-align:center; 
	background-color:#2a3637; 
	background-image:url(../images/bg-main.jpg); 
	background-repeat:repeat-x;
	background-position: 0px 125px;
	}

p {
	font:normal 12px Verdana,Arial,Helvetica,sans-serif;
	color:#9aaba1;
	margin-bottom:15px;
	line-height:18px;
	}
	
	.thankyou {
		text-align:center;
		margin-top:-10px;
		margin-bottom:20px;
		}

em {
	font-style:normal;
	color:#b1c454;
	}

b {
	font:bold 10px Verdana,Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	color:#48a9a2;
	margin-right:10px;
	}
	
h1 {
	font:normal 24px Georgia,"Times New Roman",Times,serif;
	color:#88cc38;
	margin-bottom:4px;
	}

h2 {
	font:bold 12px Verdana,Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	color:#48a9a2;
	margin-bottom:40px;
	}
	
h3 {
	font:normal 17px Georgia,"Times New Roman",Times,serif;
	color:#c1d0d0;
	padding-top:4px;
	border-top:3px solid #202a2b;
	margin-bottom:8px;
	}
	.art h3 {
		margin-top:10px;
		margin-bottom:4px;
		}

.hidetext {display:none;}

.floatleft {float:left; margin-right:7px;}

.floatright {
	float:right;
	margin-left:20px; 
	margin-top:10px; 
	margin-bottom:40px;
	}
	.border {
		border:5px solid #727c79;
		}
	

.popup img {
	border:5px solid #727c79;
	}
	.popup:hover img {
		border:5px solid #5b8b16;
		}
	.popup:hover {
		color: white; /* Dummy definition to overcome IE bug */
		}
.art {
	width:235px;
	float:left;
	background-color:#242f30;
	margin-right:40px;
	margin-bottom:30px;
	border: 1px solid #192425;
	}
	.nomargin {
		margin:0px;
		}
		.art img {margin:12px 0 0 12px;}
		.art h3 {margin-left:12px; margin-right:12px;}
		.art p {margin:0 12px 12px 12px;}
		
.clear {clear:both;}

p a:link {color:#fff; text-decoration:none;}
p a:visited {color:#fff; text-decoration:none;}
p a:hover {color:#fff; text-decoration:underline;}
p a:active {color:#fff; text-decoration:none;}

p.indent {margin-left:20px;}

p.checkmark {margin-left:20px; padding-left:25px; background-image:url(../images/check.gif); background-position:top left; background-repeat:no-repeat;}

span.small {font-size:10px;}

a.extraspace {margin:0px; margin-right:20px; background:url(../images/link_arrow.gif); background-position:right; background-repeat:no-repeat; padding-right:14px;}

#footer img{float:right; margin-left:10px;}

#footer p {
	font: normal 10px Arial, Helvetica, sans-serif;
	color:#48a9a2;
	text-transform:uppercase;
	}
	
#tagline {
	float:right;
	margin-top:75px;
	width:426px;
	height:69px;
	}
	
 /* Layout DIVS */
/***************/

#container {  
	position:relative;
	width:800px; 
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	}

#top {
	width:800px;
	height:120px;
	}
	#top img {
		float:left;
		margin-top:20px;
		}
		
		
#banner {
	width:800px;
	height:228px;
	}
	#tv {
		width:223px;
		height:228px;
		background:url(../images/tv-bg.png);
		}
		#tv object {
			margin-left:58px;
			margin-top:38px;
			position:absolute;
			}
	
#content {
	position:relative; 
	width:800px; 
	height:auto; 
	display:inline; 
	margin-top:20px; 
	margin-bottom:50px;
	float:left;
	}

#footercontainer {  
	background-color:#242f30;
	width:100%;
	border-top:1px solid #727c79;
	margin-top:-10px;
	}
	
#footer {
	position:relative;
	width:800px; 
	height:35px;
	margin:15px auto 0px auto;
	text-align:left;
	}
	
 /* Navigation */
 /*************/
 
#nav {background:url(../images/nav.gif); width:500px; height:22px; position:relative; float:right; margin-top:90px;}

	#nav li {margin:0px; padding:0px; height:22px; position:absolute; top:0; list-style:none;}
	#nav li, #nav a {height:22px; display: block;}
	#web {left:0; width:64px;}
	#print {left:64px; width:75px;}
	#identity {left:139px; width:80px;}
	#art {left:219px; width:76px;}
	#about {left:295px; width:110px;}
	#contact {left:405px; width:95px;}
	
	#webcurrent {left:0; width:64px; background:url(../images/nav.gif) 0 -22px no-repeat;}
	#printcurrent {left:64px; width:75px; background:url(../images/nav.gif) -64px -22px no-repeat;}
	#identitycurrent {left:139px; width:80px; background:url(../images/nav.gif) -139px -22px no-repeat;}
	#artcurrent {left:219px; width:76px; background:url(../images/nav.gif) -219px -22px no-repeat;}
	#aboutcurrent {left:295px; width:110px; background:url(../images/nav.gif) -295px -22px no-repeat;}
	#contactcurrent {left:405px; width:95px; background:url(../images/nav.gif) -405px -22px no-repeat;}

	#web a:hover {background:url(../images/nav.gif) 0 -22px no-repeat;}
	#print a:hover {background:url(../images/nav.gif) -64px -22px no-repeat;}
	#identity a:hover {background:url(../images/nav.gif) -139px -22px no-repeat;}
	#art a:hover {background:url(../images/nav.gif) -219px -22px no-repeat;}
	#about a:hover {background:url(../images/nav.gif) -295px -22px no-repeat;}
	#contact a:hover {background:url(../images/nav.gif) -405px -22px no-repeat;}

	
 /* Contact */
/***********/

#formcontainer {
	width:800px; 
	height:100%;
	margin-top:-20px;
	border: 1px solid #192425;
	background-image:url(../images/form-bg.gif);
	background-repeat:repeat-x;
	background-color:#222c2d;
	}

.contactform {font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#9aaba1; text-align:left; line-height:20px; margin:10px; margin-bottom:0px;}
.contactform tr {height:25px; vertical-align:top;}
	.formname1 {width:50px;}
	.formname2 {width:70px;}
	.formname3 {width:70px;}
	.formname4 {width:100px;}
	.formname5 {width:120px;}
	.formfield1 {width:190px;}
	.formfield2 {width:190px;}
	.formfield3 {width:170px;}
	.formfield4 {width:270px;}
	.formfield5 {width:240px;}
.input {border:solid 1px #666; background-color:#212d2e; width:170px; color:#fff;}
#submit {display:block; margin-left:auto; margin-right:auto; margin-bottom:10px; margin-top:-10px;}
#textarea {width:250px; overflow:auto;}
td span {font-family:Arial, Helvetica, sans-serif; font-size:10px;}
.formconfirm {font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#FF0000; text-align:left;}

 /* 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; }

#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-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 25% no-repeat;}
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 25% 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }