BODY {
	background-image: url(../images/mountain_background.png);
	background-repeat: repeat-x;
	background-position: center 35px;	
	font-family: arial, sans-serif;
	font-size:12px;
}

H1 {
	font-size: 18px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

P {
	margin-top:20px;	
}

DIV#body {
	margin: 0 auto;
	margin-top: 10px;
	width: 970px;
}

img#main_logo {
	float: left;
}

img#address {
	clear:none;
	float:right;
	padding-top: 20px;
}

DIV#header img {
	padding-bottom: 5px;	
}


DIV#menu {
	background-image: url(../images/menu_background.png);
	height: 36px;
	margin-top: 2px;
	text-align: left;
}

DIV#menu a {
	background-image: url(../images/menu/separator.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	
}

DIV#menu a img {
	margin-top: 15px;
	padding-bottom: 4px;
}

DIV#menu a:last-child, DIV#menu a.last {
	background-image: none;
	padding-right: 0px;
}

DIV#menu a:hover img {
	border-bottom: 2px solid red;
	padding-bottom: 2px;
}

DIV#content {
	float: left;
	line-height:1.3em;
	padding-top: 25px;
	width: 700px;
}

DIV#content img {
	margin-bottom: 10px;	
	margin-right: 10px;
}

DIV#content.financing img {
	margin-right: 0;
}


DIV#content img.heading {
	float: left;	
}

DIV#flashcontent {
	margin:24px auto;
}

DIV#sidebar {
	float: right;
	margin-right: 4px;
	padding-top: 25px;
	width: 235px;
}

DIV#sidebar.slideshow {
	border-left: 1px solid #222222;
	margin-top: 25px;
	margin-left: 25px;
	padding-left: 25px;	
	width: 210px;
}

DIV#sidebar a img {
	margin-bottom:10px;
}

TABLE TD {
	vertical-align: top;	
}

TABLE#staff {
	margin-top: 10px;	
}

TABLE#staff TD {
	padding-bottom: 10px;
}

TABLE#staff TD H4 {
	font-size: 1.2em;	
}

TABLE#staff IMG {
	margin: 0;
	padding: 0;
}

TABLE#locator {
	margin-top:20px;	
}

TABLE#locator th {
	background-color: #000000;
	color: #EFEFEF;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	padding: 6px;
}
TABLE#locator td {
	padding: 4px;
}

TABLE#locator tr.odd td {
	background-color: #DDDDDD;	
}

DIV#footer {
	border-top: 1px solid #000000;
	clear: both;
	margin-top:20px;
	padding-top: 10px;
	padding-bottom: 22px;
	text-align: center;
}

DIV#footer DIV#site_links {
	float: left;
	
	margin-left: 90px;
	width: 490px;
}

DIV#footer img {
	padding-bottom: 20px; /* this helps center the logos under the footer nav */
}

DIV#footer a {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

DIV#footer a:hover {
	text-decoration: underline;
}

DIV#footer DIV#sponsors {
	text-align: center;
}

DIV#footer DIV#sponsors a img {
	margin: 0 5px 0 0px;
	padding: 0;
}


DIV#slide h1 {
	text-align: center;	
}

p#slide_nav {
	color: #FF1111;	
	padding-bottom: 20px;
	float: right;
	width: 300px;	
}

p#slide_nav a {
	color: #ee4557;
	line-height: 20px;	
}



p#downloads a {
	color: #000000;
	background-image: url(../images/pdf.png);
	background-position: left;
	background-repeat: no-repeat;
	line-height: 30px;
	padding-left: 30px;	
	display: block;
	height: 30px;
}

p#downloads {
	float: left;
	width: 300px;
}

.clear {
	clear:both;	
}

.left {
	float: left;	
}

.right {
	float: right;	
}