body
{
    /*background-image:url('Images/Background/fractal-holistic-freedom.jpg');
    background-repeat:repeat-x;*/
    font-family:Gill Sans, Gill Sans MT, Arial, Times New Roman;
    font-size:13pt;
    text-decoration:none;
    font-weight:normal;
}

a, a:visited
{
    color:#300;
}

.content_wrap
{
    background-image:url('Images/Background/shadow_wrap.png');
    background-repeat:no-repeat;
    background-position:70px -40px;
    position:relative;
    width:1200px;
    left:50%;
    margin:0px -600px;
}

.content_all
{
    /*Set Width to 1100 pixels ---*/
    position:relative;
    width:1100px;
    left:50px;
}

.content_all > li
{
    /*Set Width to 900 pixels ---*/
    /*clear:both;*/
    position:relative;
    width:1000px;
    left:50px;
    background-repeat:no-repeat;
}

.content_header
{
    height:208px;
}

.content_spacer
{
    height:40px;
    background-color:White;
}

.content_menu
{
    height:22px;
    background-color:White;
    white-space:nowrap;
}

.content_menu > ul
{
    vertical-align:middle;
    text-align:center;
}

.content_menu > ul > li
{
    width:132px;
    height:40px;
    float:left;
}

.content_menu > ul > li.longer_menu
{
    width:160px;
}

.content_menu > ul > li.shorter_menu
{
    width:90px;
}

.content_menu > ul > li > a
{
    font-size:10pt;
    text-decoration:none;
}

.content_menu > ul > li > a:hover
{
    font-weight:bold;
}

.content_sub_menu
{
    display:none;
    position:absolute;
    left:0px;
    top:22px;
    font-size:10pt;
    text-decoration:none;
    z-index:10;
}
.content_sub_menu a
{
    text-decoration:none;
}

.menu_index_0
{
    left:0px;
}
.menu_index_1
{
    left:125px;
}
.menu_index_2
{
    left:250px;
}
.menu_index_3
{
    left:375px;
}
.menu_index_4
{
    left:500px;
}
.menu_index_5
{
    left:625px;
}
.menu_index_6
{
    left:750px;
}
.menu_index_7
{
    left:875px;
}

.content_menu > ul > li:hover > .content_sub_menu
{
    display:block;
    border:solid 1px black;
}

.content_sub_menu > li
{
    width:100px;
    background-color:White;
}

.content_sub_menu > li:hover
{
    border-style:solid;
    border-width:1px;
}

.content_footer
{
    height:60px;
    clear:both;
    background-color:White;
    font-size:9pt;
    text-align:center;
    font-size:10pt;
    padding:20px 0px 0px 0px;
}

.content_main
{
    background-color:White;
    position:relative;
}

.split_view_pane
{
    /*float:left;*/
    background-color:White;
}

.split_view_left
{
    position:relative;
    left:10px;
    top:0px;
    width:200px;
    border-right:solid 2px black;
}

.split_view_right
{
    position:absolute;
    left:212px;
    top:0px;
    width:778px;
}

.content_footer .info_container
{
    width:778px;
    float:right;
}

.pane_content
{
    position:relative;
    width:90%;
    left:5%;
}

.brand
{
    font-size:1px;
    color:#fefffe;
}

.brand a, .brand *
{
    font-size:1px;
    color:White;
}
