/* CSS Document */
/*WebDev - chad*/
body
{
margin:0;
padding:0;
margin-top:4px;
background-color:#DFDFDF;
}
#container
{
width:780px;
height:auto;
margin:0px auto;
position:relative;
}
#main
{
width:760px;
height:auto;
position:relative;
background-color:#FFF;
padding:10px;
}
#header
{
width:760px;
height:144px;
position:relative;
}
#nav
{
width:760px;
height:35px;
position:relative;
background-color:#ED326A;
border:1px solid #FFF;
border-right:none;
border-left:none;
}
#content
{
width:529px;
height:auto;
background-color:#BEB07E;
position:relative;
float:left;
padding:9px;
}
#container2
{
width:780px;
height:auto;
margin:200px auto;
position:relative;
}
#content2
{
width:760px;
height:100px;
background-color:#BEB07E;
position:relative;
}
#content3
{
width:740px;
height:auto;
background-color:#BEB07E;
position:relative;
float:left;
padding:20px 10px;
}

#rcontent
{
width:191px;
height:auto;
background-color:#FFF2F0;
position:relative;
float:right;
padding:10px;
}
#r2content
{
width:211px;
height:auto;
position:relative;
float:right;
clear:right;

}
#clear
{
height:1px;
width:760px;
float:none;
clear:both;
font-size:1px;
}
#footer
{
width:780px;
height:21px;
position:relative;
font-family:Arial;
font-size:10px;
color:#666;
padding-top:5px;
}
#footer a, #footer a:visited
{
text-decoration:none;
color:#666;
}
.left
{
float:left;
clear:left;
}
.right
{
float:right;
clear:right;
}
.box
{
background-image:url(../images/topbox.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#F8F7F1;
font-family:Arial;
font-size:12px;
color:#8C7C46;
}
.box2
{
padding:8px;
background-image:url(../images/botbox.jpg);
background-position:bottom;
background-repeat:no-repeat;
font-family:Arial;
font-size:12px;
color:#8C7C46;
}
.bh
{
font-family:Arial;
font-size:12px;
color:#ED326A;
}
.bh a, .bh a:visited
{
text-decoration:none;
color:#ED326A;
}
#hr
{
background-image:url(../images/sep.jpg);
background-position:bottom;
background-repeat:repeat-x;
font-size:10px;
}
.txt
{
font-family:Arial;
font-size:12px;
color:white;
}
.txt a, .txt a:visited
{
color:white; text-decoration:underline;
}
.txthead
{
font-family:Arial;
font-size:20px;
color:#FFF;
}
.txthead1
{
font-family:Arial;
font-size:18px;
color:#FFF;
text-align: center;

}

.txt2
{
font-family:Arial;
font-size:12px;
color:#333333;
font-weight:bold;
}
.txt3
{
font-family:Arial;
font-size:11px;
color:#333333;
}
.input
{
border:1px solid #FBAEC6;
background-color:#FFFFFF;
}
.button {
height:25px;
width:80px;
border:none;
}
/*submenus*/
#dropmenudiv{
position:absolute;
font-family:Arial;
font-size:12px;
color:#FFF;
z-index:100;
width: 110px;
border-bottom:1px solid #fff;
}

#dropmenudiv a{
width: 110px;
background-color:#ED326A;
color:white;
display: block;

padding: 5px 5px;
text-decoration:none;
/*font-weight: bold;*/
border:1px solid #fff;
border-bottom:none;
}

#dropmenudiv a:hover{ /*hover background color*/
/*background-color: #6FC4E3;*/
color:#FEFEFE;
text-decoration:underline;
background-color:#000000;
}
#m
{
width:auto;
height:500px;
}
#bord
{
border:1px solid #fff;
}
.bord2
{
border-right:1px solid #fff;
}
.bord3
{
border-right:1px solid #fff;
border-bottom:1px solid #fff;
background-color:#ED326A;
}
.bord4
{
border-bottom:1px solid #fff;
background-color:#ED326A;
}
/*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(../InitialSet/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/InitialSet/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/InitialSet/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}		

a:visited { color:#ED326A; } 
a:link { color:#ED326A; } 

.fs16{font-size:16px;}