/* 
================================
Skin styles for DotNetNuke
================================
*/
.Page
{
    border: none 0;
    background: #262722;
    width: 737px;
}

.BG_Top
{
    background: #262723;
}

/* Header*/
.HeaderContentPane
{
    background: #262722;
    font-size: 0px;
    vertical-align: top;
    height: 72px;
    width: 100%;
}
.BG_Left_Header, .BG_Right_Header
{
    background: #262722;
    font-size: 0px;
    height: 96px;
    padding-top: 10px;
    width: 8000px;
}
.HeaderContentPane_1
{
    padding-right: 5px;
}
.HeaderContentPane_2
{
    background: #11110f;
    height: 250px;
    border: 0;
    margin: 0;
    padding: 0;
}

.BG_Left_Header_2, .BG_Right_Header_2
{
    background: #11110f;
    height: 250px;
    width: 8000px;
}

.HeaderLinks
{
    display: inline;
    float: right;
    padding-right: 5px;
    padding-top: 10px;
}

.ContactPane
{
    margin: 1px 4px 0 0;
    display: inline;
    float: right;
    color: #999;
    font-size: 10px;
    font-family: Arial;
    font-weight: bold;
}

.Logo
{
    display: inline;
    float: left;
    vertical-align: top;
    padding: 0px;
    border: none;
    height: 95px;
    background: #262722 ;
}

/* Menu */
.MenuRow
{
    height: 70px;
}

.BG_Left_Menu, .BG_Right_Menu
{
    height: 70px;
}

/* Content */
.Content
{
    background: #262722;
    vertical-align: top;
    width: 100%;
    height: 200px;
}
.ContentPane
{
    vertical-align: top;
    width: 737px;
    height: 200px;
    background: #262722;
}
.Top_Left_Pane
{
    padding-bottom: 20px;
    font-size: 0px;
    vertical-align: top;
    height: 100%;
    width: 495px;
}
.Top_Right_Pane
{
    padding-bottom: 20px;
    font-size: 0px;
    vertical-align: top;
    height: 100%;
    width: 242px;
}

/* Footer */
.Footer
{
    height: 10px;
    font-size: 0px;
    vertical-align: top;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.Footer_2
{
    height: 46px;
    font-size: 0px;
    vertical-align: top;
    width: 100%;
    margin: 0px;
    padding-top: 10px;
}
.Footer_Div
{
    color: #F6F6D0;
    font-family: Arial;
    font-size: 9px;
}
.Footer_Copyright
{
    color: #4D532F;
    font-family: Arial;
    font-size: 9px;
    text-decoration: underline;
}


/* Below Footer*/
a.Login, .Login, a.Login:link, a.Login:visited, a.CVInc, .CVInc:link, .CVInc:visited
{
    text-align: center;
    color: #101010;
    font: 8px arial;
    font-family: Arial;
}
a.CVInc, .CVInc:link, .CVInc:visited
{
    font: 8px arial;
    font-family: Arial;
    color: #262723;
    text-decoration: none;
}
a.Login:hover
{
    text-decoration: none;
    color: #262723;
    font: 8px arial;
    font-family: Arial;
}
a.CVInc:hover
{
    color: #444;
}

html
{
    overflow: hidden;
}
body
{
    overflow: hidden;
}

.Body_Scroll
{
    position: relative;
    overflow: auto;
    font-size: 12px;
    height: 100%;
    color: #262722;
    text-align: center; /* IE center alignment ... Remember to add back for Mozilla*/
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-bottom: 51px;
    z-index: 3;
    display: block;
    max-height: 100%;
}
.BG_Color
{
    height: 100%;
    background: #262722;   
}
.spacer
{
    height: 69px;
    background: #262722;
}
#foot
{
    width: 100%;
    height: 51px;
    overflow: none;
    position: absolute;
    bottom: -1px;
    right: 17px;
    background: #262722;
    color: #eee;
    text-align: center;
    z-index: 4;
    display: block;
    margin-bottom: 0px;    
}
#foot2
{
    width: 17px;
    height: 51px;
    overflow: none;
    position: absolute;
    bottom: -1px;
    right: 0px;
    background: #262722;
    color: #eee;
    text-align: center;
    z-index: 2;
    display: block;
    
}
