﻿/*
 #########################################
 By: David Tacker
 david.tacker@memories-by-design.com
 #########################################
*/

*
{
    margin: 0;
    padding: 0;
}

body
{
    background: url(/images/_layout/header_span.gif) repeat-x #E5E5E5;
}

body, td, div, ul, button, textarea, input
{
    font: normal 12px/20px helvetica,arial,sans-serif;
    color: #333333;
}












/* ##############
HEADER STUFF */
#HeaderArea
{
    height: 43px;
    width: 800px;
    margin: 0px auto;
    padding-top: 5px;
}

.Logo
{
    background: url(/images/_layout/logo.png) no-repeat;
    width: auto;
    height: 197px;
    float: left;
    position: relative;
    left: -150px;
    top: -20px;
    margin-bottom: -81px;
    z-index: 100;
}


















/* #############
Container stuff */

.Container
{
    width: 800px;
    height: auto;
    margin: 0px auto;
    background: #fff;
    padding: 8px;
}




















/* #############
TOP NAV */
.top-nav
{
    width: 800px;
    height: 40px;
    margin: 0px auto;
    padding-top: 10px;
}

.top-nav ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.top-nav li
{
    margin-right: 14px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #D6D6D6;
}

.top-nav li a
{
    color: #333;
}

































































/* ##############
Nonsencical madness! */
.cleared
{
    clear: both;
}

p
{
    padding: 8px 0px 0px 0px;
}

.ContentTitle
{
    height: 44px;
    width: 70%;
    padding-top: 0px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;
    background: #fff;
    border: 1px #E6E6E6 solid;
    border-top: 2px #CCCCCC solid;
    float: left;
    overflow: hidden;
    margin-top: 3px;
}

.PageTitle
{
    width: 800px;
    margin: 10px auto;
    height: 55px;
    background: #F1F1F1;
    padding: 8px;
    line-height: 44px;
}

.AdPiece1
{
    height: 50px;
    width: 210px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    background: #F1F1F1;
    border: 1px #E6E6E6 solid;
    float: right;
    text-align: center;
}

.AdPiece2
{
    width: 200px;
    height: auto;
    float: right;
    border: 1px #E6E6E6 solid;
    background: #F1F1F1;
    text-align: center;
    padding: 15px 0px;
}

.AdPiece3
{
    float: right;
    width: 260px;
    height: auto;
    border: 1px #E6E6E6 solid;
    background: #F1F1F1;
    text-align: center;
    margin-top: 10px;
    padding: 5px 0px;
}


.bold
{
    font-weight: bold;
}

span.super
{
    font-size: 6px;
    vertical-align: top;
}















/* ########################
    HEADINGS */
h1
{
    font-size: 22px;
    font-weight: bold;
}

h2
{
    font-size: 16px;
    font-weight: bold;
    margin-top: -5px;
    margin-top: 30px;
}

h3
{
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
}

h4
{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    padding: 5px;
}

.heading
{
    background: url(/images/_layout/heading.gif) repeat-x;
    width: 100%;
    height: 41px;
    padding-top: 5px;
    padding-left: 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.sub-heading 
{
    background: url(/images/MiscAdmin/sub-heading.gif) no-repeat;
    width: 800%;
    height: 38px;
    padding-top: 8px;
    padding-left: 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    left: -8px;
}





















/* ###################
    HYPERLINKS */
a:link
{
    color: #333;
    text-decoration: none;
}

a:visited
{
    color: #333;
    text-decoration: none;
}

.smallCaps
{
    font-variant: small-caps;
}

.noticeThis
{
    background: #EEED98;
    color: #333333;
    font-size: 13px;
    line-height: 13px;
    height: 13px;
    padding: 4px;
    clear: both;
    margin-bottom: 2px;
}
ul
{
    padding-top: 10px;
    padding-left: 20px;
}
.borderTop
{
    border-top: 1px solid #fff;
}

img
{
    border: 0;
}

.dd
{
    height: 40px;
}
.tb
{
    width: 200px;
    height: 15px;
    padding: 2px;
    padding-bottom: 5px;
    background-color: #E6E6E6;
    border: 0;
    color: #333;
    border: 1px solid #333;
}
.ta
{
    width: 350px;
    height: 80px;
}

.notable 
{
    font-weight: bold;
}







/* #######################
        Accordian stuff */
.accordion
{
    width: 100%;
    border-bottom: solid 1px #E6E6E6;
    margin-bottom: 20px;
}

.accordion h3
{
    background: url(/images/square-arrow.gif) no-repeat right -48px;
    padding: 6px 15px;
    margin: 0;
    border: solid 1px #E6E6E6;
    border-bottom: none;
    cursor: pointer;
}

.accordion h3:hover
{
    background-color: #E6E6E6;
}

.accordion h3.active
{
    background-position: right 5px;
}

.accordion h5
{
    font-family: Helvetica, Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 10px 15px 10px;
    border-left: solid 1px #E6E6E6;
    border-right: solid 1px #E6E6E6;
    display: none;
}






