/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}
/************** Text Elements *******************/



a:link {
	color: #252E0F;
}
a:visited {
	color: #252E0F;
}
a:hover {
	color: #999999;
}
a:active {
	color: #252E0F;
}

[if IE]>
<style type="text/css"> 
.mybuggyelement { zoom: 1;}
</style>
<![endif]

/************** Layout Elements *******************/
#audioHolder {
	position: relative;
	height: 35px;
	width: 190px;
	top: 5px;
	left: 0px;
	margin-bottom: 10px;
	background-position: center;
	text-align: center;
}
#addressHolder {
	position: absolute;
	height: 22px;
	width: 550px;
	left: 392px;
	top: 90px;
	text-align: center;
}


body {
	text-align: center;
	background-color: #000000;
	background-image: url(../Images/BackgroundFiles/GREENSCANBG2.jpg);
	background-repeat: repeat-x;
}
#bottomFlash {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 10px 0 0 0;
	width: 760px;
	background-color: #000000;
	clear: both;
	background-image: url(../Images/BackgroundFiles/bottomFlashBG.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #000000;
}
#bottomFlash .leftFlash {
	top: 0px;
	left: 0px;
	margin: 10px 0 0 0;
	width: 600px;
}
#bottomFlash .rightFlash {
	top: 0px;
	left: 615px;
	margin: 10px 0 0 0;
	width: 136px;
	background-color: #FF0000;
}

#bottomPic {
	top: 0px;
	left: 0px;
	margin: 10px 0 0 0;
	width: 760px;
	border-top: 1px solid #452a17;
	bottom: auto;
}
#bottomPicSpacer {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	width: 760px;
	height: 30px;
}


.bulletedList {
	text-align: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 25px;
	height: 1%;
	font-size: 0.9em;
	line-height: 1.4;
}


#content {
	padding-top: 1px;
	
}

.centeredimage {
	text-align: center;
	border: 1px solid #333333;
	margin: 0;
	padding: 0;
}


.centeredText {
	font-size: 0.95em;
	text-align: center;
	margin: 10px;
}



.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}


#content2 p {
	margin: 5px 10px 10px 215px;
	line-height: 1.4;
	font-size: 0.95em;
}



#content2 {
	margin-right: 0px;
	padding: 0.4em;
	position: relative;
	float: right;
	width: 746px;
}


.divider {
	height: 1.5px;
	margin: 0;
	background-image: url(../Images/dividerLineMod.gif);
	background-repeat: repeat-x;
	clear: right;
	position: relative;
}

.dividermod {
	height: 1.5px;
	margin: 10px 15px 5px 15px;
	background-image: url(../Images/dividerLine.gif);
	background-repeat: repeat-x;
	clear: left;
	position: relative;
}


#donateBox {
	position: absolute;
	height: 26px;
	width: 135px;
	top: 15px;
	right: 30px;
}

#flashTeaseHolder {
	width: 192px;
	position: absolute;
	left: 6px;
	top: 660px;
}

/*this container holds the four boxes at the bottom of the index page*/
#floatcontainer {
	padding: 20px auto;
	width: 744px;
	margin: 5px auto 15px auto;
	height: 190px;
	text-align: center;
}



/*set up the four floated boxes - these are held within the above selector*/
.floatboxes {
	width: 152px;/*set a width for IE pc*/
	w\idth: 236px;/*set the width for good browsers*/
	height: 225px;/*set the margins for IE 6 and other browsers allows for a float bug in IE 6*/
	border: 1px solid #4f4f4f;/*set a border around the boxes*/
	float: left;/*float them to the left*/
	background-color: #FFFFFF;/*set a background colour for the boxes*/
	overflow: auto;/*set overflow to auto - if the content excedds the boxes height scroll bars are provided*/
}


html>body .floatboxes {
	margin: 5px 5px;/*correctly align the margin for good browsers after the hack in the rule above*/
}

/* This selector fixes the horizontal scroll in IE Mac and would be seen by IE 5.01 PC except for the escape characters */
*>html .floatboxes {
	padd\ing-right: 8px; /*sets some padding to the right to avoid the horizontal scroll bars that IE insists are needed*/
	w\idth: 200px; /*Feeds in a corrected width for IE due to the padding above */
}
/*This selector is only seen by IE Mac due to the escape characters that also block IE 5 PC -- this reverses the heading colors */
*>html .floatboxes h3 {
	bac\kground-color: #F2F7E7;/*provides a background colour to match the box background for IE Mac only*/
	c\olor: #4F4F4F;/*provides the contrasting text colour*/
	/* a negative margin-left, equivalent to 1px LESS than the padding added on the "html>body .floatbox" selector, can be used here instead of reversing the heading colors... however, you will have a 1px space on the far right of the heading which is not appealing with some color schemes. You will also have a horizontal scroll bar on any boxes that have a vertical scroll. This may be acceptable in some cases however. */
	}
