/* Reset styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*---COMMON STYLES---*/

.select {
	font-size:14px;
	font-weight:bold !important;
	color:#333333;
	text-align: left; 
	display: block; 
	text-align: left; 
	white-space: nowrap; 
	overflow: hidden; 
	border:1px solid #959595;
}

.select option {
	font-size:16px;
	font-weight:bold !important;
	text-align: left; 
	display: block; 
	text-align: left; 
	white-space: nowrap; 
	overflow: hidden; 
}

.select-small {
	font-size:12px;
	font-weight:bold !important;
	text-align: left; 
	display: block; 
	text-align: left; 
	white-space: nowrap; 
	overflow: hidden; 
	border:1px solid #959595;
}

.select-small option {
	font-size:12px;
	font-weight:bold !important;
	text-align: left; 
	display: block; 
	text-align: left; 
	white-space: nowrap; 
	overflow: hidden; 
}

/*--- Markup ---*/

div.hr {
	background: url(../../images/green_dot.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:10px;
}

div.hr hr {
	display: none;
}

/*--- Layout ---*/

.table_padding td {
	padding:6px!important;
	font-weight:bold;
	font-size:11px;
}

.table_padding2 td {
	padding-bottom:8px!important;
	padding-right:8px!important;
	font-weight:bold;
	font-size:11px;
}

.float_right{
	float:right!important;
}

.float_left{
	float:left!important;
}


/*--- Headings ---*/

h1 {
	font-size:18px;
	font-weight:bold!important;	
	background: url(../../images/heading_bullet.gif) no-repeat;
	padding-left:37px;	
	padding-top:7px;
	height:24px;
	margin-bottom:17px;
}

h2 {
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold!important;
	background: url(../../images/heading_bullet.gif) no-repeat;
	padding-left:37px;	
	padding-top:7px;
	height:24px;
	margin-bottom:9px;	
	padding-right:0px;
}

h3 {
	font-size:11px;
	font-weight:bold!important;
	background: url(../../images/heading_bullet.gif) no-repeat;
	padding-left:37px;	
	padding-top:2px;
	height:29px;
	padding-bottom:12px;	
}

h3 a {  
	text-decoration:none; 
     color:#000; 
}

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

h4 {
	font-size:16px;
	font-weight:bold!important;
	background: url(../../images/heading_bullet_transp.gif) no-repeat;
	padding-left:37px;	
	padding-top:9px;
	height:29px;
}

h5 { /*displays header with either right or down arrow*/
	font-size:18px;
	font-weight:bold!important;
	padding-left:21px;
	padding-bottom:11px;
}

h6 {
	font-size:14px;
	font-weight:bold!important;	
	background: url(../../images/heading_bullet_transp2.gif) no-repeat;
	padding-left:37px;	
	padding-top:9px;
	height:22px;
	padding-bottom:6px;
}

/*--- Font Styles ---*/

html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

p {
	line-height:130%;
	padding-bottom:15px;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

.hint {
	color:#DF784F;
	font-size:10px;
	font-style:italic;
}	

.errorText {
	color:red;
	font-weight:bold;
}

.faded {
	color:#bdbdbd;
}

.green {
	color:#7D9444;
}

.green_border {
	background: url(../../images/green_dot.gif);
	background-repeat:repeat-y;
	background-position:center;
	text-align:center;
}

.blue {
	color:#596790;
}

.orange {
	color:#D46038;
}

.grey {
	color:#888888;
}

.grey_small {
	font-size:10px;
	color:#888888;
}

.medium_text {
	font-size:15px;
}

/*--- Alternating Row Color ---*/

.odd{background-color: #EEF1F4;} 

.even{
	background-color: #;
} 


#topnav {
	margin:0px auto;
	margin-top:22px;
	width:877px;
	height:24px;
	text-align:right;
	padding-right:24px;	
	font-size:12px;	
	position:relative;
}

#topnav a {
	color:#000;
	text-decoration:none;
}

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

#topnav img {
	vertical-align:bottom;
}

