@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

h1 {
	font-size:12px;
	color:#fff;
	margin-bottom:8px;
}
body {
	background:url(../images/bg.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ccc;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ccc;
	line-height:16px;
	text-align:justify;
}

p a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ccc;
	line-height:16px;
	text-decoration:underline;

}

img {
	border:none;
	text-align:center;
}

.element {
      text-align:center;
}

.clr {
	clear:both;
}
#rightCol h3 {
    font-size:12px;
    color:#fff;
    margin-bottom:16px;
}

#rightCol p {
    margin-bottom:15px;
}


#container {
	width:766px;
	margin:20px auto 0;
}

.hdr-BlackBar {
	height:26px;
	background:#000;
}

#header {
	height:209px;
	overflow:hidden;
	position:relative;
}

#header .logo {
	border-right:1px solid #c0c0c0;
	width:237px;
}

#header .gallery {
	position:absolute;
	top:0;
	right:0;
	width:528px;
	height:209px;
}

#content {
	background:url(../images/bg-cols.gif) repeat-y;
}

#leftCol {
	background:url(../images/bg-address.jpg) no-repeat left 630px;
	float:left;
	width:193px;
	padding:22px;
}

#menu {
	list-style:none;
	margin-bottom:20px;
}

#menu li {
	background:url(../images/bg-btn.jpg) no-repeat;
	width:193px;
	height:30px;
}

#menu li:hover {
	background:url(../images/bg-btnHover.jpg) no-repeat;
}

#menu li a {
	display:block;
	height:30px;
	line-height:30px;
	color:#e6e6e6;
	text-decoration:none;
	padding:0 0 0 35px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#menu .sub {
	position:relative;
}

#menu .sub ul {
	position:absolute;
	top:0;
	left:180px;
	list-style:none;
	border:1px solid #666;
	border-bottom:none;
	display:none;
	z-index:1;
}

#menu .sub:hover ul {
	display:block;
}

#menu .sub ul li {
	background:#fff;
	height:23px;
	width:152px;
	border-bottom:1px solid #666;
}

#menu .sub ul li:hover {
	background:#ccc;
}

#menu .sub ul li a {
	padding:0 7px;
	color:#666;
	height:23px;
	line-height:23px;
	font-size:10px;
}

#menu .sub .sub2 {
	background:#fff url(../images/nav-arrow.gif) no-repeat 145px center;
	position:relative;
}

#menu .sub .sub2:hover {
	background:#ccc url(../images/nav-arrow.gif) no-repeat 145px center;
}

#menu .sub .sub2 ul {
	left:152px;
	top:-1px;
	display:none;
	z-index:2;
}

#menu .sub .sub2:hover ul {
	display:block;
}

#leftCol .banners {
	text-align:center;
	margin-bottom:20px;
}

#leftCol .banners .small {
	margin-right:35px;
}

#leftCol .address {
	color:#333 !important;
	font-size:10px;
}

#leftCol .address p {
	margin-bottom:15px;
	color:#333 !important;
}

#rightCol {
	float:left;
	width:516px;
	padding:8px 6px;
}

.sections {
	border-bottom:1px solid #808080;
	padding-bottom:16px;
	margin-bottom:16px;
}

.sections h1 {
	font-size:12px;
	color:#fff;
	margin-bottom:8px;
}

.sections .img {
	float:right;
}


.imgbor {
	background: #fff;
    border: 1px solid #999;
	padding: 3px;
	margin-left:10px;
}
.sections .more {
	color:#ccc;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
}

.lastBox {
	margin-bottom:0;
	border-bottom:0;
}

#footer {
	height:35px;
	line-height:16px;
	background-color:#222;
	text-align:center;
	color:#666666;
	font-size:10px;
}

#footer a {
	color:#666;
	text-decoration:none;
	font-size:10px;
}

.maillink {
	color:#333;
	text-decoration:none;
	font-size:11px;
}
