/*** LAYOUT ***/

body {
	background-image:url('/images/bkg-body.jpg');
	background-repeat: repeat-x;
	background-color: #612E02;
	padding: 0px;
	margin: 0px;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 143px;
	background-image: url('/images/bkg-header.jpg')
}

#logo {
	margin-left: 112px;
	margin-top: 16px;
	width: 738px;
	text-align: middle;
}

#navbar {
	height: 36px;
	margin-top: 2px;
	margin-left: -10px;
	margin-right: -10px;
}

.nav {
	height: 36px;
}

#navbar ul li {
	padding-top: 12px;
	height: 24px;
	margin-left: 10px;
	margin-right: 10px;
}

.nav-left {
	float: left;
	
}

.nav-right {
	float: right;
}

#slideshow {
	height: 546px;
	width: 960px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #190C01;
	text-align: center;
}

#slideshow ul {
	margin-left: 10px;
	margin-right: 10px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	margin-top: 15px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #190C01;
}

.button {
	margin-top: 15px;
	width: 310px;
	height: 267px;
	float: left;
}

.tab {
	width: 43px;
}

.photo {
	width: 267px;
	overflow: hidden;
}

.button+.button {
	margin-left: 15px;
}


.button .tab {
	float: left;
}

.button .photo {
	float: right;
}

.column {
	width: 286px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}



#col-middle {
	width: 296px;
	border-left: 1px solid #622F02;
	border-right: 1px solid #622F02;
}

#sponsors {
	border-top: 1px solid #622F02;
	border-bottom: 1px solid #622F02;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000000;
}

#footer {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #190C01;
	height: 70px;
	padding: 15px;
}

#footer-left {
	float: left;
	width: 468px;
}

#join-box {
	float: right;
	text-align: right;
	width: 410px;
}

#socials {
	width: 58px;
	float: left;
}
#socials img+#socials img {
	margin-left: 10px;
}

#call-to-action {
	float: right;
	margin-right: 10px;
}
#optin {
	float: right;
	height: 21px;
	background-color: #A1A1A1;
	border: 1px solid #CCCCCC;
}

#join {
	float: right;
}

#credits {
	margin-top: 20px;
}

#footer-right {
	float: right;
	width: 250px;
}

#address {
	float: left;
}

#map {
	float: right;
}

.clear {
	clear: both;
}

/*** LAYOUT: INTERIOR PAGE ***/


.interior #slideshow {
	height: 365px;
	width: 960px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #190C01;
	text-align: left;
}

.interior #buttons {
	display: none;
}

.interior #col-middle {
	display: none;
}

.interior #col-left {
	margin: 0px;
	width: 585px;
	padding: 15px;
}

.gallery #col-left {
	margin: 0px;
	width: 615px;
	padding: 0px;
	padding-bottom: 15px;
}

.interior #col-right {
	width: 300px;
	padding: 15px;
	padding-left: 0px;
	margin: 0px;
}

.interior .button {
	margin-top: 15px;
	width: 285px;
	height: 245px;
	float: left;
	margin-left: 15px;
}

.interior .button+.button {

}

.interior .tab {
	width: 40px;
}

.interior .photo {
	width: 245px;
	overflow: hidden;
}