.forgot_username,.forgot_password {
	position:absolute;
	top:-15px;
	text-align:center;
	font-size:10px;
	color:#DF7855;
}
.forgot_username a,.forgot_password a {
	color:#DF7855!important;
	text-decoration:none!important;
}
.forgot_username a:hover,.forgot_password a:hover {
	color:#DF7855!important;
	text-decoration:underline!important;
}
.forgot_username{
	right:235px;
	width:169px;
}
.forgot_password{
	right:55px;
	width:111px;
}

#header {
	margin:0px auto;
	margin-top:15px;
	background: url(../../images/header.jpg) no-repeat;	
	width:901px;
	height:90px;
}

#header img {
	float:left;
}

#wrap {
	margin:0px auto;
	padding-top:11px;
	width:899px;
	border-left:1px solid #BDBDBD;
	border-right:1px solid #BDBDBD;
}

.middle_top {
	height:19px;
	background: url(../../images/library/middle_top_bg.jpg) no-repeat;	
}	

.middle_mid {
	width:865px;
	border-left:1px solid #BDBDBD;
	border-right:1px solid #BDBDBD;
	padding:0px;
	margin:0px;
	position:relative;
	left:-1px;
}

.middle_mid th {
	padding-top: 3px;
	padding-bottom: 6px;
	margin-bottom: 3px;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
	color: #000000;
}

.spacer {
	padding-top:7px;
	padding-bottom: 7px;
	margin: 5px;
}	

.middle_mid th a {
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
	color: #000000;
}

.middle_mid th a:hover {
	color: #8F8F8F;
}

.middle_bottom {
	height:25px;
	background: url(../../images/library/middle_bottom_bg.jpg) no-repeat;
}	

#content_top {
	margin: 0 auto;margin-top:5px;	
}
#contentBottom {
	background: url(../../images/footer.gif) no-repeat;	
	width:901px;
	height:21px;
	margin:0px auto;
	margin-bottom:5px;
}

#site_footer {
	width: 900px; 
	margin-top: 15px; 
	margin: 0 auto;
}

#site_footer_top, #content_top {
	background: transparent url(../../images/header.gif) no-repeat scroll 0%;
	height: 22px;
	width: 901px;
}

#site_footer_middle {	
	margin: 0 auto; 
	text-align: center;	
	width: 899px;
	border-left: 1px solid #BDBDBD;
	border-right: 1px solid #BDBDBD;
	
}

#site_footer_bottom {
	background: transparent url(../../images/footer.gif) no-repeat scroll 0%;
	height: 21px;
	width: 901px;
	margin: 0px auto 5px;
}

#footer_links {
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer_links a {
	text-decoration: none;	
	color: black;
}

#footer_links a:hover {
	text-decoration:underline;
}

.footer_info {
	height:35px;
	position:relative;
}


/*--- Font Styles ---*/
a {
color:#D7613B;
}

.grey_small2 {
	font-size:12px;
	color:#6E6E6E;
	font-weight:bold;
}

.medium_text {
	font-size:15px;
}


/*--- Global Nav ---*/

#nav {
	float:right;
	width:423px;
}

#nav li {
	list-style:none;
	width:98px;
	height:27px;
	text-align:center;
	font-size:14px;
	color:#fff;
	background: url(../../images/nav_bg.jpg) no-repeat;
	float:left;
	margin-left:2px;
	padding-top:5px;
}

#nav li a {
	display: block;
	width: 100%;
	color:#fff;
	text-decoration:none;
}

#nav li a:hover {
	display: block;
	width: 100%;
	color:#fff;
	text-decoration:underline;
}

.nav_active { /*--- Changes the tab bg to include the arrow down ---*/
	background: url(../../images/nav_bg_active.jpg) no-repeat!important;
}

.nav_active a:hover { /*--- removes the hover-underline action  ---*/
	text-decoration:none!important;
}
.nav_active2 { /*--- Changes the tab bg to lighter color and arrow down ---*/
	background: url(../../images/nav_bg_active2.jpg) no-repeat!important;
}

