body {background-color: black; font-family:Verdana, Arial, Helvetica, sans-serif;}

#bigbox {width:738px; height:100%; margin:0 auto;}

#header {width:738px; height:140px; margin:0; padding:0; background-image:url(images/header3.jpg); background-repeat:no-repeat;background-position:0 0;}
#header h2 {font-size:16px; color:#55a9a9; text-align:left; margin-left:172px; margin-right:17px; padding:3px 0 3px 12px; /*border:dashed 1px #ddd2c2;*/}
#header h2 a {color:#55a9a9; text-decoration:none;}
#header h2 a:hover {text-decoration:underline;}

/*#logo {width:120px; float:left; height:120px; border:1px dashed #ddd2c2; background-image:url(images/logo.gif);}*/

#navbar {
	/*border:1px dashed #55a9a9;*/
	height:100%;
	margin:0;
	padding:0 8px 0 0;
	width:152px;
	float:left;
	text-align:center;
	color: white;/*55a9a9*/
}
#navbar ul {padding:0; margin:0; }
#navbar li {font-size:75%; list-style-type:none; text-transform:uppercase; display:block; padding:10px 0 8px 0; margin:8px 0 8px 0; /*background-color:#55a9a9;*/ height:18px;  background-image: url(images/button5.jpg); background-repeat:no-repeat;}
#navbar li a {text-decoration:none; color:white;/*55a9a9*/}
#navbar li a:hover {text-decoration:underline; color:white;}
/*#navbar li a:visited {text-decoration:none; color:#FFFFFF;}*/

.liston {border:1px dashed white; background-image: url(images/button-liston.jpg); background-repeat:no-repeat;}

#wrapper1 {width:100%; height:100%;}

#leftbarwrap {width:177px; float:left;}

#mainwrap {width: 540px; height:100%; min-height:295px; float:left; border:1px dashed #000000; margin:0 0 0 5px;}

#homecontent {width:95%; padding:10px; color:white;}
#homecontent h2 {font-size:16px; color:#55a9a9; text-align:left; padding:0 0 3px 0; margin:0;}
#homecontent h1 {font-size:16px; color:white;/*FFFF55*/}
#homecontent p {margin:0 0 10px 0; font-size:90%;}
#homecontent a {color:white; text-decoration:none;}
#homecontent a:hover {text-decoration:underline;}

#insidecontent {width:95%; padding:4px 10px 10px 10px; color:white;}
#insidecontent h2 {font-size:16px; color:#55a9a9; text-align:left; padding:0 0 3px 0; margin:0;}
#insidecontent h1 {font-size:16px; color:white}
#insidecontent h4 {font-size:80%;margin-top:0;}
#insidecontent p {margin:0 0 10px 0; font-size:90%;}
#insidecontent a {color:#55a9a9; text-decoration:none;}
#insidecontent a:hover {text-decoration:underline;}
#insidecontent a:visited {color:#55a9a9;}
#insidecontent li {margin:0; padding:0; list-style: disc;}
#insidecontent ul {margin:0 0 0 25px; padding:0; font-size:90%;}

#imagecontent {}

	
.clearboth {clear:both;}


/*Gallery content
-------------------------------- */

.gallerycontainer{
padding-top:10px;
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px dashed white;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding:10px 0 0 0;
left: -1000px;
visibility: hidden;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


