@charset "UTF-8";


/* styles for index grids */


#grid-header {  	/* horizontal space for top grid title */
	/* height:40px; */
	width:720px;
	text-align:right;
} 
.grid-header-text h1{
	font-size:24px;
	color:#3a3a3a;
	font-weight:normal;
	line-height:24px;
	font-family: Tahoma, Geneva, sans-serif;
}
.grid-wrapper{	/* holds sets of horizontal elements in grids. elements are 134px wide + 2px for border, spacing is 10px */
	position: relative;
	float: left;
	width: 720px;
	height:auto;
	margin-bottom: 12px;
	text-align:center;
}
.grid-wrapper-centered-4{	/* holds sets of horizontal elements in grids. elements are 134px wide + 2px for border, spacing is 10px, for 4 elements */
   position: relative;
   float:left;
   margin-left:72px;
   margin-right:72px;
   width:574;
   height:auto;
   margin-bottom: 12px;
   text-align:center;
   
}
.grid-wrapper-centered-3{	/* holds sets of horizontal elements in grids. elements are 134px wide + 2px for border, spacing is 10px, for 3 elements */
	position: relative;
	float:left;
	margin-left:146px;
	margin-right:136px;
	width:428;
	height:auto;
	margin-bottom: 12px;
	text-align:center;   
}

.left1{
	position: relative;
	float: left;
	left: 0px;
	width: 134px;
	height:inherit;
	border: solid #3a3a3a 1px;
	background-color: #dbd7c0;
	padding-bottom: 2px;
}
.left2{
	position: relative;
	float: left;
	left: 10px;
	width: 134px;
	height:inherit;
	border: solid #3a3a3a 1px;
	background-color: #dbd7c0;
	padding-bottom: 2px;
}
.left3{
   position: relative;
   float: left;
   left: 20px;
   width: 134px;
   height:inherit;
   border: solid #3a3a3a 1px;
   background-color: #dbd7c0;
   padding-bottom: 2px;
}
.left4{
   position: relative;
   float: left;
   left: 30px;
   width: 134px;
   height:inherit;
   border: solid #3a3a3a 1px;
   background-color: #dbd7c0;
   padding-bottom: 2px;
}
.right{
	position: relative;
	float: right;
	right: 0px;
	width: 134px;
	height:inherit;
	border: solid #3a3a3a 1px;
	background-color: #dbd7c0;
	padding-bottom: 2px;
}
.grid-img-link {	/* images in section index grids that are links */
	/*	border-color: #3a3a3a;  */
	margin-bottom: 3px; /* spacer for text beneath image */
	border-bottom-color: #3a3a3a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

.grid-title {	/* titles under the grid image links, these are also links  */
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.grid-title a:hover{
	color:#990000;
	text-decoration:none;

}
