/* GENERAL
_____________________________________________________________________________*/

#left-column .editor-button,
.home .editor-button {
	display: none;
}

html {
	margin-bottom: 1px;
	min-height: 100%;
	height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, form, fieldset, th, td, img {
	margin:0;
	padding:0;
	border:0;
}

table {
	font-size:inherit;
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

img {
	border: 0;
	vertical-align: bottom;
}

cite, code, em, strong, th {
	font-style:normal;
	font-weight:normal;
}

ol, ul {
	list-style:none;
}

th {
	text-align:left;
}

h1, h2, h3, h4 {
	font-size:100%;
}

:before, q:after {
	content:'';
}

select, input, textarea {
	font-size:99%;
}

* {
	outline: none;
}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #E44045;
	text-align: center;
}

/* LINKS and FONTS
_____________________________________________________________________________*/

a {
	text-decoration: none;
	color: #E44045;
}

#content a {
	font-weight: bold;
}

#forum #content a {
	font-weight: normal;
}

.poz #content a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin-bottom: 18px;
	font-weight: bold;
	font-size: 17px;
}

h1 span {
	float: right;
	font-size: 11px;
}

/* STRUCTURE
_____________________________________________________________________________*/

#container {
	margin-left: auto;
	margin-right: auto;
	width: 905px;
	text-align: left;	
	background-color: #FFFFFF;
}

#left-column {
	float: left;
	width: 275px;
	padding-top: 265px;
	padding-bottom: 50px;
}

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

/* HOMEPAGE
_____________________________________________________________________________*/

#home-header a {
	width: 134px;
	height: 59px;
	background: center no-repeat url(/images/site/logo.gif);
	text-indent: -3000px;
	display: block;
	margin: 0 auto 0 auto;
	padding: 10px 0 20px 0;
}

#home-left-column {
	float: left;
	width: 450px;
	background: #E44045;
	height: 450px;
	position: relative;
}

#home-right-column {
	position: relative;
	float: right;
	width: 450px;
	height: 450px;
	background: #FFEEBC;
}

#homenav-left {
	margin-top: 63px;
}

a#help {
	position: absolute;
	top: 139px;
	left: 155px;
}

#homenav-left a {
	display: block;
	color: #FFEEBC;
	border-left: 6px solid #FFFFFF;
	padding: 6px;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
}

#homenav-right {
	position: absolute;
	bottom: 63px;
	right: 0px;
	text-align: right;
}

a#stay {
	position: absolute;
	top: 190px;
	left: 135px;
}

#homenav-right a {
	display: block;
	color: #E44045;
	border-right: 6px solid #FFFFFF;
	padding: 6px;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#home-footer {
	text-align: center;
}

#home-footer {
	padding-top: 20px;
	padding-bottom: 20px;
}

#home-footer a {
	padding: 0px 6px 0px 6px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#footer {
	text-align: center;
	padding-bottom: 50px;
}	

/* HEADER
_____________________________________________________________________________*/

#header {
	position: relative;
}

#header-nav {
	margin-bottom: 55px;
	padding-top: 20px;
}

#header a {
	padding: 0px 5px 0px 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
/* 	border: 1px solid black;*/
}

a#logo {
	width: 134px;
	height: 59px;
	background: no-repeat url(/images/site/logo.gif);
	position: absolute;
	right: 0px;
	text-indent: -3000px;
	padding: 0;
}

.section-title {
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 10px;
}

/* LEFT COLUMN
_____________________________________________________________________________*/

#left-column.neg  {
	background: no-repeat url(/images/site/minus.gif);
}

#left-column.poz  {
	background: no-repeat url(/images/site/plus.gif);
}

#left-column.ribbon {
	background: no-repeat url(/images/site/ribbon.jpg);
}

#left-column a {
	font-weight: bold;
	display: block;
	padding-left: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#neg-nav a {
	background: no-repeat url(/images/site/nav-minus.gif) 0 1px;
}

#poz-nav a {
	background: no-repeat url(/images/site/nav-plus.gif) 0 1px;
}

