body {
	font: 12px Tahoma, Geneva, sans-serif;
	background-color: #336699;
}
	
h4 {
font-size:12px;
}
.bold {
	font-weight: bold;
}


#wrapper {
	width:770px;
	padding:0;
	margin: 0 auto 0 auto;
	background-color:#FFFFFF;
	overflow:hidden;
}

#nav {
	height:55px;
	padding:0;
	background: #3b70b4 url(images/header-bkgd.gif) no-repeat left top;
	margin: 0 auto;
}


/**  begin header **/
#header {
	background: #FFFFFF url(images/PS_01_Logo_F.jpg) no-repeat 45px center;
	height: 144px;
	margin: 0 0 0 5px;
}

#header img {
	float:right;
	padding: 40px 20px 0 0;
	margin: 0;
	}

.contact-info {
	height:25px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	width: 766px;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	background-color: #972c34;
	margin: 0px;
	padding: 0px;
}

.contact-info-left {
	padding-left: 50px;
	float: left;
	width: 100px;
	margin-top: 3px;
	vertical-align: middle;
	padding-top: 3px;
}

.contact-info-right {
	float:right;
	margin: 3px 32px 0px 0px;
	padding-top: 3px;
}

.contact-info-right a {
text-decoration:none;
color:#FFFFFF;
}

#portfolio-links {
	font: bold small-caps 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	letter-spacing: 0.25em;
	list-style: square;
	text-indent: 20px;
}
#portfolio-links a:link {
	color: #000000;
	text-decoration: underline;
}

#portfolio-links a:hover {
	color:#666666;
	}

/**  end header **/

/** begin main content area  **/
#content {
	background-color:#FFFFFF;
	margin: 0 15px;
	padding: 0;
}

#content .leftcol {
	float:left;
	width: 320px;
	background-color: #FFFFCC;
	border: 2px double #336699;
	padding: 10px;
	margin: 20px 0 5px 20px;
}

#content .rightcol {
	float: right;
	width: 280px;
	margin: 50px 30px 5px 0;
}

#content .contact-rightcol {
	float: right;
	width: 250px;
	margin: 0px 50px 0px 20px;
	background: #FFFFFF;
}	

/** end main content area  **/

/**  footer  **/

#footer {
	height: 35px;
	margin: 0;
	text-align: center;
	font-size: 11px;
	clear: both;
	font-weight: bold;
	background: url(images/footer.JPG) no-repeat left bottom;
	color: white;
	}

#footer a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration:underline;
	}

/* Gallery container: Dynamic Drive CSS Library */

.gallerycontainer{
	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 solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed white;
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*/
visibility: visible;
top: -200px;
/* top:auto; */
left: -1px; /*position where enlarged image should offset horizontally */
z-index: 50;
padding: 0;
}

