body {
	background: #FFF2CF url('../images/parchment_bg.jpg') repeat-x;
	font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 10px 0px;
}

a {
	color: #d9171f;
}

a:hover {
	color: #856100;
}

a:active {
	color: #f5ed05;
}

.strong {
	font-weight: 900;
}

.clear_both {
	clear: both;
}

.border_bottom { 
	border-bottom: 1px solid #856100;
	margin: 0px 0px 10px 0px;
}

.hidden {
	display: none;
}

.small {
	font-size: .75em;
	line-height:1.1em;
}

.red {
	color: #d9171f;
}

.white {
	color:#FFF;
}


#wrapper {
	background: #fff;
	width: 1000px;
	margin: 50px auto;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
}

#page {
	width: 960px;
	margin: 0 auto;
}
#social {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 75px;
}

#locations {
	width: 100%;
	margin:0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 14px;
	background-color:#372000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFC;
	text-align:center;
	top:0;
	left:0;
	height:25px;
}

#logo {
	background: url('../images/logo.gif') no-repeat;
	border: none;
	height: 91px;
	width: 257px;
	position: relative;
	top: -10px;
}

#nav {
	background: url('../images/bg-nav.gif') no-repeat;
	width: 671px;
	height: 36px;
	float: right;
	line-height: 36px;
	text-align: center;
}

#nav ul {
	margin: 0px 0px 0px -35px;
}

#nav ul li {
	list-style: none;
	display: inline;
	padding: 0px 15px 0px 10px;
	border-right: 1px solid #6b4821;
	font-family: "Times New Roman", Times, serif;
}

#nav ul li:last-child {
	border: none;
}

#nav a {
	color: #f3cfa9;
	text-decoration: none;
}

#nav a:hover {
	color: #f5ed05;
}

#nav a.active {
	color: #f5ed05;
}

#main {
	clear: both;
	padding: 150px 0px 0px 0px;
	background: url('../images/bg-main.gif') no-repeat;
}

#main h1 {
	margin: 10px 0px 10px 0px;
	color: #d9171f;
	font: 24px/28px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#main h2 {
	margin: 0;
	color: #d9171f;
	font: 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#burst {
	clear:both;
	float: right;
	position: relative;
	top: -80px;
	left: 10px;
	z-index: 99;
	display:block;
	margin-bottom:-50px;
}

#columns {
	background: url('../images/bg-twocolumns.gif') repeat-y -1002px 0;
	float: left;
}

.holder {
	background: url('../images/bg-twocolumns.gif') no-repeat -9px 0;
	float: left;
}

#content {
	position: relative;
	width: 692px;
	float: right;
	margin: -122px 0px 0px 0px;
}

.block-heading {
	position: relative;
	overflow: hidden;
	background: url('../images/bg-heading.gif') no-repeat;
	height: 122px;
	padding: 35px 0px 50px 34px;
}

#main .block-heading h1 {
	margin: 0;
}

.block-content {
	width: 620px;
	position: relative;
	top: -122px;
	margin: 0 auto;
}

img.float_right {
	float: right;
	padding: 10px 0px 10px 10px;
}

ul.ul_left {
	width: 280px;
	float: left;
	margin: 0px 0px 10px -20px;
}

ul.ul_right {
	width: 280px;
	margin: 10px 0px 10px 290px
}

.div_left {
	float: left;
	width: 300px;
	margin: -15px 0px 0px 0px;
}

.div_right {
	width: 300px;
	margin: 0px 0px 0px 320px
}

.coup_left {
	float: left;
	width: 274px;
	padding: 10px;
	text-align: center;
	border: #d9171f dashed 3px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
}

.coup_right {
	width: 274px;
	padding: 10px;
	text-align: center;
	margin: 0px 0px 0px 320px;
	border: #d9171f dashed 3px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;	
}

.coup_doublewide {
	padding: 10px;
	text-align: center;
	border: #d9171f dashed 3px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;	
}

.rounded {
		border-radius: 10px;
}

.block-content form {
	color: #d9171f;
}

.block-content input, select, textarea {
	outline: none;
}

.block-content label {
	font-weight: 900;
	display: block;
	margin: 15px 0px 10px 0px;
}

.block-content input {
	display: block;
	width: 280px;
	padding: 10px;
	border: #856100 solid 1px;
}

.block-content input:focus  {
	border: #d9171f solid 1px;
}

.block-content select {
	display: block;
	width: 300px;
	padding: 10px;
	border: #856100 solid 1px;
}

.block-content select:focus  {
	border: #d9171f solid 1px;
}

.block-content textarea {
	display: block;
	width: 280px;
	height: 100px;
	padding: 10px;
	border: #856100 solid 1px;
	font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.block-content textarea:focus  {
	border: #d9171f solid 1px;
}

.block-content input.button {
	margin: 15px auto;
	width: 180px;
	color: #fff;
	font-weight: 900;
	background-color: #d9171f;
	border: none;
}

.block-content input.button:hover {
	background-color: #856100;
}

#sidebar {
	float: left;
	width: 258px;
	margin: 10px 10px 0px 0px;
}

#side_nav {
	background: #f3cfa9 url('../images/side_nav_bg.jpg');
	padding: 15px 0px 15px 0px;
	margin: 0px 0px 10px 0px;
	border-radius: 10px;
	font: bold 11px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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

#side_nav li {
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px -22px;
}

#side_nav li a {
	overflow: hidden;
	display: block;
	padding: 10px 29px 10px 24px;
	background: url('../images/bg-menu-link.gif') no-repeat;
	width: 190px;
	height: 15px;
	color: #180e00;
	text-decoration: none;
}

#side_nav li a:hover {
	text-decoration: underline;
}

#email_reg_form {
	background-color: #000;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	color: #fff;
	border-radius: 10px;
}

#email_reg_form label {
	display: block;
	margin: 0 0 5px 0;
}

#email_reg_form input {
	display: block;
	width: 228px;
	padding: 5px;
	border: none;
	outline: none;
	margin: 0 0 10px 0;
	border: #000 solid 1px;
}

#email_reg_form input:focus {
	border: #d9171f solid 1px;
}

#email_reg_form input.button {
	margin: 10px auto;
	width: 100px;
	color: #fff;
	font-weight: 900;
	background-color: #d9171f;
}

#email_reg_form input.button:hover {
	background-color: #999;
}

#footer {
	background: url('../images/bg-footer.gif') no-repeat;
	width: 1000px;
	height: 60px;
	color: #f3cfa9;
	line-height: 60px;
	clear: both;
	padding: 0px 20px;
}

#footer_nav {
	float: right;
	margin: 0px 25px 0px 0px;
}

#footer_nav li {
	list-style: none;
	display: inline;
	padding: 0px 15px 0px 10px;
	border-right: 1px solid #f5ed05;
	font-family: "Times New Roman", Times, serif;
}

#footer_nav li:last-child {
	border: none;
}

#footer_nav a {
	color: #fff;
}

#footer_nav a:hover {
	text-decoration: none;
}

#footer_nav a.active {
	color: #f5ed05;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}