/* Reset ====================================== */

* {
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
    line-height: 1;
}

ul {
    list-style: disc;
    list-style-position: inside;
}

/* Fonts ============================================== */

* {
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
}

p {
    font-size: 0.75em;
    line-height: 1.5em;
    margin: 0em 0em 1em 0em;
}

h1 {
    margin: 0em 0em 0.75em 0em;
    font-weight: normal;
}

h2 {
    line-height: 1.5em;
}

h3 {
    font-size: 0.75em;
    font-weight: bold;
    line-height: 2em;
}

em {
    font-weight: bold;
    font-style: normal;
}

/* Links ========================================================================== */

div#header li a {
    text-decoration: none;  
    color: #000000;
}

a:hover {
    text-decoration: underline;
}

span.obfuscated {
    unicode-bidi:bidi-override; 
    direction: rtl;
}
    
/* Supporting divs that frame the whole page ====================================== */

div#header {
    background-color: #ffffff;
    height: 307px;
    text-align: center;
}

    
div#background {
    background-color: #000000;
    z-index: 0;
    background-image: url(images/background-bg.jpg);
    background-position: 50% 0% ;
    background-repeat: no-repeat;
}

div#footer {
    background-color: #ffffff;
    border-style: solid;
    margin: 10px 0px 0px 0px;
}

div#bg-header {
    position: absolute;
    height: 68px;
    width: 100%;
    left: 0px;
    z-index: 1;
    background-color: #ffffff;
    border-style: solid;
    border-width: 0px 0px 4px 0px;
    border-color: #c7b8b8;
}

div#bg-footer {
    position: absolute;
    margin: -68px 0px 0px 0px;
    height: 68px;
    width: 100%;
    z-index: 1;
    background-color: #ffffff;
    border-style: solid;
    border-width: 4px 0px 0px 0px;
    border-color: #c7b8b8;
}

div#article {
    position: relative;
    width: 786px;
    margin: 0px auto 0px auto;
    z-index: 2;
    background-image: url(images/article-bg.png);
    overflow: auto;
    min-height: 600px;
}

div#article-header {
    position: relative;
    margin: 0px auto 0px auto;
    width: 786px;
    height: 31px;
    background-image: url(images/article-header-bg.png);
    z-index: 3;
}

div#article-footer {
    position: relative;
    margin: 0px auto 0px auto;
    width: 786px;
    height: 33px;
    background-image: url(images/article-footer-bg.png);
    z-index: 4;
}

/* Style header ====================================== */

div#header img#logo {
    padding: 20px 0px 15px 0px;
}

/* the menu */

div#header ul li {
    display: inline;
    padding: 0px 10px;
    font-size: 1em;
    position: relative;
    z-index: 10;
}

div#header ul li ul a {
    display: block;
    padding: 0px 5px;
    background: #fff;
}

div#header li ul {
    position: absolute;
    left: 0;
    top: 1em;
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 100;
    width: 12em;
    padding-bottom: 5px;
}

div#header li:hover ul {
    display: block;
}

/* Style footer ============================ */

div#footer p {
    margin: 0px auto 0px auto;
    padding-right: 30px;
    padding-bottom: 5em;
    width: 786px;
    text-align: right;
}

/* Style contents ============================================== */

div#home-personal-styling {
    margin: 0em 0em 0em 3.5em;
    width: 23em;
    float: left;
}

.right-align {
    text-align: right;
}

img#sarah-signature {
    margin: 0px 0.5em 0px 0px;
}

img.tagline {
    margin: 0px 0px 2em 0px;
}

div#home-aside {
    margin: 0em 0em 1em 2em;
    width: 260px;
    float: left;
    background-color: #ded5d5;
}

div#home-aside-text {
    margin: 1em 1em 1.5em 1em;
}

div#services-text, div#services-image {
    float: right;
    margin: 0em 0em 2em 0em;
}

div#services-text {
    margin: 0px 15px 0px 0px;
    width: 400px;
    padding: 0px 0px 0px 2em;
}

div#services-text-tagline {
    padding: 0.75em 2em 0.25em 2em;
    background-color: #ded5d5;
    margin: 0em 0em 2em 0em;
}

div#services-text-main {
    margin: 0em 2em 0em 2em;
}

div#article ul {
    font-size: 0.75em;
    margin: 0em 0em 1em 0em;
}

div#article ul li {
    line-height: 1.5em;
}

div#services-text-footer {
    padding: 0.75em 2em 0.25em 2em;
    background-color: #9d8f79;
    margin: 1em 0em 2em 0em;
    width: 15em;
    float: right;
}

div#contact-text {
    margin: 0em 0em 0em 2em;
    float: left;
    width: 20em;
}

div#contact-image {
    margin: 0em 0em 0em 3.5em;
    float: left;
}
