/*
	Style sheet for laterlife
	Last updated: 25/07/2005
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

*{  
	font-family: verdana,arial,helvetica,swiss,geneva;
	font-size: 100%; 
	color: #000;
	}
	
body {
	margin: 0;
	padding: 0;
	background-color:  #ff;
	width: 100%;
	text-align: left;
	font-size: 10pt; 
	}

#wrapper {
	margin:0 auto;
	padding: 0;
	width: 100%;	 
	text-align: left;
	}

#header {
	display: none;
	}

#navigation {
	display: none;
	}
	

.sidenavigation {
	display: none;
	}


.main {
	width:100%;
	padding: 0;
	margin:0;
	}

#maincontent	{
	padding: 0;
	margin: 0;
	vertical-align:top;
	}

.titlebox{
	border: none;
	padding: 0;
	margin: 0;
	}

#rightcolumn {
	display: none;
	}

#footer {
	display: none;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
	
h1, h2, h3, h4, h5, h6 {
	color: #000099;
	margin: 0;
	padding: 0;
	font-size: 120%; 
	}
	
h3 {
	font-size: 110%; 
	background: url('/media/blue_box.gif');
	background-repeat: no-repeat; 
	background-position: left;
	color: #0000a1;
	padding: 5px 0 5px 15px;
	border-bottom: 1px dotted #0000a1;
	}
	
h4 {
	font-size: 120%;
	color: #0000a1;
	padding: 0 0 10px 0;
	}

h6 {
	font-size: 100%; 
	color: #ff0000;
	}

ul {
	margin-top: -5px;
	}

li {
	padding-bottom:3px;
	list-style-type: square;
	}

#footer p {
	padding:5px;
	color: #fff;
	text-align: center;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

a {
    text-decoration: underline;
	color: #0066cc;
	background: transparent; 
    }

a:hover {
    text-decoration: underline;
	color: #0099ff;
	background: transparent; 
    }

a:visited {
    text-decoration: underline;
	color: #0033cc;
	background: transparent; 
    }

a strong{
    text-decoration: underline;
	color: #0066cc;
	background: transparent; 
    }

a:hover strong {
    text-decoration: underline;
	color: #0099ff;
	background: transparent; 
    }

a:visited strong {
    text-decoration: underline;
	color: #0033cc;
	background: transparent; 
    }


#footer a {	
	text-decoration:none;
	padding:3px;
	}

#footer a:hover {	
	text-decoration:none;
	padding:3px;
	}

a.sitecredit {
	font-size: 80%;
	text-decoration: none; 
	color: #666666 ;
	background-color: transparent;
	text-align:center;
}

.sitecredit:hover  {
	background-color: #b36f7d;
	color: white; 
	text-align:center;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Extra Bits */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */



.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

img {
	border: 0;
	}

hr {
    border: 0;  
    border-bottom: 1px solid #000;
	height: 1px;
    margin-top: 1ex;
	}

.hiddenclear {
	clear: both;
	color: #fff; 
    font-size: 0px; 
    margin: 0;
    visibility: hidden; 
	}

.floatleft {
	float:left;
	margin-right: 10px;
	}

.floatleftb {
	float:left;
	margin-right: 10px;
	border:solid 1px #000099;
	}

.floatright {
	float:right;
	margin-left: 10px;
	}

.floatrightb {
	float:right;
	margin-left: 10px;
	border:solid 1px #000099;
	}

.center {  
    text-align: center;
    }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Forms and fields */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

form {
	padding: 0;
	margin: 5px;
	}


.blurred {
	border: #e5ca7a 1px solid;
	padding: 2px; 
	background-color: #f6f1cf;  
}

.focused {
	border: #b59841 1px solid; 
	padding: 2px; 
	background-color: #fff; 
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Side Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

#sidenav{
	padding: 0px;
	margin: 0;
	width: 140px;
	}

#sidenav li{
	list-style: none;
	margin: 0px 0 10px 0;
	padding: 0 0 10px 0;
	text-align: left;
	border-bottom: #e6ca7d solid 1px;
	}

#sidenav li a{
	display: block;
	padding: 0 5px 0 10px;
	text-decoration: none;
	font-size: 85%;
	list-style-type:lower-roman;
	}

#sidenav li a:link { color: #000099; }
#sidenav li a:visited { color: #000099; }
#sidenav li a:hover{
	color: #fff;
	background: #000099;
	}

#sidenavsub li{
	margin: 10px 0 10px -5px;
	text-align: left;
	border-bottom: none;
	list-style-type:decimal;
	list-style-position: outside;
	}


#sidenavsub li a{
	display: block;
	padding-left: 0px;
	text-decoration: none;
	}

#sidenavsub li a:link { color: lightseagreen; }
#sidenavsub li a:visited { color: olive; }
#sidenavsub li a:hover{
	color: #fff;
	background: lightseagreen;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/* Boxes */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.fullbox{
	width: 95%;
	border: solid 1px #deb557;
	margin: 0 0 10px 0;
	}

.fullbox h2 {
	background: #deb557;
	padding: 0 0 0 8px;
	}

.fullbox h3 {
	background: #deb557;
	padding: 0 0 0 8px;
	}

.fullbox p{
	padding: 0 8px 0 8px;
	}



.standardbox{
	width: 95%;
	border: solid 1px #deb557;
	margin: 0 0 10px 0;
	}

.standardbox h2 {
	background: #deb557;
	padding: 0 0 0 5px;
	}




.thinbox{
	width: 95%;
	border: solid 1px #deb557;
	margin: 0 0 10px 0;
	}

.thinbox h2 {
	background: #deb557;
	padding: 0 0 0 5px;
	}

.thinboxblue{
	width: 120px;
	border: solid 1px #423fa1;
	margin: 0 0 10px 0;
	float: left;
	}

.thinboxblue h2 {
	background: #423fa1;
	padding: 0 0 0 5px;
	color: #deb557;
	}



.padding{
	padding: 0 5px 0 5px;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */