@charset "utf-8";

/********************************
 home page
*********************************/

#home_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #514842; /* light brown, #514842 = brown */
	margin-left: 8px;
	padding-top: 10px;
}
#home_body{
	float:left;
}

#home_cb_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #514842; /* light brown, #514842 = brown */
	margin-left: 30px;
	padding-top: 100px;
    width: 350px;
}

#home_text .trailer {
	font-size: 16px;
	font-weight: bold;
	color: #457731; /* green */
}

#home_text a,
#hiw_body a {
	color: 	#ED6823; /* burnt orange, or #ED6823 bright orange */
	text-decoration: underline;
}

#hiw_body .agreement {
	margin: 0px;
	width: 720px;
	height: 300px;
	overflow: scroll;
	border: solid 1px #222222;
	font-size: 11px;
	float:left;
	padding-left: 2px;
	padding-right: 2px;
}

#faq_body {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 20px;
}

#faq_body .question {
	color: #628350;
}

#faq_body .to_top {
	font-size: 12px;
	color: #999999;
}

#faq_body .to_top a {
	color: #999999; /* burnt orange */
}

/*********************************
 * login page
 *********************************/
#log_body {
	float:left;
	/*height: 393px;*/
	width: 820px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #514842;	 /* light brown */
	padding-top: 25px;
}

#log_tab {
	
}

#log_tab .spacer50 {
	width: 50px;
}
#log_tab .spacer30 {
	width: 30px;
}

#log_tab .bord_right {
	border-right: 1px #71645b solid;
}

#log_tab .bord_left {
	border-right: 1px #71645b solid;
}

#log_tab .bord_bottom {
	border-bottom: none;
}

#log_body .text1 {
	font-size: 10px;
}

#log_body input.btn, #login_form #signin_btn_container input.btn, #password_recovery_form input.btn{
	border: 1px #71645b solid;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #514842;
	width:auto;
}

#log_body input.btnhov, #login_form #signin_btn_container input.btnhov, #password_recovery_form input.btnhov{
	background-color: #71645b;
	color: #ffffff;	
}

#log_body .forgot_pass {
	color: #ED6823;  /* orange */
	font-size: 11px;

}

#log_body .forgot_pass a, #password_recovery_form .forgot_pass a{
	color: #ED6823;  /* orange */
	text-decoration: none;
}
#log_body .forgot_pass a:hover {
	color: #000000;  /* orange */
	text-decoration: none;
}

/**************************
 * copyright bar and text
 **************************/
#copy_bar {
	float:left;
	width: 820px;
	height: 30px;
	background-color: #769D64;	/* green */
	color: #eeeeee;
}
#copy_text {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 8px 10px 0px 0px;
}
/****************************************
 * nav bar
 ****************************************/
#nav_pub {
	float:left;
	width: 820px;
	text-align: center;		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: middle;
	color: #71645b; /* light brown, #514842 = brown */
	border-bottom:solid 8px #514842;
}

#nav_pub div {
	padding-top: 7px;
	float: left;
	text-align: center;
}

#nav_pub .spacer1 {
	width: 10px;
}
#nav_pub0 div {
	padding-top: 7px;
	float: right;
	text-align: center;
	width: 120px;
}

#nav_pub div a {
	text-decoration: none;
	font-size:16px;
	color: #91B381;
        padding: 8px 21px 14px 21px;
	float:left;
}

#nav_pub div a:hover {
	color: #534741;
}

/* selected nav tab option 1: white font bold
#nav_pub .selected {
	color: #ffffff;
	/*background-color: #514842;	 brown
	height: 23px;	/* 30px of nav_pub MINUS 7px padding of div 
	font-weight: bold;
}
 */
/* selected nav tab option 2: brown background with white font */
#nav_pub .selected {
	/*background-color: #514842;*/	/* brown */
	background: url("../../images/menuitem-current.png") no-repeat scroll 45% 100% transparent;
	color: #534741;
}
#nav_pub .selected a {
	color: #534741;
}
#nav_pub .selected a:hover {
	color: #534741;
}

#nav_pub .wdiv_100 {

}

/*************************************
 sub nav
 *************************************/
#subnav_pub {
	float:left;
	margin-bottom:7px;
	width: 820px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: middle;
	color: #ffffff; /* white, #514842 = brown */
	/*font-weight: bold;*/
}

