/**********************************************************
filename: screen.php
Lift Communications Inc.
 
author: Rick Stender / Ryan Glover / Whoever Dev'd the Global SM design

description of contents: Screen CSS for SeniorsMoney.ca
 
*********************************************************/

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a img {
  margin: 0;
  padding: 0;
}

body{
  background-color:#808083;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;  
}

/* =======================================================
   GENERAL
==========================================================*/

a {
  color:#dd291e;
}

a img{
  border:none;
}

.clear{
  clear:both;
}

.inline {
	display: inline;
	border: 0;
}


h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
    margin-bottom: .5em;
}

p, #page_content li { 
	font-size: 0.9em; 
	line-height: 1.5em;
	margin-bottom: 1.2em;
}

p.small_print { 
	font-size: 0.7em; 
	line-height: 1.2em;
	margin-bottom: 1.2em;
}

p.tool_tip { 
  background-color:#ffffff;
  font-size:12px;
  margin:0;
}

a.small_print {
  text-decoration:none;

}

a.small_print:hover {
  color:#ffffff;
  background-color:#dd291e}

#page_content ul {
  margin-left:1em;
}

#page_content li { 
	margin-bottom: 0.5em;
}

/* =======================================================
   HEADER TAGS
==========================================================*/

h2 {
  font-size:1.1em;
  color:#dd291e;  
}

h3 {
  font-size:1.0em;
}

/* =======================================================
   MESSAGES
==========================================================*/

#error_message {
	margin: 0;
	margin-bottom:10px;
	padding: 12px;
	background-color: #f7fdfd;
	line-height: 24px;
	color: #dd291e;
	border: 1px solid #dd291e;
	text-align: center;
}

#message {
	margin: 0;
	margin-bottom:10px;
	padding: 12px;
	background-color: #d5f9d9;
	line-height: 24px;
	color: #386a2a;
	border: 1px solid #386a2a;
	text-align: center;
}



/* =======================================================
   STRUCTURE
==========================================================*/

#container{
  width:876px;
  padding: 0px 4px 0 4px;
  height:auto;
  background-image:url(/images/bg_container.png);
  background-repeat:repeat-y;
  margin-left:auto;
  margin-right:auto;
}

#header{
  width:100%;
  height:71px;
  background-image:url(/images/bg_header.png);
  background-repeat:repeat-x;
  margin:0;
  padding:9px 0 0 0;
  color:#575252;
  position:relative;
}

#fullpage{
  background-color:#ffffff;
  height:auto;
  width:100%;
  margin:0;
  padding:230px 0 0 0;
  background-repeat:no-repeat;
}

#page_content{
  width:500px;
  height:auto;
  margin:0;
  padding: 0 65px 40px 30px;
  float:left;
}


#expanding_panel{
  background-image:url(/images/bg_panel_expand.png);
  background-repeat:repeat-y;
  height:auto;
  width:100%;
}


/* =======================================================
   TOP HIDDEN CONTENT
==========================================================*/
#fullpage-head{
  height:20px;
  padding: 30px 65px 50px 30px;
}
#fullpage-head h1.hidden, #fullpage-head p.hidden, #fullpage-head h2.hidden{
  font-size:0.01em;
}
#fullpage-head h1.hidden span, #fullpage-head p.hidden span, #fullpage-head h2.hidden span{
  visibility:hidden;
}

.hidden {
  display:none;
}


/* =======================================================
   NAVIGATION
==========================================================*/

ul#navigation{ 
  list-style:none;
  width:876px; 
  bottom:0px; 
  left:0px; 
  margin:0; 
  padding:0 
}

ul#navigation li { 
  float:left; 
  list-style-type:none;
  margin:0;
  padding:0;
}

ul#navigation li a { 
  height:67px; 
  display:block; 
  top:0; 
  text-indent:-9999px; 
}

li#nav_home a, li#nav_what_is_loan a, li#nav_what_we_offer a, li#nav_key_answers a, li#nav_how_to_apply a, li#nav_who_we_are a, li#nav_in_the_media a, li#navNews a, li#navBroker a, li#nav_contact_us a{ 
  background:url(/images/menu.png); 
}

/* =======================================================
  Measurements for the nav image replacement:

	The distance from the top to the ...
	
	initial state = 0
	rollover state = 67px
	selected state = 134px
	
==========================================================*/
li#nav_home a 						{ background-position:0 0; width:87px; left:0 }
li#nav_home a:hover			{ background-position:0 -67px }
li#nav_home a.active			{ background-position:0 -134px }

li#nav_what_is_loan a 					{ background-position:-86px 0; width:168px; left:86px }
li#nav_what_is_loan a:hover		{ background-position:-86px -67px }
li#nav_what_is_loan a.active		{ background-position:-86px -134px }

li#nav_what_we_offer a 					{ background-position:-254px 0; width:97px; left:254px }
li#nav_what_we_offer a:hover			{ background-position:-254px -67px }
li#nav_what_we_offer a.active		{ background-position:-254px -134px }

li#nav_key_answers a 						{ background-position:-351px 0; width:146px; left:351px }
li#nav_key_answers a:hover				{ background-position:-351px -67px }
li#nav_key_answers a.active		  { background-position:-351px -134px }

li#nav_how_to_apply a 					{ background-position:-497px 0; width:100px; left:497px }
li#nav_how_to_apply a:hover			{ background-position:-497px -67px}
li#nav_how_to_apply a.active 		{ background-position:-497px -134px }

li#nav_who_we_are a 						{ background-position:-597px 0; width:96px; left:597px }
li#nav_who_we_are a:hover				{ background-position:-597px -67px }
li#nav_who_we_are a.active		  { background-position:-597px -134px }

li#nav_in_the_media a 					{ background-position:-693px 0; width:88px; left:693px }
li#nav_in_the_media a:hover			{ background-position:-693px -67px }
li#nav_in_the_media a.active		{ background-position:-693px -134px }

li#nav_contact_us a 				{ background-position:-781px 0; width:94px; left:781px }
li#nav_contact_us a:hover		{ background-position:-781px -67px }
li#nav_contact_us a.active 	{ background-position:-781px -134px }


/*not used at the moment */
li#navNews a 						{ background-position:-612px 0; width:97px; left:612px }
li#navNews a:hover			{ background-position:-612px -67px }
li#navNews a.active		  { background-position:-612px -134px }


/* =======================================================
   END NAVIGATION	
==========================================================*/

/* =======================================================
   SUB-NAVIGATION	
   - global
==========================================================*/

ul#secondary_nav{ 
  list-style:none;
  /*width:auto;*/ 
  bottom:0px; 
  left:0px; 
  margin:0; 
  padding:0; 
} 


ul#secondary_nav li { 
  float:left; 
  list-style-type:none;
  margin:0;
  padding:0;
}

ul#secondary_nav li a { 
  height:15px; 
  overflow:hidden;
  display:block;     
  top:0; 
  text-indent:-9999px; 
}



/* =======================================================
   SUB-NAVIGATION	- contact
 	 The distance from the top to the...

 	 initial state = 0
 	 rollover state = 15px
 	 selected state = 30px   
==========================================================*/


li#nav_contact_us_2 a, li#nav_make_an_inquiry a{
  background-image:url(/images/nav2_contact_us.png);
}

li#nav_contact_us_2 a 					{ background-position:0 0; width:70px; left:0 }
li#nav_contact_us_2 a:hover		{ background-position:0 -15px }
li#nav_contact_us_2 a.active 	{ background-position:0 -30px }

li#nav_make_an_inquiry a 						    { background-position:-70px 0; width:290px; left:70px }
li#nav_make_an_inquiry a:hover					{ background-position:-70px -15px }
li#nav_make_an_inquiry a.active			    { background-position:-70px -30px }

