/*
	Style sheet for sddl
	Last updated: 20/04/2006
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

*{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%;
	padding:0;
	margin:0;
	line-height:160%;
	letter-spacing:0.5px;
	}
	
body {
	width: 100%;
	text-align: center;
	font-size: 80%; 
	}

#wrapper {
	margin:3px auto;
	width: 990px;	 
	background-color: #fff;
	text-align: left;
	border: 1px solid #000;
	border-spacing:none;
	border-collapse:collapse;
	}

#header {
	width: 990px;
	}

#navigation {
	text-align:right;
	}

#sidenavigation {
	width: 300px
	}

#maincontent{
	padding:30px 30px 30px 30px;
	background:url('/media/bkgrd.gif') bottom left no-repeat;
	}

#footer {
	font-weight:bold;
	height: 42px;
	padding: 0 0 0 325px;
	font-size: 85%;
	background:url('/media/footer.gif') bottom left no-repeat;
	}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
	
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font-size: 160%; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	color:#c74b18;
	}
	
p {
	margin: 0 0 15px 0;
	color: #000;
	}
	
p span {
	color:#c74b18;
	}
	
#footer p{
	margin:0;
	padding:0;
	}
	
.floatright {
	float:right;
	}
	
.floatleft {
	float:left;
	margin-right:10px;
	}
	
.spacer {
	width:20px;
	}
	
.center {
	text-align:center;
	}
	
.right{
	text-align:right;
	margin-right:10px;
	}
	
.clearswirl {
	margin-left:130px;
	}

.small{
	font-size:85%;
	}
	
.largeorange {
 	color:#c74b18;
	font-size: 150%;
	font-weight: bold;
	}
 
 
.midorange {
 	color:#c74b18;
	font-size: 130%;
	font-weight: bold;
	line-height: 95%;
	}



/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

a {
    text-decoration: underline;
	color: #C74B18;
	background: transparent; 
    }

a:hover {
    text-decoration: none;
	color: #C74B18;
    }

#footer a {	
	text-decoration:none;
	color: #000;
	}

#footer a:hover {	
	text-decoration:none;
	color: #C74B18;
	}

a.sitecredit {
	font-size: 80%;
	text-decoration: none; 
	background-color: transparent;
	text-align:center;
	}

.sitecredit:hover  {
	padding:15px;
	background-color: #000;
	color: #fff; 
	text-align:center;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Extra Bits */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.margin20 {
	margin:20px;
	}

		
td, tr{
	vertical-align:top;
	}
	
ul {
	margin-left:20px;
	}
	
#sidenavigation .textcell {
	padding: 5px 10px 10px 0;
	}
	
.brushline {
	width:20px;
	vertical-align:bottom;
	}

.hometableinfo {
	float:right; margin-right:10px;
	}

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	display:none;
	}

img {
	border: 0;
	}

hr {
    border: 0;  
    border-bottom: 1px solid #99cccc;
	height: 1px;
    margin-top: 1ex;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Forms and fields */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

form {
	}

fieldset {
	}
	
legend {
	color: #c74b18;
	}

.blurred {
	}

.focused {
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */