img {
	border: 0;
}

a {
	color: #fff;
	text-decoration: underline;
}

	a:hover {
		text-decoration: none;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 17px;
	margin: 0;
	padding: 0;
	padding-top: 20px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}


	

.clientGalleryImage {
	border: 1px solid #3a5d63;
}

img.left {
	margin-right: 8px;
	margin-top: 4px;
	float: left;
}

img.right {
	margin-left: 12px;
	margin-top: 4px;
	float: right;
}

.list li {
	list-style-type: none;
}

.list a {
	color: #fff;
}

.photos img {
		border: 3px double #c3eef4;
	}
	
.text-box {
	border: 3px double #c3eef4;
	background-color: #8ad4df;
	padding: 10px;
	color: #1a5861;
}



	.text-box a {
		color: #1a5861;
	}
	
.text-box-sm {
	border: 3px double #c3eef4;
	background-color: #8ad4df;
	padding: 10px;
	color: #1a5861;
	width: 300px;
}

.text-box-sm a {
		color: #1a5861;
	}

.bullet-list li {
		background: url(../grfx/bullet.png) no-repeat;
		background-position: 0 -2px;
		list-style-type: none;
		line-height: 200%;
		padding: 3px 0 3px 30px;

}

.gallery-table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.gallery-table img {
	border: 3px double #c3eef4;
}

hr {
	border: 0;
	height: 1px;
	color: #c3eef4;
	background-color: #c3eef4;
}

.email-image img {
	padding-left: 20px;
	vertical-align: middle;
}

#submit {
	border: 3px double #c3eef4;
	background-color: #57a0aa;
	cursor: pointer;
	color: #fff;	
}

#reset {
	border: 3px double #c3eef4;
	background-color: #57a0aa;
	cursor: pointer;
	color: #fff;	
}

#facebook {
	float: left;
	width: 150px;
	margin-top: 20px;
	margin-left: -365px;
	position:relative;
}