/* =======================================================
   SUB-NAVIGATION	- WHAT IS A SENIORS MONEY LOAN
==========================================================*/

li#nav_your_opportunity a, li#nav_how_it_works a, li#nav_calculator a{
  background-image:url(/images/nav2_what_is.png)
}

li#nav_your_opportunity a 						    { background-position:0 0; width:106px; left:0 }
li#nav_your_opportunity a:hover					{ background-position:0 -15px }
li#nav_your_opportunity a.active 			  { background-position:0 -30px }

li#nav_how_it_works a					{ background-position:-106px 0; width:94px; left:106px }
li#nav_how_it_works a:hover		{ background-position:-106px -15px }
li#nav_how_it_works a.active		{ background-position:-106px -30px }

li#nav_calculator a 				{ background-position:-200px 0; width:188px; left:200px }
li#nav_calculator a:hover		{ background-position:-200px -15px }
li#nav_calculator a.active	{ background-position:-200px -30px }


/* =======================================================
   SUB-NAVIGATION	- WHAT WE OFFER 
==========================================================*/

li#nav_your_seniors_money_loan a, li#nav_advantages_to_you a{
  background-image:url(/images/nav2_what_we_offer.png);
}

li#nav_your_seniors_money_loan a 					  	{ background-position:0 0; width:152px; left:0 }
li#nav_your_seniors_money_loan a:hover					{ background-position:0 -15px }
li#nav_your_seniors_money_loan a.active 			  { background-position:0 -30px }

li#nav_advantages_to_you a 						      { background-position:-152px 0; width:200px; left:152px }
li#nav_advantages_to_you a:hover					    { background-position:-152px -15px }
li#nav_advantages_to_you a.active			      { background-position:-152px -30px }


/* =======================================================
   SUB-NAVIGATION	- WHO WE ARE
==========================================================*/

li#sub_nav_who_we_are a, li#sub_nav_our_people a{
  background-image:url(/images/nav2_who_we_are.png);
}

li#sub_nav_who_we_are a 					  	{ background-position:0 0; width:80px; left:0 }
li#sub_nav_who_we_are a:hover					{ background-position:0 -15px }
li#sub_nav_who_we_are a.active 			  { background-position:0 -30px }

li#sub_nav_our_people a 						      { background-position:-80px 0; width:200px; left:80px }
li#sub_nav_our_people a:hover					    { background-position:-80px -15px }
li#sub_nav_our_people a.active			      { background-position:-80px -30px }



/* =======================================================
   SUB-NAVIGATION	- HOW TO APPLY
==========================================================*/

li#nav_how_to_apply_2 a, li#nav_process_guide a, li#nav_appointment_request a{
  background-image:url(/images/nav2_how_to_apply.png)
}

li#nav_how_to_apply_2 a 						    { background-position:0 0; width:88px; left:0 }
li#nav_how_to_apply_2 a:hover					{ background-position:0 -15px }
li#nav_how_to_apply_2 a.active 			  { background-position:0 -30px }

li#nav_process_guide a					{ background-position:-88px 0; width:106px; left:88px }
li#nav_process_guide a:hover		{ background-position:-88px -15px }
li#nav_process_guide a.active		{ background-position:-88px -30px }

li#nav_appointment_request a 				{ background-position:-194px 0; width:188px; left:194px }
li#nav_appointment_request a:hover		{ background-position:-194px -15px }
li#nav_appointment_request a.active	{ background-position:-194px -30px }



/* =======================================================
   RIGHT PANEL NAVIGATION 
==========================================================*/

div#right_panel_nav {
	float: left;
	border:0;
	margin-bottom:40px;
	}

#right_panel_nav ul {
	margin: 0;
	padding: 0;	
	}
		
#right_panel_nav li {
	list-style: none;
	background:none;  
	border-bottom:1px solid #c4dce0;
	padding:3px 0 3px 20px;
	width:248px;
	min-height:30px;
}

