html {
    background-color: #59646A;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
}

#container {
    width:950px;
	padding: 0px 10px 0px 10px;
	margin:20px auto;
	background-color: #191919;
}

#topMenu {
	width: 100%;
	height: 25px;
	padding-top:5px;
}
#notice {
	float: left;
	padding: 2px;
}
#notice.notice {
	color: green;
}
#notice.error {
	color: red;
}

#banner {
	width:950px;
	height:180px;
	background-color:#333333;
}

#logo {
	display:block;
	width:230px;
	height:180px;
	margin-left:10px;
	background-image:url(/images/logo.png);
}

#menuBar {
	position: relative;
	border-bottom:1px solid #465053;
	height:15px;
	padding-top:5px;
	margin-bottom:50px;
}
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	padding: 0;
	margin: 0;
	margin-right:12px;
	position: relative;
}
#submenu {
	padding: 0;
	margin: 0;
	width:220px;
	list-style: none;
}

#submenu li, #leftColumn .menuItem {
	display:block;
	margin:0px;
	padding:2px 10px 0px 10px;
	width:220px;
	line-height:18px;
	border-bottom:1px solid #3E454A;
	position: relative;
}

#leftColumn {
	float:left;
	width:240px;
	margin-right:40px;
}

#files {
	padding:2px 10px 0px 10px;
	width:220px;
	list-style: none;
}
#files li {
	margin: 0;
	padding: 0;
	height: 36px;
	border-bottom:1px solid #3E454A;
	position: relative;
}
#files li div {
	float: left;
	height: 36px;
}
#files li div.icon {
	width: 36px;
}
#files li div.icon img {
	border: none;
}
#files li div.title {
	width: 180px;
	padding-left: 4px;
}

#rightColumn {
	float:right;
	width:670px;
}

#footer {
	clear:both;
	height:135px;
	padding-top:10px;
	position:relative;
	top:40px;
	font-weight: normal;
/*	background-image:url(/images/h2.gif);
	background-repeat:no-repeat;
	background-position:100% -1px;
*/	border-top:1px solid #3E454A;
}

#footer h2 {
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: white;
}

#footer #contact {
	float: left;
	width: 500px;
}

#footer #copyrights {
	float: right;
	width: 230px;
}

/*#footer .links {
	text-align:right;
	position: absolute;
	right: 0;
	bottom: 0;
}
*/
#footer .links a {
	margin-right: 12px;
}

#footer a {
	text-decoration:none;
	color:#B0B9BD;
}

#searchFormSimple, #searchFormAdvanced, #searchFormControls {
	margin: 0;
	padding: 0;
	position: relative;
}
#searchFormAdvanced {
	border-top: 1px solid #3E454A;
	margin: 10px 0 10px 0;
}

#mapCanvas {
	width: 665px;
	height: 400px;
}

.offer {
	display: block;
	width: 670px;
	height: 80px;
	clear: both;
	margin-bottom: 15px;
}
.offer div {
	display: block;
	float: left;
	height: 80px;
}
.offer .photo {
	width: 80px;
}
.offer .description {
	width: 500px;
	padding-left: 20px;
	padding-right: 20px;
}
.offer .more {
	width: 50px;
	text-align: right;
	vertical-align: bottom;
}

ul#photos {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#photos li {
	float: left;
	margin-right: 5px;
}

input.fullwidth, textarea.fullwidth {
	width: 100%;
}