﻿ul {
	padding: 0 ;
	margin: 0px;
	
}

ul li {
	display: inline;
	float: left;
	width: 200px;
	list-style-type: none;
	font-family: "Myriad Pro";
	text-transform: lowercase;
	height: 30px;
	font-size: medium;

}

ul li a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
	width: 100px;
	padding-left: 8px;	

}

ul li a:hover {
	color: #FF0000;

}

ul li ul li a {
	
}

ul li ul li   {
	background-color: #00718C;

}

ul li ul li a:hover {
	color: #FF0000;

}

ul li ul {
	visibility: hidden;

}

ul li:hover li {
	visibility: visible;

}

body {
	background-color: #FFFFFF;
	background-image: url('fade.png');
	background-repeat: repeat-x;

}

.callUs {
	text-align: right;
	color: #666666;
	font-family: Helvetica;
	font-size: medium;
	position: relative;
	width: 200px;
	height: 50px;
	z-index: 1;
	float: right;
	padding-right: 10px;
	padding-top: 25px;
}

.footer {
	text-align: center;
	position: relative;
	width: 965px;
	height: 75px;
	z-index: 2;
	clear: left;
	float:left
	padding-top: 10px;
	color: #C0C0C0;
	font-size: xx-small;
}

.transBoxNav {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	width: 965px;
	height: 25px;
	text-align: right;
	background-color: #00718C;
	z-index: 8;
}


.rightSidebar {
	width: 215px;
	height: 376px;
	text-align: left;
	position: relative;
	z-index: 1;
	float: left; 
	left: 0px; 
	top: 0px; 
	
}

.transBar {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	background-color: #00718C;
	position:relative;
	width:965px;
	height:5px;

}

.transSidebar {
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	background-color: #00718C;
	position: relative;
	width: 215px;
	height: 400px;
	z-index: 3;
}

.form {
	position: absolute;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-family: Helvetica;
	font-size: small;
}

.navTextBox {
	z-index: 2; 
	top: 1px; 
	width: 593px; 
	position: absolute; 
	left: 382px;

}

.wrapper {
	position: relative; 
	width: 965px; 
	z-index: 1; 
	background-color: #FFFFFF; 
	margin-right: auto; 
	margin-left: auto

}

.masthead {
	position: relative; 
	width: auto; 
	height: 85px; 
	z-index: 9

}
	
.phoneNumber {
	position: relative; 
	width: 400px; 
	height: 85px; 
	z-index: 1; 
	float: right; 
	padding-right: 5px; 
	left: 3px; 
	top: 0px;

}
	
.logo {
	position: relative; 
	width: 400px; 
	height: 85px; 
	z-index: 2; 
	left: 2px; 
	float: left

}
	
.mainPicture {
	position: relative; 
	width: 965px; 
	height: 225px; 
	z-index: 8; 
	float: left;	
	
}

.mainContent {
	padding: 10px;
	position: relative;
	width: 750px;
	z-index: 7;
	float: left;
	background-color: #FFFFFF;
	font-family: Helvetica;
}

