html, body {
	margin-top: -1px;
	margin-bottom: 0;
	padding: 0;
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 95%;
	background: #f78320 url(../images/background2.png) center repeat-y;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #ff911c;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	line-height: 26px;
	font-size: 100%;
}

a:link {
	color: #ff911c;
}

a:hover, a:active {
	text-decoration: none;
	color: #ff911c;
}

a:visited {
	color: #ff911c;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Container */

#container {
	width: 802px;
	margin: 0 auto;
	background: url(../images/backgroundimageonly.png) center top no-repeat;
}

/*======~Tabs Inline ===========================*/
#tabs {
	margin: 135px 0 0 20px;	
    background: url(../images/middlesection.gif) repeat-x; 
    height: 34px;
    color: #FFF;
    width: 762px;
	font: 12px Gill Sans;
	text-align: center;
}
#tabs ul {
    list-style: none;
	text-align: center;
}
#tabs li {
    float: left;
    list-style: none;
    margin: 0;
	text-align: center;
}
#tabs li a {
    color: #FFF;
    display: block;
    padding: 8px 10px 8px 10px; 
    text-decoration: none;
    font-weight: bold;
}
#tabs li a:hover {
	color: #ff911c;
}
#tabs_leftend {
	margin: 135px 0 0 10px;	
	height: 34px;
	display: inline;
	float:left;
	background: url(../images/LEFT_menubar.gif) center left no-repeat;
	width: 10px;
}

#tabs_rightend {
	margin: 135px 10px 0 0;	
	height: 34px;
	display: inline;
	float: right;
	background: url(../images/RIGHT_menubar.gif) center right no-repeat;
	width: 10px;
}
/*======~Sub Tabs (Menu Drop Downs)===========================*/
.subTabs {
	display: none;
	background-color: #333;
    width: 205px;
	position: absolute;
	z-index: 1;
	font-size: 95%;
	text-align: left;
	border-top: 1px solid #AAA;	
}
.subTabs a {
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;		
    list-style: none;
	background: #333;
}

/* Page */

#page {
	width: 802px;
	margin: 0 auto;

}

/* Content */

#content {
	margin-right: 10px;
	text-align: justify;
	float: right;
	width: 550px;
}

/* Post */

.post_gray{}

.post_gray .top {
	height: 25px;
	background: url(../images/home_content_top.gif) no-repeat;
}

.post_gray .bottom {
	height: 25px;
	background: url(../images/home_content_bottom.gif) no-repeat;
	margin-bottom: 20px;
}

.post_gray .middle {
	background: #323232;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
}	

.post_gray .title {
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-left: 12px;
}

.post_gray h1 {}

.post_gray h2 {
	height: 32px;
	padding: 5px 0 10px 15px;
	font-size: 24px;
	color: #FFFFFF;
}

.post_gray .register {
	padding-left: 300px;
	text-decoration: none;
	color: #ff911c;
	font-size: 120%;
	font-weight: bold;
}

.post_gray .entry {
	padding: 0 15px;
}

.post {}

.post .title {
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #000;
}

.post h1 {}

.post h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	font-size: 18px;
	color: #DADADA;
}

.post .entry {
	padding: 0 15px;
}

/* Sidebar */

#sidebartop {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 0px;	
	width: 215px;
	height: 165px;
	background: url(../images/candybasket_top.gif) no-repeat top left;	
}

#sidebartop #donatebutton {
	position: relative;
	top: 100px;
	padding-right: 20px;
}	

#sidebarbottom {
	margin-left: 15px;	
	margin-top: -10px;	
	width: 215px;
	height: 118px;
	background: url(../images/candybasket_bottom.jpg) no-repeat top left;
}

#sidebarbottom #facebookbutton {
	position: relative;
	left: 38px;
	top: 18px;
}

#sidebar {
	margin-left: 15px;	
	margin-top: 0px;
	margin-bottom: 0px;
	width: 215px;
	background: url(../images/candybasket_middle.gif) repeat-y top left;
	color: #aaa;
}

#sidebar ul {
	margin: 0;
	padding-left: 30px;
	padding-right: 25px;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #DADADA;
}

#sidebar a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#sidebar a:hover { 
	text-decoration: none; 
	color: #ff911c;
}

/* Footer */

#footer-wrap {
	width: 795px;
	height: 64px;
	margin: 0 auto;
}

#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
	font-size: 70%;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#donatebutton {
	float:right;
	margin-right: 15px;
}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #999999;
}

#legal a {
	color: #999999;
}

.inputerror {  
    FONT-SIZE: 8pt;
    COLOR: #000;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #f8dbdb;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 