/*1.17.07: These are from the news.css - for menubar, banner*/

#news-banner {width:850px; position:absolute; left:0px; top: 0px;}

.navlist {
	margin: 5px 0;
	padding: 0 0 20px 15px;
	
	}
/*bottom border; put back in - need to check all pages;

border-bottom: 1px solid #666666;

end border*/


.navlist li {
	margin: 0 5px 0 0;
	padding:0px;
	display: inline;
	list-style-type: none;
	float: left;
	}

.navlist a:link, .navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 15px 4px 15px;
	text-decoration: none;
	color: #996600;
	}

.style-select  {
	color:#330033; font-weight:600; border-bottom: 4px solid #330033;
	padding: 10px, 10px, 2px, 10px;
	}

.navlist a:hover { color: #330000;
	border-bottom: 4px solid #330000;
	padding-bottom: 2px;
	background: transparent;
	
	}


li {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 75%; font-weight:400; color:#333333;}

/* end banner and navbar styles*/

/*BEGIN MAIN ELEMENTS - including wrapper, bottom nav links, etc*/

#page {
	width: 850px;
	\width: 870px;
	w\idth: 850px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	}

#main-alt {width: 855px; height:504px;
	position:absolute;
	top: 298px; left:6px;
	margin-left:14px;
	padding: 5px;
	background-color:#FFFFFF;
	}

p.hmmain, p.hmain2 {font-family:"Times New Roman", Times, serif;
	font-size:90%;
	font-weight:300;
	text-align:left;
	/*display:inline;*/
	color:#333333;
	margin-top:-10px;
	}
	
p.hmain2 {margin-top:auto;
}
	
.botomnav {font-family:"LucidaSans Roman", GillSans, sans-serif;
	font-size: 80%;
	font-weight:600;
	color: #996600;
	text-align:center;
	margin-top:25px;
	}
	
.style1 {color: #330033}

a:link {
	color: #996600;
	text-decoration: none;
	}

a:visited { text-decoration: none; color: rgb(102, 102, 102) }
a:active { text-decoration:none}
a:hover { color: #330033; text-decoration:none; }

h2 {
	font-family:"LucidaSans Roman", GillSans, sans-serif;
	font-size: 100%;
	font-weight:700;
	color: #330033;
	display: block;
	line-height: 145%;	
	margin:-10px 10px 5px;
	}
/* THIS IS FOR THE FACILITIES PAGE - from News.css - to float images to the left and new one for floating to the right for workshops page */

img.left { float:left; padding:10px; margin-right:10px; }
img.right { float:right; padding:10px 5px 15px 15px; margin-right:10px; }

/*for the techniques page - until we build it*/

#main-tech {width: 855px; height:688px;
	position:absolute;
	top: 298px; left:6px;
	margin-left:14px;
	padding: 5px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}

/* FOR THE WORKSHOPS PAGE - divider to put pictures and captions together */

p.border{
	border-bottom-color:#999;
	border-bottom-style:dotted;
	border-bottom-width: 1px;
}