/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*
/*
/* default01.css for GLCNARGS
/*
/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*
/* much from http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/ */
body,
html {
margin:0px;
padding:0px;
color:#000;
background:#33cc66;
font-family: Verdana, Arial,Helvetica,sans-serif;    
}
#wrap {
width:880px;
margin:0 auto;
background:#33cc66;
}
#header {
/* background:#ddd; */
}
#full {
float:   left;
width:   840px;
padding: 10px;
/* background:#9c9; */
}
#main {
float:   left;
width:   420px;
padding: 10px;
/* background:#9c9; */
}
#sidebar {
float:   right;
width:   420px;
padding: 10px;
/* background:#c9c; */
}
#footer {
clear:both;
background:#cc9;
}
#nav {
background:#c99;
width: 100%;
}
#nav ul {
margin:0;
padding:0;
list-style:none;
}
#nav li {
display:inline;
margin:0;
padding:0;
}
#header {
padding:5px 10px;
/* background:#ddd; */
}
#head-image {
float:left;
width:auto;
text-align: center;
z-index: 4;
/* background:#ddd; */
}
#head-text {
float:right;
padding-top:4em;
/*padding-bottom:5em;*/
width:490px;
/* text-align: center; */
/* background:#ddd; */
}
h1 {
margin:0;
}
/*#nav {
padding:5px 10px;
clear: both;
background:#c99;
}*/
h2 {
margin:0 0 1em;
}
#footer {
clear:both;
padding:5px 10px;
background:#cc9;
text-align: center;
}
#footer p {
margin:0;
}
* html #footer {
height:1px;
}
/* http://blog.sachinkraj.com/how-to-resize-images-with-css/  */
 .resize {
width: 306px ;
height : auto;
}
.resize {
width: 276px;
height : 306px;
} 
h3.bennie { 
margin-top: 5px;
text-transform: uppercase; 
margin-bottom: -15px;
padding-top: 15px;
}
.caption {
margin-top: 5px;
text-align: center;
}
.caption emph{
font-style:italic
}
.caption span{
font-style:normal
}

/* from Berkshire NARGS page http://www.bnargs.org


/* links at the page top */
	a.hls:link,   
	a.hls:visited,   
	a.hls:active {
	background: #c9dd77;    
	border: solid 2px #228B22;    
/*makes a solid border around the link 2px wide*/


	color: #8b4513; 
	font-weight: bold;   
	display: block;               

/*makes a block around the link */


	float: left;    
	font-size: 80%;    
	margin: 3px;    

/*margin = setting the blue space around the  boxs*/


	padding: 2px;    
	text-align: center;    
	text-decoration: none;    
	vertical-align: middle;    
	width: 12%;}

a.hls:hover {
	background: #228b22;    
	color: white;    
	font-style: italic;}

.h1 {
  margin-top: 1px;
  visibility: hidden;
  clear: both;

}
 
.h2 {
  margin-top: 2px;
  visibility: hidden;
  clear: both;

}
 
.h5 {
  margin-top: 5px;
  visibility: hidden;
  clear: both;

}
 
.h10 {
  margin-top: 10px;
  visibility: hidden;
  clear: both;

}
 
.h20 {
  margin-top: 20px;
  visibility: hidden;
  clear: both;
}
 
.h50 {
  margin-top: 50px;
  visibility: hidden;
  clear: both;
}
 
.h100 {
  margin-top: 100px;
  visibility: hidden;
  clear: both;
}

/* New styling*/


.headmenu{
	width:100%;
	margin:0px;
	clear: both;
        border-top:5px solid #c99;
	text-align: center;
}


}

#header{
	margin: 0px;
	padding: 0px;
}

#head-image{
	padding:6px;
}

#nav{
	text-align: center;
}

a.hls{
	margin-left: 20px;
}