@charset "UTF-8";
/* CSS Document */

body {
	background-color: #151e0e;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}

#placer {
	margin-left: auto;
	margin-right: auto;
	width: 798px;
	height: auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	overflow: visible;
}

#title {
	width: 648px;
	height: 20px;
	background: url("img/top.jpg") no-repeat;
	padding-top: 70px;
	padding-left: 150px;
	float: left;
	clear: left;
}

#content {
	width: 798px;
	height: 90px;
	background: url("img/bg.jpg") repeat-y;
	float: left;
	clear: left;
}

#nav {
	width: 149px;
	height: 430px;
	background: url("img/toolbar.jpg") no-repeat;
	padding-top: 20px;
	float: left;
}

#nav a, #nav a:visited {
	text-decoration: none;
	background: url("img/link.jpg");
	color: #ffffff;
	font-size: 10px;
	display: block;
	width: 125px;
	padding: 5px;
	padding-left: 10px;
	margin-left: 6px;
	margin-bottom: 3px;
	border-left: 1px solid #ffffff;
}

#nav a:hover {
	border-left: 3px solid #ffffff;
	margin-left: 4px;
}

#main {
	width: 513px;
	height: 422px;
	background: url("img/content.jpg") repeat-y;
	padding-left: 68px;
	padding-right: 68px;
	padding-top: 28px;
	float: left;
}

.copyright {
	margin-top: 38px;
	padding: 5px;
	text-align: right;
	float: right;
	margin-right: -60px;
}

.texttitle {
	color: #FFFFFF;
	margin-top: 68px;
}

.white {
	color: #FFFFFF;
}

.whitenone {
	color: #FFFFFF;
	text-decoration: none;
}

.img {
	border: 1px solid #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.formc {
	margin: 0;
	padding: 0;
}
.contactinput {
	width: 150px;
	border: 1px solid #4f4f4f;
	font-size: 10px;
	background-color: #dedede;
}

.contactmsg {
	width: 478px;
	border-left: 2px solid #4f4f4f;
	border-right: 1px solid #4f4f4f;
	border-bottom: 1px solid #4f4f4f;
	border-top: 2px solid #4f4f4f;
	background-color: #dedede;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}

.contactsend {
	border: 1px solid #4f4f4f;
	font-size: 10px;
	background-color: #dedede;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	margin-right: 10px;
}
.borderwrite { width: 484px; height:auto; border:1px dashed #4f4f4f; overflow:visible; display:block; padding:10px; margin-top: 20px;}
.borderwrite span {position:relative; display:block; margin-top: -18px; margin-bottom: 5px; color:#000000; font-size:12px; font-weight: bold;}
* html .borderwrite span {display:inline;}

.fix {
	margin-top: -3px;
}

.contentimg {
	border: 1px solid #ffffff;
	float: left;
	margin: 5px;
}

.count {
	margin-left: 5px;
	margin-top: 225px;
}

#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;}


#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: #000;
	}
	
	.sectiontitle{	/* Styling question */
	/* Start layout CSS */
	width:auto;
	margin-top:5px;
	padding-right:10px;
	height:20px;
	text-align: right;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.sectioncontent{	/* Parent box of slide down content */
	/* Start layout CSS */
	background-color:#0e0e0e;
	width:auto;
	text-align: right;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.sectioncontent_content{	/* Content that is slided down */
	padding:5px;
	position:relative;
}

.menumargin{
	margin-right: 10px;
}