/* CSS RESET */

body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
ol, ul, li, a { list-style: none; margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; width: 100%; } 
caption, th { text-align: left; font-weight: normal; font-style: normal; }
acronym, abbr, fieldset, img, hr { border: 0;}
:focus { outline: 0; }
a { text-decoration: none; }

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #999999;
	background-color: #000000;
}

h3 {
	color: #CCCCCC;
	font-size: 2em;
	line-height: 1.5em;
	font-style: normal;
	margin: 10px 0;
	clear:both;
}

h4 {
	color: #DDDDDD;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.3em;
	font-style: italic;
	margin: 15px 0 15px;
}

h5 {
	color: #AAAAAA;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	margin-top: 5px;
}

#content table td {
	vertical-align: top;
	padding: 0px 20px 10px;
	font-style: italic;
	color: #777777;
}

hr {
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
	float: left;
}

a {
	color: #999999;
}

a:hover {
	color: #666666;
}

a.div:hover {
	color: #999999;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}

#container {
	width: 960px;
	margin: 50px auto;
}

#container.home {
	width: 960px;
	height: 630px;
	margin: 50px auto;
}

#header.home {
	width: 960px;
	height: 350px;
}

#header a {
	display: block;
}

#header.menus,
#header.events,
#header.gallery {
	width: 960px;
	height: 150px;
}

#header.home a:hover,
#header.home a {
	width: 960px;
	height: 350px;
	background: url(../images/home_header_bg.jpg) top left no-repeat;
}

#header.menus a:hover,
#header.menus a {
	width: 960px;
	height: 150px;
	background: url(../images/menus_header_bg.jpg) top left no-repeat;
}

#header.events a:hover,
#header.events a {
	width: 960px;
	height: 150px;
	background: url(../images/events_header_bg.jpg) top left no-repeat;
}

#header.gallery a:hover,
#header.gallery a {
	width: 960px;
	height: 150px;
	background: url(../images/gallery_header_bg.jpg) top left no-repeat;
}

#content.home {
	width: 960px;
	height: 200px;
	font-size: .8em;
	line-height: 1.3em;
}

#content {
	width: 960px;
	font-size: .8em;
	line-height: 1.3em;
	background: url(../images/content_bg.jpg) top left repeat-y;
	overflow: hidden;
}

#left-column {
	width: 300px;
	margin: 10px;
	float: left;
	clear: both;
	display: inline;
}

#right-column {
	width: 590px;
	margin: 10px 10px 40px 0;
	padding: 20px;
	float: left;
	background: url(../images/right_bg.jpg) top left no-repeat;
}

#content.menus #right-column {
	width: 630px;
	margin-right: 10px;
	padding: 0;
	background: none;
}

#content.menus #right-column table {
	background: url(../images/right_bg.jpg) top left no-repeat;
	margin-bottom: 20px;
}

#nav {
	width: 100%;
	height: 50px;
	float: left;
}

#nav ul li {
	width: 320px;
	height: 50px;
	float: left;
}

#nav ul li a {
	width: 320px;
	height: 50px;
	display: block;
	background: url(../images/nav_bg.jpg) no-repeat;
}

#nav ul li.menus a { background-position: top left; }
#nav ul li.menus a:hover, #nav.menus ul li.active a { background-position: bottom left; }
#nav ul li.events a { background-position: top center; }
#nav ul li.events a:hover, #nav.events ul li.active a { background-position: bottom center; }
#nav ul li.gallery a { background-position: top right; }
#nav ul li.gallery a:hover, #nav.gallery ul li.active a { background-position: bottom right; }

div.content-header {
	width: 100%;
	height: 39px;
	margin-bottom: 14px;
}

#content-left {
	width: 240px;
	height: 163px;
	padding: 27px 39px 10px 40px;
	background: url(../images/home_content_bg.jpg) top left no-repeat;
	float: left;
}

#content-left:hover {
	background-position: bottom left;
}

#content-left h2 {
	width: 85px;
	height: 39px;
	margin: 0 auto;
	background: url(../images/menus_header.png) top left no-repeat;
}

#content-left h2 span {
	display: none;
}

#content-left div.content-text ul li a {
	display: block;
	height: 20px;
}

#content-middle {
	width: 240px;
	height: 163px;
	padding: 27px 40px 10px 40px;
	background: url(../images/home_content_bg.jpg) top center no-repeat;
	float: left;
}

#content-middle:hover {
	background-position: bottom center;
}

#content-middle h2 {
	width: 84px;
	height: 39px;
	margin: 0 auto;
	background: url(../images/events_header.png) top left no-repeat;
}

#content-middle h2 span {
	display: none;
}

#content-right {
	width: 240px;
	height: 163px;
	padding: 27px 40px 10px 39px;
	background: url(../images/home_content_bg.jpg) top right no-repeat;
	float: left;
}

#content-right:hover {
	background-position: bottom right;
}

#content-right h2 {
	width: 97px;
	height: 39px;
	margin: 0 auto;
	background: url(../images/gallery_header.png) top left no-repeat;
}

#content-right h2 span {
	display: none;
}

div.spacer {
	width: 1px;
	height: 200px;
	background: url(../images/spacer.jpg) top left no-repeat;
	float: left;
}

#left-menu {
	width: 300px;
	margin: 0;
	padding: 0;
}

ul#menus {
	width: 300px;
	padding-top: 10px;
}

ul#menus li {
	height: 20px;
	font-size: 1.2em;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
	font-weight: 100;
}

ul#menus li a {
	display: block;
	height: 20px;
}

div.img {
  margin: 16px;
  border: 2px solid #cccccc;
  -moz-border-radius: 10px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  display: inline;
}	

div.img img {
  display: inline;
  margin: 5px;
  border: none;
}

#footer {
	width: 960px;
	height: 50px;
	background: url(../images/footer_bg.jpg) top left no-repeat;
	clear: both;
	overflow: visible;
	text-indent: -9999px;
}

#footer img {
	float: right;
	margin-right: 20px;
	margin-top: -68px;
}

#footer.interior {
	background: url(../images/footer_interior_bg.jpg) top left no-repeat;
}

#footer-copy {
	width: 900px;
	height: 20px;
	margin: 10px 30px 0;
	text-align: center;
	color: #666666;
	font-size: .7em;
}

#footer-copy span.phone {
	margin: 0 20px;
}