/******************************************************************************
 * Key Alliance public CSS definitions
 *
 * Copyright (C) 2006-8 Fairfax eCommerce Pty Ltd.
 *****************************************************************************/

@import url(/lib/FWS/css/fws.css);

.wrapper

{
	padding: 0px 20px 20px 20px;
	margin-top: 15px;
}

/******************************************************************************
 * Main menu
 *****************************************************************************/

#fws-main-menu
{
    background: url('/FWS/images/grad20.gif') repeat-x;
    margin: 5px 0;
    padding-top: 3px;
    padding-bottom: 4px;
}

#fws-main-menu ul
{
    background-color: white;
    padding: 0;
    display: inline;
}

#fws-main-menu li
{
    background: url('/FWS/images/grad17.gif') repeat-x;
    color: white;
    display: inline;

    padding: 0 10px 2px 10px;
    margin: 0 0 0 1px;
}


#fws-main-menu li.zwp-menu-first
{
    color:#d60000;
    margin: 0;
}

#fws-main-menu li.zwp-menu-current
{
    color: #eee1e5;
}

#fws-main-menu a       { color: white; }
#fws-main-menu a:hover { color: #8c8c8c; }

#fws-main-menu li.zwp-menu-current a
{
    color: #aaa;
}

ul ul
{
	padding-left: 15px;
}

/******************************************************************************
 * Second menu
 *****************************************************************************/

#second-menu li.zwp-menu-first a
{
    color: #000;
    font-weight: bold;
}

#second-menu ul
{
    list-style-type: none;
}

#second-menu li
{
    list-style-type: none;
    padding-top: 3px;
    padding-bottom: 3px;
}

#second-menu a       { color: #720021; }
#second-menu a:hover { color: #8c8c8c; }

/******************************************************************************
 * header
 *****************************************************************************/
 
.fws-header
{
    height: 80px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/******************************************************************************
 * Footer
 *****************************************************************************/

.fws-footer
{
    background: url('/FWS/images/grad20.gif') repeat-x;
}


.fws-footer a       { color: #eee1e5; }
.fws-footer a:hover { color: white; }

/******************************************************************************
 * columns
 *****************************************************************************/

.skin-left-col {}

.skin-right-col { width: 200px; }

.skin-table .right-column
{
    border-left: solid 1px #720021;
}

.fws-news-gadget
{
    margin-bottom: 1em;
    background-color: #eee1e5;
    padding: 0;
    font-size: 9pt;
}

.fws-news-gadget .fws-news-item
{
    padding: 5px;
    margin-top: 0;
}

.fws-news-gadget h3
{
    background: url('/FWS/images/grad17.gif') repeat-x;
    color: white;
}

#news-archive-selector { text-align: center }


.fws-news-title { color: #720021 }

/******************************************************************************
 * content
 *****************************************************************************/

.indent-roman
{
	list-style: lower-roman;
	margin: 0px 0px 0px 45px;
}

.standardul
{
	list-style-position: outside;
	padding-left: 25px;
}

.standardulul
{
	list-style-position: outside;
	padding-left: 20px;
}

a       { color: #720021; }
a:hover { color: #8c8c8c; }

/******************************************************************************
 * images
 *****************************************************************************/
 
.ka_right
{
    float; right;
}

/******************************************************************************
 * tables
 *****************************************************************************/
 .client-table
 {
 	/*border-collapse: collapse;*/
 	border-spacing: 10px;
 	text-align: left;
 }
 
 .client-table td
 {
 	padding: 10px;
 }
 
 
 


