/* Green Style 003 */
/* Copyright 2007 Casey Lee for Joomlashack.com */


/* main background color, header background, and default text color */
body#page_bg {
	background: #c5cdbc url(../images/page_bg.png) repeat-x center top;
	color: #56634d;
}


/* default font */
html, body, form, fieldset {
	font: 13px/140%  Helvetica, Arial, Geneva, sans-serif;
}


/*Top Nav Link Color*/

#header-top li a {
	color: #C9CFD3;
}
#header-top li a:hover {
	color: #fff;
        text-decoration: underline;
}




/*========================  THIS CODE IS NO LONGER USED ==================*/
/*Header (TEXT) */
#header-text h1, #header-text h1 a {
	color: #f7f7f7;
	font: normal 45px/45px  Helvetica, Arial, Geneva, sans-serif;
	letter-spacing: -1px;
}
/*Header (GRAPHIC) */
/*Adjust the height below - Proceed with caution or use "text" based logo from config*/
/*Notes: If your logo extends the default size (67px) the page.png must be re-exported as well */
/*It is recommended to use the Fireworks source */

#header-graphic {
	background: url(../images/header_logo.png) no-repeat left top;
	height: 100px;
}

/* Defines the clickable hotspot area of the logo */
/* You can temporarily uncomment the red border to see your zone */
#header-graphic h1 a {
	height: 58px;
	width: 215px;
	/*border: 1px solid red;*/
	cursor: pointer;
}
/*======================================================================*/




/* Headings Typography */

h1 {
font-family:Helvetica,Arial,Geneva,sans-serif;
font-size:22px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
letter-spacing:-1px;
line-height:23px;
color: #46513E;
}

h2 {
	font-size: 20px;
	color: #546342;
font-weight:normal;
}

h3 {
	font-size: 18px;
	color: #3d3d3d;
font-weight:normal;
}

h4 {
	font-size: 16px;
	color: #3d3d3d;
font-weight:normal;
}
/* Default Link Styles */
a {
	color: #6c6f50;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

/* Because serifs don't look all that great. Remove this if you change to a sans-serif font */

b, strong {
	font: bold .95em  Helvetica, Arial, Geneva, sans-serif;
}

/* Left and Right Column Typography */

#leftcol h1, #rightcol h1 {
	font-size: 18px;
	line-height: 125%;
}

#leftcol h2, #rightcol h2 {
	font-size: 16px;
	line-height: 125%;
}
#leftcol h4, #rightcol h4 {
	font-size: 14px;
	line-height: 125%;
}

#leftcol .inside,
#rightcol .inside {
	font-size: 12px;
	line-height: 135%;
}

#leftcol a.contentpagetitle,
#rightcol a.contentpagetitle,
#rightcol td.contentheading,
#leftcol td.contentheading,
#leftcol a.contentpagetitleS5,
#rightcol a.contentpagetitleS5,
#rightcol td.contentheadingS5,
#leftcol td.contentheadingS5 {
	font-size: 22px;
	line-height: 22px;
}
/* Bottom stroke */
table#main {
	border-bottom: 5px solid #7b8d6c;
}

/* Teaser Background */

#teaser-wrapper {
	background: #e2eadb url(../images/teaser_bg.png) repeat-x center top;
}
/* Secondary (inner) Teaser Background */
#teaser {
	background: url(../images/teaser.jpg) repeat-x center top;
}

/* Teaser (icon position) Typography */

#teaser h3 {
	color: #3d3d3d;
	font-size: 28px;
	line-height: 32px;
font-weight:bold;
}
#teaser p {
	color: #3d3d3d;
	font-size: 18px;
	line-height: 22px;
}
#teaser a {
}

#teaser a.readon {
	background-color: #f5fcf2;
	border: 1px solid #bbcab1;
}
/* @group Module Headings */

/* Style 1 - S1/Default */

div.moduletable h3, div.moduletableS1 h3 {
	text-transform: uppercase;
	font-size: 13px;
	background: #7b8d6c url(../images/moduleheading1.png) repeat-x left bottom;
	color: #fff;
	line-height: 165%;
	word-spacing: .25em;
font-weight:bold;
}

/* Style 2 - S2 */

