@charset "utf-8";
/* CSS Document */

body {
		text-align:center;
		background-color: #D8BFD8;
		font: "Trebuchet MS";
		
		}

a, a:active, a:link {
		color:#6600CC;
		text-decoration:none;
		}
a:hover {color:#6600CC;
		text-decoration:underline;
		}		
		
#frame {
		width:840px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}
		
#contentleft {
		width:175px;
		padding:0px;
		float:left;
		background:#D8BFD8;
		}
	
#contentcenter {
		width:480px;		
		padding:5px;
		float:left;
		background:#D8BFD8;
		font-size: medium;
		}
		
#contentgallery {
		width:840px;
		height: 640px;		
		padding:0px;
		float:left;
		background:#D8BFD8;
		font-size: medium;
		}
		
.contentcenter ul {
		list-style: square;
		list-style-image:url(img/list.gif);
		
		padding-left: 20;
		margin-left:20px;
		}
#contentccontact {
		width:450px;		
		padding:5px;
		float:left;
		background:#D8BFD8;
		font-size: medium;
		text-align:center;
		}
.contact {
		padding-left: 60px;
		text-align:left;
		
			}
.quote ul {
		list-style:none;
		padding-left: 20;
		margin-left:20px;
		text-align:right;
		font-size: 10px;
		}

#contentright {
		width:175px;		
		padding:0px;
		float:right;
		background:#D8BFD8;
		margin:0;
		}
	
#contentheader {
		background:#D8BFD8;
		}
		
p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
h1 {
		font-size:14px;
		padding-top:10px;
		}
		
#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
#contentright p { font-size:10px}

#footer {
		color:#333333;
		text-align:center;
		font-size:small;
		width:840px;
		height:40px;
		float: left;
		}

/*****MENU*****/

#menu13 {
	width: 175px;
	margin: 0px;
	}
	
#menu13 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu13 li a:link, #menu13 li a:visited {
	color:#660099;
	display: block;
	background:  url(img/menu_small.gif);
	padding: 8px 0 0 5px;
	}
	
#menu13 li a:hover {
	color: #C7377D;
	background:  url(img/menu_small.gif) 0 -32px;
	padding: 8px 0 0 5px;
	}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 

/*****LIGHTBOX SECTION****/
#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;
	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: #D8BFD8;
	}
	
/**** Horizontal Menu for Gallery Page***/

#tabsD {
      float:left;
      width:100%;
      background:#D8BFD8;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #F4B7D6;
      }
    #tabsD ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsD li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsD a {
      float:left;
      background:url("img/tableftD.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsD a span {
      float:left;
      display:block;
      background:url("img/tabrightD.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#C7377D;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsD a span {float:none;}
    /* End IE5-Mac hack */
    #tabsD a:hover span {
      color:#C7377D;
      }
    #tabsD a:hover {
      background-position:0% -42px;
      }
    #tabsD a:hover span {
      background-position:100% -42px;
      }  
