/* @override 
	http://eco-tav.com/scripts/eco-tav.css
	http://www.eco-tav.com/scripts/eco-tav.css
*/

/*	Eco-TAV CSS File
	Created By W Thomas Leroux
	Darner Media
	http://www.darnermedia.ca
*/

body {
	margin: 0;
	padding: 0;
	background-image: url(/images/background.jpg);
	font: 1em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #212121;
	background-color: white;
}

#bg {
	margin: 0px auto;
	width: 850px;
	background-color: white;
	}

#wrapper {
	width: 850px;
	background-color: white;
}


/* @group Header */

#header {
	height: 280px;
/*	border: 1px dotted #3f3f3f;*/
}

	#header h1 {
	width:850px;
	height: 264px;
	position: relative;	
	margin-top: 0;
}

/* STYLE THIS SO THE COLOUR IS NOT *BLUE* */
#header h1 span {
	position:absolute;
	height: 100%;
	width: 100%;
	background: url(/images/header.jpg) no-repeat;	
}

#header h1 a {
	color: #6b6a99;
	font-size: medium;
	text-decoration: none;
}

#header h1 a:hover {
	color: #212121;
	font-size: medium;
	text-decoration: underline;
}

/* @end */

/* @group Navigation */

#navigation {
/*	border: 1px dotted #3f3f3f; */
	width: 240px;
	float: left;
	padding-top: 60px;
}

#navigation ul {
	width: 217px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#navigation ul li {
	width: 217px;
	height: 50px;
	list-style-type: none;
}

#navigation ul li a  {
/*	border: 1px dashed #f00;*/
	display: block;
	position: absolute;
	text-decoration: none;
	white-space: nowrap;
	width: 200px;
	font: bold 1.1em Palatino, Georgia, "Times New Roman", Times, serif;
	margin-left: 25px;
	color: #212763;
	padding: 5px 0 5px 5px;
}

#navigation li a:visited  {
	text-decoration: none;
}

#navigation li a:hover  {
	text-decoration: underline;
	font-weight: bold;
	background: url(/images/menu-gradient.jpg) repeat-y top left;
}

#navigation ul li.selected a {
	text-decoration: none;
	background: url(/images/menu-gradient.jpg) repeat-y left;
}


#contact {
	padding: 10px 25px 10px 10px;
	font-weight: bold;
	background: #64b8d0 url(/images/drop-shadow.gif) no-repeat bottom right;
	margin: 25px 15px 0 25px;
}

#contact p a {
	color: #212763;
	text-decoration: underline;
}

#contact p a:hover {
	color: #212763;
	text-decoration: none;
}

#contact h3 {
	margin: 0 0 10px;
	font: italic bold 1.2em Palatino, Georgia, "Times New Roman", Times, serif;
}


#testimonials {
/*	border: 1px dotted #3f3f3f;*/
	margin-left: 25px;
	margin-right: 15px;
	text-align: left;
	margin-top: 40px;
	padding: 10px 25px 10px 10px;
	background: #64b8d0 url(/images/drop-shadow.gif) no-repeat bottom right;
}

#testimonials h3 {
	margin: 0 0 10px;
	font: italic bold 1.2em Palatino, Georgia, "Times New Roman", Times, serif;
}

#testimonials p {
	font-size: .75em;
	font-weight: bold;
	font-style: italic;
}

#navigation p img {
	margin-left: 25px;
	border: 4px solid #64b8d0;
}

/* @end */

/* @group Content */

#content {
	width: 565px;
	float: right;
	text-align: justify;
	padding-right: 32px;
	padding-top: 0;
	padding-bottom: 10px;
}

#content h2 {
	margin: 0;
	padding: 0;	
	color: #6b6a99;
	text-align: right;
	font: italic 2.5em Palatino, Georgia, "Times New Roman", Times, serif;
}

#content h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.25em;
	font-style: italic;
}


#content h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.15em;
}

#content h5 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.10em;
}

#content p {
	margin-top: 5px;
	margin-bottom: 15px;
}

#content p strong {
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
}

sup {
	vertical-align: super;
	font-size: 70%;
}

#content p a:link, #content p a:active {
	text-decoration: underline;
	color: #44575e;

}

#content p a:visited {
	font-style: italic;
	color: #44575e;
	text-decoration: underline;
}

#content p a:hover {
	text-decoration: none;
}

#content p img {
	margin: 10px;
	border: 4px solid #64b8d0;
}

.top {
	font-size: 50%;
	text-align: right;
}

/* @end */

#footer {
/*border: 1px dashed #4e4e4e;*/
	clear: both;
	min-height: 70px;
	font-weight: bold;
	font-size: small;
	text-align: right;
	margin-left: 30px;
	margin-right: 32px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #44575e;
	text-decoration: underline;
}

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

#bottom {
	padding-top: 10px;
}





