/* generic styles */

td {
	border: 0px dashed green;
}
div {
	border: 0px dotted red;
}

* {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

body {
	background: #0092ab url('img/bgPattern.gif');
/*	background: darkblue; */
}
.bgImage {
	background:url('img/bg_image5.png') center center no-repeat;
	padding: 20px;
}

.wrapper {
	position: relative;
	top:-2px;
}

.textdiv {
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	padding: 30px;
	color: #666;
	border: 0px dashed green;
	height: 416px;
}

h1 {
	font-size: 14px;
	font-family: trebuchet MS;
	margin-bottom: 10px;
}

hr {
	border: 1px solid #ccc;
	margin: 5px 0 5px 0;
}

a {
	text-decoration: none;
	color: #487cb2;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
	padding-right: 10px;
	position: relative;
	top:1px;
}

.servicelist {
	margin-left: 15px;
	list-style-type: circle;
}

/* menu styles */

.menu {
	font-family: trebuchet MS;
	font-size: 11px;
	text-transform: uppercase;	
}

.menu li {
	display: block;
	background: #f2f4f6;
	border: 1px dotted #fff;
	text-align: center;
	padding: 10px;
	margin-top: 1px;
	list-style-type:none;
}

.menu a {
	color: #666;
	display: block;

}

.menu a:hover {
	text-decoration: none;
}

.menu li:hover {
	background: #fff;
}

/* spacings for column layout */

.columnOne {
	width:90px;
	height:467px;
	margin:5px;
	overflow:hidden;
}

.columnTwo {
	width:168px;
	margin:5px;
}

.columnThree {
	width:548px;
	margin:10px;
}

/* lightbox / gallery styles*/

 .image_class {
	border: 0px solid #fff;
	padding: 0px;
}
.container_class {
	display: inline;
	float:left;
	margin: 3px;
	padding: 6px;
	border: 1px solid #ddd;
	background: #eee;
}
#gallery {
	position: relative;
	left:6px;
	width: 538px;
	height: 467px;
	margin:0px;
} 

