.no-screen { display: none; }

body {
	background: url(../pix/bg-body.gif) fixed #2e2e2e;
}

#fade {
	background: url(../pix/bg-fade.gif) repeat-x fixed center top;
	padding-top: 20px;
}

#container {
	width: 730px;
	margin: 0 auto;
	background: #e2dfd5;
}

#container-btm {
	height: 5px;
	background: url(../pix/container-btm.gif) no-repeat bottom;
}

#top {
	height: 112px;
	background: url(../pix/bg-top.jpg) repeat-x left bottom #d1ccbc;
}

#top #locations {
	padding: 16px 20px 0 0;
}

#top h2 {
	float: left;
	margin: 40px 35px 20px 45px;
}

#top #locations h3 { font-size:17px; margin:10px 0; }
#top #locations h4 { font-size:14px; margin:0; }

#slideshow {
	width: 100%;
	overflow-x: hidden;
	padding-top: 5px;
	background: url(../pix/slideshow-top.gif) repeat-x #a2ad8d;
	padding-bottom: 5px;
}

#slideshow div {
	padding-bottom: 5px;
	background: url(../pix/slideshow-btm.gif) repeat-x bottom #000;
}

#slideshow img {
	display: block;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

#mainmenu {
	border-top: solid 1px #fff;
	padding-right: 3px;
	height: 30px;
	background: url(../pix/bg-mainmenu.gif) repeat-x;
}

#mainmenu ul {
	margin: 0;
	float: right;
	list-style: none;
}

#mainmenu li {
	float: left;
	margin-right: 3px;
	background: url(../pix/mainmenu-corner-bl.gif) no-repeat bottom left #fff;
}

#mainmenu li a {
	display: block;
	padding: .6em 0;
	line-height: normal;
	width: 8em;
	text-align: center;
	color: #375977;
	font-weight: bold;
	background: url(../pix/mainmenu-corner-br.gif) no-repeat bottom right;
}

#mainmenu li a.at, #mainmenu li a:hover, #mainmenu li a:active, #mainmenu li a:focus {
	color: #4c97e3;
}

#content {
	margin: 0 10px;
	padding: 20px;
	padding-top: 0;
	background: url(../pix/bg-content.gif) repeat-x #f7f7f4;
}

#content h2 {
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: normal;
}

#content-btm {
	height: 5px;
	overflow: hidden;
	margin: 0 10px;
	margin-bottom: 5px !important;
	margin-bottom: 0;
	background: url(../pix/content-btm.gif) no-repeat;
}

