@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #FFF;
	background-color: #fff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #045999;
}
img{
	border: none;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #335993;
	padding-bottom: 15px;
	border-bottom: solid 1px #485363;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 30px;
	margin-top: 0px;
}
.clear{
	clear: both;
}

#container{
	width: 956px;
	height: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}


/* menu */

#menu{
	width: 956px;
	height: 47px;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 8px;
}
#nav{
	width: 956px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#nav ul{
	padding:0px;
	margin: 0px;
}
#nav ul li{
	padding: 0px;
	margin: 0;
	list-style-type: none;
}
.home {
	background-image: url(images/nav/home.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	width: 45px;
	height: 47px;
	float: left;
}
.home:hover {background-image:url(images/nav/home_over.png);}
.home a{width: 40px;}
.contact {
	background-image: url(images/nav/contact.png);
	background-repeat: no-repeat;
	background-position: 12px 10px;
	width: 45px;
	height: 47px;
	float: left;
}
.contact:hover {background-image:url(images/nav/contact_over.png);}
.contact a{width: 20px;}
#nav ul li a{
	float: left;
	color: #bdceee;
	text-decoration: none;
	line-height: 47px;
	display: block;
	background-image: url(images/divider.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 17px;
	padding-left: 11px;
}
/* .home a{
	float: left;
	color: #bdceee;
	text-decoration: none;
	line-height: 47px;
	display: block;
	background-image: url(images/divider-home.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
} */
#nav li a:hover {
	color: #fff;
}
#nav li .current{
	color: #fff;
}
#nav ul li a.last {
	background: none;
	padding-right: 20px;
}
#nav li a.lastcurrent {
	background: none;
	padding-right: 0px;
	color: #fff;
}



/* end of menu*/
#logo{
	float: left;
}
#frame{
	float: right;
	width: 616px;
	height: 228px;
	margin-top: 25px;
	background-image: url(images/frame-new.png);
	background-repeat: no-repeat;
}
#slidewrap {
	width: 581px;
	height:205px;
	margin-top: 12px;
	margin-left: 12px;
}
#content{
	width: 956px;
	height: auto;
	float: left;
}
.left{width: 450px; float:left;}
.right{width: 450px; float:right;}
#content a{
	color: #fff;
	text-decoration: none;
}
#content a:hover{
	text-decoration: none;
	color: #fff;
}
#details{
	float: left;
}
#contact-form{
	float: right;
	width: 300px;
	margin-top: 20px;
	background:#EAEAEA;
	border: 1px solid #234b6f;
	padding: 20px;
	line-height:16px;
	color: #335993
}
#right-menu{
	width: 956px;
	height: 160px;
	margin-bottom: 20px;
}
#right-menu2{
	width: 260px;
	height: auto;
	float: right;
}
#footer{
	margin-top: 150px;
	font-size: 12px;
	line-height: 18px;
}
#footer a{
	color: #b7c2cb;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer-left{
	float: left;
}
#footer-right{
	float: right;
}
li{
	margin-bottom: 20px;
	list-style-type:none;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
}
.button{
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 28px;
	text-align: center;
	line-height: 28px;
}
.button a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
}
.button a:hover{
	text-decoration: underline;
}
.thumb{
	width: 140px;
	height: 110px;
	background-image: url(images/gallery_thumbs.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 18px;
	margin-bottom: 18px;
}
.thumb img{
	margin-top: 7px;
	margin-left: 7px;
}
#right-menu2 img{
	margin-bottom: 40px;
}
