﻿body 
{
	margin:0;
	padding:0; 
	font-family: Verdana;
	font-size: small;
	background-color: #B7D5D5;
}


#wrapper 
{
	position:relative;
	top: 5px;
	width:740px;
	margin-left: auto;
	margin-right: auto;
	background-color: blue;
}

#frontImage 
{
	position: absolute;
	top: 0px;
	left: 0px;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px black;
	z-index:3;

}
#flash 
{
	position: absolute;
	top: 0px;
	border: solid 1px black;
	z-index: 0;
}

#services 
{
	position: absolute;
	top: 30px;
	z-index: 4;
	border: solid 1px black;
	width: 700px;
	height: 370px;
	background-color: white;
	color: black;
	left: 10px;
	padding: 10px;
	overflow: auto;
	
}

#servicesRes 
{
	position: absolute;
	top: 10px;
	z-index: 4;
	border: solid 1px black;
	width: 700px;
	height: 400px;
	background-color: white;
	color: black;
	left: 10px;
	padding: 10px;
	overflow: auto;
	
}

#servicesPrivate 
{
	position: absolute;
	top: 10px;
	z-index: 4;
	border: solid 1px black;
	width: 700px;
	height: 350px;
	background-color: white;
	color: black;
	left: 10px;
	padding: 10px;
	overflow: auto;
	
}

#contactus
{
	position: absolute;
	top: 60px;
	z-index: 4;
	border: solid 1px black;
	width: 700px;
	height: 400px;
	background-color: white;
	color: black;
	left: 10px;
	padding: 10px;
	padding-bottom: 20px;
	overflow: scroll;
	overflow:hidden;
}

#profile
{
	position: absolute;
	top: 10px;
	z-index: 4;
	border: solid 1px black;
	width: 700px;
	height: 410px;
	background-color: white;
	color: black;
	left: 10px;
	padding: 10px;
	overflow: scroll;
	overflow:hidden;
}

#imgBack 
{
	position: absolute;
	top: 10px;
	z-index: 4;
	border: solid 1px black;
	width: 700px;
	height: 500px;
	background-color: white;
	color: black;
	left: 10px;
	padding: 10px;
	overflow: scroll;
	overflow:hidden;
}

#aboutus 
{
	position: absolute;
	top: 10px;
	z-index: 4;
	border: solid 1px black;
	width: 700px;
	height: 300px;
	background-color: white;
	color: black;
	left: 10px;
	padding: 10px;
	overflow: scroll;
	overflow:hidden;
}

#header 
{
	position: absolute;
	top: 450px;
	width: 100%;
	z-index: 6;
	height: 50px;
	background-color: White;
	border: solid 1px black;
}

#headerImg 
{
	position: relative;
	top: 5px;
	left: 10px;
}

#menu 
{
	position: absolute;
	top: 15px;
	right: 30px;

	z-index:4;
}

#menu li
{
display: inline;
list-style-type: none;
padding-right: 5px;
}

A
{
	color: #96CAC8;
	text-decoration: none;
	font-size: medium;
}

A:Hover 
{
	color: #646A6A;
}

H3 
{
	color: #646A6A;
	font-size: large;
}

A.main 
{
	color: #646A6A;
	font-size: medium;
}

A.corelink 
{
	font-size: small;
}

B 
{
	color: #96CAC8;
}

.thumbnailPics 
{
	position: relative;
	width: 160px;
	background-color: white;
	float: right;
	top: 10px;
}

.content 
{
	position: relative;
	width: 500px;
	top: 0px;
	background-color: white;
	float: left;
}

.thumbnail 
{
	border: solid 1pt black;
}

LI 
{
	list-style-type:none;
}