body { 
	margin:5px 0; 
	padding:0; 
	font: 74% Arial, Sans-Serif; 
	color:#FFF;  
	background-color:#eee;
	line-height: 1.4em; 
	background : #7D8085;
}

.toph { background: #3D3E42 url(../images/top.jpg) no-repeat center; height: 39px; margin:0; padding:0; }

.content {
	color: #a0a0a0;
	padding: 0;
	width: 800px;
	background: #fff url(../images/bg.jpg) repeat-y center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.title2 {
	background: #ffcc33 url(../images/logo.png) left no-repeat;
	height: 194px;
	color: #F29900;
	font-size:11px; 
	font-weight:bold; 
	padding: 10px 0 0 40px;
	
}

.right {  
	background: #ffcc33;
	clear: both; 
	font-size: 95%; 
	float:right; 
	width: 170px; 
	margin: 0 15px 0 0 !important;
	margin: 0 8px 0 0;
	padding: 0px 1em 0 0px; 
}

.right a { color: #000000;}
.nav { clear: both; text-align: left; color: 	#7D8085; padding: 5px 0 0 0; }
.nav li { font-weight: bold; margin: 0 0 8px 0; padding: 0 0 0 5px; border-bottom: 1px solid #F29900; }
.nav li a { color: #7D8085; }
.nav li a:hover { color: #F29900; text-decoration: none; }

.boxad {
	color: #BBB;
	border: 1px solid #555;
	padding: 5px;
	background-color: #006633;
}

p { 	margin: 0 0 5px 0; 	padding: 0; color: #FFFFFF; background: inherit; }
hr { border: 0; height: 1px; color: #eee; background-color: #eee; }
a { 	color: #888; background: inherit;  text-decoration:none; }
a:hover { 	background: inherit;	text-decoration: underline; }
h1 {
	padding:0;
	margin:0;
	color: #ffcc33;
	background: inherit;
	letter-spacing: -1px;
	font-family: Arial, Sans-Serif;
	font-size: 1.8em;
	font-weight: bold;
}
h1 a {color: #FFF; background: inherit;}
h2 { background-color: inherit; 	color:#F29900; font-size:140%; font-weight:bold; margin: 10px 0 10px 0; padding:0; }
h2 a { color: #F29955; }
h2 a:hover { 	color: #F29955; text-decoration: none;}

ul { margin: 5px 0 20px 15px; padding : 0; list-style : none; }
li { list-style-type: square;	color: #F29900;	margin: 0 0 0px 0;	padding: 0 0 0 0px; }
li a { color: #7D8085; }
li a:hover { color: #F29900;  }

.center {
	float:left;
	width: 530px;
	font-size: 95%;
	margin: 0px 0 5px 35px !important;
	margin: 0px 0 5px 20px;
	padding: 0;
	background: #006633;
	color: #000;
}

.center a {
	color: #FFFFFF;
}
.center a:hover { color: #FFF; }


.footer { 
	clear:both;
	width: auto;
	height: 37px;
	color:#888;  
	font-size:90%;
	background: #3D3E42 url(../images/bot.jpg) no-repeat center;
	text-align:center; 
}


.footer_text {
	text-align: right;
 	margin: 0; padding: 0;
	color: #aaa;
}

.footer_text a { color: #777; }


fieldset {
	border: 1px solid #eee;
}

textarea.text { 
	height: 150px; 
	width: 90%; 
	border: 1px solid #ccc; 
	background: #fff; 
	color: #000;
}

textarea.text:hover { 
	border: 1px solid #eee; 
	background: #FFFFF4; 
	color: #000;
}

input.field { 
	border: 1px solid #ccc; 
	background-color: #3C3C3C; 
	width: 100px; 
	color: #000;
}

input.field:hover { 
	border: 1px solid #eee; 
	background: #ccc; 
	color: #000;
}

input.text { 
	margin: 0; 
	width: 110px;
	border: 1px solid #F29900; 
	background: #FFF;
	color: #808080; 
}

input.text:hover { 
	border: 1px solid #F26600; 
}

input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: none; 
	background: #FFFFFF; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
}

.date { 
	color: #ccc; 
	background: #3D3E42;
	text-align: right; 
	margin: 4px 0 5px 0; 
	padding: 0.4em 0 0 0; 
	border-top: 1px solid #555;
}

.date a { color: #ccc; }


.time { 
	color: #192D50; 
	float: left;
	text-align: left; 
	padding: 5px 0 0 15px; 
}

input.button { 
	background: #FFFFF4; 
	color: #808080;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.comments { 
	padding: 10px 10px 8px 10px; 
	margin: 0 0 7px 0; 
	background: #3f3f3f; 
	color: #000;
}

.commentsbox { 
	padding: 8px 0 10px 10px; 
	margin: 0 0 10px 0; 
	background: #f4f4f4; 
	color: #000;
}

.error {
	color: #990000;
	background-color: #FFF0F0;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #990000;
}
.error h2 {
	color: #990000;
	background: inherit;
}

.success {
	color: #000000;
	background: #F5FBE1;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dashed #7BA813;
}
.success h2 {
	color: #7BA813;
	background: inherit;
}
/*Gallery*/
#lightbox{
	position: absolute;
	top: 40px;
	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( url(album/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(album/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(album/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	color:#000000;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:# #33CCFF;
color:#666;
font-weight:normal;
padding: 1px 2px;
background:url(images/formbg.gif) repeat-x left top;
}

.inputstyle {
	font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #E2EDEB;
	border: 1px solid #FFFFFF;
}	
table.helpT
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 500px;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px; }

td.helpHed
{ border-bottom: 2px solid #6699CC;
border-left: 1px solid #6699CC;
background-color: #BEC8D1;
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040; }

td.helpBod
{ border-bottom: 1px solid #9CF;
border-top: 0px;
border-left: 1px solid #9CF;
border-right: 0px;
text-align: left;
text-indent: 10px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa; }

table.sofT
{ text-align: center;
font-family: Arial, Sans-Serif;
font-weight: normal;
font-size: 11px;
color: #ffffff;
width: 85%;
background-color:;
border: 1px  #999999  dotted;
border-collapse: collapse;
border-spacing: 0px; }

table.sofT2
{ text-align: center;
font-family: Arial, Sans-Serif;
font-weight: normal;
font-size: 11px;
color: #ffffff;
width: 100%;
background-color:;
border: 1px  #999999  dotted;
border-collapse: collapse;
border-spacing: 0px; }
