@charset "utf-8";
/* Global */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#ededed;
	background-image:url(../bg.gif);
	background-repeat:no-repeat;
	background-position: 95% 0px;
}
.wrapper {
	margin-right:auto;
	text-align: left;
	background: url(../Logo3.gif) left top no-repeat;
}
p {
	font-size:13px;
	text-indent:1em;
	line-height:125%;
	color: #333333;
}
a:link {
	color:#686868;
	text-decoration:none;
}
a:visited {
	color:#686868;
	text-decoration:none;
}
a {outline:none;}
.clr {clear:both; height:100%;}
.clrlft {clear:left;}
.clrrt {clear:right;}
/*contact*/
.contact { font-family:Verdana, Arial, Helvetica, sans-serif; /*ie fix*/ font-size:12px; color:#333333; padding:15px; width:90%;}

.form {
	font-size:12px;
	color:#333333;
	margin:15px;
	width: 235px;
	font-family:Verdana, Arial, Helvetica, sans-serif; /*ie fix*/
	background-color:#ededed;
}
.form li {padding-bottom:2px; padding-left:10px;}
.form .input {
	width:200px;
	height:17px;
}
.form .inputext {
	width:200px;
	height:90px;
} 
.form .odd {margin-left:3px;}
.form h3 {
	font-size:21px;
	line-height:125%;
	border-bottom:1px solid #acacac;
	color:#959595;
	display: block;
	margin-bottom:1px;
	text-transform: lowercase;
}
.form a {color:#47a816; text-decoration:underline;}
.form .bold {font-weight:bold;}
.form .desc {
	font-size:13px;
	vertical-align: middle;
	text-align: left;
	padding-left:10px;
	margin-bottom: 5px;
	color: #959595;
}


/*container*/
.container {
	width:76%;
	margin-left: 265px;
}

/*logo*/
.logoflt {
	width: auto;
	border: 0px;
	position:absolute;
}

/*header*/
.header {
	height:45px;
	width:100%;
}
.header ul {padding-right:5px;}
.header li {
	float:right;
	width:auto;
	padding:3px 0px 0px 0px;
	font-size:21px;
	margin: 0px 0px 0px 0px;
	color:#686868
}
.header .file {
	font-size:15px;
	padding-top:10px;
}
.header .active {

}
.header li a:hover {
	border-bottom: 1px solid white;
}


/*right sidebar*/
.rtsidebar { color:#333333; font-size:12px;}
.rtsidebar a {
	color:#47a816;
	text-decoration: underline;
	font-size: 12px;
}
.rtsidebar {
	float:right;
	width:26%;
	padding:0 8px 8px 8px;
}
.rtsidebar h3 {
	font-size:21px;
	line-height:125%;
	border-bottom:1px solid #acacac;
	color:#959595;
	display: block;
	margin-bottom:1px;
	text-transform: lowercase;
}
.rtsidebar h3 .flickrpink {
	color:#FF0084;
}
.rtsidebar h3 .flickrblue {
	color:#0063DC;
}

.rtsidebar .flickr {padding-left:9%;}
.flickr ul {margin:0 auto;}
.rtsidebar .flickr li{
	float:left;
	width: 75px;
	border: 3px solid #d7d7d7;
	margin: 5px 7px 5px 7px;
	height: 75px;
}
.rtsidebar .seeall {
	clear:both;
	font-size: 12px;
	text-align: right;
	padding:5px 5px 0 5px;
}
.rtsidebar .links ul {margin-left:9%;}
.rtsidebar .about ul {margin-left:9%;}
.rtsidebar .about .bold {font-weight:bold;}

.rtsidebar .desc {
	font-size:13px;
	vertical-align: middle;
	text-align: left;
	padding-left:10px;
	margin-bottom: 5px;
	color: #959595;
}
.rtsidebar .music {
	padding-top:5px;
	padding-bottom:5px;
}
.rtsidebar .music li {
	font-size:12px;
	color: #333333;
	line-height: 125%;
	border-bottom: 1px dotted #959595;
	margin-left: 9%;
	margin-right: 3%;
}
/*body*/
.body a {color:#47a816; text-decoration:underline;}
.body {
	padding:0 8px 16px 8px;
	width:auto;
}
.body h2 {
	font-size:21px;
	line-height:125%;
	border-bottom:1px solid #acacac;
	color:#959595;
	display: block;
	margin-bottom:10px;
	text-transform: lowercase;
}
.body .date {
	float:right;
	font-size:14px;
	padding-top:8px;
	color: #B1B1B1;
}
.date a{
	text-decoration:none;
}
.date a:link {
	text-decoration:none;
}
.date a:visited {
	text-decoration:none;
}
/*lightbox*/
#lightbox a {color:#47a816; text-decoration:underline;}
#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: 13px 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;
	}

/*Tabbed Pannel*/
.TabbedPanels {
	margin: 0px;
	padding: 3px;
	float: left;
	clear: none;
	width: 98%;
	margin-left: 5px;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	float: left;
	padding: 1px 0px;
	margin: 0px;
	list-style: none;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#959595;
	background-color: #EDEDED;
}

.TabbedPanelsTabHover {
	border-bottom: 1px solid white;
	color:#959595;
}

.TabbedPanelsTabSelected {
	border-bottom: 1px solid white;
	color:#959595;
	background-color: #EDEDED;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
}

.TabbedPanelsContent {
	padding: 4px;
	vertical-align:middle;
}
.TabbedPanelsContent img {margin:1px; border:3px solid #d7d7d7;}

.TabbedPanelsContentVisible {
}

.labimg {
	border:3px solid #47a816;
	text-align:center;
	margin: 1px 8px 8px 8px;
}
.overbody {
	height:auto;
	width:72%;
}
.overbody2 {
	height:auto;
	width:72%;
	background: url(../exp.jpg) top center no-repeat;
}
.logofltbox {height:275px;}
.breaker {border-bottom:3px solid #666; margin-bottom:5px;}