div.moduletableS2 h3 {
	text-transform: uppercase;
	font-size: 13px;
	background: #80997b url(../images/moduleheading2.png) repeat-x left bottom;
	color: #fff;
	line-height: 165%;
	word-spacing: .25em;
}
/* Style 3 - S3 */

div.moduletableS3 h3 {
	text-transform: uppercase;
	font-size: 13px;
	background: #7e8953 url(../images/moduleheading3.png) repeat-x left bottom;
	color: #fff;
	line-height: 165%;
	word-spacing: .25em;
}
/* Style 4 - S4 */

div.moduletableS4 h3 {
	text-transform: uppercase;
	font-size: 13px;
	background: #afbd72 url(../images/moduleheading4.png) repeat-x left bottom;
	color: #fff;
	line-height: 165%;
	word-spacing: .25em;
}

/* Style 5 - S5 */

div.moduletableS5 h3 {
	text-transform: uppercase;
	font-size: 13px;
	background: #3d3d3d url(../images/moduleheading5.png) repeat-x left bottom;
	color: #cdd7c4;
	line-height: 165%;
	word-spacing: .25em;
font-weight:bold;
}

/* Style 6 -bdr */


div.moduletable-bdr {
	background: #f4f4f4;
	border: 1px solid #ccc;
}

/* Style 7 -nopad */

div.moduletable-nopad h3 {
	text-transform: uppercase;
	font-size: 13px;
	color: #333;
	line-height: 165%;
	background: none;
}

/*Footer*/

#footer {
	color: #333;
	background: #000 url(../images/footer_bg.png) repeat-x center top;
	border-bottom: 5px solid #7b8d6c;
}
#footer a {
	color: #6C6F50;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
        text-decoration: none;
}
#footer a, #footer p, #footer div, #footer a {
}
#footer .moduletable h3 {
	font-family: Helvetica, Arial, Geneva, sans-serif;
}
/* @end */

/*Author Text*/
span.small,.createdate {
	font: normal small-caps 11px/12px  Helvetica, Arial, Geneva, sans-serif;
	color: #666;
	text-transform: uppercase;
}
/*Last Updated Text*/
.modifydate {
	font: normal small-caps 11px/12px  Helvetica, Arial, Geneva, sans-serif;
	color: #666;
	text-transform: uppercase;
}

/* Content Headings */

a.contentpagetitle, a.contentpagetitleS1, a.contentpagetitleS2, a.contentpagetitleS3, a.contentpagetitleS4, a.contentpagetitleS5 {
	text-decoration: none;
	color: #485539;
}

a.contentpagetitle:hover, a.contentpagetitleS1:hover, a.contentpagetitleS2:hover, a.contentpagetitleS3:hover, a.contentpagetitleS4:hover, a.contentpagetitleS5:hover {
	color: #000;
	text-decoration: none;
}

td.contentheading, td.contentheadingS1, td.contentheadingS2, td.contentheadingS3, td.contentheadingS4, td.contentheadingS5 {
	color: #46513e;
}

.contentheading, .contentheadingS1, .contentheadingS2, .contentheadingS3, .contentheadingS4, .contentheadingS5 {
	color: #46513e;
	letter-spacing: -1px;
	font: normal normal 22px/23px  Helvetica, Arial, Geneva, sans-serif;
}

.componentheading {
color:#46513E;
font-family:Helvetica,Arial,Geneva,sans-serif;
font-size:22px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
letter-spacing:-1px;
line-height:23px;
padding:4px 4px 4px 0;
}
/*Read more...*/
a.readon {
	font: bold 12px/20px Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	color: #7b8d6c;
}

a.readon:hover {
	color: #5b6951;
	text-decoration:none;
}

/*Buttons*/

input.button {
	border: 1px outset #666;
	background: #3d3d3d;
	color: #fff;
	font: bold 12px Helvetica, Arial, Geneva, sans-serif;
        cursor: pointer;
}
/* Category Tables */

td.sectiontableheader {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #7b8d6c;
	font-weight: bold;
}

td tr.sectiontableentry1 td,
td.sectiontableentry1 {
	background: #fefefe;
	border-bottom: 1px solid #f0f0f0;
}

td tr.sectiontableentry2 td,
td.sectiontableentry2 {
	background: #f6f6f6;
	border-bottom: 1px solid #f2f2f2;
}

.sectiontableentry1 a,
.sectiontableentry2 a {
	text-decoration: none;
}