/**
* CSS
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	line-height: 1.5em;
	font-family: Verdana, sans-serif;
	background: #eee;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link 			{ text-decoration: none; background-color:#ff0099; color: #fff;}
a:active 		{ text-decoration: none; color: #0099ff;}
a:visited 		{ text-decoration: none; background-color:#ff0099; color: #fff; }
a:hover 		{ text-decoration: none; background-color:#fff; color: #ff0099;}

a img { border: none; }

.logo 					{ position: fixed; z-index:0; margin: 10px; height: 130px;  width: 280px; }
.logo img				{ position: fixed; width: 200px; }

#about 					{ margin-top: 175px; margin-left: 20px; font-family: Georgia, Times; font-size: 10px; line-height: 12px; width: 255px; float: left; }


#menu .container {
    padding:  145px 5px 25px 5px;
	border: 10px;
}
#menu {
    width: 230px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #ffffff;
	background: url(../../../files/gimgs/grid.png) repeat #ffffff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}
#menu ul li{
	z-index:100;
}

p .copyright				{ font-size: 9px; }


.section-title {
    color: #efefef; text-decoration: none; padding-top:0px; padding-bottom: 4px;
	font-family: "chunk-1","chunk-2", "ChunkFive",serif;
    font-size: 20px;
    line-height: 1.6em;
}
.section-title {
    text-shadow: 1px 1px #ff0099, 2px 2px #ff0099, 3px 3px #ff0099;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: all 0.12s ease-out;
       -moz-transition: all 0.12s ease-out;
         -o-transition: all 0.12s ease-out;
            transition: all 0.12s ease-out;
}
.rollover {
    color: #00ccff;
    top: -3px;
    left: -3px;
    text-shadow: 1px 1px #ccffff, 2px 2px #ccffff, 3px 3px #ccffff, 4px 4px #ccffff, 5px 5px #ccffff, 6px 6px #ccffff;
}


.section-title { 
	cursor:pointer;
	}

/*.rollover{	
    background:#000000;
	}*/

/* ------------------ */
/* ------------------ */ /* ------------------ */
/* ------------------ */

.slash	{ 
	width:30px;
	height: 100%;
    position: fixed;
    left:230px;
	background-color: #ffffff;
	/*background: url(../../../files/gimgs/cross_cyan.png) repeat #fff;*/
	opacity:.60;
	/*filter:alpha(opacity=60);
	filter: “alpha(opacity=60)”;*/
}

#content {
    height: 100%;
    margin: 0 0 0 315px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

/*#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}
*/
#content .container h3 			{ position:fixed; top:280px; left:20px; margin: 14px 0 0 20px; }
#content .container p 			{  }
#content .container a			{  }


#text {
	display:none; 
	position:fixed; top:70px; left:270px; margin: 14px 0 0 20px;
	height: auto;  width: 400px; float:left; clear:right;
	background: #f5f5f5; padding:5px; border:1px dotted #00ccff;
}
#clickme 
{ 
	position:fixed; top:30px; left:285px;
	background:#abeeff; margin:5px; width:100px;;
	height:35px; float:left; 
	border: 1px dotted #00ccff;
	cursor:pointer;
	z-index:10;
	color:#ff0099;
	vertical-align: middle;
}
.clicktext
{
	font-family: "chunk-1","chunk-2", "ChunkFive", serif;
	font-size:14px;
	text-align: center;
	margin:10px 0px 0px 0px; padding:0px;
}


h1 						{ font-size: 32px; }
h2 						{ font-size: 24px; }
h3 						{ font-size: 16px; }
h4 						{ font-size: 14px;  font-family: Georgia, Times;  margin-left: 300px;  margin-top: -10px; }
h5 						{ font-size: 15px;  font-family: Helvetica, sans-serif;  line-height: 17px; }

/* ----------- */
#img-container 									{ margin: 0; padding: 5px 0 0 20px; }
#img-container 									{ width: 4500px; }
#img-container img 								{ padding: 0 20px 5px 0 ; /*height: 600px;*/ }
#img-container p 								{ width: 400px; margin: 0; padding: 0 0 12px 0; }
#img-container p 								{ margin-bottom: 18px; }
#img-container p span 							{ line-height: 18px; }
#img-container #text 							{ float: left; width: 325px; }
#img-container #text p 							{ width: 250px; }
#img-container .picture_holder 					{ float: left; }
#img-container .picture 						{ /* padding-top: 10px; */ }
#img-container .captioning .title 				{ margin-left: 10px; }
#img-container .captioning .caption 			{ }


#once { clear: left; }

/**************************
**  Web Fonts
**************************/
/*
.tk_chunk { visibility: hidden; }
.no-js .tk_chunk { visibility: visible; }
.js.wf-active .tk_chunk { visibility: visible;  }
.js.wf-inactive .tk_chunk { visibility: visible;  }
*/
