/*---------- RESET, UTILS ----------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
ol, ul {list-style-type: none;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
a img {border:none;}

.clear { clear:both; }
.clearfix { display:block; }
.clearfix:after { content:"\0020"; display:block; height:0; clear:both; visibility:hidden; overflow:hidden; }


body {
	text-align: center;
	background: #d1dede url(../images/bg-tile.png);
	color: #333;
    font-size: 16px;
    line-height: 1.6;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.container {
    width: 950px;
    margin: 30px auto;
    text-align: left;
    background: #fff;
            border-radius: 10px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            box-shadow: 0px 0px 10px #555;
    -webkit-box-shadow: 0px 0px 10px #555;
       -moz-box-shadow: 0px 0px 10px #555;
}


/*---------- HEADER, NAV ----------*/
header {
    background: #aec6c6 url(../images/bg-gradient.png) no-repeat -40px bottom;
            border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
       -moz-border-radius: 10px 10px 0px 0px;
       border-bottom: 8px solid #a0b8b8;
    padding: 30px 30px 0;
}

nav {
    background: #a8a77b;
}

nav ul {
    padding: 7px 25px 5px;
}

nav li {
    list-style-type: none;
    display: inline;
    margin-right: 5px;
}

nav a {
    color: #d3d29f;
    text-decoration: none;
    padding: 4px 5px 3px 5px;
    font-size: 20px;
    text-shadow: 1px 1px 1px #888;
}
nav a:hover {
    color: #fff;
}

body#home_pg #nHome a,
body#about_pg #nAbout a,
body#doulas_pg #nDoulas a,
body#services_pg #nServices a,
body#resources_pg #nResources a,
body#contact_pg #nContact a {
    border-bottom: 7px solid #fff;
    color: #fff;
}


/*---------- CONTENT ----------*/
#MainContent {
    float: left;
    width: 590px;
    padding: 30px;
}

h2 {
    color: #619192;
    font-size: 26px;
    padding-bottom: 0.5em;
}

h3 {
    color: #777;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 17px;
    padding: 1.5em 0 0.5em;
    text-transform: uppercase;
}
h3.first {
    padding-top: 0;
}

#MainContent a,
#MainContent a:visited {
    color: #3EB021;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
}

#MainContent a:hover {
    border-bottom: 1px solid #ccc;
}

p {
    padding-bottom: 1em;
}

p.asl {
    padding: 3px 0 0 0;
    background: #000;
    color: #ddd;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    width: 3em;
    text-align: center;
    margin: 0 0 1em 0;
            border-radius: 4px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
}
p.asl abbr {
    border: 0;
}

strong {
    font-weight: bold;
}

.contact-methods {
    background: #eee;
    padding: 15px 20px 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666;
            border-radius: 10px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
}

p.location {
    background: url(../images/icon-location.png);
    background-position: 4px 2px;
    background-repeat: no-repeat;
    padding: 0 0 0 35px;
    margin: 0 0 0.5em 0;
}
p.email {
    background: url(../images/icon-email.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding: 0 0 0 35px;
    margin: 0 0 0.5em 0;
}
p.cell {
    background: url(../images/icon-cell.png);
    background-position: 3px 2px;
    background-repeat: no-repeat;
    padding: 0 0 0 35px;
    margin: 0 0 0.5em 0;
}

ul.bullets {
    list-style-type: disc;
    padding: 0 0 1em 1.2em;
}

#SecondaryContent {
    float: left;
    position: relative;
    width: 270px;
    padding: 30px 30px 30px 0;
}

#SecondaryContent img {
    margin: -210px 0 0 -50px;
}

#SecondaryContent blockquote {
    font-style: normal;
    padding: 8px 20px 0 20px;
    margin-top: 10px;
    background: url(../images/bg-quotes.png) no-repeat left top;
}

#SecondaryContent p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.2em;
    color: #619192;
    padding: 0 10px 0.5em 0;
    margin-top: 3px;
}

#SecondaryContent p.credit {
    font-size: 16px;
    text-align: right;
    line-height: 1em;
    margin: 0;
    color: #aaa;
}


/*---------- FOOTER ----------*/
footer {
    clear: both;
    background: #aec6c6;
    padding: 5px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 10px;
    color: #859696;
}

