﻿/* an open source xhtml/css website layout by Andreas Viklund heavily modified by FrozenSkys Software Ltd.
http://andreasviklund.com | http://frozenskys.co.uk
Free to use for any purpose as long as the proper credits are given for the original design work.

Version: 1.1, November 28, 2005 
Version: 1.2, August 29, 2006 By R Cooper. 
Version: 1.3, October 5, 2006 By R Cooper.
Version: 1.4, October 9, 2006 By R Cooper. 
Version: 1.5, October 12, 2006 By R Cooper. 
Version: 2.0, October 17, 2006 By R Cooper.
Version: 3.0, May 08, 2008 By R Cooper */
/**************** ***************** ****************/
body {
	margin: 0;
	padding: 0;
	border-width: 0;
	background: #99CCFF;
	font: 76% Verdana,Tahoma,sans-serif;
}
body > #sidebar {
	position: fixed;
	padding: 0;
	margin: 0;
}
#sidebar {
	width: 210px;
	clear: left;
	float: left;
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 0;
	margin: 0;
	text-align: right;
	background: #99CCFF;
}
#logomain {
	margin: 10px 15px 0 230px;
	padding: 5px;
	background: #ffffff;
	text-align: center;
	min-width:700px;
}
#logomain-inner {
	height: 162px;
	background: #FFFFFF url(../images/logo.gif) no-repeat center center;
	min-width:700px;
}
#picture {
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
}
#picture-inner {
	display:none;
	height: 172px;
	width: 210px;
	background: #99CCFF url(../images/birds.jpg) no-repeat center center;
}
#content-container {
	margin: 10px 5px 0 240px;
}
#content, #content-about{
	width: 100%;
	padding: 0;
	background: #ffffff;
	display: block;
	float: left;
	margin: 0 0 0 -10px;
	min-width:710px;
	min-height:450px;
}
#content div.contact, #content-about div.contact {
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.5em;
	font-weight: lighter;
	font-size: 1.5em;
}
#content p, #content-about p{
	margin: 0 20px 20px 20px;
	line-height: 1.2em;
	padding: 0 0 0 10px;
}
#content p.copyright, #content-about p.copyright {
	margin: 0;
	line-height: 1.5em;
	text-align: center;
	background: #FFFFFF;
	padding: 0 0 20px 0;
}
#content p.contact, #content-about p.contact{
	text-align: center;
	margin: 20px;
	letter-spacing: -2px;
	line-height: 1.5em;
	font-weight: normal;
	font-size: 2.0em;
	font-family: Tahoma;
}
#content h1, #content-about h1 {
	clear: both;
	margin: 30px 0 10px 0;
	padding: 0 0 0 20px;
	color: #5499d9;
	font-weight: normal;
	font-size: 2em;
	letter-spacing: -2px;
}
#content h2, #content-about h2 {
	margin: 30px 0 10px 0;
	padding: 0 0 0 20px;
	color: #5499d9;
	font-weight: normal;
	font-size: 1.3em;
}
#content-about h2{
	padding-top:0px;margin-top:0px;
}
#content-about p{
	font-size:130%;text-align:justify;padding-right:20px;
}
#content-about p.center{
	text-align:center;
}
#content-about img{
	float:left;
}
#content-about img.center{
	float:none;
	text-align:center;
	margin:auto;
	padding:0 5px 0 5px;
}
a {
	color: #d85d5d;
	font-weight: bold;
	text-decoration: none;
}
li 
{
    font-size:1.2em;
    font-weight:bold;
    color:#5499D9;
    list-style:none;
    margin:20px 0 0 0px;
    float:left;
    width:49%;
}
li div div
{
    font-size:smaller;
    font-weight:normal;
    color:#000000;
    padding:0 0 0 20px;
    margin:10px 30px 0 0;
    text-align:justify;
    float:left;
}
li div img{
	margin:15px 0 0 15px;
	float:left;
}

a:hover {
	color: #505050;
	text-decoration: underline;
}
img {
	margin: 0 15px 15px 0;
	padding: 1px;
}
img.logo {
	margin: 0;
	padding: 0;
}
a img {
	border:none;
	border-color: #d85d5d;
}
a img:hover {
	border:none;
	background: #d85d5d;
	border-color: #d85d5d;
}
a.fsl {
	color: #d85d5d;
	text-decoration: none;
}
#sidebar a {
	color: #5499d9;
}
#menu {
	background: #E0E0E0;
	margin: 0;
	padding: 10px 0 10px 0;
}
#menu a {
	margin: 5px 0 5px 0;
	display: block;
	width: 182px;
	padding: 2px 18px 2px 0;
	color: #606060;
	background: #e0e0e0 top right repeat-y;
	font-size: 1.8em;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -2px;
	border-left: 10px solid #c0c0c0;
}
#menu a:hover {
	color: #5499D9;
	background: #E0E0E0 top right repeat-y;
	border-left: 10px solid #5499D9;
}
#menu a.active {
	display: block;
	width: 182px;
	padding: 5px 18px 5px 0;
	color: #606060;
	background: #ffffff top right repeat-y;
	font-size: 1.8em;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -2px;
	border-left: 10px solid #c0c0c0;
	border-top: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
}
#menu a.active:hover {
	color: #5499D9;
	border-left: 10px solid #5499D9;
	border-top: 2px solid #5499D9;
	border-bottom: 2px solid #5499D9;
}
#logos {
	margin: 10px 0 0 0;
	padding-left:106px;
	display:none;
}
#powered {
	text-align: center;
	background: #FFFFFF;
	margin: 10px 0 0 0;
}
#powered img {
	margin: 0;
	padding: 5px;
	text-align: center;
	background: #FFFFFF;
}
#fasthosts a, #fasthosts a img
{
	border:none 0px;
}
.aboutbox {
	border:solid 1px #687465;
	padding:20px;
	margin:20px;
}
.ttimagebox {
	border: solid 1px #687465;
	padding: 10px;
	margin:20px 100px 20px 100px;
}
.clearfix {
	clear: both;
	float: none;
}
#talk-01 {
	float: right;
	clear: right;
	width: 40px;
	height: 248px;
	padding: 0;
	vertical-align: middle;
	text-align: right;
}
#talk-02 {
	float: right;
	width: 297px;
	height: 298px;
	padding:0;
	vertical-align: middle;
	text-align: right;
	background: #fff url("../images/tree.jpg") no-repeat right bottom;
}