/* ------------ NAVIGATION ---------------- */
.home {
	height:32px;
	width:86px;
}
.home{
	background:url(images/home.jpg) no-repeat;
	display:block;
}
.home:hover,#homeSelect{
	background:url(images/home.jpg) 0 -32px;
}
.profile {
	height:32px;
	width:111px;
}
.profile{
	background:url(images/profile.jpg) no-repeat;
	display:block;
}
.profile:hover,#profileSelect{
	background:url(images/profile.jpg) 0 -32px;
}
.history {
	height:32px;
	width:119px;
}
.history{
	background:url(images/history.jpg) no-repeat;
	display:block;
}
.history:hover,#historySelect{
	background:url(images/history.jpg) 0 -32px;
}
.services {
	height:32px;
	width:159px;
}
.services{
	background:url(images/services.jpg) no-repeat;
	display:block;
}
.services:hover,#servicesSelect{
	background:url(images/services.jpg) 0 -32px;
}
.gallery {
	height:32px;
	width:178px;
}
.gallery{
	background:url(images/gallery.jpg) no-repeat;
	display:block;
}
.gallery:hover,#gallerySelect{
	background:url(images/gallery.jpg) 0 -32px;
}
.contact {
	height:32px;
	width:130px;
}
.contact{
	background:url(images/contact.jpg) no-repeat;
	display:block;
}
.contact:hover,#contactSelect{
	background:url(images/contact.jpg) 0 -32px;
}
.down {
	height:32px;
	width:133px;
}
.down{
	background:url(images/down.jpg) no-repeat;
	display:block;
}
.down:hover,#downSelect{
	background:url(images/down.jpg) 0 -32px;
}
/* ------------ TITLE ---------------- */
.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#0099D7;
}
.titleb {
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#0099D7;
	font-weight:bold;
}
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5F5F5F;
	line-height:18px;
}
/* ------------ TRANSPARENT ---------------- */
img.transparent{
    opacity: 1;           /* fx, safari, opera, chrome */
	filter: alpha(opacity=100); /* internet explorer */
	cursor: pointer;
}
img.transparent:hover {
    opacity: .5;           /* fx, safari, opera, chrome */
	filter: alpha(opacity=50); /* internet explorer */
	background-color: transparent;
}
/* ------------ COPYRIGHT ---------------- */
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#838383;
}
.copyright a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3E3E3E;
}
.copyright a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#838383;
	text-decoration:underline;
}
/* ------------ Bay Navigation ---------------- */
.bay {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#3F3F3F;
	font-weight:bold;
}
/* ------------ Date ---------------- */
.date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
.news_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;

}
.contact_field{ 
	background:#000000; 
	border:1px solid #FFFFFF; 
	padding:3px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	width:450px;
	color:#000000;
	filter:alpha(opacity=50);   /* Internet Explorer       */
   -moz-opacity:0.50;           /* Mozilla 1.6 and below   */
   opacity: 0.50; 
}
.send{ 
	border:1px solid #FFFFFF; 
	background-color:#000000; 
	width:113px; 
	padding:6px; 
	padding-left:6px; 
	color:#656565; 
	font-weight:bold; 
	font-size:12px; 
	cursor:pointer;
}
.form{
	background-color:#5E5E5E;
	color:#000000;
	border:solid thin;
	border-color:#000000;
	width:140px;
	height:14px;
}
.comments{
	background-color:#5E5E5E;
	color:#000000;
	border:solid thin;
	border-color:#000000;
	width:140px;
	height:35px;
}