.nav_active2 a:hover { /*--- removes the hover-underline action  ---*/
	text-decoration:none!important;
}

.nav_active3 { /*--- Changes the tab bg to darker color and NO arrow ---*/
	background: url(../../images/nav_bg_active3.jpg) no-repeat!important;
}

.nav_active3 a:hover { /*--- removes the hover-underline action  ---*/
	text-decoration:none!important;
}

#navTabs {
	float:right;
	margin-top: 30px;
	width:450px;
}

.subnav {
	text-align:center;
	font-size:11px;
	padding-right:24px;
}

.subnav a {
	color:#000;
	text-decoration:none;
}

.subnav a:hover {
	color:#000;
	text-decoration:underline;
}

.subnav_spacer {
	margin-left:4px!important;
	margin-right:4px!important;
	color:#B9B9B9;
	font-size:17px;
	display:inline;
}

.norman_window {
	position:absolute;
	right:-17px;
}

/* Tooltip Styles */

#ttip_top {
	background: url("../../images/tooltip_top.gif");
  	background-repeat:no-repeat;
	background-position:bottom;
	width:360px;
	height:10px;
}

#ttip_middle {
	background: url("../../images/tooltip_middle.gif");
  	background-repeat: repeat-y;
	width:340px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}

#ttip_bottom {
	background: url("../../images/tooltip_bottom.gif");
  	background-repeat:no-repeat;
	background-position:top;
	width:360px;
	height:10px;
}



/* Mapping Tooltip Styles */

.mapping_ttip {
	position:absolute;
	z-index: 3000!important;
}

.mapping_ttip_top {
	background: url("../../images/mapping_tooltip_top.gif");
  	background-repeat:no-repeat;
	background-position:bottom;
	width:360px;
	height:10px;
	z-index: 3000!important;
}

.mapping_ttip_middle {
	background: url("../../images/mapping_tooltip_middle.gif");
  	background-repeat: repeat-y;
	width:320px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#515151;
	padding-left:20px;
	padding-right:20px;
	font-weight:bold;
	line-height:120%;
	z-index: 3000;
}

.mapping_ttip_bottom {
	background: url("../../images/mapping_tooltip_bottom.gif");
  	background-repeat:no-repeat;
	background-position:top;
	width:360px;
	height:10px;
	z-index: 3000;
}

.mapping_ttip_middle_orange {
	color:#DD6C00;
}

.mapping_error {
	padding-right:5px;
}

/* text input styles */
fieldset {
	border: 0px solid #fff !important;
	/* Opera doesn't get border:none or border:0 on fieldsets */
	margin: 0px;
	padding: 0px;
}

.br {
	display: none;
}

