/* -------- from http://www.transcendingcss.com/support/ ------------ */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, label
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* Removes ouline from Firefox links */
a:active, a:focus{outline: 0;}


/* ----------- END Normalizing ------------------- */


body {
	background: #000000;
	color: #ffffff;
	margin: 0 auto;
	width: 100%;
	position:relative;
	top: 100px;
}

div#branding {
	width: 246px;
	height: 282px;
	margin: 0 auto;
	text-indent: -9999px;
	background-image: url("../images/site/ALlogo.png");
}

h2 {
	margin-bottom: 20px;
}

#index h2 {
	margin-left: 120px;
}

h5 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align:right;
	padding-right: 20px;
	width: 100px;
	float:left;
	text-align:right;
	clear:both;
}

input, textarea {
	float:left;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #000000 !important;
	width: 205px;
	margin-bottom:20px;
}

input:focus, textarea:focus {
	background-color:#000000 !important;
}

textarea {
	height: 125px;
}

input#submit {
	width: 75px;
	clear:both;
	margin-left: 120px;
}

div.error {
	clear:both;
	color:#f7941e;
	font: 11px/18px Georgia, "Times New Roman", Times, serif;
	text-align:left;
	margin-left: 120px;
}
