﻿html
{

}

body
{
    padding-top: 0;
	text-align: center;
	background-color: #8F0036;
	background-image: url(/Assets/Images/background.png);
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-position:top center;
}

.container
{
    width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	border: solid 1px #b90046;/* #3344AA; */
	background-color: #FFF;
	
}

 .header ul#navigation {
 padding: 0;
 margin: 0;
 background-color: #8F0036; /* #039; */
 color: #fff;
 /*float: left;*/
 width: 100%;
 position: absolute;
 bottom: 0;
 left: 0;
 background: url(http://www.sal.org.uk/template/SAL-Tab-Background.png) repeat-x;

 }
 .header ul#navigation li { display: inline; }
 .header ul#navigation li a {
 padding: .25em 1em;
 /*background-color: #039;*/
 color: #fff;
 text-decoration: none;
 float: left;
 /*border-bottom: solid 1px #fff;*/
 /*border-top: solid 1px #fff;*/
 /*border-right: solid 1px #fff;*/
 }
 .header a:link, .header a:visited { color: #fff; }
 .header ul#navigation li a:hover {
 color: #000;
 background-color: #fff;
 } 

.header
{
    padding-bottom: 15px;
	background-color: #8F0036;
	text-align: left;
	position: relative;
	height: 100px;
}

.header img
{
	padding: 5px 5px;
}

.header,
.footer
{
    border: solid 1px #b90046; /*#3344AA;*/
    width: 100%;
}

.footer
{
    text-align: center;
}

#searchPanel
{
    padding: 25px 5px 45px 5px;
    width: 100%;
    text-align: center;
}

#divDrawers
{
    float: left;
    width: 350px;
    max-height: 600px;
    overflow: auto;
	padding-left: 5px;
}

#divCards
{
    float: right;
    width: 550px;
    margin-left: 50px;
}

.paging-header
{
    padding: 0px 0px 15px 0px;
}

.drawer
{
    padding-bottom: 5px;
}

.drawer a,
.drawer a:visited
{
    text-decoration: none;
}

.card
{
    padding-bottom: 25px;
}

.main-content
{
    text-align: left;
    float: left;
    width: 100%;
    min-height: 350px;
    border: solid 1px #b90046;
}

.main-content-clear
{
    clear: both;
}

.main-content a, .main-content a:visited
{
	color: #00F;
}

.clear
{
	clear: both;
}

.cardbar
{
	width: 600px;
	float: left;
	display: block;
}

.printlink, .cardnavigation, .closecard
{
    /*margin-left: 450px;*/
    text-align: center;
    width: 75px;
    border-top: 8px solid #CC5555;
    border-left: 8px solid #CC5555;
    border-right: 8px solid #CC5555;
    padding: 5px;
    background-color: #DEDEDE;
    font-weight: bold;
	display: inline;
}

.cardnavigation
{
	/*margin-left: 150px;*/
	width: 375px;
	float: left;
}

.cardnavigation a,
.cardnavigation a:visited
{
    text-decoration: none;
}

.printlink
{
	float: right;
}

.closecard
{
	float: right;
	width: 50px;
	cursor:pointer;
}

#hoverpopup img
{
	border: none;
	padding: 0;
}

.displaycard
{
	clear: both;
}

.firstterm, .secondterm
{
	overflow: hidden;
	white-space: nowrap;
}
.firstterm
{
	width: 145px;
	float: left;
}
.secondterm
{
	width: 140px;
	float: right;
}
.drawer
{
	display: block;
	clear: both;
	overflow-y: auto;
	overflow-x: hidden;
}

#selected-drawer
{
    color: #000000;
}

.main-content img
{
	max-width: 600px;
	padding: 4px;
	border: 1px solid #CCC;
}

