
* {
    border-color: #FF0000;
    border-style: dotted;
    border-width: 0;
    margin: 0;
    padding: 0;
}
body {
    background-color: #1A1A1A;
    color: #DDDDDD;
    font-family: arial,Helvetica,sans-serif;
    font-size: 12pt;
    line-height: 160%;
    text-align: left;
}
a:link, a:active, a:visited {
    color: #BBBBDD;
    text-decoration: underline;
}
a:hover {
    color: #DDDDFF;
    text-decoration: underline;
}
p {
    font-size: small;
}
html > p {
    font-size: small;
}
p {
    font-size: 12pt;
    padding-bottom: 12px;
    padding-top: 5px;
}
#center {
    height: 100%;
    margin: auto;
    position: relative;
    width: 1000px;
}
#banner {
    background-image: url("images/banner.png");
    height: 200px;
    left: 0;
    position: absolute;
    top: 0;
    width: 960px;
}
.spacer {
    height: 35px;
}
#page_container {
    height: 100%;
    left: 0;
    position: absolute;
    top: 200px;
    width: 960px;
}
#content_and_navigation {
    background-image: url("images/nav_n_content_bkgd.png");
    width: 960px;
}
#left_column {
    float: left;
    height: 100%;
    width: 0;
}
#content_container {
    float: left;
    height: 100%;
    width: 720px;
}
.content_top_graphic {
    background-image: url("images/rounded-corners-top.png");
    height: 20px;
}
#content {
    background-image: url("images/content-container-bkgd.png");
    padding: 5px 60px 20px;
}
.content_bottom_graphic {
    background-image: url("images/rounded-corners-bottom.png");
    height: 20px;
}
#content_footer {
    height: 100%;
    width: 720px;
}
#right_column_container {
    float: left;
    width: 230px;
}
#right_column_content {
    height: 100%;
    padding-right: 10px;
}
#bottom_banner {
    background-color: #111111;
    background-repeat: no-repeat;
    clear: both;
    height: 40px;
    width: 960px;
}
#sitename {
    color: #D4AF83;
    font-size: 23px;
    font-weight: bold;
    padding: 25px 40px 0 400px;
}
.menu {
    font-size: 90%;
}
li {
    font-size: 93%;
    line-height: 150%;
    margin-top: 3px;
    padding-left: 7px;
}
ul {
    list-style: none outside none;
}
.sitemap {
    font-size: 70%;
}
h1, h2, h3 {
    color: #EEEEEE;
    font-size: 20pt;
    font-weight: bold;
    line-height: 200%;
}
h4 {
    font-size: 80%;
    font-weight: normal;
    letter-spacing: 8px;
}
.copyright {
    font-size: 65%;
    margin-bottom: 50px;
    padding-right: 35px;
    text-align: right;
}
.login {
    font-size: 60%;
}
.submenu {
    font-size: 80%;
}
.edit {
    font-size: 90%;
}
ol {
    padding-bottom: 12px;
    padding-left: 22px;
}
.loader1 {
    background-image: url("images/hotmenu/branding-hover.png");
    height: 100px;
    left: -1000px;
    position: absolute;
    top: 0;
    width: 200px;
}
.loader2 {
    background-image: url("images/hotmenu/packages-hover.png");
    height: 100px;
    left: -1000px;
    position: absolute;
    top: 0;
    width: 200px;
}
.loader3 {
    background-image: url("images/hotmenu/licensed-hover.png");
    height: 100px;
    left: -1000px;
    position: absolute;
    top: 0;
    width: 200px;
}
.loader4 {
    background-image: url("images/hotmenu/casestudies-hover.png");
    height: 100px;
    left: -1000px;
    position: absolute;
    top: 0;
    width: 200px;
}
#hotmenu {
    display: block;
    height: 93px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 632px;
}
#btn_branding {
    background-image: url("images/hotmenu/branding-static.png");
    display: block;
    float: left;
    height: 93px;
    margin: 4px;
    width: 149px;
}
#btn_branding:hover {
    background-image: url("images/hotmenu/branding-hover.png");
}
#btn_branding span {
    display: none;
}
#btn_packages {
    background-image: url("images/hotmenu/packages-static.png");
    display: block;
    float: left;
    height: 93px;
    left: 149px;
    margin: 4px;
    width: 149px;
}
#btn_packages:hover {
    background-image: url("images/hotmenu/packages-hover.png");
}
#btn_packages span {
    display: none;
}
#btn_licensed {
    background-image: url("images/hotmenu/licensed-static.png");
    display: block;
    float: left;
    height: 93px;
    left: 298px;
    margin: 4px;
    width: 149px;
}
#btn_licensed:hover {
    background-image: url("images/hotmenu/licensed-hover.png");
}
#btn_licensed span {
    display: none;
}
#btn_casestudies {
    background-image: url("images/hotmenu/casestudies-static.png");
    display: block;
    float: left;
    height: 93px;
    left: 347px;
    margin: 4px;
    width: 149px;
}
#btn_casestudies:hover {
    background-image: url("images/hotmenu/casestudies-hover.png");
}
#btn_casestudies span {
    display: none;
}
