/*-----------------------------------------------------------------------------
version:   1.1
author:    Peter Scherschel	
email:     peter@fresh-web.co.uk
website:   http://www.fresh-web.co.uk/
date:      2007 June 7

Copyright 2007 Fresh-Web All Rights Reserved
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* hack for forcing scroll bars to stop page jog - 
http://www.splintered.co.uk/experiments/49/ */
html { margin-bottom: 1px; min-height: 100%; }

/* Remove padding and margin on selected elements*/
h1,h2,h3,h4,h5,h6,pre,body,p,div{margin: 0; padding: 0;}

/*debug border on all divs*/
div{
    border: 0px solid #ccc;
}

/* Class for clearing floats */
.clear {
    clear:both;
}

/* Remove border around linked images and fix Firefox odd spaces */
img {
    border: 0;
    vertical-align: bottom;
}
body {  }

/* =Structural
-----------------------------------------------------------------------------*/
#container {
	width: 1000px;
	margin: 10px auto;
	text-align: left;
}
	#navigation {
		padding: 0;
		margin: 0;
		background-color: #cfd2d7;
		width: 1000px;
	}
	#heading {
		width: 1000px;
	}
	#contentcontainer {
	background-image: url(../_img/backgroundstrip3.jpg);
	background-repeat: repeat-y;
	}
		#contentcontainer #content {
	float: left;
	width: 725px;
	padding-left: 24px;
	padding-right: 24px;

		}
		#contentcontainer #imagesidebar {
			float: right;
			width: 223px;
		}
		#contentcontainer #footer {
			clear: both;
			height: 25px;
			line-height: 25px;
			width: 1000px;
			margin-bottom: 20px;
			border-top: 4pt solid white;
		}
	


/* =Typography
-----------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6,pre,body,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	font-size: 0.8em;
	color: #111111;
}




/* =Headings
-----------------------------------------------------------------------------*/
	h1 {
		width: 1000px;
		height: 132px;
		position: relative;
			font-size:1px;
	}
		h1 span {
	background: url(../_img/banner3.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 2px;
	top: 3px;
		}


/* =Links
-----------------------------------------------------------------------------*/
	p.email a {
		width: 223px;
		height: 25px;
		display: block;
		background-image: url(../_img/e-mail-rollover.png);
		text-decoration: none;
	}
		p.email a:hover {
			background-position: 0 25px;
		}
	 




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/


/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/
	#content h2 {
	margin-top: 8px;
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
}
	#content h3 {
	margin-top: 10px;
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
}
#content h4 {
	margin-top: 10px;
margin-left: 55px;
	font-size: 0.7em;
	color: #666666;
}
	#content p {
		margin-top: 10px;
	}	
#content p strong {
		margin-top: 10px;
color: #666666;
	}	
	#content ul {
		font-size: 0.8em;
		color: #111111;
		padding: 0;
		padding-left: 15px;
		margin: 0;
	}
		#content ul li {
			list-style-image: url(../_img/spot.jpg);
			margin: 6px 0 6px 0;

		}
		#content a {
	margin-top: 10px;
	color: #666666;
	text-decoration: none;
	}	

#content td {
		font-size: 13px;
		color: #111111;
		padding: 0;
		padding-left: 15px;
		margin: 0;
		line-height:24px;
	}



/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/
	#footer p.date {
		background-color: #a1d13f;
		width: 749px;
		color: #7d7d7d;
		padding-left: 24px;
		font-size: 0.8em;
		float: left;
	}
	#footer p.email {
		float: right;
		margin-left: 4px;
		border: 0pt solid black;
	}

	#footer p.copy {
	float: left;
	width: 980px;
	padding-left: 24px;
	font-size: 9px;
	background-color: #FFFFFF;
	text-align: center;
}
	
	#footer p.copy a{
	text-decoration: none;
	color: #7d7d7d;
	
}




/* =Forms
-----------------------------------------------------------------------------*/




/* =Tables
-----------------------------------------------------------------------------*/

table {
   border-spacing: 0;
    border-collapse: collapse;
}
.company {
	display: none;
}


td {
   text-align: left;
   font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
