@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:1.5em;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	background:#272e36;	
}

#header-outer {
	width:100%;
	height:154px;
	background:#000;
}

#header {
	width:960px;
	height:154px;
	background:url(../images/header.jpg) left top no-repeat;
	margin:0 auto;
	position:relative;
}

.logo {
	position:absolute;
	left:5px;
	top:39px;
}

#navigation {
	width:960px;
	height:37px;
	position:absolute;
	bottom:0px;
	left:0px;
	background:url(../images/nav-bar.jpg) left top no-repeat;
}

#navigation ul li {
	float:left;
	padding:9px 15px;
	list-style-type:none;
	font-weight:bold;
}

#navigation ul li a {
	color:#252525;
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	font-size:14px;
}

#navigation ul li a:hover {
	color:#3b4956;
}

.details p {
	font-size:13px;	
}

.details {
		position:absolute;
		right:0px;
		top:47px;
		padding:10px;
		background:url(../images/black.png) left top repeat;
}

.location {
	position:absolute;
	right:10px;
	bottom:8px;
}



#content-outer {
	width:100%;
	padding:30px 0;
	background:#36373c url(../images/body-top.jpg) center top repeat-x;
}

#content {
	width:960px;
	margin:0 auto;
}

.left-column {
	width:230px;
	height:auto;
	float:left;
}

.right-column {
	width:630px;
	margin-left:50px;
	height:auto;
	float:left;
}

h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;	
	font-size:18px;
	font-weight:200;
	text-shadow:1px 1px 0px #000;
}

h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;	
	font-size:16px;
	font-weight:200;
	text-shadow:1px 1px 0px #000;
	margin-top:20px;
	margin-bottom:20px;
}

p {
	font-size:13px;
	margin-bottom:10px;
}

ul.list {
	float:left;
	margin-right:10px;
	width:200px;
}

ul.list li {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	list-style-type:none;
	background:url(../images/arrow.png) 0px 10px no-repeat;
	padding:5px 0px 5px 15px;
	border-bottom:1px #222 solid;
	border-top:1px #555 solid;
}

.clear {
	clear:both;	
}

#footer-outer {
	width:100%;
	height:137px;
	background:url(../images/footer.jpg) center top repeat-x;
}

#footer-inner {
	width:960px;
	height:137px;
	margin:0 auto;
	position:relative;
}

a {
	color:#fff;	
}

p.footer-details {
	position:absolute;
	left:0px;
	top:20px;
}

p.copyright {
	position:absolute;
	right:0px;
	top:20px;
}



/*** set the width and height to match your images **/

#slide-outer {
	width:100%;
	height:415px;
	overflow:hidden;
	background:url(../images/slidebg.jpg) left top repeat-x;
}

#slideshow {
    position:relative;
    height:400px;
	width:960px;
	margin:8px auto;
	
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 400px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 400px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

#slideshow DIV p.caption {
	width:930px;
	height:auto;
	background:url(../images/black.png) left top repeat;
	padding:15px;
	position:absolute;
	bottom:0px;
	left:0px;
	margin-bottom:0px;
	z-index:99;
}


