@charset "utf-8";

/** GLOBAL **/

html{
  overflow:scroll;
}
body{
  font-family:Trebuchet MS, Verdana, Arial;
  font-size:.8em;
  line-height:normal;
  color:#666;
}
ul{
	margin:0 0 10px 0;
}
.ul_title{
	margin:0 0 5px 0;
	color:#7e4927;
}
.ul_title a{
  color:#7e4927;
	}
a{
  color:#666;
}
a:hover{
  color:#7e4927;
}
i{
  visibility:hidden;
}



/** MAIN LAYOUT **/
#linkhome{
  width:312px;
  height:70px;
  position:absolute;
  top:13px;
  left:31px;
}
#header{
  background:url(../images/bg_header.jpg) no-repeat;
  width:820px;
  height:97px;
  margin:0 auto;
  position:relative;
}
#bg-CTA{
  background:url(../images/bg_CTA_short.jpg) no-repeat;
  width:175px;
  height:89px;
}
#sign-in form{
  width:175px;
  margin:0px 0px 0px 13px;
  display:block;
  padding-top:15px;
}
#sign-in form p{
  font-size:.95em;
  color:#666666;
  text-align:left;
  margin:.5em 0;
}
#sign-in input{
  width:125px;
  font-size:.95em;
  color:#666666;
  text-align:left;
}
#sign-in #submit{
  width:60px;
}
#linkhome{
	text-decoration:none;
	}
#main_nav a{
  text-decoration:none;
	}
#content{
  background:url(../images/bg_main.jpg) no-repeat;
  width:820px;
  margin:0 auto;
  overflow:hidden;
  min-height:450px;
}
#left_col{
  width:200px;
  margin:35px 0px 35px 30px;
  float:left;
}
.leftcol_title{
  font-size:1.2em;
  color:#7e4927;
}
#left_col #main_nav{
  margin:10px 0px 35px 0px;
}
li{
  list-style:none;
}
#right_col{
  width:525px;
  margin:35px 30px 35px 0px;
  float:right;
}
#right_col li{
	margin-bottom:3px;
}
#rightcol_title{
  font-size:1.4em;
  color:#7e4927;
}
.p_title{
	font-size:1.4em;
	font-weight:bold;
	margin:10px 0;
}
.p_after_title{
  margin-top:0px;
}
.p_links a{
  color:#004964;
  text-decoration:underline;
}
.p_links a:hover{
  color:#7e4927;
}
.contact_name{
  color:#7e4927;
  font-weight:bold;
}
#appForm li{
  margin-bottom:10px;
}
#footer{
  background:url(../images/bg_footer.jpg) no-repeat;
  width:820px;
  height:124px;
  margin:0 auto;
}
.footer_links{
	padding:0px 10px;
	text-decoration:none;
}
#leftside{
  width:200px;
  margin:0px 0px 0px 30px;
  float:left;
}
#rightside{
  width:525px;
  margin:0px 30px 0px 0px;
  float:right;
  text-align:center;
}
.brown-text{
  color:#7e4927;
}



/** SIGNIN FORM **/

#member-signin {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	font-size:12px;
	line-height:16px;
}
fieldset label {
	width: 200px;
	display: block;
	float: left;
	clear:both;
}
#bttnSubmit {
	margin: 20px 0 0 10px;
}



/** SHCA FORMS PAGE **/
.column{
	width:250px;
	float:left;
}
.first{
	margin-right:15px;
	}
	
/** Payonline **/
#levels{
	margin-top:25px;
	}
.level{
	padding-bottom:10px;
	margin-bottom:35px;
	border-bottom:1px solid #cccccc;
	}
.level.last{
	margin-bottom:0;
	border:none;
	}
.note{
	font-size:11px;
	}