/*--- Home text field ---*/
.textfield_home {
	color: #333;
	margin: 3px;
	height: 28px;
	border: 0px solid #fff;
	background: url('../../images/home/home_search.jpg') no-repeat fixed;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 183px;
	padding-left: 8px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

fieldset>input.textfield_home {
	background: url('../../images/home/home_search.jpg') no-repeat;
}

.textfield_home_submit {
	float: right;
	padding-top: 4px;
}

/*--- login text fields---*/ /*--- Email ---*/
.textfield_email {
	color: #333;
	height: 17px;
	border: 0px solid #fff;
	background: url('../../images/textfield_email.jpg') no-repeat fixed;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 158px;
	padding-left: 4px;
	padding-right: 7px;
	padding-top: 6px;
	padding-bottom: 3px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

fieldset>input.textfield_email {
	background: url('../../images/textfield_email.jpg') no-repeat;
}

.textfield_login_submit {
	float: right;
}

/*--- password ---*/
.textfield_password {
	color: #333;
	height: 17px;
	border: 0px solid #fff;
	background: url('../../images/textfield_password.jpg') no-repeat fixed;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100px;
	padding-left: 4px;
	padding-right: 7px;
	padding-top: 6px;
	padding-bottom: 3px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

fieldset>input.textfield_password {
	background: url('../../images/textfield_password.jpg') no-repeat;
}

/*--- register text fields---*/ /*--- register small ---*/
.textfield_register_small {
	color: #333;
	height: 19px;
	border: 0px solid #fff;
	background: url('../../images/textfield_register_small.jpg') no-repeat
		fixed;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 198px;
	padding-left: 4px;
	padding-right: 7px;
	padding-top: 6px;
	padding-bottom: 3px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-weight: bold !important;
}

fieldset>input.textfield_register_small {
	background: url('../../images/textfield_register_small.jpg') no-repeat;
}

/*--- register large ---*/
.textfield_register_large {
	color: #333;
	height: 19px;
	border: 0px solid #fff;
	background: url('../../images/textfield_register_large.jpg') no-repeat
		fixed;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 366px;
	padding-left: 4px;
	padding-right: 7px;
	padding-top: 6px;
	padding-bottom: 3px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

fieldset>input.textfield_register_large {
	background: url('../../images/textfield_register_large.jpg') no-repeat;
}

/*--- Worship Plan List text fields---*/
.wp2_textfield_find {
	color: #333;
	height: 19px;
	border: 0px solid #fff;
	background: url('../../images/textfield_register_small.jpg') no-repeat
		fixed;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 198px;
	padding-left: 4px;
	padding-right: 7px;
	padding-top: 6px;
	padding-bottom: 3px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-weight: bold !important;
}

fieldset>input.wp2_textfield_find {
	background: url('../../images/textfield_register_small.jpg') no-repeat;
}

/*--- Find & Buy text fields---*/
.textfield_find {
	color: #333;
	height: 19px;
	border: 0px solid #fff;
	background: url('../../images/textfield_register_small.jpg') no-repeat;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 198px;
	padding-left: 4px;
	padding-right: 7px;
	padding-top: 6px;
	padding-bottom: 3px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-weight: bold !important;
}

fieldset>input.textfield_find {
	background: url('../../images/textfield_register_small.jpg') no-repeat;
}

/*--- Worship Plan fields---*/ /*--- Worship Plan Name--*/
.textfield_plan_name {
	color: #333;
	height: 19px;
	border: 0px solid #fff;
	background: url('../../images/textfield_green_small.jpg') no-repeat
		fixed;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 198px;
	padding-left: 4px;
	padding-right: 7px;
	padding-top: 6px;
	padding-bottom: 3px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-weight: bold !important;
}

fieldset>input.textfield_plan_name {
	background: url('../../images/textfield_green_small.jpg') no-repeat;
}

/*--- Worship Plan Date--*/
.textfield_plan_date {
	color: #333;
	height: 19px;
	border: 0px solid #fff;
	background: url('../../images/textfield_green_small2.jpg') no-repeat
		fixed;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 89px;
	padding-left: 4px;
	padding-right: 7px;
	padding-top: 6px;
	padding-bottom: 3px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-weight: bold !important;
}

fieldset>input.textfield_plan_date {
	background: url('../../images/textfield_green_small2.jpg') no-repeat;
}

/*--- Worship Plan Search--*/
.textfield_plan_search {
	color: #333;
	height: 19px;
	border: 0px solid #fff;
	background: url('../../images/textfield_green_small.jpg') no-repeat
		fixed;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 198px;
	padding-left: 4px;
	padding-right: 7px;
	padding-top: 6px;
	padding-bottom: 3px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-weight: bold !important;
}

fieldset>input.textfield_plan_search {
	background: url('../../images/textfield_green_small.jpg') no-repeat;
}

/*--- Shopping text fields---*/
.textfield_shopping {
	color: #333;
	height: 19px;
	border: 0px solid #fff;
	background: url('../../images/textfield_shopping.jpg') no-repeat fixed;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 165px;
	padding-left: 4px;
	padding-right: 7px;
	padding-top: 6px;
	padding-bottom: 3px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-weight: bold !important;
}

fieldset>input.textfield_shopping {
	background: url('../../images/textfield_shopping.jpg') no-repeat;
}

.textfield_shopping_small {
	color: #333;
	height: 19px;
	border: 0px solid #fff;
	background: url('../../images/textfield_shopping_small.jpg') no-repeat
		fixed;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 51px;
	padding-left: 4px;
	padding-right: 7px;
	padding-top: 6px;
	padding-bottom: 3px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-weight: bold !important;
}

fieldset>input.textfield_shopping_small {
	background: url('../../images/textfield_shopping_small.jpg') no-repeat;
}

.textfield_shopping_small_select {
	color: #333;
	height: 19px;
	border: 0px solid #fff;
	background: url('../../images/textfield_shopping_small_select.jpg')
		no-repeat fixed;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 50px;
	padding-left: 4px;
	padding-right: 21px;
	padding-top: 6px;
	padding-bottom: 3px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-weight: bold !important;
}

fieldset>input.textfield_shopping_small_select {
	background: url('../../images/textfield_shopping_small_select.jpg')
		no-repeat;
}

.textfield_shopping_large {
	color: #333;
	height: 19px;
	border: 0px solid #fff;
	background: url('../../images/textfield_shopping_large.jpg') no-repeat
		fixed;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 189px;
	padding-left: 4px;
	padding-right: 7px;
	padding-top: 6px;
	padding-bottom: 3px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-weight: bold !important;
}

fieldset>input.textfield_shopping_large {
	background: url('../../images/textfield_shopping_large.jpg') no-repeat;
}


/*---HOMEPAGE STYLES---*/

#home {
	width:867px;
	margin:0px auto;
	padding-top:0px;
}

#home_header {
	background: url(../../images/home/home_header.jpg) no-repeat;	
	height:68px;
	margin-bottom:9px;	
}

#home_top_nav {
	float:right;
	height:23px;
	padding-right:8px;
	padding-bottom:38px;
}

#home_top_nav_login { /*This replaces home_top_nav when user has to login*/
	height:40px;
	width: 867px;
	text-align:right;
	position:relative;
	font-size:11px;
	background-color:white;
}

