/* 
================================
Skin styles for DotNetNuke
================================
*/
body
{
    text-align: center;
    background-color: #A1D4f3;
    background-image: url(  'gradient.gif' );
    background-position: top;
    background-repeat: repeat-x;
}
.pagemaster
{
    width: 1003px;
    height: 100%;
    margin: 0px auto;
    text-align: left;
}
a:link, a:visited
{
    color: #85C324;
    text-decoration: underline;
}
.TopTD
{
    width: 1003px;
    height: 219px;
    border: 0 0 transparent;
    padding-right: 30px;
    background-image: url(  'TopTD.jpg' );
    background-repeat: no-repeat;
}
.ButtonTD
{
    vertical-align: middle;
}
.MiddleTD
{
    height: 100%;
    width: 1003px;
    background-image: url(  'BackgroundRepeat.gif' );
    background-repeat: repeat-y;
}
.BottomTD
{
    height: 67px;
    text-align: right;
    padding-right: 20px;
    vertical-align: middle;
    background-image: url(  'BottomTD.jpg' );
    background-repeat: no-repeat;
}
.LeftMiddleTD
{
    width: 250px;
    height: 100%;
    background-image: url(  'LeftMiddleTD.jpg' );
    background-repeat: no-repeat;
    background-position: top left;
    text-align: left;
    vertical-align: top;
    padding-top: 120px;
    padding-left: 71px;
}
.RightMiddleTD
{
    width: 682px;
    height: 100%;
    background-repeat: no-repeat;
    vertical-align: top;
    text-align: left;
    background-position: left;
    background-image: url(  'RightMiddleTDBackground.gif' );
}
.RightMiddleDIV
{
    width: 682px;
    height: 100%;
    padding-right: 40px;
    background-repeat: no-repeat;
    vertical-align: top;
    text-align: left;
    background-position: right top;
    background-image: url(  'RightMiddleTD.jpg' );
}
.controlpanel
{
    width: 100%;
    background-color: #fefefe;
}

/*Menu Classes*/
.MainMenu_MenuContainer
{
    background-color: transparent;
}
.MainMenu_MenuBar
{
    cursor: pointer;
    cursor: hand;
    height: 16px;
    background-color: Transparent;
}
.MainMenu_MenuBar td
{
    background-image: url(  'MenuButton.gif' );
    background-repeat: no-repeat;
    height: 31px;
    width: 170px;
    text-align: center;
}
.MainMenu_MenuItem
{
    border-left: #5069BC 0px solid;
    border-bottom: #5069BC 0px solid;
    border-top: #5069BC 0px solid;
    border-right: #5069BC 0px solid;
    cursor: pointer;
    cursor: hand;
    color: black;
    font-family: tahoma, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    background-color: Transparent;
    height: 21px;
}
.MainMenu_MenuItemSel
{
    background-color: #B1D127;
    cursor: hand;
    color: #085000;
    font-family: tahoma, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    height: 21px;
}
.MainMenu_Menubar.MainMenu_MenuItemSel td
{
    background-image: url(  'MenuButton.gif' );
    background-repeat: no-repeat;
    height: 31px;
    width: 170px;
    text-align: center;
}
.MainMenu_MenuIcon
{
    display: none;
}
.MainMenu_SubMenu
{
    background-color: #8FD127;
    cursor: hand;
    padding-left: 5px;
    padding-right: 5px;
}
.MainMenu_MenuBreak
{
    height: 1px;
}
.MainMenu_MenuArrow
{
    display: none;
}
.MainMenu_RootMenuArrow
{
    display: none;
}

/*CSS for the Brochure Button Located top right*/
#rollover a
{
    display: block;
    width: 153px;
    height: 94px;
    font: bold 14px/1 sans-serif;
    color: #c60;
    background: url( 'BrochureRoll.gif' ) 0 0 no-repeat;
    text-decoration: none;
}
#rollover a:hover
{
    background-position: -154px 0;
    color: #E9BE75;
}
#rollover a:active
{
    background-position: -154px 0;
    color: white;
}

