* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	width: auto;
   	background: white;
   	font-size: 12pt;
	color: #5e5d5e;
	line-height: 16pt;
}

#wrapper {
	border-top: 17px solid #3c3361;
	margin-left: 150px;
}

#navigation, #mainLinks, #imageContainer, #sidebar, #searchBox, #siteInfo {
	display: none;
}

#siteTitle {
	width: 150px;
	height: 102px;
	float: left;
}

#logo {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

h1 {
	margin: 50px 0 11px 0;
	color: #3c3361;
	font-weight: bold;
	font-stretch: condensed;
	font-size: 19pt;
}

h2 {
	color: #5e5d5e;
	margin: 0.67em 0 6px;
}

h3 {
	color: #2d4e6a;
	margin: 0.83em 0 6px;
}

h4 {
	color: #2d4e6a;
	margin: 1em 0 6px;
}

p {
	font-size: 11pt;
	margin-bottom: 11px;
	line-height: 15pt;
}

dt {
	font-weight: bold;
	font-size: 12pt;
}

dd {
	font: 12pt/15pt "Times New Roman", Times, Georgia, serif;
	margin-bottom: 10px;
}

#content {
	width: 500px;
}

#content li {
	margin-left: 25px;
	margin-bottom: 5px;
	font-size: 11pt;
	line-height: 12pt;
	
}

#footer {
	margin: 50px 25px 0px 150px;
	clear: both;
	background-color: #3c3361;
	color: white;
}



/* LINKS -------------------------------------------- */
a:link, a:visited {
	color: #e4780e;
}


a.contribute {
	padding: 2px 4px;
	background-color: #e6790a;
	text-decoration: none;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: #fff;
	letter-spacing: 4px;
	border-right: 3px solid #5e5d5e;
	border-left: 3px solid #5e5d5e;
}

a.contribute:hover {
	background-color: #97b068;
}
/* The following displays the address of links when printing from supported browsers 

#main a:link:after, #main a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
	font-style: italic;
}
#main a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }
*/   
/* Tables ------------------------------------------- */
/* TABLES -------------------------------- */
td {
	font: 10pt/12pt "Times New Roman", Times, Georgia, serif;
	padding: 0 10px 0 5px;
}

tr.heading {
	background-color: #7d7d7d;
}

tr.heading td {
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	border-style: none;
	border-bottom: 2px solid #5e5d5e;
}

tr.alt {
	background-color: #f1f2f2;
}

.tableA {
	border: 1px solid #5e5d5e;
	margin-bottom: 1em;
}

.tableA td {
	border: 1px solid #e6e6e6;
}

.tableB {
	border: 1px solid #7d7d7d;
}

.tableB td {
	padding: 5px;
	border: 1px solid #f1f2f2;
}

.tableB tr.heading {
	background-color: #e4780e;
}

.tableB tr.heading td {
	padding: 2px;
	color: #fff;
}

/* Calendar -------------------------------- */

.month td {
	vertical-align: text-top;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;
	color: #384955;
	height: 100px;
	border: 1px solid #d9dada;
}

.year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
.month {
	width: 100%;
	text-align: center;
	border: 1px solid #d9dada;
}

.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
td.monthname {
	vertical-align: bottom;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	height: 40px;
}
td.dayname {
	width: 14%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #5e5d5e;
	color: #ffffff;
	padding: 3px 0;
	height: 20px;
}

/*Forms*/


fieldset {
	padding: 4px 0;
	overflow: hidden;
	border: none;
}

fieldset h3 {

}

fieldset.address {
	border: none;
}

p.forminstructions {
	padding-left: 24px;
}

h1.formheader {
	border-bottom: 1px solid #aeaeae;
	color: #3c3261 !important;
	margin-top: 36px;
}

#activeForm h3 {
	font: bold 16px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #797979;
	margin-top: 18px;
}

label {
	display: block;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 6px 24px 12px 24px;
}

label.error {
	background: #ffffa5;
}

span.fieldTitle {
	display: block;
	margin-bottom: 3px;
}

.required {
	background-color: #dddbe5;
}

label.required span.fieldTitle {
	font-weight: bold;
	color: #000;
}

em.note {
	display: block;
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 6px;
}

label strong {
	display: block;
}

label.error {
	color: #99001d;
}


/*Text Inputs */
label.text.large input {
	width: 380px;
}

label.text.medium input {
	width: 200px;
}

label.text.small input {
	display: inline;
	width: 30px;
}

label.text.small span.fieldTitle {
	display: inline;
}

/*Checkboxes and Radio Buttons */
fieldset.checkbox input, fieldset.radio input {
	margin-left: 6px;
}

fieldset.checkbox p {
	margin-left: 6px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

label.radio {
	display: block;
}

label.radio input {
	display: inline;
}

label.radio span.fieldTitle {
	display: inline;
	margin: 0 6px;
}

div.checkbox {
	clear: both;
	overflow: hidden;
}

div.checkbox label.check {
	float: left;
	padding-right: 0;
}

div.checkbox label.text {
	float: left;
}

label.checkbox {
	display: block;
}

label.check span.fieldTitle {
	display: inline;
	margin: 0 6px;
}

label.check input {
	display: inline;
	margin-right: 4px;
}

fieldset.file {
	margin: 6px 24px;
	border: 2px solid #9d99b0;
	padding-top: 12px;
}

fieldset.file h3, fieldset.file p {
	margin: 0 !important;
	padding: 0 12px;
}

fieldset.file label {
	padding: 12px;
}

fieldset.file input {
	margin-left: 6px;
}

/*Name Group */
div.name {
	overflow: hidden;
	/*padding: 6px 24px;*/
}

div.name label {
	padding-right: 6px;
}

label.fname, label.lname {
	float: left;
}

label.lname {
	padding-left: 0;
}

label.fname input, label.lname input {
	width: 160px;
}

label.nameTitle, label.nameSuffix {
	float: left;
}

label.nameTitle input, label.nameSuffix input {
	width: 30px;
}

/*Address Group*/
label.street input {
	width: 380px;
}

label.city input {
	width: 240px;
}

label.state {
	float: left;
}

label.zip {
	float: left;
}

label.zip input {
	width: 120px;
}

table.donation {
	margin-left: 24px;
	width: 640px;
}

div.donationBox {
	border-top: 1px solid #aeaeae;
}

td.check {
	text-align: left;
	width: 30px;
}

td.amount {
	text-align: left;
	width: 180px;
}

td.descript {
	text-align: left;
}

td.recur {
	text-align: left;
	width: 160px;
}

/*Homepage*/


body#cdaf.home #imageContainer {
	display: block;
}
