/*
 *  @author:   Michael Stoker
 *  @email:    <mstoker@atu.edu>
 *  @created:  Wed August  25 9:17:00 CDT 2010
 *
 *  @filename: home.css
 *
 *  @purpose:
 *    This file contains the specific style information for the home
 *    page.
 *
 */

/* begin top menu styles */

#contents #top_menu {
  width: 100%;
  height: 22px;
  background-image: url('../images/top-menu-background.png');
  background-repeat: repeat-x;
  background-color: #fff;
  padding: 0;
  margin: 0;
}

#contents #top_menu img {
  float: left;
  border: none;
}

#contents #top_menu ul {
  margin-left: auto;
  margin-right: auto;
  width: 784px;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  text-align: center;
  font-size: .85em;
  line-height: 18px;
}

#contents #top_menu ul li {
  display: inline;
}

#contents #top_menu ul li a {
  float: left;
  color: #194d41;
  text-decoration: none;
  font-weight: bold;
  padding: .2em 1.45em 0 1.45em;
}

#contents #top_menu ul li a:hover {
  text-decoration: underline;
}

/* begin styles of article boxes */

#contents #guts .article_box {
  width: 100%;
  text-align: left;
}

#contents #guts .article_box h2 {
  font-family: "Tahoma";
  font-size: 1em;
  color: #332f21;
  background-color: #eee5ca;
  padding: .2em .3em;
  margin: 0 0 0 0;
}

#contents #guts .article_box p {
  font-family: arial;
  font-size: .9em;
  padding: 5px;
  margin-top: 0;
  background-color: #fff;
}

#contents #guts .article_box p img {
  align: center;
  padding: 0 0 0 0;
}

#contents #guts .article_box p.gradient_bg {
  background-image: url('../images/article-background.png');
  background-repeat: repeat-x;
  min-height: 10em;
}
.artbox1 {
  background-color: #EEE5CA;
  font-family: "Tahoma";
  font-size: .9em;
  color: #332f21;
  background-color: #eee5ca;
  padding: .2em .3em;
  margin: .5em 0 0 0;
}
.artbox2 {
	background-image: url('../images/article-background.png');
	background-repeat: repeat-x;
}