/*style the text in the boxes*/
.floatboxes p {
	font-size: 0.85em;/*scale the font size off the body selector*/
	margin: 3px;/*set a margin to all four sides of 5 pixels*/
	padding-bottom: 4px;/*adds padding to the bottom of the p element*/
}

/*set the links in the boxes*/
.floatboxes a, #content a {
	color: #5F2830; /*set the text colour*/
}

.floatboxes a:hover, .floatboxes a:focus, #content a:hover, #content a:focus {
	color: #666666;/*set the text colour on hover and focus*/
	background-color: #ffffff;/*set the background colour*/
	text-decoration: none;/*remove the underline*/
}
html>body .menuboxes {
	margin: 5px 5px;/*correctly align the margin for good browsers after the hack in the rule above*/
}

#footer {
	font-size: 0.65em;
	color: #ABA980;
	text-align: center;
	margin: 0;
	height: 39px;
	background-image: url(../Images/BackgroundFiles/footerComplete.jpg);
	background-repeat: no-repeat;
	width: 960px;
	line-height: 1.4;
	padding: 3px;
}


#footerLeft {
	position: relative;
	left: 0px;
	margin: 0;
	height: 39px;
	background-image: url(../Images/backgroundFiles/footerLeftEnd.jpg);
	background-repeat: no-repeat;
	width: 28px;
	}
#footerRight {
	position: relative;
	margin: 0;
	height: 39px;
	background-image: url(../Images/BackgroundFiles/footerRightEnd.jpg);
	background-repeat: no-repeat;
	width: 28px;
	left: 932px;
	top: 0px;
}




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

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


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


#footer a:active {
	color: #C3C192;
	text-decoration: underline;
}




#footer2 {
	font-size: 0.7em;
	color: #333333;
	text-align: center;
	margin: 0;
	height: 37px;
	line-height: 1.3;
	background-color: #6699CC;
	clear: both;
	width: 962px;
}
#footer .divider {
	height: 1.5px;
	margin: 0 30px 0 30px;
	background-image: url(../Images/dividerLine.gif);
	background-repeat: repeat-x;
	clear: right;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-family: "Comic Sans MS";
	color: #000000;
}

h1 {
	font-size: 180%;
	text-align: center;
}
h2 {
	font-size: 160%;
	color: #666666;
}

h3 {
	font-size: 115%;
	text-align: center;
	margin: 5px 10px 10px 10px;
}

h4 {
	font-size: 1em;
	text-align: center;
	padding-bottom: 10px;
	color: #1D240F;
}

h5 {
	font-size: 1.1em;
	text-align: left;
	margin: 5px 15px 5px 15px;
	color: #1D240F;
}

h6 {
	font-size: 1em;
	text-align: center;
}
#header {
	height: 151px;
	width: 960px;
	background-image: url(../Images/backgroundFiles/bannerBG.jpg);
}

#header #title {
	width: 580px;
	height: 100px;
	margin: 0;
	position: absolute;
	top: 40px;
	left: 180px;
}
#header175_2 {
	height: 175px;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../Images/Background_Files/HeaderBG2.jpg);
}

#header175_8 {
	height: 175px;
	background-repeat: no-repeat;
	background-image: url(../Images/Background_Files/HeaderBG8.jpg);
	background-position: right;
}

#header175_16 {
	height: 175px;
	background-repeat: no-repeat;
	background-image: url(../Images/Background_Files/HeaderBG16.jpg);
	background-position: right;
}
#headerPic {
	position: absolute;
	height: 168px;
	width: 120px;
	top: 8px;
	right: 12px;
	background-image: url(../Images/Background%20Files/PeachburgerHeadshot.jpg);
}

*>html .menuboxes h3 {
	bac\kground-color: #F2F7E7;/*provides a background colour to match the box background for IE Mac only*/
	c\olor: #4F4F4F;/*provides the contrasting text colour*/
}
/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */


#innercontent {
	margin: 0;
	font-size: 1em;
	min-height: 390px;
	width: 958px;
	text-align: center;
	background-image: url(../Images/backgroundFiles/contentBG.jpg);
	background-repeat: repeat-y;
	}
#innercontent_Fullwidth {
	margin: 0;
	font-size: 1em;
	min-height: 480px;
	width: 958px;
	text-align: center;
}

