@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form {
margin:0px;
padding:0px;
border:0px;
}
html {
/*min-height:100%;
margin-bottom:1px;*/
}
body {
background-image:url("/images/bg.jpg");
background-position:top center;
background-repeat:no-repeat;
font-family: Arial, Helvetica, sans-serif;
/*font-size:12px;
color:#333;*/
}
#wrapper {
width:990px;
margin:0px auto;
}
#header {
text-align:center;
height:132px;
/*font-size:1%;*/
}
#mainpic {
text-align:center;
height:200px;
}
#navcontainer {
/*text-align:center;
background-color:#FFFF33;*/
margin:0px auto;
height:26px;
}
/*MENUS*/
#nav {
float:left;
width:100%;
margin:0px auto;
background:#720D0C;
font-size:14px;
line-height:normal;
}
#nav ul {
margin:0px;
padding:0px 0px 0px 145px;
list-style:none;
}
#nav li {
display:inline;
margin:0;
padding:0;
}
#nav a {
float:left;
background:url("/images/navleft.gif") no-repeat left top;
margin:0px;
padding:0px;
text-decoration:none;
}
#nav a span {
float:left;
display:block;
background:url("/images/navright.gif") no-repeat right top;
padding:5px 15px 4px 15px;
color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
/* End IE5-Mac hack */
#nav a:hover span {
color:#FFF;
}
#nav a:hover {
background-position:0% -42px;
}
#nav a:hover span {
background-position:100% -42px;
}
#nav #current a {
background-position:0% -42px;
}
#nav #current a span {
background-position:100% -42px;
}
#innerwrapper {
background-color:#FFF;
}
#leftcolcontainer {
float:left;
width:200px;
min-height:325px;
background:url("/images/leftcolbg.jpg") #fff repeat-x;
}
#leftcol {
margin:10px 0px 10px 0px;
}
#contentcontainer {
float:left;
width:590px;
min-height:325px;
background-color:#FAF7E2;
}
#content {
margin:10px 5px 10px 5px;
}
#content a, #content  a:link, #content  a:visited {
color:#720D0C;
text-decoration:underline;
}
#content a:hover, #content a:focus {
color:#720D0C;
text-decoration:none;
}
#content li {
margin:5px 0px 0px 55px;
list-style-type: disc;
}
#content p{
margin:20px 5px 5px 5px;
}
#rightcolcontainer {
float:left;
clear:right;
width:200px;
min-height:325px;
background:url("/images/rightcolbg.jpg") #fff repeat-x;
}
#rightcol {
margin:10px 5px 10px 5px;
}
#footercontainer {
min-height:125px;
width:990px;
background:url("/images/footerbg.jpg") #fff repeat-x;
clear:both;
}
#footerleft {
float:left;
text-align:left;
width:125px;
padding:17px 0px 0px 10px;
}
#footer {
float:left;
text-align:center;
width:720px;
text-align:center;
font-size:10px;
}
#footer ul {
color:#FAF7E2;
padding:25px 0px 15px 0px;
}
#footer li {
list-style:none;
display:inline;
}
#footer a, #footer  a:link, #footer  a:visited {
color:#720D0C;
text-decoration:underline;
}
#footer a:hover, #footer a:focus {
color:#FFF;
}
#footerright {
float:left;
text-align:right;
width:125px;
padding:40px 10px 0px 0px;
}




/*Photogallery - LIGHTBOX 2.0 */
#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/prevlabel.gif") left 15% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover { 
background: url("/images/nextlabel.gif") right 15% no-repeat; 
}
*/

#prevLink, #prevLink:visited { background: url("/images/prevlabel.gif") left 95% no-repeat; }
#nextLink, #nextLink:visited { background: url("/images/nextlabel.gif") right 95% 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; 
}






/*CLASS*/
.redtext {
color:#C00;
}
.bold {
font-weight:bold;
}
.italic {
font-style:italic;
}
.italicbold {
font-style:italic;
font-weight:bold;
}
.italiclittle {
font-style:italic;
font-size:12px;
}
.imgborder {
border:1px solid #720D0C;
}
.boldred {
color:#720D0C;
font-weight:bold;
}


