/* Start of CMSMS style sheet 'MacNimble HG-H3CF' */
* {
  margin:0; /* we'll remove all default padding and margins and set them later on */
  padding:0;
}
body {
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 75.01%;
  line-height: 1.2em;
  background: #fff;
  margin:1em; /* gives some air for the pagewrapper */
}

div{font-size: 1em;}
img { border: 0;}

/* default link styles */
a, a:link, a:active, a:visited {
   text-decoration: none;
   background-color: inherit;
   /*color: #003399;*/
    color: #42701F;
}
a:hover {
   text-decoration: underline;
   background-color: inherit;
   color: #000000;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   max-width: 80em; /* IE wont understand these, so we will use javascript magick */
   min-width: 65em;
}

#siteShell {}

/* ======== Start Header Divs ==========*/
#headFrame{}
#headPanel{
   background: url(images/header-back.gif) no-repeat 0px 0px;
   height: 117px; /* adjust according your image size */
}
div#headPanel h1 {
   background: url(images/logo.gif) no-repeat 180px 0px;
   display: block; 
   height: 78px;             /* adjust according your image size */
}

div#headPanel h1 a {
   display: block; 
   height: 78px;
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
#infoPanel{}
#jumpPanel {}
/* ======== End Header Divs ==========*/

/* ======== Start Footer Divs ==========*/
#footFrame {}
#statPanel{text-align:center;}
#textMenu{margin: 0 auto;padding: 10px 0px;}
#textMenu ul{
   list-style: none; 
   margin: 0px;
   padding: 0px;
}
#textMenu h3 {
   display: inline;
   margin: 0px; 
   padding: 3px 10px; 
   color: #333;
   font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
   font-size: 1em;
   line-height: 1em;
   font-weight: normal;
}
#textMenu a, #textMenu ul li.currentpage h3{
   /*display: block; */
   margin: 0px; 
   padding: 3px 10px; 
   text-decoration: none;
   color: #333;
   font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
   font-size: 1em;
   line-height: 1em;
   font-weight: normal;
}
#textMenu a:link,#textMenu a:active, #textMenu a:visited{color: #333;}
#textMenu a:hover {
   text-decoration: underline;
   background-color: #eee;
   color: #003399;
}
#textMenu ul li.currentpage h3{background-color: #eee;}
#textMenu li { 
   margin-left: -1px;
   float: left;
}
#textMenu li a { 
   border-right: 1px solid #C0C0C0;
   border-left: 1px solid #C0C0C0;
}
#textMenu div {
   padding-top: 3px;
   padding-bottom: 3px;
}


#footPanel {clear: left;}
/* ======== End Footer Divs ==========*/

/* ======== Start Content Divs ==========*/
#siteFrame { /* Background for Left Column */
  background: url(images/leftbar-back.gif) 0px 0px repeat-y;
}
#sitePanel {/* Background for right Column */}
#coreFrame {/* Background for Middle Column */}
#corePanel{}

#mainFrame, #menuFrame, #moreFrame{}
#mainFrame{} /* middle column */
#menuFrame{} /*right column */
#moreFrame{} /* left column */

#mainPanel, #menuPanel, #morePanel {}
#mainPanel {} /* middle column */
#menuPanel {} /*right column */
#morePanel {} /* left column */
/* ======== End Content Divs ==========*/

/*========== Start MacNimble Holly Grail Layout Magic ===========*/
/* http://www.macnimble.com/HolyGrail/functionalTemplate.php */
#sitePanel {
  margin-left: 180px;
}
#coreFrame {
  height: 1%;
  margin-right: 195px;
}
#corePanel {
  display: inline;
  float: right;
  position: relative;
  width: 100%;
}
#mainFrame {
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}
#menuFrame {
  display: inline;
  float: right;
  margin-left: 0px;
  margin-right: -195px;
  position: relative;
  width: 195px;
}
#moreFrame {
  display: inline;
  float: left;
  margin-left: -180px;
  position: relative;
  width: 180px;
}
#coreFrame:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/*========== End MacNimble Holly Grail Layout Magic ===========*/

div.breadcrumbs {
   float: left;
   padding: 0.3em 0 0.3em 0; 
   /*font-size: 90%;*/
   margin: 0 10em 1em 1em;
   color:#999;
}
div.breadcrumbs a, div.breadcrumbs a, div.breadcrumbs a:link, div.breadcrumbs a:active, div.breadcrumbs a:visited {color:#999;}
div.breadcrumbs a:hover{color:#003399;}

#mainPanel {                         /* middle column styling*/
  padding: 0 1.5em 0 1.5em;
}
#menuPanel {
  padding: 1.5em 0 0 1em;
}
#morePanel {
  padding: 1.5em 1em 0 1em;
  /*color: #fff;*/
  color: #ddd;
}
h1 {
   font-size: 1.26em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h2 {
   font-size: 1.20em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h3 {
   font-size: 1.12em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h3 span.inline {
   font-size: 0.9em;
   font-weight: normal;
   color: #000;
}

h4 {
   font-size: 1.06em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h5 {
   font-size: 1.0em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 0.9em;
   line-height: 1.3em;
   margin: 0 0 0 0;
}
p {
   font-size: 1em;
   margin: 0 0 1em 0;  /* some air around p elements */
   line-height:1.3em;
   padding: 0;
}

ul, ol, dl {
  margin: 0 0 1em 0;
}
ul li, ol li {
   margin: 0 0 0 3em;
}

dl dd {
   margin: 0 0 0 1.5em;
}

.blueDT dt{
  margin-top: 0.5em;
  /*color: #008c9a;*/
  color: #df6616;
}


#mainPanel h1, #mainPanel h2, #mainPanel h4, #mainPanel h5, #mainPanel h6 {
   /*color: #003366;*/
  color: #444;
  /*color: #a84c3f;*/
}

#mainPanel h3 {
   /*color: #008c9a;*/
  /*color: #42701f;*/ /* green */
  color: #a84c3f; /* maroon */
}

#menuPanel h1, #menuPanel h2, #menuPanel h3, #menuPanel h4, #menuPanel h5, #menuPanel h6 {
   /*color: #003366;*/
  color: #444;
}

#morePanel h2 {
  color: #ddd;
}

