/* CSS Document */

body {
	font: 11.0px Verdana;
	color: #663300;	
	text-align: center;
	margin: 0;
	padding: 0;
	background-color:#F4FFE4;
	/*
	background-image: url('../images/testbg.jpg');
	background-attachment: fixed;
	background-position:top;
	background-repeat:no-repeat;
	*/
}
a:link {
	color:#567300;
	font-weight:bold;
}
a:hover {
	color:#85AF0A;
	font-weight:bold;
}
a:visited {
	color:#85AF0A;
	font-weight:bold;
}
a.contact:link {
	color:#D5EDB3;
	text-decoration: none;
}
a.contact:hover {
	color:#D5EDB3;
	font-weight:normal;
	text-decoration: none;
}
a.contact:visited {
	color:#D5EDB3;
	text-decoration: none;
}
div.page {
	text-align: left;
	margin: 10px auto;
	width: 924px;
	background-color: #D5EDB3;
}

div.hero {
	background-image:url(../images/ags_hero.gif);
	background-repeat:no-repeat;
	height: 72px;
}
div.hero_quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color: #567300;
	padding-left: 25px;
	padding-right: 25px;
	height: 27px;
	
	}
.hero_accent { 
	color: #663300;
}
div.footer {
	background-color:#567300;
	color:#D5EDB3;
	text-align:center;
}













#nav{

  font-weight:bold;
  font-size: 14px;
  margin-left:4px;
  margin-top: 0px;

  list-style-type:none;	
  padding-bottom:21px;

}

html>body #nav{
  margin-left:8px;

}
html>body #sub_nav{
  margin-left:8px;

}




#nav li{
  list-style-type:none;
  float:left;
  margin:0 0 0 4px;
  padding:0 0 0 10px ;
      height: 30px;
}



#nav li a{
  color:#85AF0A;
	text-decoration:none;	
  display:block;
  padding:5px 10px 0 0;

}

#nav li.cur,
#nav li.over,
#nav li:hover
{
  background:url(../images/nav_on.gif) transparent top left no-repeat;
}
#nav li strong,
ul#nav li.cur a,
ul#nav li.over a,
ul#nav li:hover a
{
  display:block;
  color:#567300;
  padding:5px 10px 0 0;
  text-decoration:none;
  background:url(../images/nav_on.gif) transparent top right no-repeat;
        height: 30px;
}

#sub_nav{

  font-weight:bold;
  font-size: 14px;
  margin-left:4px;
  margin-top: 0px;

  list-style-type:none;	
  padding-bottom:21px;

}
#sub_nav li{
  list-style-type:none;
  float:left;
  margin:0 0 0 4px;
  padding:0 0 0 10px ;
      height: 30px;
}



#sub_nav li a{
  color:#85AF0A;
	text-decoration:none;	
  display:block;
  padding:5px 10px 0 0;

}

#sub_nav li.cur,
#sub_nav li.over,
#sub_nav li:hover
{
  background:url(../images/sub_nav_on.gif) transparent top left no-repeat;
}
#sub_nav li strong,
ul#sub_nav li.cur a,
ul#sub_nav li.over a,
ul#sub_nav li:hover a
{
  display:block;
  color:#567300;
  padding:5px 10px 0 0;
  text-decoration:none;
  background:url(../images/sub_nav_on.gif) transparent top right no-repeat;
        height: 30px;
}
div.navcontainer {
	background:url(../images/hero_gradient.gif);
	background-repeat:repeat-x;

	}

div.comment_box {
	float:right;

}


div.comment_container {
	width:252px;
	margin-left:30px;
	margin-right:60px;
	margin-bottom:20px;

	}
div.comment_top {
	background-image:url(../images/comment_top.gif);
	background-repeat: no-repeat;
	height:14px;

}
div.comment_content {
	border-right: 3px solid #81AC00;
	border-left: 3px solid #81AC00;
	background-color: #D5EDB3;
	background-image: url(../images/comment_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-left: 15px;
	padding-right: 15px;
	}
div.comment_btm { 
background-image:url(../images/comment_btm.gif);
		background-repeat: no-repeat;
	height:14px;
	}
div.comment_title {
	padding-left: 40px;
	font-size: 14px;
	font-weight: bold;
}
div.main_content {
	padding: 0px 30px 0px 60px;
}
h1 {
	color: #567300;
	font-size: 18px;
	margin-top: 0px;
}
img.home_feature {
	padding-left: 52px;
	float:left;
	margin-bottom:20px;
}
.boldngreen {
	color:#567300;
	font-weight:bold;

}
div.subnav_container {
	height: 30px;
	text-align:center;
}
.viewer {
	position:relative;
	left: 0.0px;
}
