﻿/* COMMON STYLES*/
*{font-family: Arial, Verdana, Helvetica, sans-serif;font-size:9pt;}
BODY, FORM{margin:0; } 


html{
	height:100%;
	position:relative;
}
BODY{
    text-align: center;
    min-width: 790px;
    height: auto;
    min-height: 100%;
    position: relative;
    background-color: #CCCCCC;
}

div#header{
	height:112px;
	color:white;
	text-align:right;
	/*position:relative;*/
	background-image: url(../img/1_header_sp.png);
	background-repeat: no-repeat;
}

div#tpl-phone{
	font-size:23px;
	color:white;
	text-align:right;
	/*position:absolute;*/
	font-weight:bold;
	right:4px;
	top:9px;
	padding:8px 5px;
}

.videotitle
{
    font-family:Arial;
    font-size:8pt;
    color:#0054A4;
    font-weight:bold;          
}

.videosubtitle
{
    font-family:Arial;
    font-size:8pt;       
    color:#42484d;    
}

div#main{
	width:790px;
	border-left:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	margin-left:auto;
	margin-right:auto;
	background:white;
	height:auto;
}

#left-column{
	width:494px;
	height: auto;
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}


#right-column{
	width:256px;
	height: auto;
	background-color: white;
	float: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
}

H1{
	padding:0px;
	margin-top:0px;
	margin-bottom:9px;
	color:#0055A4;
	text-align:left;
	font-size:16pt;
}
H2{
	padding:5px;
	margin:0px;
	margin-bottom:9px;
	color:#0055A4;
	text-align:left;
	font-size:14pt;
}
H3{
	padding:0px;
	margin:0px;
	margin-bottom:9px;
	text-align:left;
	color:#848484;
	font-weight:bold;
}
p{
 text-align:justify;
}
a{
	color:#0054A4;
}
a:hover{
	color:#FF8400;
}
#left-column UL.common LI{
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:justify;
}

#left-column UL.common LI{
	background:url("../img/list_point.gif") no-repeat 0px 6px;
	padding:3px 4px 3px 18px;
}
#left-column UL.common LI a{
	font-size:8pt;
	color:#101F2D;
}
#left-column UL common LI a:hover{
	color:#FF8400;
}


/*Footer*/

div#footer{
	bottom:0px;
	left:0px;
	height:125px;
	width:100%;
	background:url("../img/down_bg.gif") repeat-x bottom;
	text-align:center;
}

#bottom-menu{
	padding-top:18px;
}
#bottom-menu *{
	font-size:8pt;
}
#bottom-menu a{
	color:#4B5B6B;
}
#bottom-menu a:hover{
	color:#0054A4;
}
#bottom-menu a.cur{
	color:#FF8400;
}

#bottom-logos{
}
#bottom-menu{
	padding-top:18px;
}
#bottom-menu *{
	font-size:8pt;
}
#bottom-menu a{
	color:#4B5B6B;
}
#bottom-menu a:hover{
	color:#0054A4;
}
#bottom-menu a.cur{
	color:#FF8400;
}
#copy{
	padding-top:20px;
}
#copy {
	font-size:8pt;
	color:#101F2D;
}

/*Flags section*/
UL#flags{
	/*position:absolute;
	top:72px;
	right:7px;*/
}
ul#flags, UL#flags li {
  float:right;
  list-style:none;
  margin:0; padding:8px 0 0 ;
}
UL#flags li{
	padding:2px 10px;
	height:29px;
}
a#uk{
	background:url("../img/1_flag_uk.gif") no-repeat left;
}
a#ca{
	background:url("../img/1_flag_ca.gif") no-repeat left;
}
UL#flags a{
	height:29px;
	line-height:29px;
	float:left;
	padding-left:50px;
	font-size:12px;
	color:#0054A4;
	font-weight:bold;
	white-space:nowrap;
}
UL#flags a:hover{
	color:#FF8400;
}


 /* "NAVIGATION BAR" section */
#menu-container{
	white-space:nowrap;
	background:url("../img/2_menu_blue_bg.gif") repeat-x;
	padding-left:14px;
	margin: 0px;
	width: auto;
}
#menu{
	height:31px;
	margin: 0px;
	width: auto;
}
#menu ul, #menu UL li {
	float:left;
	list-style:none;
	margin:0; padding:0;
	background:white;
}
#menu UL li, #menu UL li.cur{
	margin-left:1px;
	height:31px;
	background:url("../img/2_menu_blue_bg.gif") repeat-x;
}
#menu UL li.cur{
	background:url("../img/2_menu_orange_bg.gif") repeat-x;
}
#menu UL li div,#menu UL li.cur div{
	float:left;
	height:31px;
	background:url("../img/2_menu_blue_end.gif") no-repeat right bottom;
	width: auto;
}
#menu UL li.cur div{
	background:url("../img/2_menu_orange_end.gif") no-repeat right bottom;
}
#menu UL a,#menu UL li.cur a{
	display:block;
	float:left;
	padding:0px 8px;
	color:#0054A4;
	font-weight:bold;
	height:31px;
	background:url("../img/2_menu_blue_start.gif") no-repeat;
	line-height:31px;
	text-decoration:none;
}
#menu UL li.cur a{
	background:url("../img/2_menu_orange_start.gif") no-repeat;
	color:black;
}

