@charset "UTF-8";
/* CSS Document */

/* COLORS */
bone {
	background-color: #FAF5DC;
	}
dk_rust {
	color:#A02A1D;
	}
md_rust {
	color:#C54921;
	}
lt_rust {
	color:#FFB568;
	}
dk_green {
	color:#7E8F48;
	}
md_green {
	color:#9D9444;
	}
lt_green {
	color:#E1DB78;
	}
dk_blue {
	color:#4A7DB9;
	}
md_blue {
	color:#80ABDB;
	}
lt_blue {
	color:#ACCFF9;
	}
dk_gold {
	color:#CF8534;
	}
md_gold {
	color:#FAAF06;
	}
lt_gold {
	color:#FFD799;
	}
dk_ylw {
	color:#ECB42A;
	}
md_ylw {
	color:#FFCD56;
	}
lt_ylw {
	color:#FFE8B6;
	}

/* PAGE LAYOUT */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FDFBEF;
	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;
}
#page { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FAF5DC;	
}
#page.green {
	background-image:url(../Images/side_green.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: top center;
}
#page.blue {
	background-image:url(../Images/side_blue.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: top center;
}
#page.gold {
	background-image:url(../Images/side_gold.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: top center;
}
#page.rust {
	background-image:url(../Images/side_rust.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: top center;
}
#header { 
	background-image:url(../Images/HeaderBkgd_lt.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top center;
	width: 100%;
	height: 124px;
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header_container {
	width: 800px;
	height: 100px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../Images/HeaderBkgd.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top center;
}
#header_container h1 {
	margin: 0;
	}
#Logo {
	cursor: pointer;
	}
#mainmenu {
	width: 800px;
	height: 24px;
	background-color: #AA6428;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 500;
	}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 0; /* padding keeps the content of the div away from the edges */
	margin: 0;
	text-align: center;
	display: inline;
}
#sidebar1 img {
	display: block;
	margin: 10px auto;
	}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FAF5DC; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0;
	text-align: center;
	display: inline;
}
#mainContent { 
	margin: 0 380px 0 30px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 1.6em 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent.twocol { 
	margin: 0 160px 0 30px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 1.6em 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
} 
#maincontent h1 {
	margin: 0;
	}
	
table#Home Boxes {
	border-spacing: 15px;
}
table#HomeBoxes td {
	width: 300px;
	height: 190px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: top;
	}
table#HomeBoxes td#Life {
	background-image: url(../Images/HomeBox_Green.jpg);
	}
table#HomeBoxes td#Become {
	background-image: url(../Images/HomeBox_Blue.jpg);
	}
table#HomeBoxes td#Happy {
	background-image: url(../Images/HomeBox_Gold.jpg);
	}
table#HomeBoxes td#Folks {
	background-image: url(../Images/HomeBox_Rust.jpg);
	}
table#HomeBoxes td p.boxlist {
	padding: 20px 5px 5px 155px;
	list-style-position: inside;
	} 
table#HomeBoxes a {
	font-size: .9em;
	font-weight: normal;
	line-height: 2em;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	}
table#HomeBoxes a:hover {
	color: #A02A1D;
	}
	
#footer { 
	height: 200px;
	width: 100%;
	background-image: url(../Images/FooterBkgd_lt.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top center;
}
#footer_container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 200px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image:url(../Images/Footer.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;	
}

span.spacer {
	margin: 0 10px;
	}
#footer ul {
	display: block;
	margin: 5px 0;
	padding: 0;
	list-style-type: none;
	width: 800px;
}
#footer ul li {
	display: inline;
}
#footer ul a {
	font-size: .8em;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	cursor: default;
	color: #000000;
}
#footer ul a:hover {
	color: #993333;
}

.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;
	display: inline;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	display: inline;
	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;
}
div, p, h1, h2, h3, a {
	margin: 0;
	padding: 0;
	}
	
/* TEXT */
p {
	font-size:12px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.6em;
	margin-top: 1em;
	}
.mouse {
	font-size: .85em;
	text-align: left;
}
h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: #A02A1D;
	}
h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #A02A1D;
	margin-top: 1em;
	margin-bottom: -.5em;
	}
h3.questions {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: #A02A1D;
	margin-top: 1em;
	margin-bottom: -.8em;
}
h4 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #999999;
	font-size: 0.8em;
	font-weight: lighter;
}
a {
	font-style: italic;
	color: #A02A1D;
	}
a:hover {
	color: #7E8F48;
	}
	

#sidebar2 p {
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.6em;
	text-align: center;
	padding: 0 15px;
	margin: 0;
	}
#sidebar2 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.6em;
	text-align: center;
	padding: 0 15px;
	}
#sidebar2 p.mouse {
	font-size: .85em;
	font-style: italic;
	text-align: left;
	padding: 20px 15px;
}
span.lead-in {
	text-transform: uppercase;
	color: #A02A1D;
}
#sidebar2 img {
	margin: 30px 15px 0 15px;
}
#sidebar1 h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin: 10px;
	}
#sidebar1 h3 {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin: 10px 0 0 0;
	padding: 0 15px;
	}
#sidebar1 p {
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	margin: 0;
	padding: 0 10px;
	}
.ltbkgd {
	background-color: #F7F2A7;
	}
#sidebar1 table {
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin: 0;
	padding: 0 20px;
	}
ul.sidebarlist {
	display: block;
	font-weight: normal;
	line-height: 1.6em;
	text-align: left;
	padding: 0 0 0 30px;
	}
ul.sidebarlist li {
	display: list-item;
	list-style-position: inside;
	list-style-image: url(../Images/star.gif);
	margin-bottom: 6px;
}	
	
ul.textlist {
	display: block;
	font-weight: bold;
	line-height: 1.6em;
	padding: 0 0 0 12px;
}
ul.textlist li {
	display: list-item;
	list-style-position: outside;
	list-style-image: url(../Images/star.gif);
	margin-bottom: 6px;
	}
ol.textlist {
	display: block;
	list-style-position: outside;
	line-height: 1.6em;
	padding: 0 0 0 20px;
	}
ol.textlist li {
	font-weight: bold;
	margin-bottom: 6px;
	}
.italic {
	font-style: italic;
}
.bold {
	 font-weight: bold;
}

.bolditalic {
	font-weight: bold;
	font-style: italic;
}
.normal {
	font-weight: normal;
}
.gray {
	color: #777777;
	}
.left_align {
	text-align: left;
	}
h3.questions a {
	font-style: normal;
	text-decoration: none;
	}
div#FAQuestions h3 a {
	color: #4A7DB9;
	text-decoration: none;
	font-style: normal;
	}
div#FAQuestions h3 a:hover {
	color: #A02A1D;
	}