﻿/*--------- BANNER STYLES ---------- */

#banners {
float:right;
width: 675px;
height:175px;
overflow:hidden;
}

#nav {
	float:right;
}
#nav a 
 	{
 	text-decoration: none;
	padding:5px 10px;
	margin: 8px;
	color: #ff9933;
	font: bold 14px "Trebuchet", arial, sans serif;
	border:thin #ccc solid;
	z-index:99;
	}

 #nav a:hover {
	color: #444;
	}

#banners img
{
border:none;
}



a.contact {
	position:relative;
	float:right;
	top:125px;
	z-index:1;
	background:url('images/contact-us.jpg') no-repeat;
	width:675px;
	height:35px;
	font-size:14px;
	margin-top:2px;
	margin-left:25px;
	color:#fff;
	padding: 5px 0px;
	line-height:18px;
	font-weight:bold;
	text-align:center;
}


a.contact:hover{
	background:url('images/contact-us-over.jpg') no-repeat;

