

/* ------ Section 1 - Global Body, Font and Link Settings ------ */


/* ------ Global changes: 
color #8f8fb3 changed to green #8f8fb3 
color #e9ebbc changed to yellow #FAF71C
color #6A6E2D changed to green 
------ */

body {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #333;
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-size: 85%;
    	/* --- this area commented out to remove dark bars at top and bottom
    background-image: url(../image-files/body.gif);
	background-repeat: repeat-x;
	background-position: left top;  --- */
}

h1, h2, h3, h4, h5, h6 {
	color: #008040;      /* --- changed from #6A6E2D to #008040  --- */
	background-color: transparent;
	clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
	margin-top: 10px;
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	text-align: center;
}

h2 {
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	border-bottom: 1px solid #8f8fb3;
}

h3 {
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	text-align: center;
}

blockquote {
	margin: 12px 56px;
	color: #8B9041;
	background-color:transparent;
	font-size: 100%;
	line-height: 20px;
	font-family: 'Courier New', Courier, monospace;
}

code {
	color: #660;
	background-color:transparent;
}

img {
	border: 0;
	padding: 5px;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

#ContentColumn a:link {
	color: #8000FF;      /*  changed to blue  */
	background-color:transparent;
	text-decoration: underline;
}

#ContentColumn a:visited {
	color: #875131;
	background-color:transparent;
	text-decoration: underline;
}

#ContentColumn a:hover {
	color: #f00;               /* changed from #808844 to red  */
	background-color: #ff0;
	text-decoration: underline;    /* changed from #FAF71C to yellow  */
	padding: 2px 0 2px 1px;        /* ------ changed from 3 to 1 ------ */
    border-color: #ff0;
}




/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
	width: 960px;
    border: 3px solid #008000;
}

#Header {
	position: relative;
	height: 250px;
}

#ContentWrapper {
	float: left;
	width: 100%;
    background-image: url(../image-files/page-background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#ContentColumn {
	/*  margin-top: 20px;  */
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 350px;        /* ------ changed from 395 to 350 ------ */
	padding-right: 10px;
	padding-left: 10px;         /* --- changed from 25 to 10 --- */
}

#NavColumn {
	float: left;
	width: 160px;             /*Changed to 160 from 200 */
	margin-left: -960px;     /*Places column on the far left*/
	margin-right: 0;      /*Changed to 5 from 15 */
	/* margin-top: 10px;       /*Changed to 10 from 20 */
	padding-right: 5px;     /*Changed to 5 from 10 */
}

#ExtraColumn {
	float: left;
	width: 180px;               /*Changed to 180 from 200 */
	margin-left: -790px;        /* changed to 790 from 760 Places column between NavColumn and ContentColumn */
	/* margin-top: 10px;            /*Changed to 10 from 20 */
	padding-left: 0;           /*Changed to 10 from 20 */
    background-color: #FAF71C;   
   border-left-color: #8f8fb3;
   border-right-color: #8f8fb3;
   border-left-width: thin;
   border-right-width: thin;
   }

#Footer {
	clear: both;
	width: 100%;
	padding: 8px 0;        /*Changed to 8 from 30 */
	background-color: #FAF71C;   
    border: 1px solid #8f8fb3;
}

.Liner {
           /* This line added margin: 10;*/
padding: 5px;     /* was 10px  */
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
	margin: 0;
	padding: 2px;         /* was 0 */
    color: #8f8fb3;       /* added this line */
}


/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	margin: 10px;           /* ------ was 50px auto 0 auto;  ------ */
	padding: 10px;          /* ------ was 20px 10px 0 10px;  ------ */
	background-image: none;  /* ---old; url(../image-files/background.jpg);  --- */
	background-color: #fff;
}

html>body #PageWrapper {
	padding-right: 5px;    /* ------ was 20px  ------ */
	padding-left: 5px;     /* ------ was 20px  ------ */
}

#Header {
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center bottom;
	background-image: url(../image-files/header-image.jpg);
}

#ContentWrapper {
	background-color: #fff; 
}

#Footer {
	text-align: center;
	font-size: 85%;
}

#NavColumn {
	font-size: 90%;
	color: #666;
	background-color: transparent; 
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
	font-size: 90%;
	color: #008040;         /* --- changed from #808844 to #008040  --- */
	background-color: transparent;
	     /* ------ margin-top: 5px; ------ */
}

