body {
    background-image: url("images/background2.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: #ffffff;
}

@font-face {
    font-family: cooper_black;
    src: url("cooper_black.eot");
    src:
        local(cooper_black),
        url("cooper_black.ttf") format("truetype");
}

.logoFont {
    font-family: cooper_black;
}

p.logoFont {
    margin-top: 8pt;
    margin-bottom: 5pt;
}

.dark_green {
    color: #558618;
}

.light_green {
    color: #a0be70;
}

.raspberry {
    color: #a60154;
}

a {
    font-family: cooper_black;
    color: #a60154;
}

.nounderline {
    text-decoration: none;
}

h2 {
    font-weight: normal;
    text-align: left;
    font-size: 22pt;
    margin-left: 30pt;
    text-decoration: underline;
}

h3 {
    font-weight: normal;
    text-align: center;
    font-size: 18pt;
    padding-top: 10px;
    margin: 0;
}

h4 {
    font-weight: normal;
    text-align: center;
    font-size: 12pt;
    padding-top: 5px;
    margin: 0;
    word-spacing: 15pt;
}

h5 {
    font-weight: normal;
    font-size: 12pt;
    margin: 0;
}

#menu {
    behavior: url(/PIE.php); /* IE hack see   http://css3pie.com/documentation/getting-started/ */

    background-color: #ffffff;
    border-color: black;
    border-width: 1px;
    border-style: solid;

    width: 260px;
    height: 280px;

    position: relative;
    top: 30px;
    left: 20px;

    -webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <=1.6 */
    border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;

    -webkit-box-shadow: 4px 4px 10px 0px #000000;
    box-shadow: 4px 4px 10px 0px #000000;
}

#projectContainer {
    overflow: scroll;
    margin: 20px;
    height: 340px;
}

.topLogo {
    position: absolute;
    top: 25px;
    right: 25px;
}

#phoneNumber {
    behavior: url(/PIE.php); /* IE hack see   http://css3pie.com/documentation/getting-started/ */

    position: absolute;
    top: -65px;
    left: 350px;
    font-size: 20pt;

    padding: 65px 10px 5px 10px;

    background-color: #a0be70;
    border-color: black;
    border-width: 1px;
    border-style: solid;

    -webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <=1.6 */
    border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;

    -webkit-box-shadow: 4px 4px 10px 0px #000000;
    box-shadow: 4px 4px 10px 0px #000000;

    color: ffffff;
}

#footer {
    behavior: url(PIE.php); /* IE hack see   http://css3pie.com/documentation/getting-started/ */

    width: 98%;
    /*padding-top: 55px; */
    margin: 0;
    /*    padding: 5px;*/

    background-color: #ffffff;
    border-color: black;
    border-width: 1px;
    border-style: solid;

    -webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <=1.6 */
    border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;

    -webkit-box-shadow: 4px 4px 10px 0px #000000;
    box-shadow: 4px 4px 10px 0px #000000;

    position: absolute;
    bottom: 0px;

    color: #cccccc;
    font-family: arial, cooper_black;
    font-size: 9pt;
    text-align: center;
}

ul,
li {
    margin-bottom: 10px;
    margin-left: 25px;

    /*list-style-image: url('images/Raspberry_homes_2Col_16.png');*/
    list-style-type: disc;
}

ul.menu li {
    color: #a60154;
    font-family: cooper_black;
    font-size: 14pt;

    margin-bottom: 10px;
    margin-left: 25px;

    /*list-style-image: url('images/Raspberry_homes_2Col_16.png');*/
    list-style-type: disc;
}

.menu a {
    color: #a60154;
    text-decoration: none;
    text-shadow: 1px 1px 1px #aaaaaa;
}

.menu a:hover {
    margin-left: 2px;
    color: #558618;
    text-shadow: 0px 0px 0px #ffffff;
}

img.rightFloat {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    /*    border-color: black;
    border-width: 1px;
    border-style: solid;*/
}

img.leftFloat {
    float: left;
    margin-right: 6px;
    /*    border-color: black;
    border-width: 1px;
    border-style: solid;*/
}

img.boxShadow {
    -webkit-box-shadow: 4px 4px 10px 0px #000000;
    box-shadow: 4px 4px 10px 0px #000000;
}

.mainContent {
    behavior: url(/PIE.php); /* IE hack see   http://css3pie.com/documentation/getting-started/ */

    background-color: #ffffff;
    border-color: black;
    border-width: 1px;
    border-style: solid;

    width: 70%;
    min-height: 450px;

    text-align: justify;

    padding: 15px 30px 10px 20px;
    margin-bottom: 65px;

    position: relative;
    z-index: 1;
    top: 0px;
    left: 160px;

    -webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <=1.6 */
    border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;

    -webkit-box-shadow: 4px 4px 10px 0px #000000;
    box-shadow: 4px 4px 10px 0px #000000;

    font-family: Helvetica, arial, sans-serif;
}

.saleSplash {
    width: 70%;
    min-height: 250px;

    top: 40px;
    left: 20%;
}

.spacer {
    height: 550px;
    position: absolute;
    z-index: 1;
    top: 200px;
    left: 330px;
}

.huge {
    font-size: 84pt;
}

p.contact {
    text-align: center;
    font-size: 20pt;
    padding: 30px;
}

a.contact {
    text-decoration: none;
}

#projects img {
    -webkit-box-shadow: 4px 4px 10px 0px #000000;
    box-shadow: 4px 4px 10px 0px #000000;
}