#menu UL a:hover, #menu UL LI.cur a:hover{
	color:#498CD7;
}

#menu li.last {
	float:left;
	height:31px;
	background:url("../img/2_menu_blue_start.gif") no-repeat !important;
}
#menu li.first{
	float:left;
	margin-left:0px;
	height:31px;
	background: white url("../img/2_menu_blue_end.gif") no-repeat right bottom;
}


/*Right navigation Video*/
#video{ 
	width:256px;
}
#video .top{
	height: 30px;
	background-image: url(../img/home/right-title.jpg);
	background-repeat: no-repeat;
}
	
#video .title
{
	font-size:14px;
	color:#0054A4;
	font-weight:bold;
	padding-top:5px;
}
#video .middle{
	height:350px;
	padding-top: 7px;
	background-image: url(../img/home/video-box.jpg);
	background-repeat: no-repeat;
}

#video .info
{
    width:230px;
    margin:0 5px 0 5px;
	font-size:11px;
	padding-top:17px;
	font-style:italic;
	text-align:justify;
}


/*Right navigation Testimonials*/
#story{ 
	width:256px;
}
#story .top{
	height: 30px;
	background-image: url(../img/home/right-title.jpg);
	background-repeat: no-repeat;
}
	
#story .title
{
	font-size:14px;
	color:#0054A4;
	font-weight:bold;
	padding-top:5px;
}
#story .middle{
	height:330px;
	padding-top: 7px;
	background-image: url(../img/home/story-box.jpg);
	background-repeat: no-repeat;
}

#story .info
{
    width:230px;
    margin:0 0 0 5px;
	font-size:11px;
	padding-top:5px;
	font-style:italic;
	text-align:justify;
}

#links{
	width:790px;
	height: 152px;
	padding-top: 7px;
	background-image: url(../img/home/useful-links.jpg);
	background-repeat: no-repeat;
	float:left;
}


/*Learning Center, Finacial Calculators, FreedomQuest, Why choose us*/
.box{ 
	width:195px;
	float:left;
}

.box .top{
	font-size: 13px;
	line-height: 20px;
	color:#0054A4;
	font-weight:bold;
	text-align:center;
}

.box .middle{
	/*border: solid 1px #000;	*/
	height:115px;
	margin:5px 0 0 6px;
}

.box p
{
    font-size:11px;
    text-align:center;
    padding:0px;
    margin:0 0 4px 0;
}

.box .middle img{
	margin-right:7px;
	margin-left:5px;
}

.box a
{
  font-size:11px;    
}

.box .calc
{
   color:#000;
}

.box .calc:hover
{
   color:#FF8400;
}

.box .more
{
  font-size:11px;  
  color:#FF8400 !important;
  background:url(../img/home/box_arrows.gif) no-repeat right;
  text-decoration:none;
  font-weight:bold;
  float:left; width: 93px;
}

.box .more:hover{
	text-decoration:underline;
	background:url(../img/home/box_arrows_o.gif) no-repeat right;
}

.spacer
{
 margin:7px;
}


.banner
{
  background:url(../img/home/banner2.jpg) no-repeat; 
  height:80px;
  float:left;
  width:790px;
}

.banner p
{
    color:#000;
    font-size:17px;
	font-weight:bold;
	text-align:left; 
	margin: 5px 0 0 150px;
	line-height:23px; 
}

 #no-obligation{ /* "No obligation..." section */
	background:url("../img/forms/1_down_bg.gif") repeat-x bottom;
	height:76px;
	clear:both;
	margin:0px 30px 0px;
	padding-top:10px;
}
#no-obligation .text{
	padding-top:17px;
	height:76px;
	
}
#no-obligation *{
	font-family:Tahoma;
	font-size:7pt;
	color:#5A6168;text-align:center;
}
#no-obligation .left{
	float:left;
	background:url("../img/forms/1_down_start.gif") no-repeat bottom;
	width:28px;
	height:76px;
}
#no-obligation .right{
	float:right;
	background:url("../img/forms/1_down_end.gif") no-repeat;
	width:28px;
	height:76px;
}