@charset "utf-8";
/* CSS Document */

/* REDEFS */
* {
	font-family:Arial;
	}
	
body {
	background-color:#ABC;
	margin:0px auto;
	text-align:center;
	}

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

#nav a:hover {
	font-weight:200;
	}

#nav a.current {
	font-weight:bold;
	}
	
#foot a {
	color:white;
	text-decoration:none;
	}
#foot a:hover {
	text-decoration:underline;
	}
	
h1 {
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
	}
	
/* GLOBAL */
#shadow {
	width:100%;
	background-image:url(images/shadow_body_px.jpg);
	background-repeat:repeat-y;
	background-position:center;
	margin:0px auto;
    text-align:center;
	}
#container {
	width:958px;
	margin:0px auto;
	text-align:left;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	background-image:url(images/px_body);
	background-repeat:repeat-y;
	}

.b {
	font-weight:bold;
	}

/* HEAD */
#head {
	height:160px;
	}

#logo {
	float:left;
	height:160px;
	width:125px;
	background-image:url(images/logo.jpg);
	}

#mountains {
	float:left;
	height:160px;
	/* width:833px;
	background-image:url(images/mountains.jpg); */
	width:630px;
	background-image:url(images/mountains_split.jpg);
	}

#green_earth {
	float:left;
	height:160px;
	width:203px;
	background-image:url(images/green_earth.jpg);
	}

/* NAVIGATION */
#nav {
	float:left;
	width:145px;
	height:300px;
	padding-bottom:10px;
	color:#FFFFFF;
	font-size:15px;
	background-image:url(images/menu.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}

#nav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:10px;
	width:115px;
	}

#nav ul li {
	width:110px;
	margin-top:3px;
	margin-bottom:3px;
	padding-top:2px;
	padding-bottom:3px;
	border-bottom:1px solid #999999;
	}

#hours {
	margin-top:-10px;
	margin-left:10px;
	font-size:12px;
	}
	
#phone {
	width:80px;
	border-top:1px dotted #FFF;
	margin-top:3px;
	margin-left:10px;
	padding-top:3px;
	font-size:12px;
	}
	
/* BODY */	
#breadcrumb {
	float:right;
	width:813px;
	height:28px;
	color:#FFFFFF;
	padding-top:2px;
	font-size:22px;
	background-color:#7DD426;
	}

#content {
	float:right;
	width:803px;
	padding-bottom:10px;
	padding-right:10px;
	font-size:16px;
	}

#content a {
	color:#3399CC;
	text-decoration:underline;
	}

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

#image {
	float:right;
	margin:10px;
	}
	
#imagecenter { 
	text-align:center; 
	}

#imagecenter img { 
	margin-right:60px;
	}

#image img {
	border:1px solid #BBB;
	padding:5px;
	}

/* FOOT */	
#foot {
	clear:both;
	width:958px;
	height:35px;
	padding-top:2px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	background-color:#7DD426;
	}
	
#shadow_bottom {
	width:990px;
	height:18px;
	margin:0px auto;
	background-image:url(images/shadow_foot.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}
	
#shadow_left {
	float:left;
	width:18px;
	height:18px;
	background-image:url(images/shadow_left_corner.jpg);
	background-repeat:no-repeat;
	}
	
#shadow_right {
	float:right;
	width:18px;
	height:18px;
	background-image:url(images/shadow_right_corner.jpg);
	background-repeat:no-repeat;
	}

#subscribe {
	clear:both;
	float:right; 
	text-align:center;
	}