

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #f2f2f2; 
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #000;
font-size: 95%;
}

h1 {
margin-top: 5px;
border-bottom: 0 solid #9DBD7C;
text-align: center;
background-color: transparent;
color: #ec5c01;
clear: both;
}

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 1px solid #9DBD7C;
background-color: transparent;
color: #ec5c01;
clear: both;
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0px;
color: #ec5c01; 
clear: both;
padding: 1px 0 1px 3px;
}

h4 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0px;
background-color: transparent;
color: #ec5c01;
clear: both;
}

h5 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0px;
background-color: transparent;
color: #ec5c01;
clear: both;
}

h6 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0px;
background-color: transparent;
color: #ec5c01;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 12px;
}

#ExtraColumn h3 {

	background-color: #fff;

}


.Underline {
border-bottom: 1px solid #9DBD7C;
background-color: transparent;
font-weight: bolder;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #000;
font-size: 100%;
margin-top: 12px;
}

hr {
color: #9DBD7C;
background-color: #9DBD7C;
height: 1px;
}

blockquote {
margin: 12px 56px;
color: #39412C;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}

.red {
font-weight: bold;
color: red;
}

/* -- General Link Styling -- */

a:link {
color: #0000FF; 
text-decoration: underline;
}

a:visited {
color: #800080;
text-decoration: underline;
}

a:hover {
color: #ec5c01;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 100%;  
}

#Header {
position: relative;
background-color:  #39412c;
border-bottom: 1px solid #000;
max-height: 300px;
width: 100%;
}

#AboveContent {
	padding: 10px;
}

#ContentContainer {
	max-width: 1000px;
	margin: 0 auto;
	background-color: #fff;
}

#ContentWrapper {
float: left;
width:100%;
}

#ContentColumn {
margin: 0 230px 0 170px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
max-width: 600px;
}

#NavColumn {
float: left;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -1000px;        /* STEP 3: set to the same width specified in #ContentContainer above (but with minus sign)  */
}

#ExtraColumn {
float: left;
width: 234px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -234px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border-top: 10px solid #E7F3DB;
}

.Liner {
padding: 10px;
}

#Header .Liner {
position: relative;
padding: 5px 0 5px 0; 

max-width: 1050px;
margin: 0 auto;

}

#Footer .Liner {
margin: 0;
}



/* ------ Section 3 - Page Structure Details ------ */




#PageWrapper {
margin: 0 auto;
background-color: #f2f2f2;
}

#Header .Liner {


}

#Header .headerName {
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 1.5em;
	text-align: left;
	color: #FFFFFF;	
	width: 33%;
	margin: 0;
	
	line-height: 1.3;
	position: relative;
	z-index: 2;
}


#Header .headerName a {
	color: #fff;
}

#Header .headerName a:link {
	color: #fff;
	text-decoration: none;
}

#Header .headerName a:visited {
	color: #fff;
}

#Header .headerTagline {
	font-size: 1em;
	color: #ec5c01;
	background: none;
	width: 33%;
	text-align: left;
	margin: 0;
	position: relative;
	z-index: 2;
}


.head1 {
	text-transform: uppercase;
}

.head2 {
	margin-left: -5px;
	margin-right: -5px;
	text-transform: uppercase;
}

.head2, .head4, .head5, .head6 {
	color: #EC5C01;
}

.head3 {
	
}
	

#ContentWrapper {
background-color: #fff;
}

#NavColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #39412c;     
text-align: center;
font-size: 85%;
color: #fff;
}

#Footer a:link, #Footer a:visited {
	color: #9dbb7f;
}

#Footer a:hover {
	color: #ec5c01;
}

#NavColumn {
font-size: 90%;
color: #39412C;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 95%;
color: #39412C;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 95%;
color: #39412C;
margin-top: 0;
}

.WhatsNew ul {
	list-style-type: none;
}

.WhatsNew ol {
	list-style-type: none;
	-webkit-padding-start: 0;
	
}