#innercontentMod p {
	margin: 5px 15px 5px 15px;
	line-height: 1.4;
	
}

#innercontent_lander {
	min-height: 320px;
	margin: 0;
	color: #333333;
}
#innercontent_lander p {
	text-align: left;
	margin: 10px;
}


#innerwrapper {
	margin: 25px;
	margin: 0;
	background-color: #FFFFFF;
	width: 960px;
	}

#innerwrapper2 {
	margin: 25px;
	margin: 0;
	width: 960px;
}





/***************** Leftcol flyout navigation*******************/


#lander {
	height: 290px;
	text-align: center;
}

#leftcol {
	float: left;
	width: 200px;
	font-size: 0.8em;
	background-position: top
. left;
	min-height: 300px;
	position: absolute;
	top: 185px;
	left: -4px;
	margin: 10px;
}
#leftcol p {
	background-position: top
. left;
	text-align: left;
}
#leftcol .bottomteaser .subtitle {
	text-align: center;
}

#leftcol .navholder {
	float: left;
	position: relative;
	margin: 2px 10px 20px 0;
	top: 15px;
	display: inline;
}

#leftcol a:link {
	color: #000000;
}

#leftcol a:visited {
	color: #000000;
	
}

#leftcol a:hover {
	color: #666633;
}

#leftcol a:active {
	color: #89261F;
	}


#leftcol .bottomteaser {
	position: relative;
	top: 5px;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.4;
	width: 200px;
	left: 0px;
	font-weight: bold;
}
#leftcol .bottomteaser p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 12px;
}
#leftcol .bulletedList {
	text-align: left;
	height: 1%;
	font-size: 0.75em;
	line-height: 1.4;
	padding-left: 15px;
	font-weight: bolder;
	margin: 10px 15px 5px 15px;
}
#leftcol .clockholder {
	position: relative;
	top: 0px;
	text-align: center;
	font-size: 0.85em;
	line-height: 1.4;
	width: 246px;
	left: 0px;
}


#leftcol  .newslettertease {
	font-size: 1.1em;
	line-height: 1.4;
	width: 180px;
	color: #a74747;
	position: relative;
	top: 25px;
	text-align: center;
	margin: 0px 15px 10px 5px;
}

#leftcol .navholder a:link {
	color: #000000;
}
#leftcol .navholder a:hover {
	color: #C8786F;
}
#leftcol .navholder a:active {
	color: #C8786F;
}

#leftcol .teaser {
	font-size: 1.1em;
	line-height: 1.4;
	background-position: center;
	text-align: center;
	margin: 10px auto;
	width: 240px;
}
.left {
	float: left;
	margin: 5px 10px 2px 0;
}

#leftcol .teaserBG {
	font-size: 1.1em;
	line-height: 1.4;
	background-position: center;
	text-align: center;
	margin: 5px auto;
	width: 174px;
	background-color: #D1D1B9;
	padding: 3px;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	position: absolute;
	top: 255px;
	left: 12px;
}

/************** Generic Classes *******************/

.leftimage {
	margin: 10px 15px 10px 15px;
	float: left;
	position: relative;
	display: inline;
	padding-right: 15px;
	text-align: center;
	font-size: .85em;
	}
	
	
.leftinfobox  h6 {
	text-align: center;
}

.leftimage h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: bold;
	color: #333333;
}

#leftHeaderimage {
	position: relative;
	height: 175px;
	width: 364px;
	top: 0px;
	left: 3px;
}

.leftinfobox {
	margin: 10px 10px 10px 15px;
	float: left;
	position: relative;
	background-color: #FFFFFF;
	display: inline;
	font-size: 0.95em;
	text-align: center;
	border: 1px solid #4f4f4f;
}

.leftTextbox {
	margin: 10px 10px 10px 15px;
	float: left;
	position: relative;
	border: 1px solid #3A4738;
	font-size: 1em;
	padding: 10px 10px;
	text-align: center;
}
#logoHolder {
	position: absolute;
	height: 180px;
	width: 325px;
	left: 63px;
	top: 6px;
}


.menuboxes {
	width: 152px;/*set a width for IE pc*/
	w\idth: 170px;/*set the width for good browsers*/
	height: 200px;/*set the margins for IE 6 and other browsers allows for a float bug in IE 6*/
	border: 1px solid #4f4f4f;/*set a border around the boxes*/
	float: left;/*set a background colour for the boxes*/
	overflow: auto;/*set overflow to auto - if the content excedds the boxes height scroll bars are provided*/
	background-color: #d0d0b4;
}


