/********************************************************************************
 This stylesheet defines the base module structures, i.e. boxes on a page.
 No brand specific styles allowed here!!!
*********************************************************************************/

/********************************************************************************
 Base navigation links
*********************************************************************************/
.nav
{
    clear: both;
}
.nav ul
{
    overflow: hidden;
}
.nav li
{
    float: left;
}
.nav .first
{
    clear: both;
}
.nav .last
{
}
.nav .last a:after
{
    content: none;
}

/********************************************************************************
 Site navigation bar
*********************************************************************************/
.mod-navigation
{
    overflow: hidden; /* float clearing */
}
.mod-navigation ul
{
    display: inline; /* IE6 double margin fix */
    float: left; /* float triggers block mode, shrink wraps, fix whitespace bug */
    overflow: hidden; /* float clearing */
    list-style-type: none;
}
.mod-navigation li
{
    display: inline; /* IE6 double margin fix */
    float: left; /* float triggers block mode, shrink wraps, fix whitespace bug */
}
.mod-navigation .last
{
}
.mod-navigation a
{
    display: inline; /* IE6 double margin fix */
    float: left; /* float triggers block mode, shrink wraps, fix whitespace bug */
    color: #fff;
}
.mod-navigation a:link, .mod-navigation a:visited
{
    text-decoration: none;
}
.mod-navigation a:hover, .mod-navigation a:active, .mod-navigation a:focus
{
    text-decoration: underline;
}

/********************************************************************************
 Site tabs
*********************************************************************************/
.tabs
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.tabs li
{
    float: left;
}
.tabs li span
{
    display: block;
    padding-right: 10px;
}
.tabs a:link, .tabs a:visited
{
    text-decoration: none;
}
.tabs a:hover, .tabs a:active
{
    text-decoration: underline;
}

/********************************************************************************
 Standard module format container
*********************************************************************************/
.mod
{
    /* gutters */
    margin-top: 2px;
	background-color: #FFF;
}
.mod .hd
{
	
}
.mod .bd
{
	
}
.mod .ft
{
	
}

/********************************************************************************
Page Nav
*********************************************************************************/
.pagenav ul li.back{float:left; padding:0px;}
.pagenav ul li.top{float:right; padding:0px;}


/********************************************************************************
footer
*********************************************************************************/
.footer
{
border: 1px solid #cccccc;
border-top:1px dotted #cccccc;
}

