/* =reset (ONLY EDIT THE FONT FAMILY)******************************** */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
body * {line-height:1.22em;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-style:italic; margin-bottom: 10px;}
h2,h3,h4,h5,h6{margin-top: 10px;}
body {font:13px arial,helvetica,clean,sans-serif; color:#ffffff;}
table {font-size:inherit;font:100%;}
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
pre, code {font:115% monospace;}
#skip {display:none;}
.clear {display: block; overflow: hidden;}
.clear:after {clear: both; content: "."; display: block; height: 0; visibility: hidden;}

.hidden {position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden;}

/* =elements ***************************** */
a:link			{color: #ffcc00; text-decoration:underline;}
a:active		{color: #ffffff;}
a:visited		{color: #ffcc00;}
a:hover		{color: #FF9900; text-decoration: none;}

/* =grids ***************************** */

html {text-align: center;}
body {text-align: left; margin: 0 auto; background:url(../images/background.jpg);}
#page {width:920px; margin: 0em auto;}
#header {width:920px; height:160px; background: url(../images/sub/banner-sub.png) no-repeat;}
#mainnav {width:500px; height:45px; margin: 115px 0 0 90px;}
#mainnav ul {margin: -16px 0 0 0; padding: 0; list-style-type: none;}
#mainnav ul li {height:45px; display: inline; float:left; margin:0;}
#mainnav ul li a {border:0; background:transparent url(../images/nav-bck.png) no-repeat; text-align:center; padding:3px 0 0 0;}
#mainnav ul li a:link, #mainnav ul li a:visited {display:block; height:45px; width:80px; text-decoration:none; background-position:0px 0px; color: #ffffff; text-decoration: none;}
#mainnav ul li a:hover {background-position:-80px 0px; background-color:transparent; color: #ffffff; text-decoration: none;}
#body {}
#main {width:920px; min-height:160px; height:auto; background: url(../images/sub/main-content-tile.png) repeat-y;}
.box { width:920px;}
.box2 { width:740px;}
#main-left { width:80px; height:160px; background: url(../images/sub/left-upper-crnr.png) no-repeat left top; float:left;}
#main-content {margin: 0 0 0 10px; width:740px; float:left;}
#main-right { width:80px; height:160px; background:url(../images/sub/right-upper-crnr.png) no-repeat right top; float:right;}
#main-content h1 {font-size: 152%;}
#main-content h2 {font-size: 122%;}
#main-content h3 {font-size: 107%;}
#main-content p {margin-bottom: 10px;}
#main-content ul {margin-left:20px;}
#main-content ul li {list-style:outside;}
#divider {width: 920px; height:80px; background: url(../images/sub/sub-divider.png) no-repeat;}
#sub {width: 920px; min-height:135px; height:auto; background: url(../images/sub/sub-content-tile.png) repeat-y;}

#sub-left {width:80px; height:135px; background: url(../images/sub/left-bottom-crnr.png) no-repeat left top; float:left;}
#sub-content {margin:0 0 20px 10px; width:735px; float:left;}
#sub-content ul {margin:10px 10px 10px 20px;}
#sub-right {width:80px; height:135px; background:url(../images/sub/right-bottom-crnr.png) no-repeat right top; float:right;}
#copyright { margin:10px 80px 0 80px;}
#copyright p {font-size: 85%; text-align:center; margin:0;}
#copyright p a {}
#footer {clear: both; height:150px; background:url(../images/sub/sub-footer.png) no-repeat;}

.left{float:left;}
.middle {float:right;}
.right {float:right;}

.homethmb {width:230px; height:140px;}
.betty {width:73px; height:80px;}
.content-links {text-align:right; margin-top: 10px;}
.listHeadline { color : #FFFF00; font-weight : bold; text-decoration : underline;}

/*LiteBox style
******************************************************************************************/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	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: 10;
	}
#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;	color:#000;}
#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: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
