/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #000;
	font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	color: #000000;
	clear: both;
	width: auto;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h7 {
color: #000000;
clear: both;
font-size: 85%;
}

h8 {
color: #000000;
clear: both;
font-size: 80%;
}

h9 {
color: #000000;
clear: both;
font-size: 75%;
}


bigfont {
font-size: 135%;
}

Homepage h1{
margin-top: 5px;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 1px solid #8f8fb3;
text-align: center;
padding-left: 50px;
margin-left: 50px;
}


h1 {
margin-top: 5px;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #8f8fb3;
text-align: left;
}

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-top: 1px solid #8f8fb3;
padding-top: 10px;
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #8f8fb3;
}

blockquote {
	margin: 12px 56px;
	color: #000000;
	font-size: 100%;
	line-height: 20px;
	font-family: 'Lucida Fax', 'Georgia', serif;
	font-style: italic;
}

code {
	color: #4E9542;
}

img {
	border: 0px solid #CB8353;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
	color: #FF3366;
	text-decoration: underline;
}

a:visited {
	color: #FF3366;
	text-decoration: underline;
}

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



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
	width: 960px; 
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
}

#Header {
	position: relative;
	height: 230px;
	margin-bottom: 20px;
}

#ContentWrapper {
	float: left;
	width: 100%;
	margin-top: 10px;
}

#ContentColumn {
	margin: 0 180px 0 180px;     /*STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
	float: left;
	width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
	margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
	float: left;
	width: 179px;              
	margin-left: -180px;    
	clear: right;			/* This is needed to help the extra column display in IE6 */
}

#Footer {
	clear: both;
	width: 100%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}




/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	background-repeat: repeat-y;

}

#Header {
	background-image: url(../image-files/header-image.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom center;
}

#ContentWrapper {
	background-color: transparent;
}

#NavColumn {
	background-color: transparent;
}

#ContentColumn {
	background-color: transparent;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#ExtraColumn {
	background-image: url();
	background-repeat: no-repeat;
	background-color: transparent;
}

#Footer {
	background-image: url(../image-files/footer-background.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 85%;
	background-position: center bottom;
}

#Footer p{
	color: #5BB144;
}

#NavColumn {
	font-size: 90%;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
	font-size: 90%;
	color: #006600;
	margin-top: 0;
}

#ExtraColumn h4 {
	font-size: 90%;
	color: #8B4C20;
	margin-top: 0;
}


/* ------ 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: #006600;
	border-bottom: 1px solid #fff;
	margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
	list-style-type: none;
	margin-top: -6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0px;
}

.Navigation li {
	margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
	color: #FFFFFF;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	text-decoration: none;
	background-color: #5BB144;
}

.Navigation a:visited {
	color: #FFFFFF;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	text-decoration: none;
	background-color: #5BB144;
}

.Navigation a:hover {
	color: #ffffff;
	display: block; 
	text-decoration: none;
	margin-left: -7px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 11px;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FDB316;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
	text-align: center;
	border: 2px solid #FDB316;
	height: 130px;
	width: 160px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
	text-decoration: underline;
	color: #ffffff;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	background-color: transparent;
}

.ExtraNav ul {
	list-style-type: none;
	padding: 5px;
	margin: 2px;
}

.ExtraNav ul li {
	display: inline;
	text-align: center;
	padding: 0 0px;
	background-color: transparent;
		
}

.ExtraNav a:link {
	color: #7B4722;
	text-decoration: none;
	text-align: center;
	
}

.ExtraNav a:visited {
	color: #7B4722;
	text-decoration: none;
}

.ExtraNav a:hover {
	color: white;
	text-decoration: underline;
	
}



#Header .ExtraNav {
	font-size: 85%;
	position: absolute;
	bottom: 200px;
	right: 10px;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Header .ExtraNav a:link {
	
	padding: 10px;
	color: #FFFFFF;
}

#Header .ExtraNav a:visited {
	
	padding: 10px;
	color: #6633CC;
}

#Header .ExtraNav a:hover {
	color: #ffffff;
	text-decoration: underline;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#Footer .ExtraNav {
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 600px;
}



/* ------ Section 6 - Boxes ------ */

.Sidebar {
	background-color: #fff;
	width: 85%;
	border: 1px dotted #ff3366;
	margin: 18px auto 24px auto;
	padding: 4px;
	color: black;
}



div.Sidebar p {
margin: 13px;
}

p.Sidebar {
padding: 13px;
}

div.Sidebar img {
margin: 10px;
}

div.Sidebar h1,
div.Sidebar h2,
div.Sidebar h3,
div.Sidebar h4,
div.Sidebar h5,
div.Sidebar h6 {
margin: 13px 0 13px 13px;
}

.ReminderBox {
	background-color: #ff3366;
	width: 24%;
	border: 1px solid #ff3366;
    float: right;             /* adding float enables text to flow around it */
	margin: 0 0 12px 18px;
	color: #ffffff;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
color: #ff3366;
}

