/* Default html tags */
html { height: 100%; }
body { background: url( 'images/bg_checker.gif' ); font-family: Arial; margin: auto; text-align: center; }

    /* Links */
    a:visited { color: #01627c; text-decoration: underline; }
    a:link { color: #0084a8; text-decoration: underline; }
    a:hover { color: #0084a8; text-decoration: underline; }
    
    
/* Page Layout */
/* Header */
#header_wrap
{
    position: absolute;
    top: 0px;
    left: 0px;
    margin: auto;
    width: 100%;
}

    #header
    {
        margin: auto;
        text-align: center;
        height: 155px;
        background: url( 'images/header_bg.png' ) repeat-x;
    }

    #menu_wrap
    {
        margin: auto;
        text-align: center;
        height: 46px;
        background: url( 'images/menu_bg.png' ) repeat-x;
    }

/* Editable page content */
#page
{
    margin: auto;
    text-align: center;
    width: 960px;
    min-height: 100%;
    background: #fff url( 'images/content_right_bg.png' ) repeat-y right;
    overflow: auto;
    _overflow: visible;
}

* html #page { height: 100%; }

    #header_spacer
    {
        width: 960px;
        height: 200px;
    }

    #content
    {
        margin: auto;
        text-align: center;
        width: 960px;
    }
    
        #content_left_wrap
        {
            float: left;
            width: 705px;
            overflow: hidden;
        }
        
            #content_left { padding: 0 25px; }

                #bread_crumb_wrap
                {
                    padding: 20px 0 0 0;
                    text-align: left;
                    color: #868789;
                }

                #content_left_right_wrap
                {
                    overflow: auto;
                }
                
                    .content_left_pane 
                    { 
                        margin: 0 5px 0 0;
                        float: left;
                        width: 325px;
                    }
                    
                    .content_right_pane 
                    { 
                        float: left;
                        width: 325px; 
                    }
                

         #content_right
        {
            float: left;
            padding: 0 13px 0 13px;
            _padding: 0 12px 0 13px;
            width: 229px;
            _width: 255px;
            overflow: hidden;
        }
        
        
/* Module styling*/
/* Search Module */
.search_table
{
    /*
    border-bottom: dotted 1px #60b2c9;
    */
    background: url( '/images/dashed_wave_bottom.png' ) no-repeat bottom;
}

.search_input_wrap_left
{
    text-align: right;
    padding: 0 5px 10px 0;
    height: 60px;
}

.search_input_wrap_right
{
    padding: 0 10px 10px 0;
    height: 60px;
}


/* DNN Default classes */
.Normal { color: #575759; font-size: 14px; }
#bread_crumb_wrap a:visited, #bread_crumb_wrap a:link, #bread_crumb_wrap a:hover
{
    color: #868789;
    text-decoration: underline
}



/* Hacks */
.clear 
{
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 1px;
}


/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH { /* menu wrapper div */
	padding: 0;
	margin: 0 auto;
	_margin: 0;
	border: 0;
	white-space: nowrap;
	position: relative;
}

#houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	white-space: nowrap;
	z-index: 99999;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: 0;
	z-index: 99999;
}

#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuH { /* menu wrapper div */
	width: 960px;
	height: 46px;
    background: url( 'images/menu_item_bg.png' ) no-repeat;
}

#houseMenuH ul { /* all submenu lists */

}

#houseMenuH li { /* all list items */
	height: 45px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 45px;
	/* end hack */
	width: 116px;
}

#houseMenuH li li { /* all items under the top level */
	width: 139px;
	height: 45px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 45px;
	/* end hack */
}

#houseMenuH a { /* all links within the menu wrapper */
	font-family: Arial;
	font-size: 16px;
	font-weight : 500;
	text-decoration : none;
	color : #fff;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: auto;
	_height: 100%;
	/* end hack */
	line-height: 45px;
	vertical-align: bottom;
}

#houseMenuH li li a { /* all item links under the top level */
    text-indent: 10px;
    text-align: left;
	width: 139px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 140px;
	_height: 100%;
	/* end hack */
}

#houseMenuH li a:hover 
{
	color: #1199b8;
}


#houseMenuH li li a:hover 
{
    color: #fff;
	background: #1199b8; 
}

#houseMenuH li ul { /* second-level lists */
	width: 139px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 1px 0 0 0;
	_margin: 0;
	/* end hack */
	background: #005e8c;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 144px;
	_margin: -24px 0 0 142px;
	border: solid 1px #999;
	line-height: 14px;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuCurrentLink
{ /* current link itself */
	margin: 1px;
	border: solid 1px #666;
	padding: 3px;
	height: 14px;
	color: #000;
	background-color: #ccc; 
	text-decoration: none;
}