@charset "UTF-8";
/*

GROVE MARKETING
UPDATED: 200802

*/

/* import stylesheets \*/
@import url(navigation.css);
/* end import/hide */

html, body { 
	margin: 0; 
	padding: 0;
}
html {
	color: #000000;
	font-family: Georgia,Times,serif;
	font-size: small;
	text-align: center;	
}
body { 
	text-align: left; 
	/*
	width: 800px; 
	margin: 0 auto; 
	*/
}

/* SPECIAL ACCESS FONT SIZING ---------------------------------------------------------- */ 




/* HEADER ---------------------------------------------------------- */ 

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h2 {
	font-size: 200%;
}
h3 {
	font-size: 160%;
}
h3 span.smaller {
	font-size: 70%;
}
h4 {
	font-size: 120%;
}
table caption {
	font-size: 160%;
}

/* LINKS ---------------------------------------------------------- */ 

a:link, a:visited, a:active { 
	color: #ff6600; 
	text-decoration: none; 
	outline: 0;
}
a:hover { 
	text-decoration: underline;	
}
a.weblink {
	padding-left: 15px;
	background: url(../images/icons/icon_weblink.gif) no-repeat left center;
} 

/* IMAGES ---------------------------------------------------------- */ 

#content .imageCaption {
	margin: 5px 30px 5px 0;
	padding: 0;
	font-size: 10px;
	line-height: 12px;
	font-family: "Lucida Grande",Verdana,sans-serif;
	color: #999999;
}
.imageMain {
	padding-top: 20px;
}
.float-right {
	float: right;
	padding: 0;
	margin: 5px 0 5px 5px;
}
.float-left {
	float: left;
	padding: 0;
	margin: 5px 5px 5px 0;
}
.imgOfficers {
	float: right;
	padding: 0;
	margin: 2px 60px 10px 5px;
	padding: 4px;
	background: #f2f2f2;
}


/* LAYOUT --------------------------------------------------------------------------------- */

/*
#wrap {
	width: 800px;
}
*/

#masthead {
	height: 230px;
	position: relative;
	background: #a7c0cd url(../images/layout/masthead_background.gif) no-repeat top left;
	
	width: 800px; /* ADDED 20080214 */
	margin: 0 auto; /* ADDED 20080214 */
	
	padding: 0;
	margin-bottom: 10px;
	clear: both;
}
#masthead #logo {
	position: absolute;
	top: 25px;
	left: 25px;
	overflow: hidden;
}
#masthead #logo h1 {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 210%;
	line-height: 1em;
	display: none;
}
#masthead #logo img {
	float: left;
}
#masthead #rotateImg img {
	position: absolute;
	top: 70px;
	left: 290px;
	overflow: hidden;
}
#masthead #navMasthead {
	position: absolute;
	top: 40px;
	left: 600px;
	overflow: hidden;
}
#masthead #search {
	position: absolute;
	top: 160px;
	left: 600px;
	width: 180px;
	overflow: hidden;
}
#content {
	width: 800px; /* ADDED 20080214 */
	margin: 0 auto; /* ADDED 20080214 */
	position: relative; /* ADDED 20080214 */
}

#content .wrap-row {
	clear: both;
}
/*

USE WITH A THREE (EQUAL) COLUMN PAGE

*/
#content .wrap-row .onecolumn-span {
	float: left;
	width: 260px;
}
#content .wrap-row .twocolumn-span {
	float: left;
	width: 520px;
}
#content .wrap-row .threecolumn-span {
	float: left;
	width: 520px;
}
/*

USE WITH A THREE COLUMN PAGE - ONE MAIN (LARGEST) WITH TWO SIDEBARS

*/
#content .wrap-row .sidebar {
	float: left;
	width: 180px;
}
#content .wrap-row .main {
	float: left;
	width: 430px;
}
#content .wrap-row .main p {
	line-height: 1.5em;
}
#content .wrap-row .main-extended {
	margin-left: 130px;
	margin-right: 100px;
	width: 610px;
	<!-- background-color: #f2f2f2; -->
	padding: 10px 10px 10px 10px;
	
}
#content .wrap-row .main-extended p {
	line-height: 1.5em;
	}