.ReminderBox p {
font-size: 80%;
text-align: center;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
	padding: 5px;
	border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
	width: 468px;
	margin: 0 auto 12px auto;
	clear: both;
}

.AdSenseBoxExtraColumn {
	padding: 0;
	margin: 0 auto 12px auto;
	clear: both;
}

.AdSenseBoxLHS {
	padding: 0;
	margin:  11px 0 11px 0px;
	clear: both;
}

.AdSenseBoxRHS {
	padding: 0;
	margin:  0 0 12px 0px;
	clear: both;
}


.ReturnToNavBox {
	background-color: #fff;
	width: 90%;
	margin: 12px auto 12px auto;
	padding: 4px;
}

/* -- RSS Box -- */

#RSSbox {
	width: 95%;
	background-color: #FFFFFF;
	border-color: #006600;
	border: 1px solid;
	margin: 11px 0 11px 0px;
	padding: 2px 2px 10px 2px;
	font-size: 100%;
	font-weight: bold;
	color: #006600;
	line-height: 120%;
	text-align: center;
}


/* -- used for NEXT and PREVIOUS includes - Designed by Bernie-- */


.PreviousNext {
	background-color: #fff;
	color: #000000;
}

.PreviousNext h4 {
	margin: 2px 2px 30px 2px;
	padding: 2px;
	text-align: center;
	font-size: 120%;
	color: #ff3366;
	font-weight: bold;
	
}

.PreviousNext p {
	font-size: 80%;
	padding: 0 4px;
	line-height: 120%;
}







/* -- used for Middle column Base includes - Designed by Bernie-- */


.MiddleColBaseBox {
	background-color: #fff;
	color: #000000;
}

.MiddleColBaseBox h4 {
	margin: 2px;
	padding: 2px;
	text-align: center;
	color: #3399ff;
	font-weight: bold;
	border-bottom-color: #3399ff;
}

.MiddleColBaseBox p {
	font-size: 80%;
	padding: 0 4px;
	line-height: 120%;
}


.gallery {
	font-size: 90%;
	text-align: center;
	border: 1px solid #ffffff;
	border-top-color: #ffffff;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #ffffff;
	text-decoration: none;
	color: #000000;
}

.gallery-title
{
	text-align: center;
	border: 1px solid #cccccc;
	color: #FFFFFF
}

.gallery-text
{
		color: #FFFFFF
}




/* -- used for LHS column includes - Designed by Bernie-- */


.LHSBox {
	background-color: #fff;
	width: 95%;
	border: 1px solid #CB8353;
	margin: 11px 0 11px 0px;
	color: #000000;
	border-color: #006600;
	text-align: center;
}

.LHSBox h3 {
margin: 0;
font-size: 110%;
padding: 15px 2px 2px 2px;
text-align: center;
color: #006600;
}

.LHSBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}


.LHSBox a:link {
text-decoration: none;
}

.LHSBox a:hover .Caption {
	text-decoration: underline;
	color: #006600;
}



/* -- used for RHS column includes - Designed by Bernie-- */


.RHSBox {
	background-color: #fff;
	width: 95%;
	border: 1px solid #CB8353;
	margin: 0 0 12px 0px;
	color: #000000;
	border-color: #ff9933;
	text-align: center;
	
}

.RHSBox h3 {
margin: 0;
font-size: 110%;
padding: 15px 2px 2px 2px;
text-align: center;
color: #ff9933;
}

.RHSBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}


.RHSBox a:link {
text-decoration: none;
}

.RHSBox a:hover .Caption {
	text-decoration: underline;
	color: #3399ff;
}

/* -- USED for Site Map-- */
.siteMap {
	background-color: #fff;
	width: 95%;
	border: 1px solid #CB8353;
	margin: 11px 0 11px 0px;
	color: #000000;
	border-color: #CCCCCC;
	text-align: center;
}


/* -- USED for speakYourMind -- */
.speakYourMind {
	background-color: #fff;
	width: 95%;
	border: 1px solid #CB8353;
	margin: 11px 0 11px 0px;
	color: #000000;
	border-color: #CCCCCC;
	text-align: left;
}


/* -- existing code-- */

.formbody {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif; 
font-size: 90%;
color: #ccc;
background-color: #fff;
}


/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
	font-size: 85%;
	font-weight: bold;
	color: #000;
	display: block;
	line-height: 150%;
	padding: 5px;
}

/* -- 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;
}


.underheading
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif; 
	font-size: 75%;
	font-weight: bold;
	color: #003333;
}

.top
{
	background-color: #fff;
	width: 90%;
	margin: 12px auto 12px auto;
	padding: 4px;
	text-shadow: 2;
}

.img-left {
	float: left;
	margin-right: 8px;
}

.img-right {
	float: right;
	margin-left: 8px;
}

.search {
	vertical-align: top;
	text-align: center;
	margin-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
