/* Adds vertical scrollbar to Firefox to prevent "page jumping" */
/*html {min-height: 100%; margin-bottom: 1px;} */

body {
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-weight: normal;
	color: #464444;
	background: white;
/*    background: gray; */
}

img {border: none;}

acronym {border: none;}

a:link {color: blue; text-decoration: none;}
a:active {color: orange; text-decoration: none;}
a:visited {color: blue; text-decoration: none;}
/* a:visited {color: #CC6600; text-decoration: none;} */
a:hover {color: orange; text-decoration: none;}

p {
    margin-left: 20px;
    text-align: left;
}

.bold {font-weight: bold;}

.italic {font-style: italic;}

.legalText {
    margin: 0 5px 10px 18px;
    line-height: 120%;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
    color: #7F7D7D;
}

.title {
    font-size: 14px;
    font-family: Verdana;
    font-weight: normal;
}

.titleCap {font-size: 18px;}

hr {
    border: none;
    background-color: #E8B025;
    color: #E8B025;
    height: 1px;
    text-align: center;
    width: 40%;
    margin-top: 5px;
}

.imgFloatLeft {
    float: left;
}

.imgFloatLeftClear {
    float: left;
    clear: right;
}


.imgFloatRight {
    float: right;
    clear: right;
    margin: 5px 8px 5px 3px;
}


/* ---------- */
/* relatively positioned relative to browser window*/
#wrapper {
	position: relative;
	width: 822px;
	margin: 10px auto 10px auto;
	text-align: left;
/*    background: pink; */
}

/* ---------- */
/* relatively positioned w/in relatively positioned #wrapper */
#masthead {
	position: relative;
	width: 822px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* absoluted positioned w/in relatively positioned #masthead */
#sunset {
	position: absolute;
    top: 0px;
	left: 0px;
	width: 575px;
	height: 160px;
    background-image: url(../images/sunset_masthead.jpg);
}

#sunsetHomeLink {
    position: absolute;
    top: 38px;
    left: 23px;
    width: 363px;
    height: 55px;
    z-index: 10;
}

/* absoluted positioned w/in relatively positioned #masthead */
#logoMasthead {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 247px;
    height: 160px;
    background-image: url(../images/better_life_logo-masthead.jpg);
}


/* ---------- */
#leftColumn {
    float: left;
    clear: left;
    width: 181px;
    text-align: left;
    display: inline;
/*    background: red; */
}

#navbar {
    width: 181px;
    padding-top: 50px;
/*    background-color: violet; */
}

#navbar hr {
    width: 87px;
    height: 1px;
    margin-left: 18px;
    border: none;
    background-color: #FDF493;
    color: #FDF493;
    text-align: left;
}

#navbar p {
    text-align: left;
    margin: 0px 0px 0px 18px;
    font-family: Verdana;
    font-size: 12px;
    color: #1261A5;
/*    background-color: green; */
}

#navbar img {
    float: left;
    padding-left: 5px;
    padding-top: 5px;
}


/* ---------- */
#centerColumn {
    float: left;
    width: 463px;
    text-align: left;
/*    background: cyan; */
}

#centerColumn p {margin: 2px 15px 10px 25px;}

#centerColumn h1 {
    margin: 0px 0px 4px 15px;
    font-size: 14px;
    color: #A92727;
}

#centerColumn hr {
    width: 80%;
    height: 1px;
    text-align: center;
    margin: 9px auto 10px auto;
/* added "auto" margins to fix centering in IE8 */
    border: none;
    background-color: #DB6B01;
    color: #DB6B01;
}


/* ---------- */
#rightColumn {
    float: right;
    clear: right;
    width: 178px;
    background-image: url(../images/right_col_bg.gif);
/*    background: orange; */
}

#rightColumn p {
    margin: 3px 5px 5px 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size: 11px;
    color: #7F7D7D;
}

#rightColumnCenter p {
    text-align: center;
    margin: 3px 5px 5px 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #7F7D7D;
}

#rightColumn h1 {
    text-align: center;
    margin: 15px 5px 0px 5px;
    padding-bottom: 10px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 150%;
    color: #A92727;
}

#rightColumn h2 {
    text-align: center;
    margin: 5px 5px 0px 5px;
    padding-bottom: 10px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 150%;
    color: #1261A5;
}

#rightColumn hr {
    width: 60%;
    height: 1px;
    margin: 0px auto 5px auto;
    border: none;
    background-color: #FFE413;
    color: #FFE413;
}

#rightColumn img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* ---------- */
/* relatively positioned w/in relatively positioned #wrapper */
#footer {
	clear: both;
	position: relative;
	width: 822px;
    text-align: center;
    margin: 10px 0 10px 0;
    padding-bottom: 10px;
    background-image: url(../images/better_life_logo-footer.jpg);
    background-repeat: no-repeat;
/*    background: yellow; */
}

/* relatively positioned w/in relatively positioned #footer */
#footer p {
    margin: 5px 0 10px 0;
    text-align: center;
    line-height: 120%;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
    color: #7F7D7D;
}

#footer hr {
    width: 342px;
    margin: 1px 240px 1px 240px;
}
