/* Green Style 003 */
/* Copyright 2007 Casey Lee for Joomlashack.com */


/* main background color, header background, and default text color */
body#page_bg {
	background: #FFFFFF;
/*	background: #c5cdbc url(../images/page_bg.png) repeat-x center top; */
	color: #56634d;
}


/* default font */
html, body, form, fieldset {
	color: #666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
/*	font: 14px/140% Georgia, "Times New Roman", Times, serif; */
}


/*Top Nav Link Color*/

#header-top li a {
	color: #C9CFD3;
}
#header-top li a:hover {
	color: #666;
        text-decoration: underline;
}


/*Header (TEXT) */
#header-text h1, #header-text h1 a {
	color: #f7f7f7;
	font: normal 45px/45px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -3px;
}
/*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: 67px;
}

/* 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-size: 28px;
	color: #6251B2;
}

h2 {
	font-size: 12px;
	color: #6251B2;
}

h3 {
	font-size: 20px;
	color: #3d3d3d;
}

h4 {
	font-size: 16px;
	color: #3d3d3d;
}
/* Default Link Styles */
a {
	/*color: #6c6f50;
	text-decoration: underline;*/
color:#C76A10;
text-decoration:none;
}

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 11px Verdana,Arial, Helvetica, 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 {
	font-size: 22px;
	line-height: 22px;
}
/* Bottom stroke */
table#main {
/*	border-bottom: 5px solid #7b8d6c; */
}

/* Teaser Background */

#teaser-wrapper {
	background: #FFFFFF;
/*	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;
}
#teaser p {
	color: #3d3d3d;
	font-size: 18px;
	line-height: 20px;
}
#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;
}

/* 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;
}

/* Style 6 -bdr */


div.moduletable-bdr {
/*	background: #f4f4f4; */
/*	border: 1px solid #ccc; */
/*	color:#6251B2;  */
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;}

/* Style 7 -nopad */

div.moduletable-nopad h3 {
	text-transform: uppercase;
	font-size: 13px;
	color: #333;
	line-height: 165%;
	background: none;
}

/*Footer*/

#footer {
	color: gray;
/*	color: #f0f9eb; */
/*	background: #000 url(../images/footer_bg.png) repeat-x center top; */
/*	border-bottom: 5px solid #7b8d6c; */
}
#footer a {
	color: #C76A10;
/*	color: #e2eadb; */
	text-decoration: none;
}
#footer a:hover {
/*	color: #fff; */
}
#footer a, #footer p, #footer div, #footer a {
}
#footer .moduletable h3 {
	color:#6251B2;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
/*	font-family: Georgia, Garamond, "Times New Roman"; */
}
/* @end */

/*Author Text*/
span.small,.createdate {
	font: normal small-caps 11px/12px Tahoma, Lucida Grande, Lucida, Verdana, sans-serif;
	color: #666;
	text-transform: uppercase;
}
/*Last Updated Text*/
.modifydate {
	font: normal small-caps 11px/12px Tahoma, Lucida Grande, Lucida, Verdana, sans-serif;
	color: #666;
	text-transform: uppercase;
}

/* Content Headings */

a.contentpagetitle {
	text-decoration: none;
	color: #485539;
}

a.contentpagetitle:hover {
	color: #000;
	text-decoration: none;
}

td.contentheading {
	color: #46513e;
}

.contentheading {
	font-weight: bold;
/*	color: #46513e; */
/*	letter-spacing: -2px; */
/*	font: normal normal 28px/29px Georgia, "Times New Roman", Times, serif; */
}

td.contentheading-bdr {
padding-top: 4px;
color:#6251B2;
font-weight:bold;
}

.componentheading {
	font-size: 11.5pt;
	line-height: 30px;
	font-weight: bold;
	color: #6251B2;
}
/*Read more...*/
a.readon {
	font: bold 12px/20px Verdana, Arial, Helvetica, 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 Arial, Helvetica, Geneva, sans-serif;
}
/* Category Tables */

td.sectiontableheader {
	font-family: Arial, Helvetica, 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: 0px solid #f0f0f0;
        white-space: nowrap;
}

td tr.sectiontableentry2 td,
td.sectiontableentry2 {
	background: #fefefe;
	border-bottom: 0px solid #f0f0f0;
        white-space: nowrap;
}

.sectiontableentry1 a,
.sectiontableentry2 a {
	text-decoration: none;
}

/* Added JF-Vintara */
/*div.module-bdr {
  background: url(/images/rounded/top_left.png) 0 0 no-repeat;
  padding: 0;
}
 
div.module-bdr div {
  background: url(/images/rounded/bottom_left.png) 0 100% no-repeat;
  margin: 0;
  border: 0;
}
 
div.module-bdr div div{
  background: url(/images/rounded/top_right.png) 100% 0 no-repeat;
}
 
div.module-bdr div div div {
  background: url(/images/rounded/bottom_right.png) 100% 100% no-repeat;
}

div.module_menu div div div div{
  background: none;
}*/
.rtop,.artop{display:block}
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px}
.artop *{border-style: solid;border-width:0 1px}
.r1,.rl1,.re1,.rel1{margin-left:5px}
.r1,.rr1,.re1,.rer1{margin-right:5px}
.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px}
.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px}
.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px}
.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px}
.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px}
.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px}
.rx1,.rxl1{border-left-width:5px}
.rx1,.rxr1{border-right-width:5px}
.rx2,.rxl2{border-left-width:3px}
.rx2,.rxr2{border-right-width:3px}
.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}