#ExtraColumn h4 {
	font-size: 90%;
	color: #008040;         /* --- changed from #808844 to #008040  --- */
	background-color: transparent;
	     /* ------ margin-top: 5px; ------ */
}


/* ------ 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: #008040;         /* --- changed from #808844 to #008040  --- */
    background-color: #FAF71C;     /*---- added this line --- */
	margin-top: 2px;        /* ------ changed from 12 to 5 ------ */
	margin-right: 0;
	margin-bottom: 8px;     /* ------ changed from 12 to 5 ------ */
    text-align: center;     /*---- added this line --- */
}

/* -- Nav List -- */

.Navigation ul {
	list-style-type: none;
	margin: -6px 0 0 0;
	padding: 0 0 3px 0;     /* ------ changed bottom from 8 to 3 ------ */
}

.Navigation li {
	margin-bottom: 0;
	margin-left: 0;
}

/* -- Navigation Link styles -- */

.Navigation a {

	border-bottom: 1px dashed #808844;
}

.Navigation a:link {

	color: #666;
	background-color: transparent;
	text-decoration: none;
	display: block;
	padding: 4px 0 4px 1px;           /* ------ changed from 3 to 1 ------ */
}

.Navigation a:visited {
	color: #666;
	background-color: transparent;
	display: block;
	text-decoration: none;
	padding: 4px 0 4px 1px;         /* ------ changed from 3 to 1 ------ */
}

.Navigation a:hover {
	color: white;               /* changed from #808844 to white  */
	display: block;
	text-decoration: none;
	background-color: green;     /* changed from #FAF71C to green  */
	padding: 2px 0 2px 1px;        /* ------ changed from 3 to 1 ------ */
}

#ExtraColumn h2 {
	text-align:left;
}

#ExtraColumn h3 {
	text-align:center;
}

#ExtraColumn ul {
	list-style-type: none;
	margin: -6px 0 0 0;
	padding: 0 0 3px 0;     /* ------ changed bottom from 8 to 3 ------ */
}

#ExtraColumn li {
	margin-bottom: 0;
	margin-left: 0;
}

/* -- Navigation Link styles -- */

#ExtraColumn a {

	border-bottom: 1px dashed #808844;
}

#ExtraColumn a:link {

	color: #6A6E2D;
	background-color:transparent;
	text-decoration: none;
	display: block;
	padding: 4px 0 4px 1px;           /* ------ changed from 3 to 1 ------ */
}

#ExtraColumn a:visited {
	color: #875131;
	background-color:transparent;
	display: block;
	text-decoration: none;
	padding: 2px 0 2px 1px;         /* ------ changed from 3 to 1 ------ */
}

#ExtraColumn a:hover {
	color: #875131;
	background-color: #fff;
	display: block;
	text-decoration: none;
	padding: 2px 0 2px 1px;        /* ------ changed from 3 to 1 ------ */
}


/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
	text-align: center;
	padding: 5px;
	border: 1px solid #8f8fb3;
}

.ThumbnailLink a {
text-decoration: none;
}

.ThumbnailLink a:hover, .Caption a:hover {
text-decoration: underline;
color: red;
background-color:transparent;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	height: 45px;
}

.ExtraNav ul {
	list-style-type: none;
}

.ExtraNav ul li {
	display: inline;
	text-align: left;      /* --- changed from center to left --- */
}

.ExtraNav ul li a {
	padding-right: 5px;        /* ------ changed from 10 to 5 ------ */
	padding-left: 5px;
}

#Header .ExtraNav {
	font-size: 85%;
	position: absolute;      
	top: 220px;      /* changed from -57 to 200  */
	right: 50px;      /* changed from 3 to 50  */
}

/* the following two statements resolve a problem with rendering the <strong> tag in IE6 and Safari*/

#Header .ExtraNav strong {	
	padding-top: 0;
	padding-bottom: 0;
}

html>body #Header .ExtraNav strong {
	padding-top: 20px;
	padding-bottom: 0;   /* changed from 20 to zero */
}

#Header .ExtraNav a:link {
	color: #fff;
	background-color:transparent;
	font-weight: normal;
	text-decoration:none;
}