#left-column .section-head {
	border-bottom: 1px dotted #E44045;
	padding-bottom: 10px;
	margin-bottom: 25px;
	margin-right: 50px;
	font-weight: bold;
	font-size: 17px;
	text-transform:uppercase;
}

#left-column .section {
	margin-bottom: 39px;
}

#left-column .section div {
	display: none;
}	

#left-column .section div a {
	font-weight: normal;
	background: none;
}

#left-column div.current {
	display: block;
}

#left-column div a.current,
#header a.current,
#footer a.current {
	text-decoration: underline;
}

/* RIGHT COLUMN
_____________________________________________________________________________*/

#right-column {
	padding-top: 10px;
}

#content {
	padding: 32px;
	margin-bottom: 30px;
	min-height: 500px;
	line-height: 20px;
}

.neg #content {
	background-color: #FFEEBC;
}

.poz #content {
	background: #E44045;
	color: #FFFFFF;
}

.dotted-line {
	border-bottom: 1px dotted #E44045;
	margin-bottom: 15px;
}

/* CONTACT FORM
_____________________________________________________________________________*/

#contact-form .right,
#contact_form .right {
	float: right;
	width: 285px;
}

#contact-form input,
#contact_form input,
textarea {
	display: block;
	margin: 4px 0 8px 0;
	width: 250px;
	border: 1px solid #666666;
}

#contact-form textarea,
#contact_form textarea {
	width: 280px;
	height: 300px;
}

#contact-form input.submit,
#contact_form input.submit {
	background: #FFFFFF;
	float: right;
	margin-right: 13px;
	width: 100px;
}

#contact_form .hiddenFields {
	display: none;
}

#error {
	visibility: hidden;
}

/* SUBSCRIBE FORM
_____________________________________________________________________________*/

#subscribe-form label {
	float: left;
	display: block;
	width: 65px;
	clear: left;
}

#subscribe-form input {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-bottom: 5px;
}

#subscribe-form input.text {
	float: left;
	display: block;
	width: 200px;
	padding: 2px;
}

#subscribe-form input.submit {
	display: block;
	margin-left: 65px;
	clear: both;
}

/* EVENTS 
_____________________________________________________________________________*/

.event {
	margin-bottom: 16px;
}

.event h2 {
	font-weight: bold;
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
}

.event .date {
	font-weight: bold;
	margin-bottom: 6px;
}

.calendar {
	padding: 0;
	margin: 0;
	font: normal 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
}

.middle {
	margin: 20px 0px;
}

.caption-head {
	background: #C90000;
	color: #FFF;
	font: bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
}

.middle td {
	font: normal 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	text-align: center;
	background: #EAEAEA;
	color: #666;
	width: 78px;
	height: 49px;
}

.middle td a {
	text-decoration: none;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	width: 78px;
	height: 49px;
	background: #DFDFDF;
	color: #C90000;
	font-size: 16px;
}

.middle td a:hover, td a:active {
	color: #FFF;
	background: #C90000;
}

.middle td.blank {
	background: #f8f6f6;
}

.middle th {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #6E0000;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	border-top: 2px solid #FFF;
	text-align: center;
	height: 49px;
}

.monthControl, .monthControl a {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

/* QUIZ
_____________________________________________________________________________*/

.question {
	padding-top: 10px;
	border-top: 1px dotted #E44045;
	margin-top: 10px;
	clear: both;
}

.question h3 {
	clear: both;
} 

.question input {
	float: left;
	clear: left;
}

.question label {
	display: block;
	padding-left: 3px;
	width: 200px;
}
	
.question .answer {
	float: right;
	width: 260px;
	display: none;
	border: 1px solid #FFFFFF;
	padding: 5px;
	background-color: #70BE31;
	color: #FFFFFF;
}

label.green {
	background-color: #70BE31;
	color: #FFFFFF;
	font-weight: bold;
}

label.red {
	color: #E44045;
}

span.correct,
span.incorrect {
	display: none;
}

.question span.correct,
.question span.incorrect {
	display: inline;
}
