/* using a reference for constant colours thru the site as comments

/*Add borders to identify containers when debugging 

div { border:1px red dashed; } */



/***** Global Settings *****/
 
body {
border:0;
margin:0;
padding:0;
background-image:url(images/bg-strip.jpg);
background-repeat:repeat-x;
vertical-align: middle;
}
 
/***** Main Content *****/
 
#main {
	width: 880px;
	height:1000px;
	margin: auto;
	background-color:#FFFFFF;
	position: relative;
	left: 0px;
	top: 0px;
}


/***** Main DIVS *****/

#leftblackbar {
	top:96px;
	left: 0px;
	width: 10px;
	height: 84px;
	background-color:#000000;
	position:absolute;
}

#rightblackbar {
	top:96px;
	left: 870px;
	width: 10px;
	height: 84px;
	background-color:#000000;
	position:absolute;
}

#leftblock {
	width: 60px;
	height: 84px;
	top: 96px;
	left: 10px;
	position:absolute;
}

#rightblock {
	width: 530px;
	height: 69px;
	left: 320px;
	top: 96px;
	position:absolute;
	background-image:url(images/rightblock.jpg);
	letter-spacing:-1px;
	font-size:2.4em;
	padding-left:20px;
	padding-top:15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#contactus {
	width: 300px;
	height:35px;
	left: 570px;
	top: 54px;
	position: absolute;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

#tpf_logo {
	width: 250px;
	height: 210px;
	top: 0px;
	left: 70px;
	position:absolute;
}

#carbonneutral {
	width: 180px;
	height: 92px;
	top: 3px;
	left: 265px;
	position:absolute;
	z-index: 12;
}
#mySlideshow {
	width: 620px;
	height: 320px;
	position: absolute;
	left: 10px;
	top: 210px;
}

#wrapper {
	width: 860px;
	height: auto;
	left: 10px;
	top: 605px;
	position: absolute;
}

#maincontent {
	float: left;
	width: 600px;
	height: auto;
	left: 10px;
	top: 0px;
	font:0.95em Arial, Helvetica, sans-serif;
}

#maincontent2 {
	float: left;
	width: 100%;
	height: auto;
	left: 10px;
	top: 0px;
	font:0.95em Arial, Helvetica, sans-serif;
}

#eventcalendar {
	float: left;
	width: 860px;
	height: auto;
	left: 10px;
	top: 0px;
	font:0.95em Arial, Helvetica, sans-serif;
}

#rightimagestrip {
	float: right;
	width: 240px;
	height: auto;
	right: 10px;
	top: 0px;
}

.stripspacer {
width:240px;
height:40px;
}


#navbar {
	width: 860px;
	height: 40px;
	top: 540px;
	left: 10px;
	padding-top: 10px;
	position: absolute;
	background-color: #289728;
}

#booknowbar {
	width: 220px;
	height: 250px;
	top: 210px;
	left: 630px;
	position: absolute;
	background-color:#55BE47;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	color: #99FF66;
	font-weight: bold;
}

#speakingfrog {
	width: 240px;
	height: 183px;
	top: 96px;
	left: 630px;
	position: absolute;
}

.clear {
clear: both;
line-height: 1px;
}

.imagespacer {
width: 240px;
height: 160px;
background-color:#000000;
}

.rightimagestrip {
	width: 220px;
	height: 160px;
	color: #FFFFFF;
}

#footerbox {
	height: 25px;
	width: 860px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1pt;
	text-align: left;
	padding-left: 10px;
	padding-top:15px;
	background-color:#289728;
	margin-top:20px;
}

/* ######### MENU ######### */


.halfmoon{
margin-bottom: 1em;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 5px solid #929492;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid gray;
border-right: 1px solid gray;
border-top: 1px solid gray;
color: black;
font-size: 11px;
background: #e5febc;
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover, .halfmoon li.selected a{
background-color: #c8e181;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
border: 1px solid #657f27; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #eff8d2;
width: 200px;
visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #657f27; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #c8e181;
}
	


/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font-size:2em;
}
 
h2 {
padding:10px 0;
letter-spacing:-1px;
font-size:1.5em;
color:#339900;
}
 
h3 {
font-size:1em;
font-weight:bold;
color:#CC0000;
}

h4 {
font-size:1em;
font-weight:bold;
color:#339933;
}

h5 {
color:#009900;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited {
text-decoration:underline;
color:#009900;
}

a:hover {
color:#CC0000;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 0em;
	padding:0;
}
 
table tr td {
padding:2px;
}
 

 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
