/* Use div#wrapper for drop-shadow around template */
#wrapper {
  width: 1020px;
  margin: 0 auto;
} 

/* div#container holds all content divs */
#container {
  position: relative;
  float: left;
  width: 1020px;
  border: 0;
  margin: 5px auto;
  /*border: 1px solid #793334;*/
  border: 1px solid #0C4D3D;
}

#header {
  height: 156px;
  width: 100%;
  background: url(../../images/bg_header.jpg) no-repeat;
  padding-top: 6px;
  }

  h1 {
    width: 249px;
    height: 149px;
    background: url(../../images/logo.png) no-repeat;
    margin: 0 auto;
    text-indent: -9999px;
  }

#ImgStrap{
  height: 129px;
  background: #8B2F30;
  /*background: #0C4D3D;*/
  padding: 0 238px 0 179px;
}

#menu_left {
  position: relative;
  float: left;
  margin-top: -166px;
  width: 193px;
  height: 423px;
  padding-top: 25px;
  background: url(../../images/bg_menu_left.png) no-repeat;
  z-index: 10;
  }
    
  #menu_left ul li {
    list-style-type: none;
    padding-left: 50px
    }
    .insection {
      background-image: url(../../images/left_on.png);
      background-repeat: no-repeat;
      }
  #menu_left ul li a {
    font-size: 1.1em;
    line-height: 2.3em;
    color: #fff;
    }
    
  #menu_left ul ul li {
    background-image: url(../../images/bullet_left.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    }
    #menu_left ul ul li.insubsection {
      background-image: url(../../images/bullet_left_on.png);
      }
    #menu_left ul ul li a {
      color: #ababab;
      }  

#main {
  position: relative;
  float: left;
  width: 536px;
  padding: 10px 30px 20px 210px;
  background: url(../../images/bg_main.gif) repeat-x top;
  min-height: 450px;
  margin-left: -187px;
  /*text-align: justify;*/
  }
  
  .intro_text { font-weight: bold; }
  .intro_text_green { font-weight: bold; color: #0c4c3c; }
  
  
  h2 {
    font-family: Times New Roman;
    font-size: 24px;
    margin-left: -50px;
    padding: 30px 0 30px 70px;
    background: url(../../images/bg_pageheading.png) no-repeat;
    background-position: 35px 0px;
    }

.calltoaction {
  position: absolute; 
  right: 10px; 
  top: 190px; 
  width: 218px; 
  text-align: center;
}

.calltoaction p {
  font-family: Tahoma; 
  color: #fff; 
  font-size: 1.3em;
  line-height: 1.5em;
}

.calltoaction a {
  color: #fff;
  text-decoration: underline;
}

  #main ul {
    padding: 0 0 1em 25px;
    }

  #main li {
    list-style-type: circle;
    line-height: 2em;
    }
    
  #main a:link, #main a:visited, #main a:hover { text-decoration: underline; font-family: Tahoma; }


#menu_right {
  position: relative;
  float: right;
  width: 238px;
  background: url(../../images/bg_menu_right.gif) repeat-x top;
  min-height: 450px;
  }
  
  #menu_right h3 {
    margin: 39px 0 0 62px;
    }
  
  #menu_right ul {
    margin: 14px 0 0 35px;
    }
  #menu_right ul li {
    padding-left: 30px;
    background-image: url(../../images/bullet_right.png);
    background-repeat: no-repeat;
    margin-bottom: 15px;
    }

  #menu_right ul li a {
    color: #333;
    }
    
  #menu_right ul li.ingallery {
    background-image: url(../../images/bullet_right_on.png);
    }
    
  #menu_right ul li.ingallery a {
    color: #0C4D3D;
    }

#gallery_list, #venue_list, #activities_list {
  margin: 10px 0 0 -35px;
}

#gallery_list img, #venue_list img{
 padding: 1px;
 border: 1px solid #DFC68B;
}

#gallery_list li {
  list-style-type: none;
  float: left;
  width: 160px;
  height: 120px;
  margin: 0 11px 10px 10px; 
}

#venue_list li {
  list-style-type: none;
  float: left;
  width: 160px;
  height: 160px;
  margin: 0 11px 10px 10px;  
  line-height: 1.3em;
}

#activities_list li {
  list-style-type: none;
  float: left;
  width: 160px;
  margin: 0 11px 10px 0;  
  line-height: 1.3em;
}


.venuelogo, .venueimg {
  float: right;
  padding: 1px;
  border: 1px solid #DFC68B;
  margin: 5px;
  clear: right;
}

.venuelink {
  float: right;
  clear: right;
  margin-right: 35px;
  font-size: 1.5em;
  font-family: Times new roman;
}

#footer {
  float: left; 
  width: 100%;
  height: 50px;
  background: url(../../images/bg_footer.gif) repeat-x;
  }
  
.copyright {
  float: left;
  margin: 15px 0 0 20px; 
}

.credits {
  float: right;
  margin: 15px 20px 0 0; 
}
.clear { clear: both; }

.additionText {
	float: left;
	width: 536px;
}
	.Image {
	float: right;
	}
										
		.Image img {
		margin: 0 20px 0 20px;
		background:#FFFFFF none repeat scroll 0 0;
		border:1px solid #ececec;
		padding: 3px;
		}	
		
.contact {
	float: left;
	width: 536px;
	padding: 0;
}
