

body {
	margin: 0;
	padding: 0;
	background: #cccccc url(images/background.jpg) repeat-x;;
	font: normal small Verdana, Helvetica, sans-serif;
	color: #1b110f;
}

h2, h3, h4, h5, h6 h7 {
	margin-top: 0;
	padding-top: 0;
	font-family: Impact wide, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	margin-top: 0;
	padding-top: 0;
	font-family: Impact, Helvetica, sans-serif;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	margin: 0;
	font-size: 1em;
}

h6 {
	font-size: 1.6em;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
}
p.portfolio  {
	border-bottom: 1px solid #4399BC;
	margin-top: -10px;
}

p, ul {
	margin-top: 0;
}

a:link.on {
	color: #bbcadb;
}


a:link {
	color: #1b110f;
}

a:visited {
	color: #1b110f;
}

a:hover {
	text-decoration: none;
	color: #1b110f;
}

.borderit img{
border: 1px solid #000;
}

.borderit:hover img{
border: 1px solid #fff;
}
 
.borderit:hover{
color: white; /* irrelevant definition to overcome IE bug */
}

/* Header */

#header {
	width: 580px;
	height: 100px;
	margin: 0 auto;
	border-top: 0px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	background: #4399BC url(images/headerimage.jpg);
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
z-index: 8;
}

#header h1 {
	float: left;
	padding: 68px 0 0 0;
	font-size: xx-large;
}

#header h2 {
	float: right;
	padding: 86px 0 0 0;
	font-size: small;
}
#header img {
	float: left;
	padding: 58px 0 0 0;
}

/* Menu */

#menu {
	width: 580px;
	height: 20px;
	margin: 0 auto;
	padding: .5em 0;
	background: #4399BC;
	border-top: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
}

#menu ul {
	margin: 0;
	padding-left: 10px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 110px;
	text-decoration: none;
	text-align: center;
	font: bold small Verdana, Helvetica, sans-serif;
}

/* Content */

#content {
	width: 600px;
	margin: 0 auto;

	background: #FFFFFF url(images/img3.gif);
}

#searchcontent {
	width: 600px;
	margin: 0 auto;
	background: #FFFFFF url(images/img4.gif);
}

#colOne {
	float: right;
	width: 350px;
	padding: 10px 20px 0 0;
}

#colTwo {
	float: left;
	width: 180px;
	padding: 10px 0 0 20px;
}

#colThree {
	float: left;
	width: 580px;
	padding: 10px 0 0 20px;
}

/* Footer */

#footer {
	width: 580px;
	margin: 0 auto;
	padding: .5em 0;
	background: #4399BC;
	border-top: 1px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
}

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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: 0px dashed #1b110f;
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 */

}
