/* CSS Document for Signs of Style */

body{
	background-image:url(images/bkg.jpg);
	background-position:center;
	background-position:top;
	background-color:#000000;
	margin-top:0px;
	background-repeat:no-repeat;
	}
	
#search {
	position:absolute;
	top:11px;
	width:190px;
	margin-left:810px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:white;
	text-align:center;
}

	
#wrapper{
	margin-top:0px;
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	}
	
#top{
	width:1000px;
	height:75px;
	background-color:#000000;
	}
	
#head{
	width:1000px;
	height:180px;
	background-color:#000000;
	}

#navbar{
	width:1000px;
	height:35px;
	background-color:#000000;
	}
	
#topbar{
	width:1000px;
	height:30px;
	background-image:url(images/topbar.jpg);
	}	

#content{
	width:1000px;
	float:left;
	background-image:url(images/bodybkg.jpg);
	background-repeat:repeat;
	margin-left:0px;
	min-height:400px;
	}


#links {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	text-align:center;
	font-size:9px;
	width:1000px;
	height:120px;
	padding-left:0px;
	padding-top:5px;
	color:#FFF;
	}
	
	
/* Right buttons */	

#right {
	width:294px;
	min-height:300px;
	float:right;
	margin-right:20px;
	}
	
.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#FFFFFF;
	text-align:left;
	}
	

/* Left text area */

#left {
	width:640px;
	min-height:300px;
	float:left;
	margin-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#FFFFFF;
	text-align:left;
	}


/* text styles */

#content p{
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	margin-top:0px;
	}

#content h1{
	font-size:30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
	text-align: left;
	margin-top:15px;
	font-weight: normal;
	}


#content h2{
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
	text-align: left;
	margin-top:0px;
	font-weight: 900;
	}

#content h3{
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
	text-align: left;
	margin-top:0px;
	}

#content h4{
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: left;
	margin-top:0px;
	font-weight: bold;
	}

#content h5{
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	margin-top:15px;
	font-weight: bold;
	}
	
#content h6{
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #33FF00;
	text-align: left;
	margin-top:15px;
	font-weight: bold;
	}
	
#content a{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	}

#content a:hover {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align: left;
	text-decoration: underline;
	font-weight: normal;
	}
	
#links a{
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif;
	color: yellow;
	text-decoration: none;
	font-weight: normal;
	}

#links a:hover {
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	}

	
/* styles */


	
.divider{
	font-size:8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	}

.formtext {
	text-align:right;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-right:10px;
	}
	

.formtextleft {
	text-align:left;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-right:10px;
	}
.center10 {
	text-align:center;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}
	
.left11 {
	text-align:left;
	font-size:11px;
	color: #000000;
	}
.bkgwhite {
	background-color:#FFF;
}


/* stuff for light box */
#lightbox{
	position: absolute;
	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; 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

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

.gary {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:18px;
}

.sitemap {

	color:#FFF;
	font-size:12px;
}
#sitemap a {
	font-size:12px;
	text-decoration:underline;
}
