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

body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 80%;
	font-weight: bold;
	
}

p {
	font-weight: normal;
	font-size:12px;
	margin:0px;
	line-height:20px;

}


#backing {
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 600px;
	width: 798px;
	text-align: left;
	margin: 0 auto;
	
}

#img.source-image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#container {
	width:600px;
	height: auto;
	float: left;
	width: expression(document.body.clientWidth < 600? "600px": "auto" );
	width: 600px;
	margin-top: 150px;
	margin-right: 190px;
	margin-bottom: 40px;
	margin-left: 10px;
	display: inline;
} 

#box {
	width: 363px;
	float: right;
}


ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */
	
#menu3 {
	width: 195px;
	height: 785px;
	border: none;
	margin: 20px;
	float: left;
	display: inline;
	}
	
/**gallery**/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

#nav, #nav li {
    width:200px;
    margin:0;
    padding:0;
    list-style:none;
} 

#nav li a {
    display:block;
    width:200px;
    height:30px;
    background:top left no-repeat #ffffff;
    text-decoration:none;
} 


#nav li a.home { background-image:url(img/Home_Img.gif); }
#nav li a.about { background-image:url(img/About_Img.gif); }
#nav li a.services { background-image:url(img/Services_Img.gif); }
#nav li a.history { background-image:url(img/History_Img.gif); }
#nav li a.gallery{ background-image:url(img/Gallery_Img.gif); }
#nav li a.signature { background-image:url(img/Signature_Img.gif); }
#nav li a.links { background-image:url(img/Links_Img.gif); }
#nav li a.contacts { background-image:url(img/Contacts_Img.gif);}

#nav li a:hover { background-position:bottom left; } 

#nav li a span { visibility:hidden; } 

div.row {
  clear:right;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 142px;
  text-align: right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.row span.formw {
  float: right;
  width: 215px;
  text-align: left;
  } 
  
 div.row span.check {
  clear: both;
  width: 100px;
  text-align: right;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

.floatleft {
margin: 0px 10px 10px 0;
border: 1px solid #666;
padding: 2px;
clear: both;

 }
 
#table{
margin: 10px 10px 10px 10px;
border: 1px solid #666;
padding: 0px;
}