html, body {
	height: 100%;
}

body
{
	font-size: 62.5%;
	background-color: #fff;
	font-family: Century Gothic, Helvetica, sans-serif;
}

/* 	
	color scheme:
*/

/* Structure */

#container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
}

#container
{
}

#container #content_container
{
	width: 100%;	
}

#container #content_container #title_bar
{

}

#container #content_container #title_bar .menu_bar
{
}

#container #content_container #content_data
{
	padding: 2.0em;
}

#container #content_container #content_data #about
{
	margin-top: 50px;
	font-size: 1.4em;
	line-height: 1.8em;
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	color: #555;
}

#container #content_container #content_data #link_list
{
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
	
#container #content_container .steps_container
{
	margin-top: 50px;

}

#container #content_container .steps_container .step_column_1
{
	float: left;
	width: 30%;
}	

#container #content_container .steps_container .step_column_2
{
	float: left;
	width: 30%;
	margin-left: 5%;
	margin-right: 5%;
}	

#container #content_container .steps_container .step_column_3
{
	float: left;
	width: 30%;
}	

#container #content_container .number
{
	float: left;
	width: 30px;
	font-weight: bold;	
	font-size: 1.8em;
}

#container #content_container .text
{
	margin-left: 30px;
	font-size: 1.4em;
	color: #555;
	line-height: 1.2em;
}

#container #content_container #final_step_container
{

	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#footer_bar, #push
{
	height: 70px;
}
#footer_bar
{
	font-size: 1.4em;
	line-height: 1.6em;

	color: #ccc;
}

#footer_bar #footer_content
{

}

.margin_top_50
{
	margin-top: 50px;
}

/* Typography */

.blow_up
{
	font-size: 1.8em;
	letter-spacing: -2px;
	color: #333;
}

.padding20em
{
	padding: 2.0em;
}

.center
{
	text-align: center;
}

.new_line_1
{

	color: #555;
	font-size: 2.4em;
	letter-spacing: 1px;	
}

.new_line_2
{

	font-size: 4.8em;	
	letter-spacing: -1px;
}

.new_line_3
{

	color: #ccc;
	font-size: 1.0em;	
}

strong
{
	font-weight: bold;
}

.red
{
	color: #ff0000;
}

small
{
	font-size: 0.75em;
}


#container #content_container .steps_container small
{
	font-size: 0.7em;
	color: #aaa;
}

/* Links */

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

a:visited
{
	color: #ddd;
	text-decoration: underline;
}

a:hover
{
	color: #999;
	text-decoration: underline;
}

#container .message a, #container .failure a
{
	color: #000;
	text-decoration: underline;
}

#container .message a:visited, #container .failure a:visited
{
	color: #000;
	text-decoration: underline;
}

#container .message a:hover, #container .failure a:hover
{
	color: #555;
	text-decoration: underline;
}

#container #content_container #content_data #about a
{
	color: #555;
	text-decoration: underline;
}

#container #content_container #content_data #about a:hover
{
	color: #999;
	text-decoration: underline;
}

#container #content_container #content_data #about a:visited
{
	color: #555;
	text-decoration: underline;
}

#footer_bar a
{
	color: #ccc;
	text-decoration: none;
}

#footer_bar a:visited
{
	color: #ccc;
	text-decoration: none;
}

#footer_bar a:hover
{
	color: #999;
	text-decoration: underline;
}

/* Lists, images, etc. */


#link_list ul li
{
	position: relative;
	height: 1%;
}

#link_list ul li a
{
	display: inline-block;
	background-color: #f9f9f9;
	font-size: 1.4em;
	padding: 6px;
	color: #555;
	border-bottom: 1px solid #ccc;
	width: 100%;	
}

#link_list ul li a:visited
{
	color: #000;
	text-decoration: none;
}

#link_list ul li a:hover
{
	color: #000;
	background-color: #ddd;
	text-decoration: none;
}

#link_list ul li .controls
{
	display: none;
	position: absolute;
	text-align: center;
	right: 0px;
	top: 6px;
	height: 100%;
	width: 20px;
	cursor: help;
}

#link_list ul li:hover .controls
{
	display: block;
}

#link_list .latest
{
	background-color: #eeffee;
	border-bottom: 1px solid #00ff00;
}

#link_list ul li small
{
	color: #bbb;
}

input
{
   	border: 1px solid #888;
}  

input:focus
{
   border-color: #000; 
   background-color: #FFFE9D;  
}  

.highlight_bar
{

	width: 100%;
}

.hidden
{
	display: none;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

.message
{
	border: 1px solid #00ff00;
	background-color: #eeffee;
}

.failure
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.message, .failure
{
	padding: 1.0em;
	font-size: 1.2em;
	width: 528px;
	color: #000;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}


.clear
{
	clear: both;
}