@import url("css/menu.css");

body
{
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('images/bgtile.gif');
    background-repeat: repeat;
}

/* ControlPanel style */
.ControlPanel{background:transparent url(images/cpanel_center.png) repeat-x bottom left; border:none;padding-bottom:10px;}
.cpanel_left {background: url(images/cpanel_left.png) no-repeat bottom left;padding-left:21px;}


/* Nav */
.menu_bg{background:url(images/menu_bg.gif) repeat-x top left;}


.search_style{float:right; height:40px;}
.search_bg{padding:8px 2px 0 0;}

.clear_float{clear:both; line-height:0; font-size:0; height:0;}


/* Adjust the MainContent Block
to return to the left half its width */
div#MainContent{
width: 800px;
text-align:center;
background-color: white;
/* Include a hack just to be nice to IE */
_position: relative;
_top: 0;
}



div#SlideShow {
background-color: white;
width:675px;
text-align:center;
}

div#Nav
{
    background-color: transparent;
    width: 675px;
    height: 31px;
    font-family: Calibri;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
} 

div#AllContent {
background-color: white;
width:675px;
} 

div#Footer
{
    color: #333333;
    font-size: 12px;
    background-color: white;
    text-align: center;
    width: 675px;
    font-family: Calibri;
    height:60px;
} 

div#Login {
background-color: white;
text-align:right;
width:675px;
} 

/*--------- pane style ----------*/

.ContentPane, .TopPane, .BottomPane{ padding:0px; margin:0px; }
.LeftPane{ padding:0px 20px 0px 0px; width:20%; margin:0px; }
.RightPane{ padding:0px 0px 0px 20px; width:20%; margin:0px; }

.DNNEmptyPane{width:0;padding:0;margin:0;}




