/* CSS Style Sheet for Naequipment.net
 * Created by Zane Riley (zriley@mail.millikin.edu)
 * on June 14th, 2006
 * Last Modified: June 15th, 2006
 */
 
/*MAIN PAGE*/
 
body { /*sets default font and colors*/
	background-color: #334466;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
div { 
	padding: 7px;
}
h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
	background-color: white;
	color: #9AA491;
}
h3, h4 {
	color: black;
	font-weight: normal;
}
#left-side h3, #left-side h4 {
	background-color: #C6CDC2;
	color: black;
}
hr {
	height: 0;  
	border-top: 1px solid #9AA491; 
	margin: 0 2%;
}
#header, #content { /*fixes width to match that of the header image*/
	width: 750px;
	padding: 0;
	margin: 0;
}
#header {
	color: white;
	background-color: #334466;
}
#left-side {
	background-color: #C6CDC2;
	font-size: small;
	float: left;
	width: 163px;
	padding: 8em 7px 8em;
	color: black;
}
#graincooler, #kanal, #kanalpic, #grainj, #main {
	background-color: white;
	color: black;
	margin-left: 178px;
}
#graincooler, #kanal, #kanalpic, #grainj {
	border: solid #FFFFFf;
}
.picbytext, #main a { /*used to set pictures to the right side of page without spacing the text*/
	float: right;
	padding: 3px 3px 0 3px;
}
.indent {
	padding: 0 0 0 2em;
	margin: 0;
}
li {
	list-style: none; /*removes bullets in front of list items*/
}
.center, #footer {
	text-align: center;
}
.dec-links, .dec-links-gj { /*decorated links (background and border)*/
	text-decoration: none;
	float: left;
	margin-left: 40px; 
	width: 160px;
	padding: 1px;
	text-align: center;
	list-style: none;
	display: block;
	background-color: #C6CDC2;
	border-left: 10px solid black;
	color: blue;
}
.dec-links {
	font-size: medium;
	margin-left: 40px;
}
#kanalpic img {
	width: 120px;
	height: 80px;
	border: 0;
}
#grainj, #main {
	padding-bottom: 5em; /*extends lower edge of div to include the grain journal links*/
}
.dec-links-gj {
	margin-left: 5px;
	height: 57px;
}
a.dec-links:hover, a.dec-links-gj:hover { /*hover effect on decorated links*/
	background-color: #334466;
	border-left: 10px solid #C6CDC2;
	color: white;
	font-weight: bold;
}
#footer a:link {
	color: white;
	background-color: #334466;
	font-weight: bold;
	font-size: small;
}

/*OTHER PAGES*/

.small-indent {
	padding: 0 1em 0 1em;
}