#right_panel_nav li.top {
	border-top:1px solid #c4dce0;
}

#right_panel_nav a {
	width: 100%;
	height: 25px;
	color:#fff;
	text-decoration:none;
	font-size:1em;
	line-height:1.8em;
}

#right_panel_nav a:hover {
	text-decoration:underline;
}	
	
#right_panel_nav li#nav_apply_now {
  background-color:#bc6d4f; 
}	


#right_panel_nav li#nav_advantages {
  background-color:#737a36;
}

#right_panel_nav li#nav_brochure {
  background-color:#c8b28b;
}

#right_panel_nav li#nav_request_appointment {
  background-color: #00929f;
}


/* =======================================================
   BANNER IMAGES 
==========================================================*/

#logo {
  margin:-196px 0 0 19px;
  height: 98px;
  width: 267px;
  background-image:url(/images/logo.png);  
  display:block;
  text-indent:-9999px;    
}

.home{ background-image:url(/images/bg_header_home.jpg);}
.what_is{ background-image:url(/images/bg_header_what_is.jpg);}	
.what_we_offer{ background-image:url(/images/bg_header_what_we_offer.jpg);}
.faq{ background-image:url(/images/bg_header_faq.jpg);}
.how_to_apply{ background-image:url(/images/bg_header_how_to_apply.jpg);}
.who_we_are{ background-image:url(/images/bg_header_who_we_are.jpg);}
.in_the_media{background-image:url(/images/bg_header_in_the_media.jpg);}
.contact{background-image:url(/images/bg_header_contact_us.jpg);}


/* =======================================================
   TABLES
==========================================================*/
table{
  border:1px solid #dd291e;
}

table td,table th{
  padding:10px;
  background-color:#eaedcc;
}

.rates td, .rates th {
  font-size:18px;
}

/* =======================================================
   RIGHT PANEL
==========================================================*/

#enlarge{
  width:268px;
  height:30px;
  padding:0 0 0 0;
  background-color:#fff;
}

#right_panel{
  width:268px;
  height:100%;
  padding:0 0 0 0;
  float:left;
}

#right_panel_content{
  background-image:url(/images/right_panel_top.png);
  background-repeat: no-repeat;  
  height:auto;
}

#phone_number {
  padding:15px;
  display:none;
}

#phone_number h1 {
  padding:0;
  margin:0;
  color:#111;
  font-size:30px;
}

#phone_number p {
  padding:0;
  margin:0;
}


#calculator {
  padding:15px;
  color:#000000;
  margin-bottom:30px;
}
#calculator a  {
	color:#000000;
	text-decoration:none;
	font-size:1.1em;
}

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

#calculator p {
  padding:15px 0 0 0;
  margin:0;
}


/* =======================================================
   FOOTER
==========================================================*/

#footer{
  background-image:url(/images/bg_footer.png);
  background-repeat:repeat-x;
  height:34px;
  width:876px;
}

#footer ul.footermenu{
  margin:0 0 0 0;
  padding:0;
  height:34px;
  list-style:none;
  color:#ffffff;
  float:left;
}

#footer ul.footermenu li{
  float:left;
  margin-top:10px;
}

#footer ul.footermenu li a{
  color:#ffffff;
  text-decoration:none;
  padding: 0 10px 0 10px;
}

#footer ul.footermenu li a:hover{
  color:#dd291e;
  text-decoration:none;
}


/* =======================================================
   TEXT SIZING
==========================================================*/

#enlarge_text{
  float:left;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#ffffff;
  text-align:right;
}

#enlarge_text p{
  font-size:0.75em;
  margin:0;
  padding:10px 0 0 0;
}

/* =======================================================
   DISCLOSURE
==========================================================*/
.disclosure {
  clear:both;
  padding-bottom:20px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#ffffff;
  text-align:left;
  width:876px;
}

.disclosure p{
  font-size:0.75em;
  margin:0;
}

.disclosure a{
  color:#ffffff;
}
