/* 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-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-weight: normal;
	color: #464444;
    background: #FAF6DE;
}

img {border: none;}

acronym {border: none;}

a:link {color: blue; text-decoration: none;}
/* a:active {color: orange; text-decoration: none;} */
a:active {color: #BD5925; text-decoration: none;}
a:visited {color: blue; text-decoration: none;}
/* a:visited {color: #CC6600; text-decoration: none;} */
a:hover {color: #BD5925; text-decoration: none;}
#notfound a:link {color: blue; text-decoration: none;}
#notfound a:active {color: blue; text-decoration: none;}
#notfound a:visited {color: blue; text-decoration: none;}
#notfound a:hover {color: red; text-decoration: none;}

p {
    margin-left: 30px;
    margin-right: 50px;
    text-align: left;
/*    background-color: yellow; */
}

.bold {font-weight: bold;}

.italic {font-style: italic;}



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;
}


/*
    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;

}

.legalText {
    margin: 0px 5px 10px 0px;
    line-height: 120%;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
    color: #7F7D7D;
}

#title {
    text-align: center;
    font-size: 22px;
    font-family: Georgia, Palatino, "Times New Roman", Times;
    font-weight: normal;
    color: #990000;
    color: #003300;
}

.titleCap {
    font-size: 28px;
    font-family: Georgia, Palatino, "Times New Roman", Times;
    font-weight: bold;
    color: #003300;
}

#title hr {
    width: 40%;
    height: 10px;
    text-align: left;
    margin-top: 5px;
    background-color: #BD5925;
    color: #BD5925;
/*
    background-color: #A4C400;
    color: #A4C400;
*/
    border: none;
}

.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: 12px;
/*    background-color: gray; */
}


.imgFloatLeft {
    float: left;
    margin: 5px 8px 5px 30px;
}

.imgFloatLeftClear {
    float: left;
    clear: left;
}

.imgFloatRight {
    float: right;
    clear: right;
    margin: 5px 8px 5px 25px;
}

.imgCentered {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: block;
}


/* 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;
/*    border: #A9B64B 2px solid; */
/*    background: pink; */
}

/* ---------- */
/* relatively positioned w/in relatively positioned #wrapper */

#mastheadHomepage {
	position: relative;
	width: 822px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
/*    background-color: brown; */
}

#homePageHomeLink {
    position: absolute;
    top: 5px;
    left: 41px;
    width: 184px;
    height: 149px;
}

#homepageBG {
    position: relative;
    width: 822px;
    height: 387px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/mangia_homepage_bg.jpg);
}

#homepageCopy {
    position: relative;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.homepageLinks {
    font-size: 14px;
    font-weight: bold;
}


#homepageCopy p {
    font-size: 11px;
    text-align: center;
    color: black;
}

#mastheadContainer {
	position: relative;
	width: 822px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
/*    background-color: brown; */
}

#homeLink {
    position: absolute;
    top: 5px;
    left: 41px;
    width: 184px;
    height: 149px;
}




/* 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;
}
*/

/* Not using this container, as navbarColumn and contentColumn
seem to be working well without it. */
/*
#contentContainer {
    float: left;
	width: 822px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
    background: blue;
}
*/

/* ---------- */
#navbarColumn {
    float: left;
    clear: left;
    width: 113px;
    text-align: left;
/*    background: red; */
}

#navbar {
    width: 113px;
    padding-top: 55px;
/*    background-color: white; */
/*    background-color: purple; */
}

#navbar hr {
    width: 87px;
    height: 1px;
    margin-left: 18px;
    border: none;
    background-color: #A4C400;
    color: #A4C400;
}

#navbar p {
    text-align: left;
    margin: 0px 0px 0px 18px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size: 11px;
    color: #1261A5;
}

#navbar img {
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    display: inline;
}

/* ---------- */
#contentColumn {
    float: left;
    width: 709px;
    text-align: left;
    margin-bottom: 15px;
/*    background: green; */
}

#contentColumn hr {
    width: 10px;
}

.contentColumnTextPics {
    float: right;
    width: 709px;
    text-align: left;
    margin-bottom: 20px;
/*    background: grey; */
}

/* The top and bottom margins in the next two div classes seem to
create vertical mis-alignments in Chrome */

.contentColumnTextPicsLeft {
    float: left;
    width: 379px;
    text-align: center;
/*    margin-top: 10px; */
/*    margin-bottom: 10px; */
    margin-left: 30px;
    display: inline; /* Why is this specified? */
/*    background-color: #00FFCC; */
}

.contentColumnPicsPicsRight {
    float: right;
    width: 300px;
    text-align: center;
/*    margin-top: 10px; */
/*    margin-bottom: 10px; */
    display: inline; /* Why is this specified? */
/*    background-color: orange; */
}





/* This acts as a "containing row" for each row of the left and right
pics plus captions, so that the following row's pics + captions will
move down together and align vertically with each other.
Used for each row of pics plus captions.*/
.contentColumnPics {
    float: right;
    width: 709px;
    text-align: left;
/*    background: grey; */
}

/* The top and bottom margins in the next two div classes seem to
create vertical mis-alignments in Chrome */

.contentColumnLeft {
    float: left;
    width: 325px;
    text-align: center;
/*    margin-top: 10px; */
/*    margin-bottom: 10px; */
    margin-left: 30px;
    display: inline; /* Why is this specified? */
/*    background-color: #00FFCC; */
}

.contentColumnRight {
    float: right;
    width: 354px;
    text-align: center;
/*    margin-top: 10px; */
/*    margin-bottom: 10px; */
    display: inline; /* Why is this specified? */
/*    background-color: orange; */
}

#contentColumn 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: #BD5925;
    color: #BD5925;
}

/* ---------- */
/* relatively positioned w/in relatively positioned #wrapper */
#footerContainer {
	clear: both;
	position: relative;
	width: 822px;
    text-align: center;
    margin: 10px 0 10px 0;
    padding-bottom: 10px;
/*    background: yellow; */
}

#footerContainer 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;
}

#footerContainer hr {
    text-align: center;
    width: 342px;
    margin: 1px 240px 1px 240px;
    height: 1px;
    background-color: #BD5925;
    color: #BD5925;
    border: none;
}
