/* 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: 30px;
    margin-right: 10px;
    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;}

.caption {
    text-align: center;
    margin: 5px 10% 20px 10%;
    font-size: 11px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
    font-style: italic;
    color: #A92727;
}


/* Is this used? */
.centeredText {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    line-height: 16px;
/*    background-color: gray; */
}

h1 {
    margin: 20px 0px 10px 40px;
}

h2 {
    text-align: center;
    font-size: 13px;
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-weight: bold;
    font-style: oblique;
    color: #660000;
    padding-top: 5px;
}


hr {
    width: 40%;
    height: 1px;
    text-align: center;
    margin-top: 5px;
    background-color: #E8B025;
    color: #E8B025;
    border: none;
}

/*
    In order for list bullet image to align correctly in IE, use:
    list-style-type: none;
    Add image as a bg to the "li".  Adjust image height position with:
    background-position: 0 10px;
*/
ul {
	font-size: 12px;
	text-align: left;
	line-height: 160%;
	margin: -5px 0 0 0;
	padding: 0 30px 0 50px;
    list-style-type: none;
}

li {
	padding: 2px 0 0 15px;
    background-image: url(../images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 1px 9px;

}

.imgFloatLeft {
    float: left;
    margin: 5px 8px 5px 30px;
}

.imgFloatLeftClear {
    float: left;
    clear: left;
}

.imgFloatRight {
    float: right;
    clear: right;
    margin: 5px 8px 5px 3px;
}


/* hr for ul
border: none;
text-align: left;
width: 87px;
height: 1px;
margin-left: 18px;
margin-top: ???;
margin-bottom: ???;
background-color: #FDF493;
color: #FDF493;
*/

/* ---------- */
/* 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);
}

#logoMastheadHomeLink {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 245px;
    height: 95px;
    z-index: 20;
}

/* ---------- */
#leftColumn {
    float: left;
    clear: left;
    width: 113px;
    text-align: left;
/*    background: red; */
}

#navbarJayPic {
    float: left;
    margin-top: 10px;
}

#navbar {
    width: 113px;
    padding-top: 50px;
    background-color: white;
}

#navbar hr {
    width: 87px;
    height: 1px;
    margin-left: 18px;
    border: none;
    background-color: #FDF493;
    color: #FDF493;
}

#navbar p {
    text-align: left;
    margin: 0px 0px 0px 18px;
    font-family: Verdana;
    font-size: 12px;
    color: #1261A5;
}

#navbar img {
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    display: inline;
}

/* ---------- */
#centerColumn {
    float: left;
    width: 477px;
    text-align: left;
    margin-bottom: 15px;
/*    background: green; */
}

.title {
    font-size: 14px;
    font-family: Verdana;
    font-weight: normal;
    color: #660000;
/*    background-color: cyan; */
}

.titleCap {font-size: 18px;}

#centerColumn hr {
    width: 80%;
    height: 1px;
    text-align: center;
    margin-top: 9px;
/* added "auto" margins to fix centering in IE8 */
    margin-left: auto;
    margin-right: auto;
    border: none;
    background-color: #DB6B01;
    color: #DB6B01;
}

.imageColumnCenter {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#imageBook {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    padding-left: 150px;
}

#imageCenterTitle {
    text-align: center;
    padding-top: 26px;
}

.ordering table {
    margin-left: 80px;
    width: 300px;
    border: 1px solid #E8B025;
}

.ordering th {
    width: 150px;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
}

.titleSize {
    text-align: right;
    padding-right: 20px;
}

.titleQuantity {text-align: left;}

form {margin: 0 0 0 0;}

.size {
    width: 150px;
    text-align: right;
    padding-right: 20px;
    vertical-align: middle;
}

.quantity {
    width: 150px;
    text-align: left;
    vertical-align: middle;
}

.regLabel {
    width: 150px;
    text-align: right;
    padding-right: 10px;
    vertical-align: top;
}

.regField {background-color: #FFFFCC;}


/* ---------- */
#rightColumn {
    float: right;
    clear: right;
    width: 232px;
/*    background: blue; */
}

#rightColumn h1 {
    text-align: center;
    font-size: 14px;
    font-family: Verdana;
    font-weight: normal;
    color: #660000;
}


#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;
}
