@charset "utf-8";
/**********************************************
/* center the page inside the browser window 
 **********************************************/
body {
	text-align: center;	
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: left;
}

/*******************************************
 * page title 
 *******************************************/
#page_title {
	padding-top: 15px;
	width: 820px;
	float: left;
	margin-left: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #71645b; /* light brown */	
}

/************************************************
 * HEADER section: logo and Sign In
 ************************************************/


#header_with_logo {
	width:820px;
	height: 89px;
	background-image:url('/images/shf/shf_logo.png');
	background-repeat: no-repeat;
}
#sign_in {
	float: right;
	margin-right: 30px;
	margin-top: 30px;
	text-align: center;
}
#sign_in .text1 {
	font-size: 20px;
	color: #7b6044; /*coffee */
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 26px;
	
}
#sign_in .text2 {
	font-size: 14px;
	color: #d2232a; /* dark red */
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 26px;
}
#sign_in a {
	text-decoration: none;
	color: #7b6044; /*coffee */
}
#sign_in a:hover {
	color: #d2232a;
}

#sign_in .text2 a {
	color: #d2232a; /* dark red */
	text-decoration: none;
}

#sign_in .text2 a:hover {
	color: #000000;
}


/**************************************************
 * welcome text at the top right of header
 **************************************************/
#welcome {
	float: right;
	margin-right: 30px;
	margin-top: 45px;
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #514842;	/* brown */	
	vertical-align: text-bottom;
	line-height: 20px;
}
#welcome a {
	text-decoration: underline;
	color: #999999;	/* grey */	
}

#welcome a:hover {
	color: #000000;
}

#need_help {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:820px;
	float: right;
	height: 20px;
	text-align: right;
	color: #999999;	/* grey */	
	margin-top: 5px;
}

#need_help a {
	color: #999999;
	text-decoration: none;
}

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

/*********************************
 how it works pages
 *********************************/
#hiw_body {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 20px;
}

#hiw_body p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 800px;
}

#hiw_body li {
	font-size: 14px;
}



#reg_body {
	width: 820px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
    margin-top: 60px;
}

/**************************
 * for popups
 **************************/
/*#dek {
	position:absolute;
	visibility:hidden;
	z-index:200;
}*/
 
input.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	/*color: #9d3124;*/
	/*background-color: #ffffff;*/
	margin-left: 5px;
	margin-right: 5px;
	/*border-color: #9d3124;*/
}

#geo_bbb {
    width: 820px;
    text-align: right;
    padding-top: 20px;
}
#bookmark_button_container{
 padding-top:20px;
 padding-bottom:20px;
}