#home_left {
	float:left;
	width: 265px;
	margin-right:14px;
}

.home_left_top {
	background: url(../../images/home/home_left_top_bg.jpg) no-repeat;	
	height:23px;
}

.home_left_mid {
	border-left:1px solid #B3B2B2;
	border-right:1px solid #B3B2B2;
	width:243px;
	padding-left:9px;
	padding-right:9px;
	font-size:15px;
}

.home_left_bottom {
	background: url(../../images/home/home_left_bottom_bg.jpg) no-repeat;	
	height:30px;
}

#home_right {
	float:right;
	width:588px;
}

#home_right_top {
	background: url(../../images/home/home_right_top_bg.jpg) no-repeat;	
	height:23px;
}

#home_right_mid {
	border-left:1px solid #B3B2B2;
	border-right:1px solid #B3B2B2;
	width:496px;
	padding-left:45px;
	padding-right:45px;
	/* BELOW -- Evens out right side with left side */
	min-height:475px;
  	height:auto !important; 
  	height:482px; /*IE 6 height */
}

#home_right_bottom {
	background: url(../../images/home/home_right_bottom_bg.jpg) no-repeat;	
	height:30px;
	background-position:top;
}

#registrationError {
	text-align:center;
	width:588px;
}

#registrationError .top {
    background: url(../../images/home/home_right_top_bg.jpg) no-repeat; 
    height:23px;
}

#registrationError .middle {
    padding-left: 0px;
    padding-right: 0px;
    
    border-left:1px solid #B3B2B2;
    border-right:1px solid #B3B2B2;
    width:496px;
    padding-left:45px;
    padding-right:45px;
}

#registrationError .bottom {
    background: url(../../images/home/home_right_bottom_bg.jpg) no-repeat;  
    height:30px;
    background-position:top;
}

.home_cart {
	vertical-align:middle;
}

.home_find {
	padding-left:3px;
	margin-bottom:15px;
}


/*Font Styles */

#home_right p{
	padding-left:10px;
}

