/* ==========PERSONAL========== */
/* White, Thin, Gray hover */
.class1 A:link		{text-decoration: none; color:#FFFFFF; font-weight:normal }
.class1 A:visited	{text-decoration: none; color:#FFFFFF; font-weight:normal }
.class1 A:active	{text-decoration: none; color:#FFFFFF; font-weight:normal }
.class1 A:hover		{text-decoration: none; color:#AAAAAA; font-weight:normal }

/* Dark Brown, Bold, White hover */
.class2 A:link		{text-decoration: none; color:#543A25; font-weight:bold }
.class2 A:visited	{text-decoration: none; color:#543A25; font-weight:bold }
.class2 A:active	{text-decoration: none; color:#543A25; font-weight:bold }
.class2 A:hover		{text-decoration: none; color:#ffffff; font-weight:bold }

/* White, Bold, Gray hover */
.class3 A:link		{text-decoration: none; color:#FFFFFF; font-weight:bold }
.class3 A:visited	{text-decoration: none; color:#FFFFFF; font-weight:bold }
.class3 A:active	{text-decoration: none; color:#FFFFFF; font-weight:bold }
.class3 A:hover		{text-decoration: none; color:#AAAAAA; font-weight:bold }

/* Beige, Thin, White hover */
.class4 A:link		{text-decoration: none; color:#F2E1C9; font-weight:normal }
.class4 A:visited	{text-decoration: none; color:#F2E1C9; font-weight:normal }
.class4 A:active	{text-decoration: none; color:#F2E1C9; font-weight:normal }
.class4 A:hover		{text-decoration: none; color:#FFFFFF; font-weight:normal }

/* Red, Bold, Gray hover */
.class5 A:link		{text-decoration: none; color:9F1916; font-weight:bold }
.class5 A:visited	{text-decoration: none; color:9F1916; font-weight:bold }
.class5 A:active	{text-decoration: none; color:9F1916; font-weight:bold }
.class5 A:hover		{text-decoration: none; color:#AAAAAA; font-weight:bold }

/* White, Thin, Gray hover, Georgia*/
.class6 A:link		{font: 20px Georgia; text-decoration: none; color:#FFFFFF; font-weight:normal }
.class6 A:visited	{font: 20px Georgia; text-decoration: none; color:#FFFFFF; font-weight:normal }
.class6 A:active	{font: 20px Georgia; text-decoration: none; color:#FFFFFF; font-weight:normal }
.class6 A:hover		{font: 20px Georgia; text-decoration: none; color:#AAAAAA; font-weight:normal }

body{
	margin: 0;
	font: 12px Verdana;
	line-height: 180%;
	color: #CCCCCC;
	background-color: #000000;
	background-image: url('../images/header.jpg');
	background-position: top right;
	background-repeat: repeat-x ;
	background-attachment: scroll
}

table, tr, td {
	margin: 0;
	font: 12px Verdana;
	line-height: 180%;
	color: #F2E1C9
}

big {
	font: 24px Georgia;
	color: #F2E1C9
}

b {
	color: #FFFFFF
}

#header_red_text {
	font: 12px Verdana;
	text-align: justify;
	line-height: 180%;
	color: #F2E1C9
}

#header_red {
	background-image:url('../images/header_red.jpg');
	background-position:top left;
	background-repeat: yes
}

#header_red2 {
	background-image:url('../images/header_red2.jpg');
	background-position:top left;
	background-repeat: yes
}

#header_red3 {
	background-image:url('../images/header_red3.jpg');
	background-position:top left;
	background-repeat: yes
}

#linkbar {
	font: 12px Verdana;
	line-height: 180%;
	font-weight: bold;
	color: #FFFFFF
}

#background_text {
	font: 12px Verdana;
	line-height: 180%;
	color: #F2E1C9;
	text-align: justify;
}

#background {
	background-image:url('../images/background.jpg');
	background-position:top left;
	background-repeat: yes
}

#background2 {
	background-image:url('../images/background2.jpg');
	background-position:top left;
	background-repeat: yes
}

#background3_text {
	font: 12px Verdana;
	color: #543A25
}

#background3 {
	background-image:url('../images/background3.jpg');
	background-position:top left;
	background-repeat: yes
}

#side_bg {
	background-image:url('../images/side_bg.gif');
	background-position:center center;
	background-repeat: no-repeat
}

#side_bg2 {
	background-image:url('../images/side_bg2.gif');
	background-position:center center;
	background-repeat: no-repeat
}

#side_bg3 {
	background-image:url('../images/side_bg3.gif');
	background-position:center center;
	background-repeat: no-repeat
}

#bg_section {
	background-image:url('../images/bg_section.jpg');
	background-position:center center;
	background-repeat: repeat
}

#smallgray {
	background-color:#252525;
	background-image:url('../images/smallgray.jpg');
	background-position:top right;
	background-repeat: no-repeat;
	border: 1px solid;
	border-color:#000000;
}

#fadeinbox{
	position:absolute;
	width: 550px;
	height: 350px;
	left: 0;
	top: -400px;
	border: 2px solid black;
	background-color: #ffffff;
	padding: 0px;
	z-index: 100;
	visibility:hidden;
}

#big2 {
	font: 20px Georgia;
	color: #FFFFFF
}

.drag{
	position:relative;
	cursor:hand;
	z-index: 100;
}




/* ==========LIGHTBOX========== */

#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 */


