@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #98B975;
	background-image: url(../images/hope-cottage-background.jpg);
	background-repeat: repeat-x;
	line-height: 18px;
}
.twoColFixLtHdr #container1 {
	width: 960px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/cont-1-topper.jpg);
	background-repeat: repeat-x;
	background-position: top;
} 
.twoColFixLtHdr #container1a {
	width: 960px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/cont-1-topper2.jpg);
	background-repeat: repeat-x;
	background-position: top;
} 
.twoColFixLtHdr #container2 {
	width: 960px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: none;
	background-repeat: repeat-y;
	background-color: #FFF;
} 
.twoColFixLtHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thin;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #083B6E;
	border-right-color: #083B6E;
	border-bottom-color: #083B6E;
	border-left-color: #083B6E;
} 
.twoColFixLtHdr #header {
	background-image: url(../images/hope-cottage-sign.jpg);
	background-repeat: no-repeat;
	height: 130px;
	width: 960px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
	background-position: left top;
}
#sidebar {
	float:right;
	margin-top: 20px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 251px;
	}
#headerphoto {
	height: 314px;
	width: 960px;
	background-image: url(../images/headerslides/slide1.jpg);
}

#contenttext {
	float:left;
	padding-right: 20px;
	padding-left: 30px;
	margin: 0px;
	padding-top: 50px;
	width: 67%;
	padding-bottom: 30px;
}

#contenttextarea {
	float:left;
	padding-right: 20px;
	padding-left: 30px;
	margin: 0px;
	padding-top: 20px;
	width: 67%;
	padding-bottom: 10px;	
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #mainContent {
	background-image: url(../images/curve-background.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 960px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #203A1F;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
.Content_Headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #39589C;
}

.twoColFixLtHdr #mainContenthome {
	margin: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/curve-background-home.jpg);
	background-repeat: no-repeat;
	float: left;
}
#openhours {
	
	padding-left: 20px;
	text-align:left;
}
#openhours p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #203A1F;
}
#address {
	padding-left: 20px;
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#address p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #92A557;
}
#socialmedia {
	padding-left: 20px;
	text-align:center;
	float:left;
	padding-top: 20px;
}
.twoColFixLtHdr #footer {
	background-image: url(../images/footer-center-background.jpg);
	background-repeat: no-repeat;
	height: 427px;
	width: 960px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20;
	padding-left: 30;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: bottom;
	background-color: #FFF;
} 

.twoColFixLtHdr #volunteerbox {
	border: thin solid #999999;
	padding: 10px;
	width: 95%;
	z-index: auto;
	background-color: #ECEFD2;
}
.twoColFixLtHdr #contactbox {
	border: thin solid #999999;
	padding: 10px;
	width: 50%;
	z-index: auto;
	background-color: #ECEFD2;
}
.twoColFixLtHdr #cardbox {
	border: thin solid #999999;
	padding: 10px;
	width: 70%;
	z-index: auto;
	background-color: #ECEFD2;
}

.Content_Text_Bold_LtBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #B5D5FF;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#spacer {
	height: 70px;
	width: 50px;
}
.spacerdiv {
	height: 70px;
	width: 50px;
	float: right;
}





h1 {
	color: #12190F;
}

h2, h3 {
	margin-top: 0px;
	color: #203A1F;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	colour: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

/* Header */



#header a {
	text-decoration: none;
	color: #FFFFFF;
	margin: 0;
}

/* Menu */


#menu2 {
	margin: 0;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 5px;
	background-image: url(../images/navbar-background.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 670px;
	float: right;
}

#menu2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu2 li {
	display: inline;
	margin: 0;
	
}

#menu2 a {
	color: #225DA0
	display: block;
	float: none;
	text-align: right;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #203A1F;
}

#menu2 a:hover {
	color: #CAE4FB;
	margin: 0;
}

#menu3 {
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 10px;
	background-image: none;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 650px;
	float: right;
}

#menu3 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu3 li {
	display: inline;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
}

#menu3 a {
	color: #225DA0
	display: block;
	float: none;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0;
}

#menu3 a:hover {
	color: #FFFFFF;
	margin: 0;
}



/* FooterMenu */

#footermenu {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 0px;
	background-image: none;
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}

#footermenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footermenu li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

#footermenu a {
	color: #225DA0
	display: block;
	float: none;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
}

#footermenu a:hover {
	color: #BDD3A5;
}

/* Content */


#content h3 {
	color: #2F73B8;
}
/* Footer */

#footer2 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(../images/footer-repeat.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#footertag  {
	margin: 0px;
	padding-top: 3px;
	text-align: center;
	float:right;
	
}

