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

/********************
**                 **
***** Universal *****
**                 **
********************/
body,html {
	margin:0;
	padding:0;
	text-align:center;
	}
	
body {
	background-image:url(images/body-bg.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#0074be;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	}
	
h2 {
	padding:20px 0 5px 0;
	margin:0;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	}
	
p {
	margin:0;
	padding:0 0 10px 0;
	text-align:justify;
	}
	
a {
	color:#0074be;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
ul,li {
	text-align:left;
	list-style-image:url(images/bullet.png);
	}
	
/********************
**                 **
***** Container *****
**                 **
********************/
#container {
	width:760px;
	margin:0 auto 0 auto;
	height:100%;
	}
	
/********************
**                 **
*****  Header   *****
**                 **
********************/
a.header {
	display:block;
	width:760px;
	height:200px;
	margin:3px 0 3px 0;
	background-image:url(images/header2.jpg);
	background-repeat:no-repeat;
	outline:none;
	text-indent:-9999px;
	float:left;
	}

/********************
**                 **
*****   Menu    *****
**                 **
********************/	
ul.menu {
	width:760px;
	height:47px;
	display:block;
	margin:0;
	padding:0;
	clear:both;
	}
	
ul.menu li {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	}
	
ul.menu li a {
	display:block;
	width:148px;
	height:47px;
	text-indent:-9999px;
	outline:none;
	}
	
/* Home */
ul.menu li a.home-page {
	background-image:url(images/buttons/home.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-right:5px;
	}
	
ul.menu li a.home {
	background-image:url(images/buttons/home.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-right:5px;
	}
	
ul.menu li a.home:hover {
	background-position:bottom;
	}
	
/* Rock Climbing */
ul.menu li a.rock-climbing-page {
	background-image:url(images/buttons/rock-climbing.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-right:5px;
	}
	
ul.menu li a.rock-climbing {
	background-image:url(images/buttons/rock-climbing.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-right:5px;
	}
	
ul.menu li a.rock-climbing:hover {
	background-position:bottom;
	}
	
/* Gymnasium */
ul.menu li a.gymnasium-page {
	background-image:url(images/buttons/gymnasium.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-right:5px;
	}
	
ul.menu li a.gymnasium {
	background-image:url(images/buttons/gymnasium.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-right:5px;
	}
	
ul.menu li a.gymnasium:hover {
	background-position:bottom;
	}
	
/* Other Activities */
ul.menu li a.other-activities-page {
	background-image:url(images/buttons/other-activities.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-right:5px;
	}
	
ul.menu li a.other-activities {
	background-image:url(images/buttons/other-activities.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-right:5px;
	}
	
ul.menu li a.other-activities:hover {
	background-position:bottom;
	}
	
/* Contact Us */
ul.menu li a.contact-us-page {
	background-image:url(images/buttons/contact-us.png);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
ul.menu li a.contact-us {
	background-image:url(images/buttons/contact-us.png);
	background-position:top;
	background-repeat:no-repeat;
	}
	
ul.menu li a.contact-us:hover {
	background-position:bottom;
	}
	
/********************
**                 **
***** Headings  *****
**                 **
********************/
#heading h1 {
	display:block;
	width:760px;
	height:55px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	background-repeat:no-repeat;
	}
	
#heading h1.home {
	background-image:url(images/headings/home.png);
	}
	
#heading h1.rock-climbing {
	background-image:url(images/headings/rock-climbing.png);
	}
	
#heading h1.gymnasium {
	background-image:url(images/headings/gymnasium.png);
	}
	
#heading h1.other-activities {
	background-image:url(images/headings/other-activities.png);
	}
	
#heading h1.contact-us {
	background-image:url(images/headings/contact-us.png);
	}
	
#heading h1.sitemap {
	background-image:url(images/headings/sitemap.png);
	}
	
#heading h1.privacy {
	background-image:url(images/headings/privacy.png);
	}
	
/********************
**                 **
*****  Wrapper  *****
**                 **
********************/
#wrapper {
	width:760px;
	float:left;
	background-color:#FFF;
	}
	
/********************
**                 **
*****  Content  *****
**                 **
********************/
#content {
	width:720px;
	margin:15px auto 10px auto;
	}

/********************
**                 **
*****  Footer   *****
**                 **
********************/
#footer {
	position: relative;
	margin:0 auto 20px auto;
	height: 100px;
	width:760px;
	clear:both;
	background-image:url(images/footer-bg.png);
	background-repeat:no-repeat;
	}
	
#footer p {
	text-align:center;
	color:#666;
	font-size:11px;
	}
	
#footer p.links {
	padding-top:15px;
	}
	
/********************
**                 **
*****   Misc    *****
**                 **
********************/
.clear {
	clear:both;
	}
	
img.alignright {
	float:right;
	margin:0 0 7px 20px;
	clear:both;
	padding:3px;
	background-color:#F8C218;
	}
	
img.alignright2 {
	float:right;
	margin:50px 0 7px 7px;
	clear:both;
	padding:3px;
	background-color:#F8C218;
	}
	
.left {
	width:350px;
	float:left;
	}
	
.right {
	width:350px;
	float:right;
	}
	
li.title {
	list-style-type:none;
	list-style-image:none;
	font-weight:bold;
	padding:10px 0 2px 0;
	}
	
#map_canvas {
float:right;
width: 345px; 
height: 220px; 
border:#CCC solid 1px; 
margin-top: 4px;
margin-right: 5px;
overflow: hidden;
color:#666;

}
