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

body{
	background-color:#1f1f1f;
	background-image:url(img/head_bg.jpg);
	background-repeat:repeat-x;
	margin:0 auto;
	padding:0;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

#wrapper{
	width:960px;
	margin:0 auto;
	padding:0;
}

#head{
	height:140px;
	background-image:url(img/bg-header.jpg);
	background-repeat:no-repeat;
}

#menu{
	height:40px;
}

.menu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	overflow: hidden;
}

.menu li{
display: inline;
}

.menu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration:none;
border-right: 1px solid white;
}

.menu li a:visited{
color: white;
}

.menu li a:hover, .solidblockmenu li .current{
color: white;
text-decoration:underline;
}

#content {
	background: url(img/bg-content.gif) repeat-y right top;
	z-index: 1;
}

#content-left {
	float: left;
	width: 630px;
	padding: 20px 0;
}

#content-right {
	float: right;
	width: 290px;
}

#main-right {
	float: right;
	width: 290px;
	height:300px;
	background-image:url(img/side.jpg);
	background-repeat:no-repeat;
}

.box-right {
	margin: 0px;
	padding: 20px 20px 25px 20px;
	background: url(img/bg-box-right.gif) repeat-x left bottom;
}

.box-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 5px 0 5px 10px;
	background: url(img/bg-list-item-sidebar-blue.gif) no-repeat 0px 8px;
}

.box-right li a {
	padding: 5px 0;
	text-decoration: none;
}

.box-right li ul {
	padding: 5px 0 0 0;
}

h1#pagetitle {
	float: left;
	margin: 20px 10px 0 0;
	padding: 0px;
}

#map{
	width:425px;
	height:350px;
	float:right;
	margin-left:30px;
}

#contact_left{
	float:left;
	padding-left:10px;
	padding-top:10px;
}