body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #ffffde url('/images/bg-tile.gif') repeat-y center top;
	font-size: 82%;
	font-family: Tahoma, Geneva, sans-serif;
}

#wrap {
	background: transparent url('/images/header-tile.gif') repeat-x left top;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0 0 20px 0;
	color: #AB0E1B;
	font-weight: normal;
}

a {
	color: #AB0E1B;	
}

a:hover {
	text-decoration: none;
}

hr {
	border: 0;
	width: 100%;
	color: #EFEFC9;
	background-color: #EFEFC9;
	height: 1px;
}

/*-----------------------------------------------------------
	HEADER
-----------------------------------------------------------*/
#header-wrap {
	width: 100%;
	height: 200px;
	background: transparent url('/images/header-bg.jpg') no-repeat center top;
	text-align: center;
}

#header {
	position: relative;
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	text-align: left;
}

/*---------- LOGO ----------*/
#header #logo {
	position: absolute;
	left: 0;
	top: 30px;
	width: 146px;
	height: 95px;
	background: transparent url('/images/logo.png') no-repeat left top;
	margin: 0;
}

#header #logo a {
	display: block;
	width: 146px;
	height: 96px;
	text-indent: -9999px;
}

/*---------- TAGLINE ----------*/
#header #tagline {
	position: absolute;
	left: 319px;
	top: 29px;
	width: 510px;
	height: 27px;
	background: transparent url('/images/tagline.gif') no-repeat left top;
	margin: 0;
	text-indent: -9999px;
}

/*---------- ADDRESS ----------*/
#header #address {
	position: absolute;
	left: 357px;
	top: 82px;
	width: 426px;
	height: 48px;
	background: transparent url('/images/address.png') no-repeat left top;
	margin: 0;
	text-indent: -9999px;
}

/*---------- EMERGENCY ----------*/
#header #emergency {
	position: absolute;
	left: 0px;
	top: 165px;
	width: 738px;
	height: 24px;
	background: transparent url('/images/emergency.png') no-repeat left top;
	margin: 0;
	text-indent: -9999px;
}

/*---------- EMAIL ADDRESS LINK ----------*/
#header #email-address-link {
	position: absolute;
	display: block;
	left: 554px;
	top: 110px;
	width: 202px;
	height: 18px;
	outline: none;
	margin: 0;
}

#header #email-address-link a {
	display: block;
	width: 202px;
	height: 18px;
	outline: none;
	margin: 0;
	text-indent: -9999px;
}

/*-----------------------------------------------------------
	CONTENT
-----------------------------------------------------------*/
#content-wrap {
	width: 100%;
	background: transparent url('/images/content-bg.gif') no-repeat center top;
	text-align: center;
}

#content {
	position: relative;
	width: 1000px;
	min-height: 500px;
	height: 100%;
	margin: 0 auto;
	padding: 35px 0;
	text-align: left;
}

/*---------- CONTENT PRIMARY ----------*/
#content-primary {
	float: right;
	width: 710px;
}

/*--- FOOTER ---*/
#footer {
	margin: 10px 0 0 0;
	padding: 10px 0;
	border-top: 1px solid #a9a991;
	color: #a9a991;
}

/*---------- CONTENT SECONDARY ----------*/
#content-secondary {
	width: 230px;
}

/*--- MAIN NAV ---*/
#main-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #FFFF01;
}

#main-nav li {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.1em;
}

#main-nav li.title {
	padding-top: 10px;
}

#main-nav li a {
	color: #ffffde;
	text-decoration: none;
}

#main-nav li a:hover {
	text-decoration: underline;
}

#main-nav li.active a {
	color: #7fa0c7;
}

#main-nav li ul {
	list-style: none;
	margin: 10px 0 0 25px;
	padding: 0;
}

#main-nav li ul li {
	margin-bottom: 10px;
	font-weight: bold;
	color: #ffffde;
	font-size: 1.0em;
}

#main-nav li span.title-sub {
	color: #ffffde;
}

/*-----------------------------------------------------------
	VIDEO
-----------------------------------------------------------*/
#video-container {
	width: 540px;
	height: 400px;
	margin: 0 auto;
}

#video-back {
	float: right;
	margin: 8px 0 0 10px;
}

/*-----------------------------------------------------------
	GALLERY NO JS
-----------------------------------------------------------*/
.img-nojs {
	text-align: center;	
}