@charset "utf-8";
/* CSS Document */

/* ------------- "generic" styles */

body {
	margin: 0;
	padding: 0;
	font: small Arial, sans-serif;
	background-image: url(../images/bgDiamondB.jpg);
	background-repeat: no-repeat;
	}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

a img {
	border: 0;
}

p {
	margin: 0 0 1em;
	line-height:1.5em;
}

/* ------------- masthead styles */

#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	}

#masthead {
	margin-bottom: 1em;
	padding-top: 1px;
	background: #fff;
	
}

#homelink {
	display: block;
	margin: 0em 0em 1em 1em;
	padding: 0em 0em 0.5em 1em;
	background: url(../images/topPictures1.jpg) 100% 0% no-repeat;
}

#navlinks {
	margin: 0;
	padding: 0.5em 3em;
	color: #FFF;
	background-color: #016701;
}

#navlinks li {
	display: inline;
	margin-right: 0.5em; padding-right: 0.75em; 
	border-right: 1px solid #99C;
	font-weight: bold;
	
}

#navlinks li.last {
	border-right: 0;
}

#navlinks a {
	color: #fff;
	
}




/* ------------- main column styles */

#content {
	width: 700px;
	float: left;
	padding: 0 20em 4em 3em;

}
	

#content h1 {
	margin: 0 33% 1.25em -2em;
	padding: 0.5em 1em;
	background: #e4e4e4;
	color: #016701;
	font-size: 1.5em;
	font-weight: lighter;
}

#content h1 b {
	color: #000000;
}

#content h1 a {
text-decoration: none;
color: #016701;
}

#content h2 {
	margin: 0.5em 0;
	padding-bottom: 0.25em;
/*	border-bottom: 1px solid #016701;  */
	font-size: 1.5em;
}
#content h2 a {
text-decoration: none;
color: #016701;
}
#content h3 {
	margin: 0.5em 0;
	padding-bottom: 0.25em;
	font-size: 1.25em;
}

#content img.illus {
	float: left;
	padding: 0.15em;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	border: 1px solid #016701;
	}
	
#content img.illusRight {
	float: right;
	padding: 0.15em;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	border: 1px solid #016701;
	}

#content a {
	color:#006600;
	text-decoration: underline;
}

#content a:hover {
	color:black;
	text-decoration: underline;
}

#content li {
	
	margin-bottom: 0.5em; padding-right: 0.75em; 
	
}


/* ------------- sidebar styles */

#sidebar {
	float: left;
	width: 17em;
	margin: 0 0 4em -18em;
}

#sidebar div h3 {
	background: #e4e4e4;
}

#sidebar a:link {
	color:#016701;
	text-decoration: none;
	padding:0;
}

#sidebar a:hover {
text-decoration:none;
color:#000;
background:#fff;
display:block;
}

#sidebar a:visited {
text-decoration:none;
color:#016701;
}

#sidebar a:link logo{
	text-decoration: none;
	
}

#sidebar li {
	
	margin-bottom: 0.5em; padding-right: 0.75em; 
	
}

#sidebar form {
	margin: 0; padding: 0.8em;
	background: #c4dcc4;
}

#sidebar form .text {
	width: 9em;
}

#sidebar div {
	background: #c4dcc4;
	color: #FFF;
	padding: 0 1em 1em;
	margin-top: 0.75em;
}

#sidebar div h3 {
	font-size: 1.25em;
	margin: 0 -0.8em;
	padding: 0.4em 0.8em;
	text-transform: lowercase;
	color: #016701;
}

#sideInfo h4 {
	margin: 0 0 0.5em; padding: 0.5em 0;
	border-bottom: 1px solid #FFF;
	font-weight: normal;
}

#sideInfo p:first-line {
	font-style: italic;
}

#sideInfo img {
	display: block;
	 margin: 1em auto 0; 
	padding: 0.15em;
	/* margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0; */
	border: 1px solid #016701;
	background:#FFFFFF;
}


/*
 #sideInfo a:link {
	color:#016701;
	text-decoration: none;
	padding:0;
	display: block;
}

#sideInfo a:hover {
text-decoration:underline;
}

 */
#sidebar p{
color:#016701;
}

/* ------------------ table formating */

#tech table {
	margin: 0 ;
	font-size: smaller;
	background: #c4dcc4;
}

#tech caption {
	margin: 3em auto 0;
	font-size: larger;
	font-weight: bold;
}

#tech td {
	padding: .25em;
	border: 1px solid #787A6B;
	background: #fff; color: #222;
	text-align: center;
}

#tech table a {
	display: block;
	font-weight: bold;
	color: #FFF;
}

#tech table a:hover {
	background: #ABD240;
}




/* -----------------footer styles */


#footer{
	clear: both;
	padding: 1.5em 3em;
	background: #016701;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #333333;
	
}

#footer p {
margin: 0;
color:#FFFFFF;
text-align: right;
font-size:smaller;

}

#footer a {
color:#FFF;
text-decoration: none;
}

/* -----------------other styles */

.smaller{
font-size:.8em;
}

.more {
	text-align: right;

	
}
