/******************************************************************************/
/*                                                                            */
/*  Title:  Raven Armoury Side Menu CSS Document                              */
/*                                                                            */
/*  Author: Ben Hartley, ISA services                                         */
/*                                                                            */
/*  Date:   June 2010                                                         */
/*                                                                            */
/******************************************************************************/

/* -------------------------- BODY ------------------------------------------ */





a.menu:link, a.menu:visited
{
	text-decoration: none;
	cursor: pointer;
    color: #ffffff;
    font-size: 100%;
    font-weight: bold;
}

a.menu:active, a.menu:hover
{
	text-decoration: none;
	cursor: pointer;
    color: #DEB887;
    font-size: 100%;
    font-weight: bold;
}

a.submenu:link, a.submenu:visited
{
	text-decoration: none;
	cursor: pointer;
    color: #FFFFCC;
    font-size: 100%;
    font-weight: bold;
    margin-left:7px;
}

a.submenu:active, a.submenu:hover
{
	text-decoration: none;
	cursor: pointer;
    color: #FFFFFF;
    font-size: 100%;
    font-weight: bold;
    margin-left:7px;
  
}

.subhead
{
    background: url('../images/subhead.gif') no-repeat left;
 }

.sidebar table
{
    text-align:left;
    border-bottom:solid 1px;
    border-left:solid 1px;
    border-right:solid 1px;
    background: url('../images/subback.gif') repeat-y;
 } 
 
.sidebar {
    font-weight:bold;
    color:#ffffff;
    margin:10;
}

.sidebar ul {
    list-style: none;
    padding: 5;
    margin: 20;
    line-height: normal;
}

h2 {
    text-align:center;
    color:#006400
}

a:link, a:visited
{
	text-decoration: underline;
	cursor: pointer;
    font-weight:bold;
    color: #006400;
}

a:active, a:hover
{
	text-decoration: none;
	cursor: pointer;
    color: #003366;
    
}

td.bottom
{
  background: url('../images/bgside1.gif') no-repeat right; 
 }
/* ------------------------------ CONTENT ----------------------------------- */

#content
{
    background-color:#ffffff;
    margin-left:15px;
    margin-top: 15px;
    
}

#content a.intext:link
{
	text-decoration: underline;
	cursor: pointer;
    color: #000;
    font-size: 100%;
    font-weight: bold;
}

#content a.intex:visited
{
	text-decoration: underline;
	cursor: pointer;
    color: #000;
    font-size: 100%;
    font-weight: bold;
}

#content a.intext:active
{
	text-decoration: none;
	cursor: pointer;
    color: #000;
    font-size: 110%;
    font-weight: bold;
}

#content a.intext:hover
{
	text-decoration: none;
	cursor: pointer;
    color: #000;
    font-size: 110%;
    font-weight: bold;
}

.left{
    float: left;
    width: 250px;
    margin-left:0px;
    margin-right:10px;
}

.right{
    float: right;
    width: 250px;
    margin-left:10px;
    margin-right:5px;
}

/* ------------------------------- FOOTER ----------------------------------- */

#footer{
    height: 20px;
    font-family:Times;
    color:#999999;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    clear: both;
}

a.footlink:link, a.footlink:visited, a.footlink:active {
    color:#999999;
    text-decoration:none;
    
}

a.footlink:hover {
    color:#999999;
    text-decoration:underline;
    
}