#content .intro {
	font-size: 120%;
}
.wrap-column {
	padding-right: 20px;
}
#content .special {
	padding: 30px;
	font-size: 120%;
	background-color: #f2f2f2;
}
.author {
	font-style: italic;
	color: #666666;
}

/* BOX ------------------------- */

.wrap-boxes {
	clear: both;
}

.box {
	float: left;
	margin: 0 1px 0 0;
	padding: 10px;
	background-color: #f2f2f2;
	max-width: 200px;
}
.box h4{
	
}




/* TOOLSET ------------------------- */

#toolset {
	margin: 10px;
	width: 170px;
	float: right;
	background: #a7c0cd url(../images/layout/toolset_top.gif) no-repeat top left;
}
#toolset .toolset-bottom{
	height: 9px;
	background: #a7c0cd url(../images/layout/toolset_bottom.gif) no-repeat bottom left;
}
#toolset ul {
	margin: 0;
	padding: 40px 4px 2px 20px;
	list-style: none;
}
#toolset li {
	padding-bottom: 4px;
}
#toolset a {
	color: #000000;
	text-decoration: none;
}
#toolset a:hover {
	text-decoration: underline;
	color: #50819b;
}
#toolset a.email {
	padding-left: 15px;
	background: url(../images/icons/icon_email.gif) no-repeat left center;
} 
#toolset a.print {
	padding-left: 15px;
	background: url(../images/icons/icon_print.gif) no-repeat left center;
}
#toolset a.rss {
	padding-left: 15px;
	background: url(../images/icons/icon_rss.gif) no-repeat left center;
}
#toolset .toolset-bookmark {
	padding-left: 20px;
	padding-bottom: 8px;
}


ul#list {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#list li {
	padding-left: 15px;
	padding-bottom: 5px;
	background: url(../images/icons/icon_list.gif) no-repeat 0 0;
}


/* FOOTER -------------------------- */

#footer {
	clear: both;
	position: relative;
	
	width: 800px; /* ADDED 20080214 */
	margin: 0 auto; /* ADDED 20080214 */
	
	
	margin-bottom: 20px;
	background: #a7c0cd url(../images/layout/footer_top.gif) no-repeat top left;
}
#footer #info {
	padding: 55px 0 0 30px;
	width: 320px;
}
#footer .bottom {
	height: 9px;
	background: #a7c0cd url(../images/layout/footer_bottom.gif) no-repeat bottom left;
}

/* TABLES --------------------------------------------------------------------------------- */

table.viewTable {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}
.viewTable td {
	width: 190px;
	margin-right: 5px;
	padding: 8px;
	vertical-align: middle;
	text-align: center;
	background-color: #f2f2f2;
}
.viewTable td h4 {
	margin: 0;
	padding: 2px;
}

table.archiveList {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.archiveList th, .archiveList td{
	padding-right: 10px;
}

/* ----------------------------- ACCESSIBILITY ----------------------------- */

#accessibility {
	position: fixed; /* absolute */
	top: 5px;
	left: 5px;
}
#accessibility a{
	margin: 2px;
	padding: 4px;
	font-size: 80%;
	color: #fff;
	text-decoration: none;
	background: #ccccc7;
}
#accessibility a:hover{
	color: #ccccc7;
	background: #fff;
	text-decoration: none;
}
.hidden {
	display: none;
}


/* RULES -------------------------------------------------------------------------- */

div.hr {display: none}
/*/*/a{}
div.hr {
  display: block;
  height: 11px;
  background-image: url(../images/layout/hr_rule.gif);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 1em 0 1em 0;
}
hr {display:none}
/* */

div.hrKO {display: none}
/*/*/a{}
div.hrKO {
  display: block;
  height: 11px;
  background-image: url(../images/layout/hr_ruleKO.gif);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 1em 0 1em 0;
}
/* */