#home_right a {
	text-decoration:none;
	color:#D46038;
}

#home_right a:hover {
	text-decoration:underline;
}

.home_left_mid ul {
	padding-left:9px;
}

.home_left_mid li {
	background: url(../../images/bullet.jpg) no-repeat;
	padding-left:20px;
	padding-bottom:12px;
	padding-top:1px;
}

.home_left_mid ul ul li {
	padding-bottom:6px;
	padding-top:1px;
	background:#fff!important;
	padding-left:0px!important;
	font-size:12px;
	color:#787878;
}

.home_left_mid ul ul {
	margin-left:0px;
	padding-left:0px;
	padding-top:6px;
}

.home_left_mid ul a {
	text-decoration:none;
	color:#000;
}

.home_left_mid ul a:hover {
	text-decoration:underline;
}

.home_left_mid ul ul a {
	text-decoration:none;
	color:#787878;
}

.home_left_mid ul ul a:hover {
	text-decoration:underline;
}

.home_top_nav_spacer {
	background:url(../../images/home/home_top_nav_spacer.gif) no-repeat;
	background-position:right;
	padding-right:7px;
	padding-left:7px;
}

#home_top_nav a {
	color:#000;
	text-decoration:none;	
}

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

.home_forgot_password {
	right:20px;
	top:-2px;
	font-size:10px;
	color:#D75D46!important;
}

.home_forgot_password a {
	color:#D75D46!important;
	text-decoration:none;
}

.home_forgot_password a:hover {
	text-decoration:underline;
	color:#D75D46;
}

.resetPassword {
	background-color:white;
	border:2px solid gray;
	position:absolute;
	top:200px;
	left:400px;
	padding:20px;
	width:450px;
}


.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid #202020;
border-left-width: 0;
text-decoration: none;
background: url(menubg.gif) center center repeat-x;
color: black;
font: bold 13px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #e3f1bd;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #cde686;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */

#home_login {
	width:350px;
	margin:0px auto;
	margin-top:40px;
}

#home_login table td {
	padding:6px;
	font-size:14px;
}

#home_login_error {
	font-size:12px;
	text-align:center;
	padding-top: 14px;
	background:url(../../images/green_dot.gif) repeat-x;
	background-position:top;
	display:block;
}

#lwbadge {
	float: right;
}

.btnPtr {
    cursor:pointer;
}

#beta_star {
	position: relative;
	margin: 0;
	padding: 0 0 0 350px;
	top: -19px;
	float:left;
	height:1px;
}
	
* html #beta_star img { /*---- IE6 ----*/
	position:absolute;
	float:left;
} 

#current{
	float:left;
	font-weight:bold;
	font-size:14px;
	text-transform:none;
}
#credits{
	float: left;
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
	padding-left: 4px;
	text-transform:none;
	letter-spacing: -2px;
}
#atLifeway{
	float: left;
	font-weight: bold;
	line-height: 44px;
	padding-left: 6px;
	font-size:14px;
	text-transform:none;
}
#prepayUnit_header {
	font-size:16px;
	font-weight:bold;
	vertical-align:bottom; 
	background: url(../../images/library/search_bg.jpg) no-repeat;
	height:45px;
	margin-bottom:7px;
	padding-top: 10px;
	padding-left: 5px;
	margin-left: 0px;
}
#button a, #button a:visited, #button a span {
    background: transparent url(../../images/largebutton.jpg) no-repeat scroll left 0;
    margin: 0 15px 0 0;       /* 15px == amount of background image to the right */
    padding: 0 0 0 15px;      /* 15px == amount of background image to the left */
    display: -moz-inline-box; /* Firefox 2 support for inline-block */
    display: inline-block;    /* Must be used so that height can be set */
    height: 27px;             /* Same as height of background image */
    font: 16px/25px "Lucida Grande", Arial; /* Appropriate font size / line height */
    color: white;
    text-decoration: none;
}
#button a {
    background-position: right 0;
    margin: 0;
    padding: 0;
}
