/* @group GREEN STYLE */
/*-----The styles below define the basic color scheme defined in index.php -----*/
/*-----Also defines default module styles when no suffix is entered -----*/
#header {
	background: url(../../images/header_green.gif) no-repeat center top;
}
/*-----MAINBODY BASIC LINK TEXT -----*/
a {
	text-decoration: underline;
	color: #76A60C;
}

th {
	font: bold;
	color: #76A60C;
}
/*-----LEFT COLUMN LINK TEXT -----*/
#leftcol a {
	color: #76A60C;
}
#leftcol a:hover {
	color: #FFF;
}
/*-----LEFT COLUMN DEFAULT MODULE HEADER -----*/

#leftcol .moduletable h3 {
	background: #76A60C url(../../images/module_green_h3.png) no-repeat left center;
	color: #FFF;
	font: bold 15px/30px "Lucida Grande", Lucida, Verdana, sans-serif;
}

/*-----LEFT COLUMN DEFAULT NEWSFLASH MODULE HEADINGS -----*/

#leftcol div.moduletable .contentheading a.contentpagetitle,
#leftcol div.moduletable .contentheading a.contentpagetitle:visited
{
	color: #76A60C;
	border-bottom: 1px solid #666;
	text-decoration: none;
}

/*-----INNER COLUMN DEFAULT NEWSFLASH MODULE HEADINGS -----*/

div.moduletable td.contentheading a.contentpagetitle:hover
 {
	color: #76A60C;
	text-decoration: none;
}
div.moduletable a.contentpagetitle,
div.moduletable a.contentpagetitle:visited {
	color: #76A60C;
	background: url(../../images/greendot.png) no-repeat left center;
	text-decoration: none;
}

/*-----INNER COLUMN MODULE HEADINGS -----*/

div.left .moduletable h3 {
	background: #76A60C url(../../images/left_green.png) no-repeat 0px 50%;
	color: #FFF;
	text-align: left;
	padding-left: 25px;
}
div.right .moduletable h3 {
	background: #76A60C url(../../images/right_green.png) no-repeat 100% 50%;
	color: #FFF;
	text-align: right;
	padding-right: 25px;
}
/*-----INNER COLUMN WIDE MODULE HEADINGS -----*/

div.modulewrap_wide div.right_wide .moduletable h3,
div.modulewrap_wide div.left_wide .moduletable h3 {
	height: 30px;
	line-height: 30px;
	width: 946px;
	position: relative;
	background: #76A60C url(../../images/left_green.png) no-repeat 0% 50%;
	color: #FFF;
	text-align: left;
	padding-left: 25px;
}
/*-----INNER COLUMN MODULE HEADINGS -----*/

div.modulewrap .right_wide .moduletable h3,
div.modulewrap .left_wide .moduletable h3 {
	height: 30px;
	line-height: 30px;
	width: 690px;
	background: #76A60C url(../../images/left_green.png) no-repeat 0% 50%;
	color: #FFF;
	text-align: left;
	padding-left: 25px;
}

div.moduletable .contentheading a.contentpagetitle,
div.moduletable .contentheading a.contentpagetitle:visited {
	font-size: .90em;
	line-height: 1.25em;
	padding-left: 19px;
	color: #76A60C;
	background: url(../../images/greendot.png) no-repeat left center;
}


td.contentheading {
	font: 1.75em "Helvetica Neue",Helvetica, Arial, Verdana, serif;
	color: #76A60C;
	border-bottom: 1px solid #333;
	width: 99%;
}
.componentheading {
	color: #76A60C;
	border-bottom: none;
}
a.contentpagetitle, .contentpagetitle a, .contentpagetitle a:visited {
	color: #76A60C;
	width:100%;

}
/*-----HEADING 1-----*/

#mainbody h1 {
	font: normal 2em/1.5em "Helvetica Neue", Helvetica, Arial, Verdana, serif;
	letter-spacing: -1px;
	color: #76A60C;
}
/*-----HEADING 2-----*/

#mainbody h2 {
	font: normal 1.75em/1.75em "Helvetica Neue", Helvetica, Arial, Verdana, serif;
	letter-spacing: -1px;
	color: #79B700;
}
/*-----HEADING 3-----*/

#mainbody h3 {
	font: normal 1.5em/1.75em "Helvetica Neue", Helvetica, Arial, Verdana, serif;
	letter-spacing: -1px;
	color: #CCC;
}
/*-----HEADING 4-----*/

#mainbody h4 {
	font: normal 1.25em/1.5em "Helvetica Neue", Helvetica, Arial, Verdana, serif;
	letter-spacing: -1px;
	color: #fff;
}


/* @end */