.menuboxes  h3 {
	text-align: center;/*set the h3 titles for eac of the boxes*/
	font-size: 1em;/*scale the font size off the body selector*/
	font-family: Verdana, Arial, Helvetica, sans-serif;/*set the font family*/
	padding: 0 0 3px 0;/*set padding against the bottom, zero all other sides*/
	margin: 0;/*zero the margins*/
	color: #ECE9D8;/*set the text colour*/
	font-weight: bold;/*sets the font weight a little less than bold, if not supported in a given browser defaults to a normal weight. If you want bold for your h1 delete this property and value pair - or simply comment them out*/
	background-color: #848619;/*set the background color*/
}


#navbar {
	clear: both;
	height: 37px;
	background-image: url(../Images/backgroundFiles/navbar.jpg);
}


#navbar2 {
	clear: both;
	height: 30px;
	border-top: 1px solid #452A17;
	margin: 0;
	background-color: #DBDBC6;
	border-bottom: 1px solid #452A17;
	width: 958px;
}


p {
	margin: 5px 10px 10px 15px;
	font-size: .9em;
	color: #333333;
}

#pageText {
	font-size: 0.85em;
	text-align: left;
	float: right;
	width: 760px;
	border-right: 1px solid #452a17;
}
#pageText_Fullwidth {
	font-size: .85em;
	text-align: left;
	float: right;
	width: 948px;
	padding: 5px;
}


/*#pageText #pageTitle {
	text-align: center;
	height: 30px;
	width: 500px;
	position: relative;
	padding: 10px 40px 10px 150px;
}*/


#pageText  p {
	margin: 5px 15px 10px 15px;
	line-height: 1.4;
	font-size: 0.9em;
}

#pageText .divider {
	height: 1.5px;
	margin: 5px 18px 5px 10px;
	background-image: url(../Images/dividerLine.gif);
	background-repeat: repeat-x;
	clear: right;
	position: relative;
}
#pageText h6 {
	line-height: 1.4;
	font-size: 0.7em;
	text-align: center;
}

#pageText .menuboxes p {
	font-size: 0.85em;/*scale the font size off the body selector*/
	margin: 3px;/*set a margin to all four sides of 5 pixels*/
	padding-bottom: 4px;/*adds padding to the bottom of the p element*/
	text-align: center;
}



/*#pageTitle {
	width: 654px;
	float: right;
	position: relative;
	top: 2px;
	margin-bottom: 10px;
	text-align: center;
}*/

#pageTitleFullWidth {
	width: 750px;
	position: relative;
	top: 2px;
	margin-bottom: 10px;
	margin: 0px auto 10px auto;
}
#pageTitleHolder {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	width: 760px;
	background-color: #FFFFFF;
}
#pageTitleHolder_Fullwidth {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	width: 958px;
}



#pageTitle_FullWidth {
	width: 750px;
	float: right;
	position: relative;
	top: 2px;
	margin-bottom: 10px;
}


.picture {
	position: absolute;
	top: 380px;
	text-align: center;
	width: 180px;
	left: 8px;
}



#rightcol {
	float: right;
	width: 350px;
	border-left: 1px solid #452A17;
}


.right {
	float: right;
	margin: 5px 0 2px 10px;
}

#rightcol img {
	display: block;
}

.rightimage {
	margin: 10px 10px 10px 10px;
	float: right;
	position: relative;
	display: inline;
	text-align: center;
	font-size: 0.85em;
}

.rightTextbox {
	margin: 10px 15px 10px 10px;
	float: right;
	position: relative;
	border: 1px solid #3A4738;
	font-size: 1em;
	padding: 10px 10px;
	text-align: center;
}
#tablecontent {
	float: left;
}
#tagLineHolder {
	position: absolute;
	height: 120px;
	width: 385px;
	left: 545px;
	top: -2px;
}

#testimonials {
	position: absolute;
	top: 385px;
	left: 0px;
}


#titleBar {
	height: 50px;
	margin: 0;
	width: 765px;
	float: right;
}
#titleBar_Fullwidth {
	clear: both;
	height: 50px;
	margin: 0;
	background-image: url(../Images/backgroundFiles/titleBar_Fullwidth.jpg);
}



#TitleMain {
	height: 74px;
	width: 330px;
	position: absolute;
	left: 5px;
	top: 5px;
}

.twocol #rightcol {
	display: none;
}

.twocol #innercontent {
	margin: 0 10px 0 187px;
}

#wrapper {
	width: 960px;
	margin: 10px auto;
	min-height: 570px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
