@charset "utf-8";
/* CSS Document */
body {
	/* [disabled]background: #0f0f0f url(images/bg1.jpg) center top scroll center no-repeat; */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	text-decoration: none;
	margin: 0px;
	background-color: #0f0f0f;
	background-image: url(images/bg1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 15px;
	
}
a img{ border:0px;}
.menu-bg {
	background-image: url(images/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 325px;
	width: 201px;
}
.bold {
	font-weight: bold;
}
.label {
	/* [disabled]font-weight: bold; */
	text-align: left;
	padding: 0 10px;
}

.footer {
	font-weight: normal;
	color: #FFF;
	height: 50px;
	padding-top: 20px;
}
.footer a{
	font-weight: bold;
	color: #FFF;
}

.footer a:hover{
	color: #D86526;
	text-decoration: none;
}
p  {
	/* [disabled]color: #4c4c4c; */
	padding: 0 10px;
}
a {
	color: #11579D;
	text-decoration: none;
}
a:hover{color: #F28F31; text-decoration:underline;}
.toplink {
	color: #F28F31;
	text-decoration: none;
	font-weight:bold;
	margin-right: 5px;
	padding-left: 5px;
}
.menu-h {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #4c4c4c;
	text-decoration: none;
	height: 40px;
	width: 180px;
	padding-left: 10px;
}

/* START UNDER LINE MENU*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#tabs {
	float:right;
	width:660px;
	font-size:13px;
	line-height:normal;
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
	/* [disabled]margin-left: 150px; */
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	}

#tabs ul {
	margin:0;
	padding:0 10px 0px 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("images/tab_01.png") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	background-position: 0% 40px;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("images/tab_02.png") no-repeat right top;
	padding:10px 10px 11px 6px;
	margin-right:4px;
	color:#FFFFFF;
	background-position: 100% 40px;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% 0px;
	}
#tabs a:hover span {
	background-position:100% 0px;
	color: #052D75;
	}
/* END UNDER LINE MENU*/


.img_h {
	background-image: url(images/window.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 170px;
	width: 200px;
	margin-top: 0px;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #11579D;
	padding: 5px 5px;
}
h2 {
	font-size: 14px;
	/* [disabled]font-weight: normal; */
	color: #11579D;
	padding: 5px 5px;
}

.inputs {border: 1px solid #4c4c4c;}
 /*Quick reset*/
#banners {
	width:886px;
	height: 280px;
	position: relative;
	font-family: Arial, sans-serif;
	margin:auto;
}
#banners .banner{
	position: absolute;
	top:0;
	left:0;
	display:block;
}
.banner.current{z-index: 2;}
#controls{
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:10;
}
#controls li { list-style:none; display:inline;}
#controls li a{
	display:-moz-inline-box; /* < = FF2 hack */
	display:inline-block;
	margin-right:2px;
	font-size:12px;
	padding:2px 4px;
	text-decoration:none;
	color: #282769;
	background:#CCC; /* Specify a fall back color */
	background:rgba(204,204,204,.7);
	border:1px solid #CCC;
	outline:none;
}
#controls li.active a{
	border-color:#FFF;
	color:#FFF;
	background-color:#333;
}
#controls li a:hover{
	border-color:#FFF;
	color: #FFF;
	background-color:#333;
}
#gallery {
	background-color: #FFF;
	padding: 0px;
	width: 500px;
	margin: auto;
	/* [disabled]float: left; */
	}
	#gallery ul {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
}
	#gallery ul li { display: inline; }
	#gallery ul img {
	border: 2px solid #11274B;
	border-width: 5px 5px 5px;
	color: #11274B;
	}
	#gallery ul a:hover img {
	border: 2px solid #CF510B;
	border-width: 5px 5px 5px;
	color: #CF510B;
	}
	#gallery ul a:hover { color: #fff; }


.quote{
	width: 500px;
	margin: auto;
	 }
.quote a.rollover {
	background: url(images/quote.jpg) left top no-repeat;
	display: block;
	width: 470px;
	height: 79px;
	text-decoration: none;
	float: left;
	}
 .quote a.rollover:hover {
	background-position: 0px -79px;
}
 .quote .displace {
	position: absolute;
	left: -80000px;
}
.mapCont {
	/* [disabled]background-color: #34abcd; */
	/* [disabled]background-image: url(images/map_mask.png); */
	/* [disabled]background-position: center center; */
	background-repeat: no-repeat;
	/* [disabled]float: left; */
	/* [disabled]height: 232px; */
	/* [disabled]margin-top: 20px; */
	/* [disabled]position: relative; */
	width: 400px;
	margin: 0 110px;
}