.WhatsNew ol li {
	border-bottom: 1px solid  #cccccc;	
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #39412C;
border-bottom: 1px solid #5C6C4B;
margin: 12px 0;
background-color: transparent;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #9dbb7f;        
border: 1px solid #5C6C4B;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #39412C;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: #39412C;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #fff;   
}

.Navigation a:active {
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #fff;   
}

/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color:  #ec5c01;
}

/* -- Box With Colored Background Heading -- */

.fancybox { 
padding: 0; 
background-color: #FFFFFF; 
border: 1px #808080 solid; 
margin: 10px 0 10px 0; 
text-align: left; 
font-size: 100%; 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
} 
.fancybox p { 
margin: 10px 5px 15px 5px; 
} 
.fancybox h2 { 
color: #FFFFFF; 
background-color: #5C6C4B; 
border: 1px #5C6C4B solid;
font-size: 110%; 
padding: 5px 5px 5px 5px; 
margin: 0 0 0 0;
text-align: center; 
} 
.fancybox h3 { 
color: #39412C; 
font-size: 110%; 
padding: 5px 5px 5px 5px; 
margin: 0 0 0 0; 
background-color: transparent;
} 


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
}

.ExtraNav a:link {
color: #39412C;
text-decoration: none;
text-align: center;
padding: 0 1px 0px 1px;
margin: 3px;
}

.ExtraNav a:visited {
color: #39412C;
text-decoration: none;
padding: 0 1px 0px 1px;
margin: 3px;
}

.ExtraNav a:hover {
color:  #ec5c01; 
background-color: #F1F7EB;
text-decoration: underline;
padding: 5px 8px 5px 4px;
margin: 3px;
}

.ExtraNav a:active {
color:  #ec5c01; 
background-color: #F1F7EB;
text-decoration: underline;
padding: 0 8px 0px 4px;
margin: 3px;
}

#Header .ExtraNav {
text-align: left;
padding: 1% 5% 1% 33%;
position: absolute; 
top: 0px;
max-width: 100%;
}

#Header .ExtraNav a:link, #Footer .ExtraNav a:link {
color: #9dbb7f;
text-decoration: none;
text-align: center;
padding: 0 1px 0px 1px;
margin: 3px;
}

#Header .ExtraNav a:visited, #Footer .ExtraNav a:visited {
color: #9dbb7f;
text-decoration: none;
padding: 0 1px 0px 1px;
margin: 3px;
}

#Header .ExtraNav a:hover, #Footer .ExtraNav a:hover {
color:  #ec5c01; 
background-color: transparent;
}

#Header .ExtraNav ul { 
margin: 0px;
text-align: left;
font-size: 14px;
padding: 4px 0 6px 0;
}


#Footer .ExtraNav {
margin: 0px;
background-color: transparent;
}

/* ---- Mobile Media Adjustments ----- */

@media only screen and (min-width: 768px) {
	.pl-10 {
		padding-left: 10px;
	}
}

@media only screen and (max-width: 1050px) {
	#ContentContainer {
	max-width: 900px;
	width: 100%;
	}
	
	#NavColumn {
	margin-left: -900px;
	}
}

@media only screen and (max-width: 900px) {
	#ContentContainer {
	max-width: 750px;
	width: 100%;
	}
	
	#NavColumn {
	margin-left: -750px;
	}
}

@media only screen and (max-width: 768px) {
	#PageWrapper {
	margin: 0 auto;
	background-image: url();
	background-repeat: repeat-y;
	}
	
	#Header .Liner {
	background-image: url();
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top center;
	}
	
	#Header .headerTagline, #Header .headerName {
		width: 40%;
		text-align: left;
	}
	
	#Header .ExtraNav ul {
	text-align: center;
	}
	
	#ContentContainer {
	width: 100%;
	margin: 0 auto;
	}
	
	#ContentWrapper {
	background-image: url();
	background-repeat: repeat-y;
	background-color: transparent;
	}
	
	#Header .ExtraNav {
		max-width: 60%;
		padding: 1% 5% 1% 43%;
		text-align: center;
		position: absolute;
		
	}
}


