/* General Styles */
body {
	background:url(../img/backgroundimage.jpg) no-repeat center top #6f0000;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
}

h1, h2, h3, h4, h5 {
	color:#6F0000;
	font-family:'Rambla', sans-serif;
	font-weight:normal;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.3em;
}
h5 {
	font-size:1.1em;
}

a {
	color:#c00000;
	text-decoration:none;
}
a:hover {
	color:#e00000;
	text-decoration:none;
}

#logo {
	position:absolute;
	top:20px;
}

#top_spacer {
	height:180px;
	width:100%;
}

#page {
	background:#FFF;
}
#content {
	padding:10px 0px 10px 20px;
}
#sidebar {
	padding:10px 20px 10px 0px;
}

#submenu {
	margin-bottom:0;
}
#submenu .navbar-inner {
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}

#footer .footer_bar {
	background:#222;
	color:#FFF;
	font-family:'Rambla', sans-serif;
	font-size:1.6em;
	height:45px;
	line-height:45px;
	text-shadow:1px 1px 4px #000;
	width:100%;
}
#footer .footer_red {
	background:#370000;
	color:#FFF;
}
#footer .footer_red h4 {
	color:#FFF;
}
#footer #copyright {
	color:#888;
	font-size:0.6em;
}
#footer .quicklinks {
	margin-left:0;
}
#footer .quicklinks li {
	list-style:none;
}
#footer #googlemap {
	height:200px;
}
#footer a {
	color:#C0C0C0;
}
#footer a:hover {
	color:#FFF;
}

#findus div {
	font-size:0.9em;
}
#findus .tint1 {
	color:#a57f7f;
	font-size:0.8em;
}
#findus .tint2 {
	color:#784848;
	font-size:0.7em;
}

/* Responsive Styles */
@media (max-width: 767px) {
	#logo {
		margin:0 0 -180px 0;
		position:relative;
	}
}

/* Bootstrap Modifications */
.navbar .nav {
	font-family:'Rambla', sans-serif;
	font-size:1.1em;
}
.navbar.navbar-static-top .nav {
	font-family:'Rambla', sans-serif;
	font-size:1.3em;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav > li > a.active {
	background-color:rgba(100,100,100,0.15);
}
.navbar-inverse .nav > li > a.active {
	color:white;
}
