/* 
Title:  JLC Business Services style sheet for media type screen
Author:  John Fitzgerald, john.fitzgerald@jlc.co.uk
Updated: 1 July 2005
*/

body	{
	background-color: #859a88 ;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	}

#googleAdsense
{
	position: absolute;
	top: 8.25em;
	left: 1em;
	width: 180px;
}

/* amazon Panel */
#amazon	{
	position: absolute;
	top: 8.25em;
	left: 1em;
	width: 170px;
	}
/*  End amazon Panel */

.layout
{
	float: right;
	clear:both;
}


/*  Wrapper Div  */	
#wrapper	{
	background-color: #8da896 ;
	color: #333333;
	margin:20px;
	padding: 0;
	width: 600px; 
	border: solid;
	border-width: 1px;	
	border-color: #eeeeee;
	}
/* End Wrapper Div  */ 

/*  Title Div  */	
#title {
	background: #ffffee;
	color: #333333;
	border: 0;
	margin: 0;
	padding: 0;
	height: 75px;
	}

#title h1 {
	text-align: center;
	color: #2F3A33;
	margin-top: 15px;
} 

#title h1.shadow {
	text-align: center;
	color: #bbb;
	padding-left: 2px;
} 
/* End Title Div  */


/*  Navigation Div  */
#navigation {
	background: #d8e2d8;
	color: #000000;
	margin: 0;
	padding: 0;  	 
	}

#navigation ul {
	border: 0;
	margin: 0;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	}

#navigation ul li {
	float: left;
	display: block;
	text-align: center;
	height: 20px;
	width: 150px;
	}

#navigation ul li a {
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	color: #f0b20c;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: small;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 10px;
	}

#navigation ul li a:hover {
	color: #000000;
	font-weight: bold;
	background: #d8e2d8;
	}

#navigation a:active	{
	background: #bbb;
	color: #e2e7e2;
	}
/*  End Navigation Div  */


/*  Main Content Div  */
#content	{
	clear: both;
	margin: 0;
	margin-left: 5px;
	margin-top: 50px;
	padding: 0px;	
	}

#content p {
	font-size: small;
	text-align: left;
	margin: 15px 5px 5px 10px;
	line-height: 110%;	
}	

#content h2 {
	text-align: left;
	font-size: 115%;
	padding-top: 5px ;
	letter-spacing: 0.15em;
	line-height: 115%;
	margin-left: 10px;
}	

#content h3 {
	text-align: left;
	font-size: 110%;
	letter-spacing: 0.15em;
	padding-bottom: 0px ;
	padding-top: 5px ;
	margin-left: 10px;
}


#content ul {
	border: 0;
	margin-left: 5px;
	padding: 2px 2px 5px 0px;
	list-style-type: none;
	text-align: left;
	clear: left;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size:  small;	
	}

#content li {
	margin-left: 5px;
	list-style-type: none;
	text-align: left;
	clear: left;
	line-height: normal;	
	}

	
#content table {
	text-align: left;
    } 

#content a {
	border-bottom: none;
	text-decoration: none;
	background:  none ;
	}

#content a:link,a:visited  {
	color: #003399;
	border-bottom: none;
	}

#content a:hover {
	color: #003399;
	border-bottom: 1px solid #003399;
	}

#content a:active {
	color: red;
	}    

fieldset {
	border: 1px solid #cccccc;
	width: 70%;
    }

legend {
	color: #2f3a33;
    }

    
caption {
	font-family: Georgia, Times, serif;
	font-size: 75%;
	text-align: left;
	padding-bottom: 6px;
    }
	 
img {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}

/*  End Main Content Div  */


/*  Footer Div  */
#footer {
	border: 0;
	border-top: 1px solid #eeeeee;
	padding: 0px;
	text-align: left;
	clear: both;
	font-size: xx-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: x-small;	
	}

html>#footer	{
	font-size: x-small;
	} 
	
#footer p	{
	margin: 10px 0;
	padding: 10px;
	}

#footer ul {
	margin: 5px 10px 5px 5px;
	}

#footer li {
	display: inline;
	list-style: none;
	}

#footer a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	background: none;
	border-bottom: none;
	color: #003399;
	padding-right: 0px;
	}
/*  End Footer Div  */ 

