/* @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.png) no-repeat center top;
}
/*-----MAINBODY BASIC LINK TEXT -----*/
a {
	text-decoration: underline;
	color: #006325;
}
/*-----LEFT COLUMN LINK TEXT -----*/
#leftcol a {
	color: #006325;
}
#leftcol a:hover {
	color: #006325;
}
/*-----LEFT COLUMN DEFAULT MODULE HEADER -----*/

#leftcol .moduletable h3 {
	background: #006325 url(../../images/module_green_h3.png) no-repeat left center;
	color: #006325;
	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: #006325;
	/*border-bottom: 1px solid #666;*/
	text-decoration: none;
}

/*-----INNER COLUMN DEFAULT NEWSFLASH MODULE HEADINGS -----*/

div.moduletable td.contentheading a.contentpagetitle:hover
 {
	color: #006325;
	text-decoration: none;
}
div.moduletable a.contentpagetitle,
div.moduletable a.contentpagetitle:visited {
	color: #006325;
	background: url(../../images/greendot.png) no-repeat left center;
	text-decoration: none;
}

/*-----INNER COLUMN MODULE HEADINGS -----*/

div.left .moduletable h3 {
	background: #006325 url(../../images/left_green.png) no-repeat 0px 50%;
	color: #006325;
	text-align: left;
	padding-left: 25px;
}
div.right .moduletable h3 {
	background: #006325 url(../../images/right_green.png) no-repeat 100% 50%;
	color: #006325;
	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: #006325 url(../../images/left_green.png) no-repeat 0% 50%;
	color: #006325;
	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: #006325 url(../../images/left_green.png) no-repeat 0% 50%;
	color: #006325;
	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: #006325;
	background: url(../../images/greendot.png) no-repeat left center;
}


td.contentheading {
	font: 2em Georgia, "Times New Roman", Times, serif;
	color: #790000; /*red*/
	/*border-bottom: 1px solid #999;*/
	width: 99%;
	margin-bottom:20px;
	padding-bottom:20px;
}
.componentheading {
	font: 2em Georgia, "Times New Roman", Times, serif;
	color: #790000;
	border-bottom:none;
	width: 99%;
	margin-bottom:15px;
}
a.contentpagetitle, .contentpagetitle a, .contentpagetitle a:visited {
	color: #790000;
	width:100%;

}
/*-----HEADING 1-----*/

h1 {
	font: normal 1.7em Georgia, "Times New Roman", Times, serif;
	color: #f6921e; /*gold*/
}
/*-----HEADING 2-----*/

h2 {
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	color: #3b6129; /*green*/
	margin-top:1.1em;
}
/*-----HEADING 3-----*/

h3 {
	font: normal 1.5em Georgia, "Times New Roman", Times, serif;
	color: #f6921e;
	margin-top:1.1em;
}
.sidebox-list #accordion h3, .sidebox-list #accordion h4{
	margin-top:0;
	padding-bottom:10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
/*-----HEADING 4-----*/

h4 {
	font: normal 1.25em Georgia, "Times New Roman", Times, serif;
	color: #790000;
}

/* @end */