﻿/* Main Page */

body
{
	background-color: #8ebcb1;
	font: 0.9em Trebuchet MS;
	color: #000;
	padding: 0px;
	margin: 0px;
}

div#wrapper
{
	margin: auto;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #AB100C;
	border-top: 0px;
	border-bottom: 0px;
	width: 780px;
	background-color: #fff;
}

div.clear
{
	clear: both;
}


/*Header*/

div#header *
{
    text-decoration: none;
    border: none;
}


/*Main Page Content Area */

div#main
{
	width: 600px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: solid 1px #AB100C;
	margin-top: 18px;
	padding-bottom: 20px;
	min-height: 600px;
	float: left;
}

/* Sidebar */

div#sideBar
{
	padding: 0px;
	width: 150px;
	margin: 0px;
	float: left;
	margin-top: 18px;
}

div#sidebarBottomPart
{
	display: block;
	text-align: center;
	font-size: 7pt;
	color: #006a50;
	padding-bottom: 15px;
}

/* Sidebar Navigation */

div#sideBar table.menu *
{
	white-space: normal;
}

div#sideBar table.menu table.menuItem
{
	background-color: #006a50;
	border-top: solid 10px #FFF;
	width: 150px;
	text-align: center;
	padding: 0 5px;
}

div#sideBar table.menu .subLevel table.menuItem
{
	background-color: #FFF;
	border: solid 1px #006a50;
	border-top: none;
	color: #006a50;
}

div#sideBar table.menu table.menuItem a
{
	display: inline-block;
	color: #FFF;
	font-weight: bold;
}

div#sideBar table.menu .subLevel table.menuItem a
{
	color: #006a50;
	font-weight: normal;
}

div#sideBar table.menu .subLevel table.menuItem a:hover
{
	color: #AB100C;
}

div#sideBar a.menuItem
{
	width: 138px;
	
}

/*Donate link */

#sideBar div#donate 
{
	background: #006a50 url('Images/donatenowbackground_green.gif');
	font-size: 14pt;
	line-height: 20px;
	height: 40px;
	text-transform: uppercase;
	padding: 10px 15px;
	text-align: center;
	margin: 10px 0;
}

#sideBar div#donate a
{
	padding: 5px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

/*General content Styling */

h1
{
	font-size: 14pt;
	color: #AB100C;
}

h2
{
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	color: #AB100C;
}

h3
{
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: #AB100C;
}

p.red
{
	color: #AB100C;
}

a, a:visited
{
	color: #AB100C;
}

a:hover
{
	color: #006a50;
}

/*Testimonial style */

.testimonial
{
	border: solid 1px #AB100C;
	padding: 20px;
	font-size: 0.8em;
	margin-bottom: 10px;
}

.testimonial p
{
	margin: 0px;
	padding: 10px;
}

/* forms */

.signupform 
{
	width: 99%;
}

.fieldname, .field
{
	float: left;
}

.fieldname
{
	width: 180px;
}

.field
{
	width: 320px;
}

input.field, textarea.field
{
    width: 249px;
    margin-right: 150px;
}

.field input
{
    width: 249px;
}

.button
{
	padding-top: 50px;
	text-align: center;
}

input,textarea
{
	font-family: Tahoma;
}

p.signupformparagraph
{
	width: 98%;
}

strong.required
{
	font-weight: bold;
	color: #006a50;
}

.fieldname, .field
{
    margin-top: 5px;
}

.formData
{
    padding-bottom: 200px;
}

ul.field
{
    list-style-type: none;
    list-style-image: none;
    display: inline;
    padding-left: 0px;
    width: 258px;
    margin-right: 150px;
}

ul.field input
{
    width: 15px;
}

ul.field li
{
    display: inline-block;
    margin-right: 10px;
}

select.field
{
    width: 255px;
    margin-right: 150px;
}

.paypalSubmit
{
    background-image : url("https://www.paypal.com/en_GB/GB/i/btn/btn_xpressCheckout.gif");
    width: 145px;
    height: 42px;
    border-style: none;
    background-color: Transparent;
}

.paypalSubmit:hover
{
    cursor: pointer;
}

/* slideshow plugin */
ul.slideshow 
{
    font-family:arial;
	font-size:12px;
	list-style:none;
	overflow:hidden;
	position:relative;
	margin:auto;
	padding: 0;
}

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;
}

ul.slideshow img {
	border:none;
}


#slideshow-caption {
	/*position:absolute;*/
	bottom:0;
	left:0;
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}

/*payment validator*/
.payError
{
    color: Red;
}

/*payment history*/
.historyLabel
{
    display: inline-block;
    width: 80px;
}