#footertag p {
	margin: 0px;
	padding-top: 3px;
	text-align: right;
	font-size: 10px;
	color: #666666;
}

#footertag a {
	color: #666666;
}

#footertag a:hover {
	color: #333333;
}
#sponsorsbar {
	height: 90px;
	width: 610px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-image: url(../images/was-sponsor-bg.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}

.Content_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.Content_Text_BIGBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #603A6F;
}
.Content_Text_SmallBold_purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #603A6F;
}
.Content_Text_BIGGERBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.Content_Text_SMALL_BOLD a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
.Content_Text_SMALL_BOLD a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2F73B8;
	text-decoration: none;
}
.Content_Text_BIGGESTBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #603A6F;
}
.Content_Text_HEADER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #1B3A1F;
}
.Content_Text_HEADEST {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #603A6F;
}
.Content_Text_SMALL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.Content_Text_SMALLER {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.Content_Text_SMALLER a:link {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
#footer2  {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.Content_Text_SMALLER a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.Content_Text_SMALLER a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.Content_Text_SMALLEST {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

.Content_Text_BIGGESTest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.Content_Text_BIGGESTBold_White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 3px;
	line-height: 22px;
}
.Content_Text_White {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.Content_Text_White_Bold {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.colorbox
{
  border: 1px solid #FFFFFF;
}
.Content_Text_BIGGESTBold_Italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.Content_Text_Italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}
.Content_Text_BIGGESTBold_Italic02 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.Content_Text_SMALL_BOLD {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}

.Content_Footer_Links {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.Content_Footer_Links a:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.Content_Footer_Links a:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.Content_Footer_Links a:active {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.Content_Footer_Links a:hover {
	color: #E4DAB7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}




.Content_Text_Mission {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #996600;
	word-spacing: 1px;
	letter-spacing: -1px;
}
.Content_Text_SMALLER_Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	word-spacing: 3px;
	letter-spacing: 5px;
}
.Content_Text_Mission_Italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #996600;
	word-spacing: 1px;
	letter-spacing: -1px;
	font-style: italic;
}
.Content_Text_Mission_Italic_black {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	word-spacing: 1px;
	font-style: italic;
	letter-spacing: -1px;
	line-height: -1;
}
.Content_Text_SMALL_BOLDColored {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	font-style: italic;
}
.Content_Text_SMALL_BOLD_BIG_RED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	font-style: italic;
	letter-spacing: 1px;
}
.Content_Text_BIG_BOLD_BIG_RED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	font-style: italic;
	letter-spacing: 2px;
}
.Content_Text_SMALLER_Gris {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	word-spacing: 3px;
	letter-spacing: 1px;
}
.Content_Text_Mission_Italic_blacksmall {

	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #6C513C;
	word-spacing: 1px;
	font-style: italic;
	letter-spacing: -1px;
	line-height: -1;
}
.Photos_Border {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #996600;
	word-spacing: 1px;
	letter-spacing: -1px;
	border-color: #964446;
}
.Content_Text_Bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000000;
	line-height: 1.5;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.blue-italic-quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #4A75D0;
}
.twoColFixLtHdr #container2 #container1 #container #mainContent #contenttext .Content_Text a {
	text-decoration: underline;
	color: #0033FF;
}
.twoColFixLtHdr #container2 #container1 #container #mainContent #contenttext .Content_Text a:hover {
	color: #666666;
}
#mystory {
	border: thin solid #98B975;
	background-color: #ddebd3;
	padding: 20px;
	text-align: left;
	vertical-align: middle;
	color: #203A1F;
}
#newsbox {
	border: thin solid #98B975;
	background-color: #ddebd3;
	padding: 20px;
	text-align: left;
	vertical-align: middle;
	color: #203A1F;
	margin-top: 20px;
}
#newsbox_dinner {
	border: thin solid #98B975;
	background-color: #ddebd3;
	padding: 20px;
	text-align: left;
	vertical-align: middle;
	color: #203A1F;
	margin-top: 20px;
}
#newsbox_golf {
	border: thin solid #98B975;
	background-color: #ddebd3;
	padding: 20px;
	text-align: left;
	vertical-align: middle;
	color: #203A1F;
	margin-top: 20px;
}
.mystorypics {
	padding-right: 20px;
	padding-bottom: 10px;
}
.founder {
	text-align: center;
	font-size: 11px;
	line-height: normal;
	color: #666;
}
#eventsbox {
	background-color: #E3F0D0;
	background-image: url(../images/upcoming-events-placeholder.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 221px;
	border: 1px solid #256C5C;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
