/*swatches--------------------------------------------
666 - gray (h1, h2, h3)
cb1616 - red (border under links)
5bb32f - green (nav)
ebdda1 - gold (nav hover)
-------------------------------------------------------
-----------------------------------------------------*/
/*baseline styles-------------------------------------*/
html, body, div, span, iframe, p,
blockquote, a, abbr, acronym, address, del, dfn, em, font, img, strong, sub, sup, 
b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

html, body {
	height: 100%;
}

body {
	font:  62.5% Verdana, Arial, sans-serif;
	color:  #000;
	text-align:  center;
} 

body#index {
	background:  #fff url(../images/blk_strip.gif) repeat-x left 80px;
} 
		
h1, h2, h3 {
	margin:  0;
	padding:  0;
	color:  #666;
}

h1 {
	font-size:  140%;
	font-weight:  bold;
	letter-spacing:  0.025em;
}	
			
p {
	margin-top:  0.75em;
	font-size: 130%;
	line-height:  1.6;
}	

ul, ol, li { 
	list-style:  none;
}
	
a, img a {
	text-decoration:  none;
	border: none;
}	
		
a:link, a:visited {
	font-weight:  normal;
	color:  #000;
	border-bottom:  1px dotted #cb1616;
}
	
a:hover {
	background-color:  #666;
	color:  #fff;
}	

#branding a, #branding a:link, #branding a:visited, #branding a:hover  {
	border:  none;
	text-decoration:  none;
	background-color: transparent;
}

.clear {
	clear:  both;
}		

/* main divisions-------------------------------------*/			
#wrap {
	position:  relative;
	margin:  0 auto;
	width:  96em;
	min-height:  100%;
	height:  auto !important; 
	height:  100%;
}	

#branding {
	position:  relative;
	margin: 10px 0 0 0;
	width:  100%;
}	

body#index #branding {
	margin-top: 80px;
	height:  175px;
	background-color:  #000;
}	

body#index #branding img {
	margin-top:  60px;  
}
						
#content {
	position:  relative;
	width:  90em;
	margin:  75px auto 0 auto;
	padding-bottom:  3em;
	/*border:  2px dotted #ccc;*/
	overflow:  hidden;
	text-align:  left;
}

body#miscellany #content  {
	width:  670px;
}
	
/* navigation------------------ */
#menu {
	float: left;
	width: 100%;
	position: relative;
	top: 3px;
	left: 0;
}

body#index #menu {
	position: relative;
	overflow:hidden;
	top: -34px;
	zoom: 1;
	z-index: 10;
}

#menu ul {
   clear: left;
   float: left;
   position: relative;
   left: 50%; /* to center;*/
  /* text-align:center;*/
}

body#index #menu ul {
	left: 75%;
}

#menu ul li {
   display: block;
   float: left;
   position: relative;
   right: 50%;
}

#menu ul li a {
   display:block;
   padding: 1px 15px;
   text-decoration: none;
   line-height: 1.3em;
   font-size: 150%;
   font-weight: normal;
   background-color: #fff;
   letter-spacing: 0.1em;
   border: 4px double #888;
   border-width: 0 4px 0 0;
}

#menu li:first-child a {
	border-width: 0 4px;
}

#menu ul li a:link, #menu ul li a:visited {
   color: #5bb32f;
}

/*for php that shows what page viewer is on--------------*/									
#menu ul li a#this_page:link,
#menu ul li a#this_page:visited {			
	color:  #aa1407;
	border-top:  1px dotted #aa1407;
	border-bottom:  1px dotted #aa1407;
}	

#menu ul li a:hover {
	background-color: #ebdda1;
	color:  #fff; 
	border-color: #ebdda1; 
}

#menu ul li a#this_page:hover {
	background-color: #fff;
}

/* end navigation--------------------- */

/* footer ------------------------------*/	
#footer {
	width: 100%;
	height: 3em;/*push to bottom*/
	clear:  both;
}	
					  			
#footer p {
	font-size:  100%;
	color: #999;    
}

/*index sliding box---------------------------*/
.shadow {
	float: right; 
	margin-right: 10px;
	-moz-box-shadow: 3px 3px 4px #777;
	-webkit-box-shadow: 3px 3px 4px #777;
	box-shadow: 3px 3px 4px #777;
}

.boxgrid { 
	width: 435px; 
	height: 230px; 
	float:right; 
	background: #d7d5d2 url(../images/butterfly_gr.jpg) no-repeat left top;
	border: solid 4px #333; 
	overflow: hidden; 
	position: relative; 
}

.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0; 
}

ul.slide {
	font-size: 13.5px;
	color:  #666;
	line-height:  1.6;
	padding: 3em;
}

ul.slide li:first-child {
	font-weight:  bold;
}