#Header .ExtraNav a:visited {
	color: #fff;
	background-color:transparent;
	text-decoration:none;
}

#Header .ExtraNav a:hover {
	color: #f00;               /* changed from #808844 to white  */
	text-decoration: none;
	background-color: #ff0;     /* changed from #FAF71C to yellow  */
    /*
    color: green;                changed from ##8f8fb3; to white
	display: block;
	background-color: white;      changed from #FAF71C to green  
    text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center; 
    */
}

#Footer .ExtraNav {
	margin: 5px auto 5px auto;
	padding-top: 3px;
    padding-bottom: 3px;
}

#Footer .ExtraNav a:link {
	color: green;
	background-color:transparent;
	font-weight: normal;
}

#Footer .ExtraNav a:visited {
	color: purple;
	background-color:transparent;
}

#Footer .ExtraNav a:hover {     /* added this style */
	color: white;               /* changed from ##8f8fb3; to white  */
	background-color: green;     /* changed from #FAF71C to green  */
    text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;  
}

/* ------ Section 6 - Boxes ------ */

.CalloutBox {
	background-color: #fff;
	width: 85%;
	border: 2px solid #FAF71C;      /* was 1px dashed #8f8fb3;  changed to yellow #FAF71C*/
    margin: 18px auto 24px auto;
	padding: 4px;
	color: black;
}

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;
}

.ReminderBox {
	background-color: #FAF71C;    /* was color #E9EBBD  */
	width: 24%;
	border: 1px solid #8f8fb3;
	margin: 0 0 12px 18px;
	float: right;             /* adding float enables text to flow around it */
	color: #000;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
	padding: 5px;
}

.AdSenseBoxLeft {
margin: 0 8px 10px 8px;      /* was 0 18px 12px 18px; */
float: left;
}

.AdSenseBoxRight {
margin: 0 8px 10px 8px;      /* was 0 18px 12px 18px; */
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto;
clear: both;
}

.AdSenseBoxExtraColumn {
	padding: 0;
	margin: 0 10px 12px auto;                        /* changed left margin from auto to 10 */
	clear: both;                                          
   }

.ReturnToNavBox {
	width: 90%;
	padding: 4px;
}

/* -- RSS Box -- */

#RSSbox {
	width: 130px;
	font-size: 100%;
	font-weight: bold;
	color: #6A6E2D;
	line-height: 120%;
	text-align: center;
	border: 1px solid #8f8fb3;
	background-color: #fff;
	margin: 5px auto 5px 3px;
	padding: 10px 0 5px 0;
}

#RSSbox p {
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 0 5px 0;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
	font-size: 85%;
	font-weight: bold;
	color: #666;
	display: block;
	line-height: 150%;
	margin-bottom:10px;
}

/* -- floats -- */

.ItemRight {
	float: right;
	margin: 2px 0 12px 18px;
	text-align: center;
	border: 1px solid #8f8fb3;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
border: 1px solid #8f8fb3;
}

#ContentColumn li {
margin-bottom:3px;
}


/* ------ Section 8 - Added Styles ------ */



/* -- Thumbnail-with-Caption Navigation -- */

.imageCaptionLinkGroup {
text-align: center;
color: green;
background-color:transparent;
}

.imageCaptionLinkGroup a {
text-decoration: none;
color: green;
background-color:transparent;
}

.imageCaptionLinkGroup .Caption {
text-decoration: underline;
color: green;
background-color:transparent;
}


#signature {          /* added this style  */
font-size: 150%;
font-weight: bold;
color: #309;   
clear: both;
font-family: Vivaldi, 'Monotype Corsiva', 'Apple Chancery', cursive;
}


#testimonial-margin {       /*  this font type added  */
background-color: #fff; /* changed to white  */
margin: 1px;
padding: 2px;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #008000;   
font-size: 95%;
font-style: italic;
clear: both;
}


#type-size {          /* added this style  */
font-size: 150%;
font-weight: bold;
color: #309;   
clear: both;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}


.SignupBox-margin {           /* added this style  */
background-color: #FAF71C;      /*   yellow  */
width: 95%;
border: 1px solid;
/* border-color: green; */
margin:  5px;    
padding: 2px;    
float: center;             /* adding float enables text to flow around it */
/*  color: green;  */
text-align: center;
clear: both;
} 
