body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7b7b7b;
	background:#ffffff;
}

html {
}


/* ---------- @Global Classes --------------------*/ 

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

.wrapper       { width:960px;margin:0 auto; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
/* =================================================
	Project Name
	Copyright 2010 
	Written for - 
	Developed and designed by 
	Description - reset all browser styles
	
color guide
-----------

#333333		| dark gray		| used for text
#ffffff		| white			| generic white color

================================================= */

/* ---------- @Global Reset ------------------*/  

html, body {
	border:0;
	margin:0;
	padding:0;
}

body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote {  
	    margin:0; 
	    padding:0; 
	} 

/* ---------- @Headings ----------------------*/  

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

/* ---------- @Lists reset  ------------------*/  

ol, ul {
	list-style: none;
}

/* ---------- @Quote  ------------------------*/  

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* ---------- @Image border reset  -----------*/  

img {  
	    border:0; 
	} 
	/* =================================================
	Project Name
	Copyright 2010 
	Written for - 
	Developed and designed by 
	Description - styling layout and structure
	
color guide
-----------

#333333		| dark gray		| used for text
#ffffff		| white			| generic white color

================================================= */

/*				=fast-login.html		
------------------------------------------------- */

/* =wrapper - wrapps all content */
#wrapper {
	width:960px;
	min-height:628px;
	margin:0px auto 0px auto;
	background:url(/images/footer-tree.jpg) right top no-repeat;
}

/* =header - header */
#header {
	width:100%;
	height:130px;
}

/* =logo */
.logo {
	position:absolute;
	top:23px;
	width:230px;
	height:75px;
	background:url(/images/alive-logo.jpg) no-repeat;
}

/* =main-content - content area */
#main-content {	
	width:960px;
	float:right;
}

.page-content {
	margin-bottom:13px;
	overflow:hidden;
}

.column-left {
	float:left;
	width: 408px;
	background:url(/images/page-content-bg.png) repeat;
	margin-right:2px;
	padding:0px 40px 9999px 0;
	margin-bottom:-9979px;
}

.column-right {
	float:left;
	width: 368px;
	background:url(/images/page-content-bg.png) repeat;
	padding:0px 40px 9999px 40px;
	margin-bottom:-9979px;
}

.header-margin {
	margin-top:13px;
}

.width50 {
	float:left;
	width:50%;
}

img.team {
	float:left;
	margin-top:15px;
	margin-right:10px;
	border:3px solid #f0f0f0;
}

/* =form */
form {
	margin-top:15px;
}

h3.message {
	margin-bottom:20px;
}

fieldset {
	border:none;
}

/* =footer - footer (tree) area */
#footer {
	float:right;
	font-size:11px;
	width:100%;
}

#footer span {
	float:right;
	margin-bottom:20px;
}
	/* =================================================
	Project Name
	Copyright 2010 
	Written for - 
	Developed and designed by 
	Description - styling classes and typography
	
color guide
-----------

#333333		| dark gray		| used for text
#ffffff		| white			| generic white color

================================================= */

h2 {
	color:#221715;
	font-size:16px;
	margin-bottom:13px;
	margin-top:13px;
}

h3 {
	color:#b90106;
	font-size:16px;
}

a {
	color:#9d9d9d;
	text-decoration:none;
}

a:hover,
#footer a:hover {
	color:#b80105;
}

.red {
	color:#b90106;
}

#footer a {
	color:#000000;
}

ul#navigation li {
	float:left;
	width:100%;
	margin-bottom:13px;
}

ul#navigation li a {
	color:#9d9d9d;
	font-size:20px;
	font-family: 'Yanone Kaffeesatz', arial, serif;
}

ul#navigation li a:hover, ul#navigation li.active a {
	color:#b80105;
}

#main-content p {
	width:310px;
	margin:13px 0;
	font-size:15px;
	line-height:150%;
}

ul.content li {
	font-size:15px;
	text-indent:15px;
	background:url(/images/bullet.png) 0 6px no-repeat;
	margin-bottom:10px !important;
}

ul.content li ul {
	margin-top:10px;
}

ul.content ul li {
	font-size:14px;
	text-indent:47px;
	background:url(/images/bullet-indent.png) 37px 6px no-repeat;
}

/* =form elements */	

label {
	float:left;
	width:100%;
	margin-bottom:5px;
	font-size:15px;
}
input {
	border:none;
	background:#efefef;
	width:278px;
	height:27px;
	margin-bottom:10px;
	margin-right:100px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-indent:10px;
	font-size:15px;
	color:#221715;
}

textarea {
	border:none;
	background:#efefef;
	width:278px;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-indent:10px;
	font-size:15px;
	color:#221715;
	padding:10px 0;
}

input:focus, textarea:focus {
	background:#999999;
	color:#ffffff;
}

input[type="submit"] {
	width:93px;
	background:#221715;
	color:#b4b4b4;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	margin-left:185px;
	text-indent:0;
	padding-bottom:4px;
}

input[type="submit"]:hover {
	cursor:pointer;
	background:#b4b4b4;
	color:#221715;
}
		
	.inputContainer{position:relative; float:left;}
	.formError {
			position:absolute;
			top:300px; left:300px;
			display:block;
			z-index:5000;
			cursor:pointer;
		}
			#debugMode{
				background:#000;
				position:fixed;
				width:100%; height:200px;
				top:0; left:0;
				overflow:scroll;
				opacity:0.8;
				display:block;
				padding:10px;
				color:#fff;
				font-size:13px;
				z-index:100000;
			}
		
			.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
			.formError .formErrorContent {
				width:100%; 
				background:#b90006;
				color:#fff;
				width:150px;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:11px;
				border:2px solid #ddd;
				padding:4px 10px 4px 10px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}
			.greenPopup .formErrorContent {background:#33be40;}
			
			.blackPopup .formErrorContent {background:#393939;color:#FFF;}
			
			.formError .formErrorArrow{
				width:15px;
				margin:-2px 0 0 13px;
				z-index:5001;
			}
			.formError .formErrorArrowBottom{top:0;margin:-6px;}
			
				.formError .formErrorArrow div{
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					font-size:0px; height:1px; background:#b90006;margin:0 auto;line-height:0px; font-size:0px; display:block;
				}
					.formError .formErrorArrowBottom div{
						box-shadow: none;
						-moz-box-shadow: none;
						-webkit-box-shadow: none;
					}
					
				.greenPopup .formErrorArrow div{background:#33be40;}
				.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

				.formError .formErrorArrow .line10{width:15px;border:none;} 
				.formError .formErrorArrow .line9{width:13px;border:none;} 
				.formError .formErrorArrow .line8{width:11px;} 
				.formError .formErrorArrow .line7{width:9px;} 
				.formError .formErrorArrow .line6{width:7px;} 
				.formError .formErrorArrow .line5{width:5px;} 
				.formError .formErrorArrow .line4{width:3px;} 
				.formError .formErrorArrow .line3{width:1px;
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					border-bottom:0px solid #ddd;} 
				.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
				.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  