@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 {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 22px;
	color: rgb(69, 119, 49); /* #ED6823 */ /* light brown */
	font-weight: bold;
	padding-top: 75px;
	margin-left: 20px;
	width: 820px;
}
div.page_subtitle {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 22px;
	color: rgb(69, 119, 49); /* #ED6823 */ /* light brown */
	font-weight: bold;
	padding-top: 75px;
	margin-left: 20px;
	width: 820px;
}
#page_title_old {
	padding-top: 15px;
	width: 820px;
	margin-left: 20px;
}
#header_with_logo {
	width: 820px;
	height: 89px;
	background-image:url('/images/boonli_logo_color.png');
	background-repeat: no-repeat;
	background-size: 216px 89px;
}
#header_with_small_logo {
	width: 100%;
	height: 40px;
	background-image: url('/images/2012_orderlunches_logo_icons_small.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: #484848;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 26px;

}
#sign_in .text2 {
	font-size: 14px;
	color: rgb(118, 157, 100); /* #83003F */ /* #ED6823 */
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 26px;
}
#sign_in a {
	text-decoration: none;
	color: #484848;
}
#sign_in a:hover {
	color: #000000;
}
#sign_in .text2 a {
	color: rgb(118, 157, 100); /* #83003F */ /* #ED6823 */
	text-decoration: none;
}
#sign_in .text2 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;
}

#resource_body {
	float:left;
	width: 800px;
    height: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 20px;
	/*background-image:url('/images/resource.png');
	background-repeat: no-repeat;*/
    color: #484848;
}

#resource_body a {
    text-decoration: none;
    color: #484848;
}

#resource_body a:hover {
    color: #484848;
    text-decoration: underline;
}
#resource_title {
	float:left;
    width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
    color: #484848;
    font-weight: bold;
    padding-top: 50px;
    padding-left: 210px;
}

.resource_trailer {
	font-size: 20px;
    color: #484848;
    font-weight: bold;
    padding-left: 80px;
    padding-top: 70px;
}

#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;
}*/

button.btn, input.btn {
	background-color: #DEDEDE;
	border: 1px solid #DEDEDE;
	color: 484848;
	box-shadow: none;
}

button.btn:disabled, input.btn:disabled {
	background-color: white;
	border: 1px solid #484848;
	color: #484848;
	cursor: inherit;
}

#geo_bbb {
    width: 820px;
    text-align: right;
    padding-top: 20px;
}
#geotrust_image{
  float: left;
  margin-top: 10px;
}
#bbonline_link{
  float: left;
}
#bbonline_link img{
  float: left;
  margin-left: 10px;
  margin-top: 14px;
}
#nav_pub #parent_nav_menu{
 position:relative;
 top:-58px;
}
div.parent_nav_pub{
 height:0;
}
#nav_pub div#menu_wp{
 float: right;
 width: 6.5in;
}
#nav_pub div#menu_wp .wdiv_100{
 width:auto;
}
#nav_pub div#menu_wp .wdiv_100 a{
 padding-right:0;
}
#bookmark_button_container{
 padding-top:20px;
 padding-bottom:20px;
}
#nav_pub div a#parent_menu_help_link{
	font-weight: bold;
	/* SS 20121113 mantis 235 */
	/* color: #83003F; */
}