#subnav_pub div {
	padding-top: 5px;
	float: left;
	text-align: center;
}

#subnav_pub .spacer1 {
	display:none;
	width: 10px;
}

#subnav_pub div a {
	text-decoration: none;
	font-size:15px;
	color: #91B381;
        padding: 8px 20px 14px 14px;
	float:left;
}

#subnav_pub div a:hover {
	color: #cfc4b3; /* beige */
}

/* selected nav tab option 2: brown background with white font */
#subnav_pub .selected {
	color: #ffffff; /* brown */
	background: url("../../images/menuitem-currentdown.png") no-repeat scroll 45% -5px transparent;
	color: #534741;
}

#subnav_pub .selected a {
	color: #534741;
}
#subnav_pub div:hover {
	color: #ffffff;
}

#subnav_pub .wdiv_100 {
	width: 100px;
}
 

/*********************************
 * footer
 *********************************/
#foot {
	float:left;
	height: 20px;
	background-color: #cfc4b3;	/* beige */
	width: 820px;
	text-align: center;		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	color: #71645b; /* light brown, #514842 = brown */
}
#foot div {
	padding-top: 3px;
	float: left;
	text-align: center;
	width: 130px;
}
#foot div a {
	text-decoration: none;
	color: #71645b; /* light brown, #514842 = brown */
}
#foot div a:hover {
	color: #ffffff;
}

.contact_choices {
	margin-left: 25px;
	margin-top: 10px;
	margin-right: 25px;
}

.contact_choices td {
	vertical-align: top;
}

.center_content, #nav_pub div.center_content{
 width:820px;
 margin:0 auto;
 float:none;
}
.subnav_back{
 width:100%;
 float:left;
background-color: #EDE7DF;
border-bottom: 1px solid #CCC;
 margin-bottom:10px;
 min-height:49px;
}
#login_form {
  background: url("/images/olc_logo.png") no-repeat scroll 0 0 transparent;
  height: 500px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  width: 285px;
}
#login_form p, #login_form p label, #login_form p input{
	width:100%;
	float:left;
	margin:0;
}
#login_form p{
	margin-bottom:3px;
}
#login_form p label {
	color: #467731;
	font-size: 11px;
	font-weight: bold;
	line-height: 28px;
}
#login_form p label a{
	color: #467731;
	font-weight:normal;
}
#login_form p input, #password_recovery_form p input{
 width:276px;
 padding:6px 4px;
 border:solid 1px #CCC;
 font-size:19px;
}
#login_form #signin_btn_container input.btn {
	background: none repeat scroll 0 0 #71645B;
	border: medium solid white;
	box-shadow: 1px 1px 3px #666666;
	color: white;
	float: left;
	padding: 2px 6px;
	}
#login_form p#signin_btn_container{
	font-size:11px;
	line-height:20px;
	color:#467731;
	margin-top:15px;
	font-weight:bold;
}
#signin_btn_container span{
	line-height:27px;
	float:left;
	margin-left:14px;
}
#signin_btn_container a{
	line-height:27px;
	color:#467731;
	float:right;
}
a#bookmark_me_link {
  background: none repeat scroll 0 0 #769D64;
  border: medium solid white;
  box-shadow: 1px 1px 3px #666666;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 15px;
  text-decoration: none;
}
div#supported_browsers{
 padding-top:1px;
 text-align:center;
 font-size:11px;
 color:#666;
 width:820px;
 float:left;
 border-bottom:1px solid #71645B;
 padding-bottom:5px;
 margin-bottom:10px;
}
a#back_to_home {
  color: #ED6823;
  font-size: 12px;
 font-family:Arial,Helvetica,sans-serif;
 text-decoration:none;
}
#password_recovery_form {
  background: url("/images/olc_logo.png") no-repeat scroll center top transparent;
  color: #666666;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  padding-top: 90px;
  text-align: center;
}
#password_recovery_form h1{
 font-size:16px;
 font-weight:bold;
}
#password_recovery_form input.btn{
 border-width:3px;
 font-weight:normal;
 padding:2px 6px;
 font-size:12px;
}
#rcv_email_label{
 float:left;
 width:40%;
 margin-right:5px;
 text-align:right;
}
#password_recovery_form p span{
 float:left;
}
.welcome_msg strong{
	font-size:21px;
}



