﻿/* Main Page */

body
{
	background-color: #fff;
	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;
}

div.clear
{
	clear: both;
}

/*Main Page Content Area */

div#main
{
	width: 600px;
	margin-left: 160px;
	padding-left: 10px;
	border-left: solid 1px #AB100C;
	margin-top: 18px;
	padding-bottom: 20px;
	min-height: 600px;
}

/* 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: #060;
}

/* Sidebar Navigation */

div#sideBar table.menu *
{
	white-space: normal;
}

div#sideBar table.menu table.menuItem
{
	background-color: #060;
	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 #060;
	border-top: none;
	color: #060;
}

div#sideBar table.menu table.menuItem a
{
	display: inline-block;
	color: #FFF;
	font-weight: bold;
}

div#sideBar table.menu .subLevel table.menuItem a
{
	color: #060;
	font-weight: normal;
}

div#sideBar table.menu .subLevel table.menuItem a:hover
{
	color: #AB100C;
}

/*Donate link */

#sideBar div#donate 
{
	background: #AB100C url('Images/donatenowbackground.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: #060;
}

/*Testimonial style */

.testimonial
{
	border: solid 1px #AB100C;
	padding: 20px;
	font-size: 0.8em;
	margin-bottom: 10px;
}

.testimonial p
{
	margin: 0px;
	padding: 10px;
}

/* signup form */

.signupform 
{
	width: 99%;
}

.fieldname, .field
{
	float: left;
}

.fieldname
{
	width: 180px;
}

.field
{
	width: 340px;
}

.button
{
	padding-top: 50px;
	text-align: center;
}

input,textarea
{
	font-family: Tahoma;
}

p.signupformparagraph
{
	width: 98%;
}

strong.required
{
	font-weight: bold;
	color: #060;
}