@charset "utf-8";
/* CSS Document */

.bottom-border {
	border-bottom: 1px solid #E0E0E0;
	display: inline;
}

* {
	padding: 0;
	margin: 0;
	font: 10px Verdana, Arial, sans-serif;
	color: #030303;
	text-decoration: none;
	}

body {
	margin: 0;
	padding: 0;
	height: 1000px;
	background-image: url(/images/background3.jpg);
	background-repeat: no-repeat;
	background-position: top center;
} /* Needed to center layout in old IE browsers. */

img {
	display: block;
	margin-top: 0px;
   }
   
h1 {
	font: 14px Verdana, Arial, sans-serif;
	padding: 5px 0;
	}
h3 {
	font: 12px Verdana, Arial, sans-serif;
	padding: 5px 0 0 8px;
	color: #333333;
	font-weight: bolder;
	letter-spacing: 2px;
	}
	
h2 {
	font: italic 11px Verdana, Arial, sans-serif;
	padding: 10px 0 5px 0;
	color: #333333;
   }

p {
	padding: 3px 0 3px 0;
	text-align: justify;
	color: #000000;
	line-height: 13px;
	}
	
a {
	color: #174068;
	text-decoration: none;
	}
	
a:hover {
   color: #174068; background-color: #80cfd6; 
	} 
	
#container {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	height: 1000px;
	}
	
#mainpagecontent {
	margin: 450px 0 0 8px;
	}
#mainpagecontent p{
	padding: 3px 0 3px 0;
	text-align: justify;
	color: #000000;
	line-height: 13px;
}
#mainpagecontent2 {
	margin: 400px 0 0 8px;
	}
	#mainpagecontent3 {
	margin: 700px 0 0 8px;
	}
#left-column {
	width: 165px;
	height: 600px;
	float: left;
	}
   
#middle-column {
	width: 420px;
	float: left;
	/*margin-left: 170px;*/
	margin-top: 305px;
	margin-left: 6px;
}
#middle-column p{
	padding: 8px 10px 10px 10px;
	text-align: justify;
	color: #333333;
	line-height: 13px;
	background-color: #EBEBEB;
}
#right-column {
	width: 165px;
	float: right;
	}
#footer {
	font: 9px Verdana, Arial, sans-serif;
	color: #ECE9D8;
	margin: 0 auto;
	width: 760px;
	text-align: center;
	line-height: 18px;
	clear: both;
   }
   
   
#footer a {
   font: 9px Verdana, Arial, sans-serif; color: #688;
   }
   
#footer a:hover {
   color: #333; background-color: #DEE;
   }
#logo {
	margin: 200px 0 0 100px;
	padding: 0;
	width: 100px;
	overflow: hidden;
	background: url(public_html/images/logo.jpg) no-repeat;
	height: 150px;
	display: block;
	}
	  
#logo a.image {
	display: block;
	position: relative;
	left: 0;
	z-index: 1;
	width: 75px;
	height: 150px;
	margin: 100px 0 0 0;
	padding: 0;
	
	}
#nav {
	height: 100px; width: 350px; 
	margin: 100px 0 0 0;
}
div#nav ul#menu {
	height: 100px; width: 350px;
	
	}
	
div#nav ul#menu li {
	list-style-type: none;
	
	}


ul#menu li, ul#menu a {
	list-style-type: none;
	height: 25px;
	width: 420px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: left;
	}


div#nav ul#menu li a {
	text-decoration: none;
	
	}
#recent-clients {
	margin-bottom: 25px;
	padding: 0;
	width: 225px;
}

#recent-clients ul {margin: 0;
                    padding: 0;
                    list-style-type: none;}

#recent-clients li {display: inline;
                    padding: 0 1px 0 0;}

#recent-clients li a img {padding: 0;
                          margin: 0;
                          border: 2px solid #E0E0E0;}

#recent-clients li a:hover img {border: 2px solid #677C2F;}

#portfolio {
	width: 420px;
}

#portfolio img{
	padding: 0;
}

.gallerycontainer{
	position: relative;
	width: 155px;
	height: 460px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	border: 1px solid #999999;
	margin: 5px 5px;
	display: inline;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	/*color: white;
	text-decoration: none;
	font: 12px "Century Gothic",Verdana, Arial, sans-serif;
	text-align: right;*/
	
}
.thumbnail p{
	font: #999999 13px "Century Gothic",Verdana, Arial, sans-serif;
	text-align: justify;
	margin-left: -160px;
	margin-top: -200px;
	width: 150px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span { /*CSS for enlarged image*/
	visibility: visible;
	top: 0px;
	left: -445px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