blockquote {
   margin-left: 1.5em;
}

.pagelink{margin: 0;}
a.pagelink{
  padding-left: 1em;
  background: url(images/bullet-arrow.gif) no-repeat 0px 0.3em;
}
a.pagelink:hover{
  background: url(images/bullet-arrow.gif) no-repeat 0px 0.3em;
}

div#calltoaction ul{
  list-style: none; 
}
div#calltoaction ul li{
  margin-left: 0;
}

div#pagepicture{
  width: 100%;
  text-align: center;
  margin-top: 2.5em;
  background-color: #eeeeee;
}

#morePanel a, #morePanel a:link, #morePanel a:active, #morePanel a:visited, #morePanel a:hover{
  color: #CCCC99;
  font-size: 0.8em;
}
#morePanel a:hover{
   text-decoration: underline;
}

.listcolumn{
}
p.listcolumn {
   font-size: 1em;
   margin: 0 0 0.5em 1em;  /* some air around p elements */
   line-height:1.3em;
   padding: 0;
   text-indent: -0.5em;
}

#testimonials, #whatsnew {}

.imageleft{
  float: left;
  margin: 1em 1.5em 1em 0em;
}
.imageright{
  float: right;
  margin: 0em 0em 1em 1em;
}

.inlineh3 {
  color: #a84c3f; /* maroon */
  font-size: 1.12em;
  font-weight: bold;
}

#mainPanel div.titlelink h3:hover{text-decoration: underline;}
#mainPanel div.titlelink h3 {margin-bottom:0em;display:inline;}
#mainPanel div.titlelink p {margin-left:1em;}

#mainPanel div.yourneed {
 width: 90%;
 margin-left: 1em;
 margin-bottom: 1em;
}

#NewsPostDetailTitle div.notitle {
  display: none;
}

/* End of 'MacNimble HG-H3CF' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  /*background-color: #C3D4DF;*/
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'GreenPegButtons' */
table .pbrROL{border-collapse:collapse;border-spacing:0;}
/*Text Link*/
.ROLtxt a
{
	font:bold 16px Arial;
	text-align:center;
	margin-bottom:7px;
	text-decoration:none;
	color:#3300FF;
}
.ROLtxt a:hover
{
	text-decoration:underline;
	color:#3300FF;
}
.ROLtxt {text-align:center;}
/*Generic PBR link*/
.pbrROL-basic .tt{font:10px Arial, Helvetica, sans-serif; background:none; color:#000; text-align:center;}
.pbrROL-basic .tt a{ background:none; color:#3300FF; text-decoration:underline; }
 
/* Button 4 */
.pbrROL-04{display:block;} 
.pbrROL-04 .ROLbtn {display:block; clear:both;}
.pbrROL-04 .ROLbtn ul{margin:0; padding:0;}
.pbrROL-04 .ROLbtn ul li{list-style:none; margin: 0; padding:0; clear:both;} 
.pbrROL-04 .ROLbtn li a{
 background:url(http://www.greenpeg.com/uploads/images/btn-g04-right.jpg) no-repeat top right;
 display: block;  float:left; text-decoration:none;
 color:#FFFFFF; font:bold 16px Arial, Helvetica, sans-serif; }  
.pbrROL-04 .ROLbtn li span{
 background:url(http://www.greenpeg.com/uploads/images/btn-g04-left.jpg) no-repeat top left; 
 display: block; line-height:34px; padding:0 21px 0 20px; }
.pbrROL-04 .ROLbtn li a:hover{background:url(http://www.greenpeg.com/uploads/images/btn-g04-right.jpg) no-repeat bottom right;
 display: block;  float:left; text-decoration:none;
 color:#FFFFFF; font:bold 16px Arial, Helvetica, sans-serif; }  
.pbrROL-04 .ROLbtn li a:hover span{background:url(http://www.greenpeg.com/uploads/images/btn-g04-left.jpg) no-repeat bottom left; 
 display: block; line-height:34px; padding:0 21px 0 20px; } 
.pbrROL-04 .tt{display:block; clear:both; font:10px Arial, Helvetica, sans-serif; background:none; color:#000; text-align:center;}
.pbrROL-04 .tt a{ background:none; color:#3300FF; text-decoration:underline; }


/* End of 'GreenPegButtons' */