@media only screen and (max-width: 480px) {
	#PageWrapper {
	margin: 0 auto;
	background-image: url();
	background-repeat: repeat-y;
	}
	
	#Header .Liner {
	background-image: url();
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top center;
	}
	
	#Header .headerTagline, #Header .headerName {
		width: 100%;
		text-align: center;
	}
	
	#Header .ExtraNav ul {
	text-align: center;
	}
	
	#ContentContainer {
	width: 100%;
	margin: 0 auto;
	}
	
	#ContentWrapper {
	background-image: url();
	background-repeat: repeat-y;
	background-color: transparent;
	}
	
	#Header .ExtraNav {
		max-width: 100%;
		padding: 1% 5% 1% 1%;
		text-align: center;
		position: relative;
		
	}
}




/* ------ Section 6 - Boxes ------ */

.tableOverflow {
	overflow-x:auto;
}

#ContentTable {
width:100%;
border-collapse:collapse;
}

#ContentTable td, #ContentTable th {
font-size:1em;
border:1px solid #8DA873;
padding:3px 7px 2px 7px;
}

#ContentTable th {
font-size:1.1em;
text-align:center;
padding-top:5px;
padding-bottom:4px;
background-color:#A0BE7E;
color:#ffffff;
}

#ContentTable tr.alt td {
color:#000000;
background-color:#EAF3E2;
}

div.forum {
   background-color: #EAF3E2;
	margin: 15px 0px 10px 0px;
	padding: 15px;
   border: 1px solid #8DA873;
}

.img-forum-left {
	float: left;
	padding: 2px;
	margin-right: 5px;
	border: 0;
}

.img-forum-right {
	float: right;
	padding: 2px;
	margin-left: 5px;
	border: 0;
}

.Ezine2 {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.Ezine2 input[type=text], .Ezine2 input[type=password], .Ezine2 select, .Ezine2 input[type=email] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: inherit;
}

.Ezine2 button {
    width: 100%;
    background-color: #ec5c01;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: inherit;
}

.Ezine2 button:hover {
    background-color: #db4900;
}


.CalloutBox {
	background-color: #A0BE7E;
	width: 85%;
	border: 3px dotted #39412C;
	margin: 18px auto 24px auto;
	padding: 4px;
}

div.CalloutBox p {
	margin: 13px;
}

p.CalloutBox {
	padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
	margin: 13px 0 0 13px;
	color: #000;
}

.ReminderBox {          
	background-color: #EAF3E2;
	width: 24%;
	border: 1px solid #8DA873;
	margin: 0 0 12px 18px;
	float: right;             /* adding float enables text to flow around it */
	color: #39412C;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #A0BE7E;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #ffffff;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 2px 12px 2px;
float: left;
width: 60%;
}

.AdSenseBoxRight {
margin: 0 2px 5px 2px;
float: right;
width: 60%;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #FFFFFF;
width: 90%;
border: 2px dotted #9EBC80;
margin: 0 auto 12px auto;
padding: 4px;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #EDB903;
border: 1px solid #39412C;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #39412C;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 90%;
font-weight: bold;
color: #39412C;
display: block;
line-height: 150%;
margin-bottom:10px;
}


/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

.ItemSmallLeft {
float: left;
margin: 5px 10px 5px 0;
text-align: center;
}


/* -- left and right column for native remedies-- */

#columns { 
width: 270px; 
margin: 0 auto;
padding: 0; 
background-color: #FFFFFF; 
border: 1px #808080 solid;  
font-size: 100%; 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}	
	
.col1 { 
float: left; 
font-weight: bold; 
padding: 5px 0 10px 0px;
margin: 0 0 0 40px; 
}

.col2 { 
float: right; 
font-weight: bold; 
padding: 5px 0 10px 0;
margin: 0 30px 0 0;
}

