﻿/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.chouselive.co.za/tutorials/website/templates/templates.htm
Copyright (c) 2008 Cara Wilton. All rights reserved.
This stylesheet and the associated (x)html and dwt may be modified in any 
way to fit your requirements.
=================================================================== */

/* page */

body {
	background:  #000000;
	padding: 0;
	margin: 0;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}
/*---------------------------*/

/*Tool Box*/
.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.padding-10 {
	padding: 10px;
}

.padding-20 {
	padding: 20px;
}


/*---------------------------*/

/*Fonts*/
p{
	line-height: 1.5em;
	font-size: 1.2em;
	padding: 10px;
	margin: 0px;
	vertical-align: middle;
}

h1 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 3.5em;
	text-align: center;
	font-family: georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing: .2em;
}

h2 {
	font-family: georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 1.8em;
	text-align: center;
	font-weight: normal;
	font-style: italic;
}

h3 {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	background-color: #0274D5;
	background-image: url('images/blue-rounded.png');
	padding: 0px 10px;
	margin: 0px;
	line-height: 35px;
	vertical-align: middle;
	font-size: 1.8em;
	color: #FFFFFF;
	font-weight: normal;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 1.5em;
	color: #000000;
	text-align: left;
	font-variant: normal;
	font-weight: normal;
	text-transform: uppercase;
}

h5 {
	font-family: georgia, "Times New Roman", Times, serif;
	padding: 5px 0px;
	margin: 0px;
	color: #000000;
	font-size: 1.1em;
	text-align: center;
	font-weight: normal;
	font-style: italic;
}

h6 {
	color: #20424C;
	text-align: center;
	font-size: .8em;
	margin: 0;
	padding: 5px 0;
}

/*---------------------------*/

#header {
	background:  #000000 url('images/frog2.jpg');
	height: 423px;
	width: 980px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

#header .textbox {
	width: 400px;
	float: left;
	margin: 230px 0px 0px 2px;
}

.block-1{
	height: 388px;	
}

.block-2{
	height: 35px;	
}

/*menu*/
.menu-container {
	clear:both; 
	float:left;  
	overflow:hidden;
	padding: 0;	
}

#menu {
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	position: relative;
	padding: 0 5px;
}

#menu li {
	float: left;
	position: relative;
	padding: 0 5px;
	line-height: 35px;
	vertical-align: middle;
}
  
#menu a {
	width: auto;
	display: block;
	padding: 0px 16px 0px 16px;
	color: #fff;
	background-color: #E76C0C;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
	background: #FF8000;
}

/*---------------------------*/

/*content*/

#content {
	width:  976px;
	border-left:  #E76C0C 2px solid;
	border-right:  #E76C0C 2px solid;
	border-top:  #E76C0C 2px solid;
	margin: 0 auto 0 auto;
	background: #fff;
	clear:both;
}

#left-column{
	float: left;
	width: 626px;
}

#border {
	border-right: 1px #F9DAC2 solid;
	margin-top: 10px;
	padding: 10px 20px 20px 20px;	
}

#right-column{
	float: right;
	width: 350px;
}

#right-column p{
	font-size: 1em;
}

#right-column h5 {
	color: #fff;
	font-size: 1.2em;
	text-align: left;
}

.top-orange{
	background-position: center top;
	background-color: #E76C0C;
	background-image: url('images/top-orange.gif');
	height: 13px;
	background-repeat: no-repeat;
}

.middle-orange{
	background-color: #E76C0C;
}

.padding-12 {
	padding: 3px 15px 2px 15px;
}

.bottom-orange{
	background-position: center bottom;
	background-color: #E76C0C;
	background-image: url('images/bottom-orange.gif');
	background-repeat: no-repeat;
	height: 12px;
}

#bottom{
	background-position: center bottom;
	width: 980px;
	margin: 0 auto 0 auto;
	background: #E76C0C url('images/bottom.jpg');
	height: 12px;
	background-repeat: no-repeat;
	overflow: hidden;
}


#footer {
	width: 980px;
	margin: 0 auto 0 auto;
	clear: both;
}
