/* CSS Document */
body {
	background-color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(images/items/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top{
	background-image: url(images/items/top.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 153px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#bottom{
	height: auto;
	width: 800px;
	border: 1px solid #000000;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#home{
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	background-image: url(images/items/home.jpg);
	position: relative;
	text-align: left;
	background-repeat: no-repeat;
}
div.mymenu{
	text-align: left;
	margin-top: 125px;
	margin-left: 115px;
	position: absolute;
	z-index: 10;
	height: 25px;
	width: 648px;
	list-style-type: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.mymenu ul{
	width:640px;
	height:24px;
	position:relative;
	margin:0 auto;
	list-style-type: none;
	color: #000000;
}
div.mymenu li{float:left; }
div.mymenu ul li a{
	padding:0 9px 0;
	text-decoration:none;
	font-size:16px;
	color: #000000;
	font-weight: bold;
	word-spacing: -0.03em;
	letter-spacing: -.03em;    
	
}
div.mymenu ul li a:visited{color:#000000}
div.mymenu ul li a:hover{
	text-decoration:none;
	color: #FFFFFF;
	background-color: #000000;
}

div.hometext{
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	position: relative;
	z-index: 2;
	height: auto;
	width: 325px;
	float: left;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px
}
div.homebottom{
	padding: 5px 5px 10px;
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div.homeshow{
	width: 400px;
	margin-top: 0px;
	margin-left: 20px;
	height: auto;
	float: left;
	position: relative;
}

div.hometext_old{
	text-align: left;
	margin-top: 190px;
	margin-left: 19px;
	position: absolute;
	z-index: 2;
	height: 381px;
	width: 319px;
}
#myservicescopy{
	height: auto;
	width: 759px;
	position: relative;
	z-index:2;
	clear: both;
	padding: 0px;
	text-align: left;
	margin-left: 20px;
}

#mybodycopy{
	height: auto;
	width: 759px;
	position: relative;
	z-index:2;
	clear: both;
	padding: 0px;
	text-align: center;
	/* margin-left: 20px;*/
}
#mybodycopy a:link, a:visited{color: #CC6600;}
#mybodycopy a:visited{color:#CC6600}
#mybodycopy a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #E6B800;
}
div.services{font-size:18px}
div.services  ul {
	list-style-image: url(images/compass.gif);
	list-style-position: inside;
}
div.services ul ul {
	list-style-position: inside;
	list-style-type: circle;
	font-size:16px;
	list-style-image: none;
}


/*----FOOTER PANEL----*/
#myfooter{
	position: relative;
	left: auto;
	z-index:5;
	width: 100%;
	color: #FFFFFF;
	right: auto;
	margin: 0px;
	clear: both;
	height: 34px;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
}
.homeheader {
	font-size: 24px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
}

h1 {
	font-size: 28px;
	color: #E6B800;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
}
h2 {
	font-size: 18px;
	text-align: left;
}
h3 {
	font-size: 14px;
	text-align: left;
}
h4 {
	font-size: 12px;
	text-align: left;
}

img.photo {
	display: block;
	margin: 5px;
	padding: 5px;
	border-top: 1px groove #999999;
	border-right: 3px groove #333333;
	border-bottom: 3px groove #333333;
	border-left: 1px groove #999999;
}
img.service {
	display: block;
	margin: 5px;
	padding: 5px;
	border-top: 1px groove #999999;
	border-right: 3px groove #333333;
	border-bottom: 3px groove #333333;
	border-left: 1px groove #999999;
	float: right;
}
.teamname{
	font-size: 20px;
	font-weight: bold;
}
.teambody{
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;

}
