@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #CCC url(../images/body-bkg.jpg) repeat-x top left;
	font: 12px normal Arial, Helvetica, sans-serif;
}

#container {
	width: 960px;
	margin: 0px auto;
	background-color: #FFF;
}

#header {
	margin-bottom: 5px;
	height: 100px;
	background: url(../images/header-top.png) no-repeat top left;
	border-bottom: 1px solid #00974B;
}


#header-phone {
	float: right;
	color: #FFF;
	font: bold 20px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 30px 20px 0 0;
}

#logo {
	float: left;
	padding: 25px 0px 15px 10px;
}

#logoText {
	margin: 5px 0 0 18px;
	font: bold 18px Arial, Helvetica, sans-serif;
}

#content {
	clear: left;
	padding: 0px 15px 20px 15px;
	margin: 0px;
	min-height: 600px;
	background: url(../images/content-btm.png) no-repeat bottom left;
}

#content p{
	padding-left: 25px;
}

#imgBanner2 {
	margin: 5px 0px 0px -15px;
}

#imgBanner img {
	margin: 0px 8px 0px 0px;
	border: 1px solid #000;
}

.h2Bar {
	margin: 5px -15px 10px -15px;
	padding-top: 3px;
	height: 32px;
	background-color:#000066;
	color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.h2Bar h2{
	margin: 0px;
	padding: 5px 0px 0px 15px;
	color: #FFF;
}

#content p {
	margin: 0px 30px 0px 0px;
}

#footer {
	padding-top: 11px;
	margin: 0px auto;
	width: 960px;
	height: 50px;
	text-align: center;
	font: 12px normal Verdana, Geneva, sans-serif;
	color: #FFF;
	background: url(../images/footer-bkg.png) no-repeat;
}

#footer a {
	color: #FFF;
}

.bold {
	font-weight: bold;
}

#map {
	float: left;
	margin-left: 25px;
}

#contactForm {
	float: right;
	margin-right: 25px;
}

/***************************** menu ************************************************/

.menu{
	clear: both;
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.menu ul{
	background:#000066;
	height:25px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#000066 url("images/seperator.gif") bottom right no-repeat;
		color:#FFF;
		display:block;
		font-weight:normal;
		line-height:25px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #98ACF3 url("images/hover.gif") bottom center no-repeat;
			color:#FFF;
			text-decoration:none;
			}
	.menu li ul{
		background: #000066;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:25px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#98ACF3 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