#columns h3 { 
color: #FFFFFF; 
background-color: #5C6C4B; 
border: 1px #5C6C4B solid;
font-size: 110%; 
padding: 5px 5px 5px 5px; 
margin: 0 0 0 0;
text-align: center; 
}

#columns p.top {
padding: 5px 5px 5px 5px; 
background-color: #EAF3E2;
} 

#columns p.under {
margin: 110px 0 0 0; 
padding: 5px 5px 10px 5px; 
} 

/* ---- Font Face Raleway ----- */

@font-face {
    font-family: Raleway;
    src: url('/css_webfonts/raleway-webfont.eot');
    src: url('/css_webfonts/raleway-webfont.eot?iefix') format('eot'),
         url('/css_webfonts/raleway-webfont.woff') format('woff'),
         url('/css_webfonts/raleway-webfont.ttf') format('truetype'),
         url('/css_webfonts/raleway-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Raleway;
    src: url('/css_webfonts/raleway-bold-webfont.eot');
    src: url('/css_webfonts/raleway-bold-webfont.eot?iefix') format('eot'),
         url('/css_webfonts/raleway-bold-webfont.woff') format('woff'),
         url('/css_webfonts/raleway-bold-webfont.ttf') format('truetype'),
         url('/css_webfonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: bold;
        font-style: normal;
}

@font-face {
    font-family: Raleway;
    src: url('/css_webfonts/raleway-italic-webfont.eot');
    src: url('/css_webfonts/raleway-italic-webfont.eot?iefix') format('eot'),
         url('/css_webfonts/raleway-italic-webfont.woff') format('woff'),
         url('/css_webfonts/raleway-italic-webfont.ttf') format('truetype'),
         url('/css_webfonts/raleway-italic-webfont.svg#ralewayitalic') format('svg');
    font-weight: normal;
        font-style: italic;
}

@font-face {
    font-family: Raleway;
    src: url('/css_webfonts/raleway-bold-italic-webfont.eot');
    src: url('/css_webfonts/raleway-bold-italic-webfont.eot?iefix') format('eot'),
         url('/css_webfonts/raleway-bold-italic-webfont.woff') format('woff'),
         url('/css_webfonts/raleway-bold-italic-webfont.ttf') format('truetype'),
         url('/css_webfonts/raleway-bold-italic-webfont.svg#ralewaybold_italic') format('svg');
    font-weight: bold;
        font-style: italic;
}

@font-face {
    font-family: OpenSans;
    src: url('/css_webfonts/opensans-webfont.eot');
    src: url('/css_webfonts/opensans-webfont.eot?iefix') format('eot'),
         url('/css_webfonts/opensans-webfont.woff') format('woff'),
         url('/css_webfonts/opensans-webfont.ttf') format('truetype'),
         url('/css_webfonts/opensans-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.colorPop {
	color: #ec5c01;
}

.colorPop a:link {
	color: #ec5c01;
}

.colorPop a:visited {
	color: #ec5c01;
}

/* ---- Search Box ------- */



.gsc-input input#gsc-i-id1 {
  width: 100%;
  height: 50px;
  background: #fff url();
  border: 1px solid #2b303b;
  font-size: 10pt;
  float: none;
  color: #63717f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: background .55s ease;
	-moz-transition: background .55s ease;
	-ms-transition: background .55s ease;
	-o-transition: background .55s ease;
	transition: background .55s ease;
}



.gsc-input input#gsc-i-id1:hover, .gsc-input input#gsc-i-id1:focus, .gsc-input input#gsc-i-id1:active{
    outline:none;
    background: #000;
}
            
.cse input.gsc-search-button, input.gsc-search-button {
		display: none;
}

.gsc-search-button-v2 {
	background-color: #ec5c01;
}

#submission_31243575 {
	width:100%;
}

/* ---- Colors ---- */

.bg-orange {
	background-color: #ec5c01;
}

.color-orange {
	color: #ec5c01;
}

.color-white {
	color: #fff;
}
