@charset "utf-8";
/* CSS Document */

/* TEMPLATE */

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0;
    background: #ccff99 url(images/masthead/paint-brush-background.jpg) no-repeat center top;

  width: 100%;
  display: table;
}

#wrap {
	width:908px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#wrapbk {
	width:908px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	float:left;
	border:solid 4px #999;
	background-color:#FFFFFF;
}
	

#mastertemplate {
	width:900px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	float:left;
	background-color:#FFFFFF;
}

#banner {
	width:900px;
	height:100%;
	float:left;
}

#footer { 
	width:900px;
	height:100%;
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	padding-bottom: 20px;
}

#links {
	width:235px;
	height:auto;
	float:left;
}		

#content { 
	width:633px;
	height:100%;
	padding-top:10px;
	padding-left:20px;
	padding-right:10px;
	padding-bottom:10px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:150%;
	border-left:thin;
	border-left-color:#999999;
	border-left-style:solid;
}	

.pictbox {
	width:154px;
	height:auto;
	float:left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#add {
	width:200px;
	height:30px;
	padding: 20px 0px 5px 30px;
	float:left;
	background-image:url(images/links/sharebkgrd.jpg);
	background-repeat:no-repeat;
}

/* COPY */

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration:underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}	

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:100%;
	color:#CC0000;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:100%;
	color:#CC0000;
}

.red {
	color:#CC0000;
}	

.promobox { 
	width:603px;
	height:40px;
	padding-top:5px;
	padding-left:12px;
	padding-right:1px;
	padding-bottom:5px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	line-height:120%;
	background-image:url(images/masthead/promo.gif);
	background-repeat:repeat-x;
	border-color:#FF0000;
	border-style:solid;
	border-width:thin;
}	

/* 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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
	