/* CSS Document */

body{ 
	background:url(../img/layout/bg2.png) repeat-x; 
	background-color:#999999;
	font:medium "Gill Sans", "Trebuchet MS", Helvetica, Arial, sans-serif;
	color:#574c2c;
	margin-top:5px;
	
}

img{ border:none;}

.resImg{border:1px solid #574c2c;}

#container{
	float:left;
	width:746px;
	margin:0 0 0 -363px;
	position:absolute;
	left:50%;
}


a{
	color:#336699;
	text-decoration:none;
}

a:hover{
	color:#CC9999;
}

#header{
	background:url(../img/layout/banner.png) no-repeat;
	width:742px;
	height:129px;
	float:left;
}

#menu{
background: url(../img/layout/menu/menuBGRed.png) bottom repeat-x;
	background-position:0px 0px;
	width:742px;
	height:33px;
	float:left;
	border-bottom:1px solid #51372d;
}

#contentBox{
	background:url(../img/layout/contentBG.png) repeat-y;
	width:742px;
	float:left;
	
}

#contentTop{
	background:url(../img/layout/contentTop.png) no-repeat;
	float:left;
	width:707px;
	padding:40px 0 0 35px;
}

#contentMain{
	width:510px;
	padding:0px 20px 0 42px;
	float:left;
	border-right:#574c2c 1px solid;
	font-size:14px;
}

#quicklinks{
	float:right;
	width:147px;
	font-size:12px;
}

#contentFooter{
	width:707px;
	height:166px;
	padding:20px 0px 0px 36px;
	float:left;
	background:url(../img/layout/footerReflect.png) no-repeat;
	font-size:10px;
}
	

.adminTable{
	font:12px "Gill Sans", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.adminTable h4{
	font:16px bold "Gill Sans", "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin:0;
}


/* Navigation */

#menu a.button{
	background: url(../img/layout/menu/buttonRed.png) repeat-x;
	background-position:0px 0px;
	display:block;
	height:28px;
	padding:5px 10px 0 10px;
	float:left;
	font:16px "Gill Sans", "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-decoration:none;
	color:#FFFFFF;
	border-right:1px solid #7c5445;
	border-bottom:1px solid #51372d;
}

#menu a.button:hover{
	background-position:0px -35px;
	
}

#menu a.button#selected{
	background-position:0px -35px;
}


/* PHOTO GALLERY */

#gallery-nav {

  padding: 8px 0 0 0;
  
  float:left;
  
  width:500px;

  margin:0;

  }

#gallery-nav p {

  list-style-type: none;

  margin: 0;

  display: block;

  float: left;

  width: 26px;

  height: 64px;

  }

 

 #gallery-nav a, #gallery-nav a:visited {

  display: block;

  z-index: 1;

  position: relative;

  width: 22px;

  height: 60px;

  font-family: Verdana, Arial, Helvetica, sans-serif;

  font-size: 10px;

  text-align: center;

  text-decoration: none;

  /*background: #00FF99;*/ 

  padding: 0px;
  
  border:none;

  }

#gallery-nav a span {

  display:none;

}

#gallery-nav a:hover {
  border:none;

}

#gallery-nav a:hover span {

  display: block;

  z-index: 2;

  text-align: left;

  position: absolute; 

  left: -38px; 

  top: -71px; 

  padding: 0px; 

  width: 94px;

  height: 63px;

  /*background-color:#eee;*/ 
  
  border:none;

}

#gallery-nav a:hover span:first-line {

  font-weight:bold;

  font-size:1.2em;

}

#img-big{
	width:500px;
	float:left;
}

/* Members Page */

.memberBrief{
	margin:0px; 
	text-align:left;
}

.memberBriefTable td{
	vertical-align:top; 
	text-align:justify;
}
