/* Remove default white space on all elements */
*{border:0px;padding:0px;margin:0px}
/* This removes variation in different browsers */

body
{
	font-family: "Trebuchet", Arial;
	font-size: 0.85em;
	padding: 10px;
	margin: 0px;
	background: #000 url(./img/0bg_blk.gif) repeat-x 0 0;
	color: #dadada;
}

#container {
	position: relative;
	width: 980px;
	margin: 10px auto 5px auto;
	border: 0px solid #dadada;	
	
	height: auto;	
	min-height: 650px;
	
}

#top {
	position: relative;
	float: left;
	padding: 0px;
	margin: 5px 0 20px 0;
	border-bottom: 1px dotted #666;
	font-size: 0.9em;
	background-color: transparent;
	height: 60px;
	width: 100%;
}

#nav {
	position: relative;
	float: right;
	
}

#main {
	position: relative;
	float: left;
	padding: 5px 10px 10px 0;
	border: 0px dotted #dadada; /* background-color: #ffffff; */
	width: 100%;
	font-size: 1.0em;
	letter-spacing: normal;
	color: #dadada;
	height: auto;
}

#footer {
	clear: both;
	position: relative;
	color: #666;
	font-size: 0.75em;
	width: 980px;
	margin: 2px auto 10px auto; 
	padding: 5px 0;	
	border-top: 1px dotted #666;
}

/************* DRAWER styles ************************/

.mainPhoto	{
	border: 1px solid #666;
	margin: 10px auto 0px auto; 
	padding: 0px;
	/*float: right; */
	max-width: 680px;

}

#thephoto {
	/* background-color: #000; */
}
#homephoto-container img { display:block; position:absolute; top:0; left:0; z-index:1; }

#overlay {
	position: absolute;
	top: 15px;
	left: 298px;	
	width: 690px;
	height: 530px;
	background: #000;
	background: url(../img/page_loader.gif) #000 no-repeat 40% 25%; 
	z-index: 20;
	overflow: hidden;
}

.navBar		{
	background-color: transparent;
	border: 1px solid #666;
	width: 250px; height: auto;
	padding: 3px 0 0px 10px; 
	margin-top: 5px;
	font: 0.7em Verdana bold;
	vertical-align: text-bottom;
	font-weight: bold;
	display: block;
	height: 20px;
	vertical-align: top;
}

.thumbsContainer	
{
	margin: 0; 
	padding: 5px 0px 5px 2px;
	background-color: transparent;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	width: 258px;			
	vertical-align: top;
}

.thumbsContainer img
{
	border: 1px solid #666;
	margin: 5px 0px 0px 7px;
}

.thumbsContainer p
{
	font: 0.6em "Trebuchet" ;
	color: #999; 
	padding: 5px;
	margin-top: 0px; margin-bottom: 0px;
}
			

/******************************* cascaded styles for containers **************************************/
			
#nav ul {
	padding-top: 30px;
}

#nav ul li { 
	position: relative;
	list-style: square;
	padding: 5px;
	display: inline;
	
	font-weight: bold;
	font: normal 14px/1.1 "Trebuchet MS", Arial;
	margin-left: 20px;
}

#nav ul li a { 
	text-decoration: none;
	color: #dadada;
	border: 0;
}

#nav ul li a:hover { 
	/* text-decoration: underline; */
	color: #666;
	border-bottom: 2px solid #666;
}

#nav .on a { color: #dadada; border-bottom: 2px solid #dadada; }

#logo {
	position: relative;
	float: left;
	background-color: transparent;
	font-size: 1em;
	margin: -10px;
	height: 50px;
	width: 300px;
	padding: 5px;
	border: 0px dotted #dadada;
}

#logo a {
	 border: 0;
}

.logotext a {
	font-size: 1.4em;
}

.logotext a:hover { padding-top: 5px; text-decoration: none; color: #3366CC; }

.galimg {
	position: relative;
	margin: 10px auto 0px auto;
	padding: 0px;
	border: 1px solid #666;
	
}


.but {
	clear: both;
	color: #a52a2a;
	background-color: #FFF;
	padding: 1px 3px 1px 3px;
	border: 1px solid #8C8C8C;
	font-size: 0.75em;
}

.but a:hover {
	text-decoration: none;
	background-color: #8C8C8C;
	color: #dadada;
	border: 1px solid #8C8C8C;
}

.home { padding: 20px; width: 200px; float: right; line-height: 1.5em;}
.contact { padding: 20px 20px 20px 0; width: 200px; float: left; line-height: 1.5em;}

/******************************* GENERIC styles ****************************************/

a:link, a:visited {
	color: #666;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

a:hover { 
	color: #dadada; text-decoration: underline;
}

p { 
	margin-top: 5px; 
	padding: 2px;
	vertical-align: text-top;
}

hr { 
	border: 0; 
	height: 0px;
	border-bottom: 1px dotted #dadada;
}

img { border: 0; }

.clear { clear: both ;}

.hidden { display: none; }
h1 { font-size: 1.3em; color: #999; float: right; margin-right: 20px; clear: both;}

h2 { font-size: 1em; }

.l { float: left; }
.r { float: right; }

.small { font-size: .7em; }

/* -------------------------------------------------------- */
/*
	Vertical Accordions (scriptaculous) - replaced by MooTools version Nov 2008
*/

.accordion_content {
	background-color: transparent;
	color: #dadada;
	overflow: hidden;
	width: 270px;
	margin: 5px 0 0 0;
}
	
	.accordion_content h2 {
		margin: 0 0 5px 10px;
		color: #dadada;
	}
	
	.accordion_content p {
		line-height: 150%;
		padding: 5px 10px 15px 10px;
	}
	
.vertical_accordion_toggle {
	display: block;
	/*
	height: 30px;
	width: 600px;
	background: url(../img/nav_open.gif) no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font: 0.7em Verdana bold;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
	*/
	
	background-color: transparent;
	border: 1px solid #666;
	width: 250px; height: auto;
	padding: 3px 0px 0px 10px; 
	margin-top: 5px;
	font: 0.75em Verdana bold;
	vertical-align: text-bottom;
	font-weight: bold;
	display: block;
	height: 20px;
	vertical-align: top;
	cursor: pointer;
}

.vertical_accordion_toggle a { border: 0; }

.vertical_accordion_toggle_active {
	background: url(../img/#nav_close.gif) no-repeat top right #333;
	color: #dadada;
	border-bottom: 1px solid #666;
}

.vertical_accordion_content {
	background-color: transparent;
	color: #dadada;
	overflow: hidden;
}

.vertical_accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #dadada;
}

.vertical_accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}

#vertical_nested_container {
  margin: 0; padding: 0;
  width: 280px;
}
/*--------------------------------------------------------------------------*/


