/*Always Show Vertical Scrollbar in Firefox 
regardless of whether there is content to scroll (this is automic by Internet Explorer)*/


body, div{
	margin: 0px;
	padding: 0px;
	font: 11px/15px Verdana, Geneva, Arial, Helvetica;
	color: #333333;
}

body {
	min-width: 774px;
	text-align: center;
	background-color : #f3f3f3;
	background-image:url(images/gradient17496073.png);
	background-repeat: repeat-x;
}

h1  {
	clear: both;
	font: 22px/25px Verdana, Geneva, Arial, Helvetica;
	color: #444444;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;	
}

h2 {
	font: 14px Verdana, Geneva, Arial, Helvetica;
	color: #2A54A8;
	font-weight: bold;
	letter-spacing: normal;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 10px 0px;
}

h3 {
	font: 10px Verdana, Geneva, Arial, Helvetica;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;	
}

a
{
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
}

a:hover
{
	text-decoration: underline;
}


td h2 a:link, td h2 a:active, td h2 a:visited,
h2 a:link, h2 a:active, h2 a:visited
{
	font: 14px Verdana, Geneva, Arial, Helvetica;
	color: #2A54A8;
	font-weight: bold;
	text-decoration: none;
}

td h2 a:hover,
h2 a:hover
{
	font: 14px Verdana, Geneva, Arial, Helvetica;
	color: #2A54A8;
	font-weight: bold;
	text-decoration: underline;
}

h3 a:link, h3 a:active, h3 a:visited {
	font: 10px Verdana, Geneva, Arial, Helvetica;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

h3 a:hover {
	font: 10px Verdana, Geneva, Arial, Helvetica;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

p {
	font: 11px/16px Verdana, Geneva, Arial, Helvetica;
	color: #333333;
	margin: 0px 0px 10px 0px;
	line-height: 14px;
}
	
p a:link, p a:active, p a:visited 
{
	font: 11px/16px Verdana, Geneva, Arial, Helvetica;
	color: #2A54A8;
	text-decoration: none;
}

p a:hover {
	color: #2A54A8;
	text-decoration: underline;
}

table {
	font: 11px/16px Verdana, Geneva, Arial, Helvetica;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

tr {
	font: 11px/16px Verdana, Geneva, Arial, Helvetica;
	color: #333333;
	margin: 0px 0px 10px 0px;
}

td {
	font: 11px/16px Verdana, Geneva, Arial, Helvetica;
	color: #333333;
	margin: 0px 0px 10px 0px;
}

td a:link, td a:active, td a:visited {
	font: 11px/16px Verdana, Geneva, Arial, Helvetica;
	color: #2A54A8;
	text-decoration: none;
}

td a:hover {
	color: #2A54A8;
	text-decoration: underline;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

select {
	font: 11px Verdana, Geneva, Arial, Helvetica;
	color: #333333;
	background-color: #FFF;
	border: 1px #999 solid;	
}

input {
/*	font: 11px Verdana, Geneva, Arial, Helvetica;*/
	color: #333333;
/*	border: 1px solid #999;*/
	/*background-color: #FFF;*/
}

textarea {
	font: 11px Verdana, Geneva, Arial, Helvetica;
	color: #333333;
	border: 1px solid #999;
	background-color: #FFF;
}

ul {
	font: 11px/16px Verdana, Geneva, Arial, Helvetica;
	color: #333333;
	margin-left: 0px;
	margin-top: 5px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(images/glb_blt_orgSquare.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

ul li {
	padding: 0px 0px 2px 0px;
}

ul li a
{
	color: #2A54A8;
}

ul li ul {
	font: 11px/16px Verdana, Geneva, Arial, Helvetica;
	color: #333333;
	margin: 2px 0px 3px 17px;
	list-style: none url(images/glb_blt_orgSquareSm.gif) outside;
}

ul li ul li {
	padding: 0px 0px 0px 0px;
}

ul li ul li a
{
	color: #2A54A8;
}


ol {
	margin: 5px 0px 15px 35px;
	padding: 0px;
	list-style: decimal outside none;
	font: 11px/16px Verdana, Geneva, Arial, Helvetica;
	color: #333333;
}

ol li {
	padding: 0px 0px 2px 0px;
}

ol li a
{
	color: #2A54A8;
}

ol li ol{
	margin: 5px 0px 5px 45px;
	list-style: lower-alpha outside none;
	font: 11px/16px Verdana, Geneva, Arial, Helvetica;
	color: #333333;
}

ol li ol li
{
	padding: 0px 0px 2px 0px;
}

ol li ol li a
{
	color: #2A54A8;
}

ol.multiple_line li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
}



ul li a
{
	text-decoration: none;
}

ul li a:hover
{
	text-decoration: underline;
}


hr {
	height: 4px;
	border-top: 4px solid #5D8688;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}



.color_red {color: #ff0000}

.color_green a:link, .color_green a:active, .color_green a:visited {
	color: #66FF00 !important;
}
	
.color_green_w a:link, .color_green_w a:active, .color_green_w a:visited {
	color: #666666 !important;
}



#cntarea_out {
	height: 100%;
	width: 774px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: repeat-y;
}


#cntarea {
	height: 100%;
	width: 774px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(images/background-2.jpg);
	overflow:auto;
}

#cntarea_forum
{
	height: 100%;
	width: 774px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(images/background-forum.gif);
	overflow:auto;
}

#logocntarea{
	height: 110px;
	width: 774px;
	padding: 0px;
	margin-bottom: 2px;
}

#logolftctnr {
	float: left;
	width: 275px;
	padding: 0px;
	height: 80px;
	margin-left: 0px;
	/*margin-top: 20px;*/
	margin-top: 0px;
}

#logortctnr {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	width: 300px;
	text-align: right;
	vertical-align: middle;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#topmenu {
	width: 774px;
	height: 26px;
	background-color: #333333;
}

#topmenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#topmenu ul li {
	height: 26px;
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
	background-color: #333333;
	display: inline;
}

#topmenu ul li a:link, #topmenu ul li a:active, #topmenu ul li a:visited {
	height: 26px;
	float: left;
	position: relative;
}

#prn {
	height: 18px;
	float: right;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	white-space: nowrap;
	color: #FFFFFF;
	padding: 0px;
}

.searchbox{
	float: right;
	width: 470px;
	padding: 0px;
	margin: 5px 0px 2px 0px;
	_margin-right: 5px;
	text-align: right;
}

#prn a:link, #prn a:active, #prn  a:visited {
	font: 11px Arial,Verdana,Geneva;
	text-decoration: none;
	color:#FFFFFF;
}

#prn a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* horizontal menu */
#horizontal_menu_frame 
{
	margin: 0px 8px 14px 8px;
	padding: 0px 0px 0px 0px;
	height: 25px;
	/*border-bottom: 1px solid #E7E7E7;	*/
	border-bottom: 1px solid #cccccc;	
}


#horizontal_menu {
	margin: 0px 0px 0px 19px;
	padding: 0px;
}

#horizontal_menu ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#horizontal_menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	/*border-right: 1px solid #E7E7E7;*/
	border-right: 1px solid #cccccc;
}

#horizontal_menu li#first 
{
	/*border-left: 1px solid #E7E7E7;*/
	border-left: 1px solid #cccccc;
}

#horizontal_menu a {
	text-decoration: none;
	cursor: pointer;
	/*color: #2A54A8 !important;*/
	/*color: #444444 !important;*/
	color: #184D95 !important;
	font-weight: bold;	
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
}

#horizontal_menu li a {
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0px 15px 0px 15px;
	color: #999;
}

#horizontal_menu a:hover {
	color: #eee !important;
	background: #F4B12C url(images/hover-bg.png) 0 0 repeat-x;
}

#horizontal_menu a.active {
	/*color: #333 !important;*/
}

/* horizontal menu ends */

#cntwrapframe {

	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	display: block;
	background-position: top;
	width: 774px;
	
}
#cntwrapframe_googlesearch {

	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	display: block;
	background-color:#FFFFFF;
	
	background-position: top;
	width: 774px;
}


#cnt  {
	width: 774px;
	margin: 0px;
	float: right;
	width: 470px;
	vertical-align: middle;
	height: 10px;
	padding: 0px 0px 2px 0px;
	
}



#workareaframe {
	float: left;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 20px 0px;
	width: 585px;
	text-align: left;
}



#workareacnt {

	float: left;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 565px;
}


#ftr {
	margin-top: 0px;
	padding: 0px 20px 0px 20px;
	height: 40px;
	text-align: left;
	font: 10px/14px Verdana, Geneva, Arial, Helvetica;
	color: #FFF;
	float: left;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 734px;
	background-color: #3b60af;
}


#bottom_block {
	position: relative;
	margin-top: 0px;
	padding: 0px 20px 0px 20px;
	height: 40px;
	background-color: #5C8688;
	text-align: left;
	font: 10px/14px Verdana, Geneva, Arial, Helvetica;
	color: #FFF;
	float: left;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 734px;
}

#ftrleft {
	padding-top: 12px;
	padding-bottom: 13px;
	float: left;
	color: #FFF;
	vertical-align: middle;
}

#nautalex_h {
left:-1000px;
position:absolute;
top:-1000px;
}

#ftrleft a:link, #ftrleft a:active, #ftrleft a:visited {
	font: 10px/14px Verdana, Geneva, Arial, Helvetica;
	color: #FFF;
	text-decoration: none;
}

#ftrleft a:hover {
	font: 10px/14px Verdana, Geneva, Arial, Helvetica;
	color: #D8E8E5;
	text-decoration: none;
}

#ftrright {
	padding-top: 12px;
	padding-bottom: 13px;
	float: right;
	color: #FFF;
	vertical-align: middle;
}

#ftrright a:link, #ftrright a:active, #ftrright a:visited {
	font: 10px/14px Verdana, Geneva, Arial, Helvetica;
	color: #FFF;
	text-decoration: none;
}

#ftrright a:hover {
	font: 10px/14px Verdana, Geneva, Arial, Helvetica;
	color: #D8E8E5;
	text-decoration: none;
}

#ftr ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 0px;
	font: 10px/14px Verdana, Geneva, Arial, Helvetica;
	color: #FFF;
	float: left;
	clear: both;
	display: inline;
}

#ftr ul li {
	height: 15px;
	float: left;
	position: relative;
	margin-right: 2px;
	padding-left: 6px;
}

#ftr a {
	line-height: 16px;
}

#ftr ul li a:link, #ftr ul li a:active, #ftr ul li a:visited {
	font: 10px/14px Verdana, Geneva, Arial, Helvetica;
	color: #FFF;
	text-decoration: none;
}

#ftr ul li a:hover {
	font: 10px/14px Verdana, Geneva, Arial, Helvetica;
	color: #D8E8E5;
	text-decoration: none;
}


#leftmenu {
	width: 164px;
	float: left;
	padding-left: 7px;
	width: 156px;
	
}

.leftmenusubheading {
	font: 11px/18px Arial,Verdana,Geneva;
	color: #FFF;
	font-weight: bold;
	padding-left: 9px;
	padding-bottom: 5px;
	
}

.leftmenucntframe {
	background-color: #4599ef;
	background-color: #2d77ac;
	float: left;
	margin-bottom: 0px;
	width: 157px;
	clear: both;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.leftmenubottom{
   margin-bottom: 10px;
   
}

.leftmenubottom_narrow{
   margin-bottom: 2px;
   
}

.book_pic{
float:right;
}

.book_pic_left{
	float:left;
	margin-right: 10px;
}

.stand_alone {
	
	float: left;
	margin-bottom: 10px;
	width: 157px;
	clear: both;
}

.side_bar_with_bk {
	float: left;
	margin-bottom: 2px;
	width: 157px;
	clear: both;
	height:28px;
	background-image: url(images/side_menu_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
}
.bottom_margin {
   
   background-image: url(images/side_menu_high_light.jpg);
	background-repeat: no-repeat;
	background-position: left top;
  margin-bottom: 8px;

}
.bottom_margin a:hover{
	color:#FFFFFF !important;
}
.bottom_margin_only {
   
  
  margin-bottom: 8px;

}

.side_bar_tip {
	float: left;
	margin-bottom: 10px;
	width: 157px;
	clear: both;
	height:27px;
	background-image: url(images/tip_of_the_day_bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 18px;
}

.side_bar_rss {
	float: left;
	margin-bottom: 10px;
	width: 157px;
	clear: both;
	height:28px;
	background-image: url(images/rss_feed_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
}

.leftmenuitem{
	width: 157px;
	float: right;
	padding-left: 0px;
	margin-left: 9px;
	width: 148px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F5F5F1;
	color:#FFFFFF;
	/*background-image: url(images/bullet-arrow3.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;*/
}
.leftmenufirstitem{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.leftmenuitem  a:link, .leftmenuitem a:active, .leftmenuitem a:visited {
	font: 11px/14px Arial,Verdana,Geneva;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
}

.leftmenuitem  a:hover {
	font: 11px/14px Arial,Verdana,Geneva;
	line-height: 20px;
	color: #FFFF00;
	text-decoration: none;
}

.notopline
{
	border-top: none;
	
}

.copyrt {
	color: #000000;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	float: left;
	width: 734px;
}



a.copyrtlink:link, a.copyrtlink:active, a.copyrtlink:visited {
	font: 10px/14px Verdana, Geneva, Arial, Helvetica;
	color: #000000;
	text-decoration: underline;
	
}

a.copyrtlink:hover {
	font: 10px/14px Verdana, Geneva, Arial, Helvetica;
	color: #2A54A8;
	text-decoration: underline;
	
}

.search_input {
	display:block;
	float:left;
	margin:1px 0 0 2px;
	width:220px;
	height:19px;
	border:0px solid white;
	font-size:13px;
	font-weight:normal;
	
}


.toplinks {
	font: 10px Arial,Verdana,Geneva;
	color: #FFFFFF;
	margin-bottom: 2px;
}

.toplinks a:link, .toplinks a:active, .toplinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	font-family: Arial, Verdana, Geneva;
	font-size: 11px;
}

.toplinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.welcome {
	font: 10px/14px Verdana, Geneva, Arial, Helvetica;
	color: #333333;
}

.welcome a:link, .welcome a:active, .welcome a:visited {
	font: 10px/14px Verdana, Geneva, Arial, Helvetica;
	color: #2A54A8;
}

.welcome a:hover {
	color: #2A54A8;
	text-decoration: underline;
}


ul.link {
	padding: 0px;
	list-style: none url(images/glb_blt_link.gif) outside;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}

ul.link li {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 3px 0px;
}

ul.link li a:link, ul.link li a:active, ul.link li a:visited  {
	font: 11px/14px Verdana, Geneva, Arial, Helvetica;
	color: #2A54A8;
}

ul.link li a:hover {
	font: 11px/14px Verdana, Geneva, Arial, Helvetica;
	color: #2A54A8;
	text-decoration: underline;
}

.search_keyword
{
	border:1px solid rgb(86,86,86);
	width:291px;
	height:21px;
	padding-bottom:1px;
	background-color:white;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	
}

/* button submit frame    */
.button_submit_frame
{
	border:1px solid #58a640;
	width:65px;
	height:21px;
	padding-bottom:1px;
	background-color:white;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}


.button_submit {
	background-color: #88c414;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	font-weight: bold;
	background-color:#58a640;
	width:59px;
	height:18px;
	_height:19px;
	margin:1px 1px 0 0;
	padding-left:3px;
	cursor:pointer;
	border-width:1px;
	border-style:solid;
}
.button_submit_text
{	    
	color:white;
	width:59px;
	display:block;
	text-align:center;
	margin-top:2px;
	font-size:11px;	
	
}


.button {
	border: 0px;

}

.contactexpert  a:link, .contactexpert a:active, .contactexpert a:visited {
	font: 12px Arial,Verdana,Geneva;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.contactexpert  a:hover {
	font: 12px Arial,Verdana,Geneva;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.sendemail
{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border: 1px solid #cccccc;	
	border-width: 0px;
	border-left: 1px solid #A2A2A2;		
}

.ask_us_caption
{
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 12px 0px;	
	font-weight: bold;
	/*color: #CC0000;*/
	color: #2A54A8;
	font-size: 12px;
}

ul.standard_image_bullet
{
	margin: 7px;
	padding: 0px;
	list-style: none;
	list-style-type:none;
}

ul.standard_image_bullet li
{
	margin: 0px;
	padding: 0px 0px 5px 6px;
	list-style: none;
	background-image: url(images/bullet.jpg);
	background-position: 0% 7px;
	background-repeat: no-repeat;
}

.float_left
{
	float: left; 
	position: relative;	
	margin: 0px 0px 0px 0px; 
	padding: 0px 24px 0px 0px;
	width: 336px;
	height: 300px;
}

.float_left_no_width_height
{
	float: left;
}

ul.google_ad_bullet
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-image: url(images/bullet.jpg);
}

ul.google_ad_bullet li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

ol.standard_alpha_bullet
{
	margin: 5px 0px 5px 25px;
	padding: 0px;
	list-style: lower-alpha outside none;
}

ol.standard_alpha_bullet li
{
	margin: 0px;
	padding: 0px 0px 2px 0px;
}

.with_accent
{
	font-weight: 700;
	font-style: italic;
}

.back_next_navigation
{
	margin: 15px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
}

.back_next_navigation a
{
	font-style: italic;
}

.next
{	
	position: relative;
	float: right;
	text-align: right;
}

.back
{	
	position: relative;
	float: left;
	text-align: left;
}




#inchargephone {
	color:#cd1812;
	padding-left:5px;
	font-size: medium;
}	

 		
#in_charge_adimg1 {
	float:right;
	clear:both;
	width: 180px;
	height: 385px;	
	margin : 20px 0px 0px 5px;
	
	display:block;
	border: 3px #999999 solid;
	background-color: #eaf1f1;
	padding:10px;
}

#in_charge_adimg1 h2 {
		color: #333333;
		font: 16px sans-serif;
		line-height:120%;
		}

#in_charge_adimg1 p {
		color: #3f6676;
		font: 12px sans-serif;
		}
#in_charge_adimg1 a {
	text-decoration: underline;
}		

#in_charge_adimg2 {
	float:right;
	clear:both;
	width: 200px;
	height: 200px;	
	margin : 0px 0px 10px 10px;
	
	display:block;
	border: 5px #ffc736 double;
	background-color: #ffffff;
	padding:10px;
}

#in_charge_adimg2 h2 {
		color: #07478a;
		font: 16px sans-serif;
		line-height:120%;
		}

#in_charge_adimg2 p {
		color: #07478a;
		font: 12px sans-serif;
		}
#in_charge_adimg2 a {
	text-decoration: underline;
}		

table.cc_table {
	background-color : #bdd3ff;
}

table.cc_table caption {
	background-color : #2a54a8;
	color : #ffffff;
	font : bold 20px sans-serif ;
	padding:3px;
	text-align:left;
}

table.cc_table td {
	color:#2a54a8;
	}

table.cc_table td h1 {
	color:#2a54a8;
	font:48px arial;
}

table.cc_table img {
	border:1px #000000 solid;
}

.wrapped_left { position: relative; float: right; margin: 0px 0px 2px 5px;}	

.wrapped_right { position: relative; float: left; margin: 0px 5px 2px 0px;}	

#mortgage_brokers_section
{
	margin: 4px 7px 1px 0px;
	width: 300px;
}

#mortgage_provinces_frame
{
	border: 1px solid #66CC99;
	padding: 1px;
}

#mortgage_provinces
{
	padding: 3px 7px;
	background-color: #66FF99;
	color: #323232;
	height: 101px;
}

#mortgage_provinces ul
{
	margin-bottom: 0px;
	list-style-image: none;
	color: #000000 !important;
}

.become_a_sponsor
{
	margin: 4px 0px 0px 0px;
}

.become_a_sponsor a
{
	color: #434343;
	font-size: 9px;	
	text-decoration: underline;
}

.become_a_sponsor a:hover
{
	text-decoration: none;
}

img.right {
	float:right;
	}
	
.locations
{
	margin: 0px 0px 0px 0px;
/*	border-bottom: 1px solid #cccccc;*/
	/*height: 50px;*/
	height: 65px;
	padding: 5px 0px 3px 55px;
}
	
.office
{
	float: left;
}

.office div
{
	margin-left: 8px;
}

.office#left
{
	margin-right:5px;
}

.office .office_tag
{
	font-weight: bold;
	margin: 0px 0px 0px 0px !important;
}

.team_photos
{
	margin-bottom: 7px;
}

.team_photos img
{
	width: 70px;
	height: 83px;
}

.no_floats
{
	clear: both;
}

.video-size2
{
	width: 276px;
	height: 227px;
}

.float_right
{
	float: right;
	margin-left: 5px;
}

#radio_link
{
	margin: 10px 0px 15px 0px;
}

#news_section
{
	border-left: 1px solid #cccccc;
	width: 225px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 17px;
	height: 480px;
}

.leftmenusubheading #menu_item_img
{
	float: left;
}

.leftmenusubheading #float_beside_img
{
	float: left;
	font: 11px/18px Arial,Verdana,Geneva;
	color: #777;
	font-weight: bold;
	padding-left: 2px;
	padding-bottom: 5px;
	line-height: 12px;
	width: 100px;
}

.book_intro_section
{
	margin: 15px 0px 15px 0px;
}

.book_cover
{
	margin: 0px 10px 10px 0px;
	float: left;
	width: 221px;
}

#download
{
	float: right;
}

#download_button
{
	margin: 0px 8px 0px 0px;
}

#download_text_intro
{
	padding: 0px;
	margin: 0px;
}

#download_text
{
	margin: 7px 0px 2px 0px;
	font: 14px Verdana, Geneva, Arial, Helvetica;
	color: #2A54A8;
	font-weight: bold;
	letter-spacing: .02em;
	padding: 2px 0px 0px 0px;	
}

#book_index_intro
{
	margin: 8px 0px 0px 0px;
}

#book_index_picture
{
	margin: 7px 0px 0px 0px;
}

.book_intro
{
	margin: 0px 0px 0px 0px;
}

.book_toc_detail
{
	background-image: url(images/arrow-double.gif);
	background-position: 235px 8px;
	background-repeat: no-repeat;
	padding: 3px 0px 3px 246px;
}

.book_toc_detail_2
{
	background-image: url(images/arrow-double.gif);
	background-position: 0px 8px;
	background-repeat: no-repeat;
	padding: 3px 0px 3px 8px;
}

.book_toc_detail_2_parent
{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

.book_toc_detail_2
{
	background-image: url(images/bullet.jpg);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding: 2px 0px 2px 20px;
}

.book_promo_section
{
	margin: 10px 0px 10px 0px;
	font-style: normal;
}

#book_section_title
{
	margin: 0px 0px 6px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 14px;
	/*color: #333333;*/
	color: #2A54A8;
	font-weight: bold;

}

#book_section_title a
{
	font-size: 14px;
	font-weight: bold;
	
}

.book_intro_paragraph
{
	margin: 10px 0px 20px 0px;
}

#healthcheck
{
	margin: 20px 0px 0px 0px;
	padding: 11px 15px 18px 9px;
	width: 523px;
	background-image: url(images/testimonial-bg.jpg);
	background-repeat: repeat-y;border: 1px solid #EEEBEB;
	border-top: 2px solid #EEEBEB;
	border-bottom: 2px solid #EEEBEB;
	/*border-top: 1px solid #cccccc;
	border-left: 2px solid #cccccc;	
	border-right: 3px groove #cccccc;
	border-bottom: 2px ridge #cccccc;*/
}

#test_title
{
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 5px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	border-bottom: 1px solid #cccccc;
}

.test_couple
{
	clear: both;
}

.test_question
{
	float: left;
	margin: 3px 0px 3px 0px;
	padding: 0px !important;	
	width: 400px;
}

.test_number
{
	float: left;
	padding: 0px !important;
	text-align: right;
	margin: 3px 5px 3px 0px;
	width: 17px;
}

.test_answer
{
	float: right;
	margin: 0px 0px 6px 0px;
	padding: 0px !important;
	border: 0px;
	width: 100px;
	text-align: right;
}

.test_answer input
{
	/*border: 0px;	*/
}

.test_answer .textbox
{
	border: 1px solid #cccccc;
	width: 40px;
	color: #333333;
}

#test_submit
{
	margin: 15px 0px 0px 0px;
	text-align: center;
}

#test_submit #button
{
	background-color: #2A54A8;
	color: #ffffff;
	font-weight: normal;
	margin: 0px !important;
	padding: 0px 0px 1px 0px;
	height: 25px;	
	width: 250px;
	border-top: 1px solid #cccccc;
	border-left: 2px solid #cccccc;	
	border-right: 2px groove #cccccc;
	border-bottom: 2px ridge #cccccc;
}

#report p
{
	margin: 10px 0px;
}

#report_header
{
	margin: 5px 0px 0px 0px;
}

#report_main
{
	padding: 12px 0px 5px 18px;
	margin: 15px 0px;
	background-image: url(images/testimonial-bg.jpg);
	background-repeat: repeat-y;border: 1px solid #EEEBEB;
	border-top: 2px solid #EEEBEB;
	border-bottom: 2px solid #EEEBEB;
	width: 523px;
	/*border-top: 1px solid #cccccc;
	border-left: 2px solid #cccccc;	
	border-right: 3px groove #cccccc;
	border-bottom: 2px ridge #cccccc;*/
}

.an_office
{
	width: 280px;
	height: 75px;
	margin: 10px 0px 0px 0px;
}

.an_office.left
{
	float: left;
}

.a_map
{
	float: left;
	
	height: 170px;
	margin: 0px 34px 0px 0px;
	padding: 8px;
	border: 1px solid #cccccc;
}

#map1, #map2, #map3, #map4
{
	width: 230px;
	height: 170px;
}

.a_map#left
{
	float: left;
}

#victoria_offices
{
	margin: 5px 0px 10px 25px;
}

ul.column_list
{
	float: left;
	width: 130px;
	margin: 0px 0px 10px 0px !important;
	padding: 0px 0px 0px 0px !important;
}

h3.office_heading
{
	margin: 0px !important;
	padding: 0px 0px 5px 0px !important;
}

.by_appointment
{
	font-style: italic;
}

#main_menu_frame
{
	padding: 0px;
	height: auto;
	width: 470px;
	height:100px;
	color: #FFFFFF;
	float: right;
	margin-top: 5px;
	margin-right: 18px;
	_margin-right: 8px;
	
	margin-bottom: 0px;
	margin-left: 0px;
	
}


.main_menu{
	padding: 0px;
	list-style: none;
	float:right;
	clear:both;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 470px;
	text-align: right;
	
}

.main_menu a {
	
	position: relative;
	text-decoration: none;
	display: block;
	height: 18px;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	white-space: nowrap;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	float: right; 
		
}


.main_menu a:hover {
	
	text-decoration:underline;
		
}










.separate {
	color:#eeeeee;
	margin-top: 2px;
	float: right; /*For Gecko*/
	margin-right: 7px;
	margin-left: 7px;
}


.separate_bar{
	height:2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}




#calendar_budget
{
	margin: 5px 0px;
}

#testimonials
{
	margin: 15px 0px;
}

#testimonial_1
{	
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background-image: url(images/cb-testimonial.jpg);
	background-repeat: repeat-x;
}

#testimonial_1 #line
{
	margin: 17px 0px 0px 0px;
	height: 1px;
	border-bottom: 1px #BCBBBB dashed;
}

#testimonial_2
{	
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 10px 10px;
	background-image: url(images/cb-testimonial-2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#cal_budget_download_two
{
	text-align: center;
	margin: 15px 0px 15px 0px;
	padding: 3px 5px 0px 0px;
	border: 1px #2A54A8 solid;
}

#cal_budget_download_one
{
	float: left;
	margin: 10px 8px 0px 0px;
	height: 40px;
}

.option
{
	clear: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

.option_image
{
	margin: 6px 20px 10px 0px;
}

.index_gap
{
	height: 7px;
}

.calbudget
{
	border-top: none !important;
	margin-left: 9px !important;
}

.high_light
{
	margin-left: 9px !important;
	border-top-style: none !important;
	border-bottom-style: none !important;
}

.high_light a 
{
	
		font-weight:bold !important;
	font-size:12px !important;
	line-height: 15px !important;
}

.calbudget a
{
	line-height: 15px !important;
}

.calbudgetimg
{
	margin: 0px 0px 4px 9px;
}

.calbudgettrial
{
	font-weight: bold;
	text-transform: uppercase;

}

ul.index_list
{
	list-style-image: url(images/arrowrt.gif);
	margin: 9px 0px 9px 0px;
	padding: 0px 0px 0px 27px;
}

ul.index_list li
{

}

.readmore
{
	text-align: right;
}

.readmore a:visited, .readmore a:link, .readmore a:active
{
	font-weight: bold;
	font-style: italic;
}


.readmore a:hover
{
	font-weight: bold;
	font-style: italic;
}

.collcalls_book_ad
{
	float: right;
	margin: 0px 10px 10px 14px;
	padding: 10px 12px 5px 12px;
	border: 1px solid #4B917A;
	background-color: #FFFAEF;
	/*width: 520px;*/
	width: 310px;
	height: 263px;
}

.ad_title
{
	margin: 0px 0px 15px 0px;
	color: #336353;
}

.ad_main_title a
{
	font-weight: bold;
	font-size: 13px;
	color: #4B917A;
}

.ad_subtitle
{
	margin-top: 5px;
	font-style: italic;
	color: #4B917A;
}

.ad_text
{
	float: left;
	width: 150px;
}

.ad_picture
{
	float: left;
	margin-left: 10px;
	width: 115px;
}



	
.adleft {
	margin-bottom: 0px;
	top: -15px;
	position: relative;
}

.freecaseevaluation {
	display: block;
	float: left;
	width:110px; 
}

.newicon {
	display: block;
	float: right;
	position: relative;
	left: -8px;
	top: -10px;
}
.test {
	position: relative;
	z-index: 200;
}


/* debt_options_calculator -homepage*/
.debt_options_calculator
{
	margin: 15px 0px 15px 0px;
	padding: 10px 14px 10px 16px;
	height: 137px;
	width: 275px;
	background-image: url(images/options-calculator-bg.gif);
	background-repeat: no-repeat;
}

.debt_options_calculator .panel 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

.debt_options_calculator #ad
{
	color: #ffffff;

}

.debt_options_calculator .panel_title
{
	border-bottom: 1px solid #ccc;	
	color: #ffffff;
	padding: 0px 0px 4px 0px;
	margin: 0px 12px 0px 0px;
}

.debt_options_calculator .panel_content
{
	margin: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;	
}

.debt_options_calculator .panel_note, .debt_options_calculator .panel_note p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 14px 0px 0px 0px;
	padding: 0px;
	color: #ffffff;
	line-height: 11px;
}


.debt_options_calculator #input
{
	margin: 2px 0px 0px 44px;
	color: #ffffff;
}


.debt_options_calculator .number {
	height:16px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFCC;
	vertical-align: top;
	border-width: 1px;
}

/* debt_options_calculator - What Are My Options*/

.debt_options_calculator_ad
{
	height: 137px;
	width: 275px;
	background-image: url(images/options-calculator-bg.gif);
	background-repeat: no-repeat;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 16px;
}


.debt_options_calculator_ad .panel 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

.debt_options_calculator_ad #ad
{
	color: #ffffff;

}

.debt_options_calculator_ad .panel_title
{
	border-bottom: 1px solid #ccc;	
	color: #ffffff;
	padding: 0px 0px 4px 0px;
	margin: 0px 12px 0px 0px;
}

.debt_options_calculator_ad .panel_content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.debt_options_calculator_ad .panel_note, .debt_options_calculator_ad .panel_note p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 14px 0px 0px 0px;
	padding: 0px;
	color: #ffffff;
	line-height: 11px;
}


.debt_options_calculator_ad #input
{
	margin: 2px 0px 0px 44px;
	color: #ffffff;
}


.debt_options_calculator_ad .number {
	height:16px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFCC;
	vertical-align: top;
	border-width: 1px;
}

.buttonsubmit {
	padding: 0;
	font-weight: bold;
	color: #FFFFFF;
	width: 90px;
	height:22px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(images/submit.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #438bbf;
}

.buttonsubmit:hover {

}

.searchbutton {
	background-color: #88c414;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	font-weight: bold;
	background-color:#37b43d;
	width:59px;
	height:18px;
	_height:19px;
	float:right;
	margin:1px 1px 0 0;
	padding-left:1px;
	cursor:pointer;
	border-width:1px;
	border-style:solid;
}
.search_button_text
{	    
	color:white;
	width:59px;
	display:block;
	text-align:center;
	margin-top:2px;
	font-size:11px;	
	
}

.imglink {
	float: right;
	width: 16px;
	margin-top: 11px;
	margin-right: 0px;
	margin-left: 18px;
}

#featured
{
	margin: 0px 0px 10px 0px;
}
#article a
{
	color: #000000;
	margin: 0px 5px 0px 0px;
	font-weight: bold;
	float: left;
	text-decoration: none;
}

#article_link
{
	font-weight: bold;
}

.discussion
{
	margin: 10px 0px 10px 0px;
}

.discussion a
{
	font-weight: bold;
}

.focus
{
	font-weight: bold;
}

#twitter_link_index
{
	height: 70px;
}

#twitter_link
{
	height: 38px;
}


/* tip box*/
.tip-title-own
{
 
  margin:0 0 6px;

}
.tip-title-own a:link, .tip-title-own a:active, .tip-title-own a:visited {
 color:#2A54A8;
 font-family:Verdana,Geneva,Arial,Helvetica;
 font-size:14px;
 font-weight:bold;
 line-height:16px;
 font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
margin:0 0 6px;

}
.tip-title-own a:hover
{
text-decoration:underline;

}


.tip_author_area{
	float:left;
	text-align:center;
	margin-right: 5px;
	margin-top: 5px;
}
.tip_content{
margin-top: 5px;
}
.tip_content_own{
background-color: #F9F9F9;
margin-top: 5px;
}
.tip_content_own a{
color:#2A54A8;

}
.tip_content_own a:hover{
text-decoration:underline;


}

.tip-title
{
 font-size:110%;
 font-weight:bold;
}
.tip_link_area{
	font-size:100%;
	font-weight:normal;
	font-style: italic;

	padding-top: 5px;
}
.headline_meta {
	font-size: 10px;
	line-height: normal;
	font-style:normal;
	color:#888888;
	
	
}
.headline_meta span, .headline_meta abbr {
	font-style:normal;
	letter-spacing:normal;
	text-transform:capitalize;
	color:#888888;
}
.latestpost{
	padding-top:10px;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC; 
}
.qa_content{
  margin-bottom:5px;
}

.top_bar {

	float: right;
	width: auto;
	margin: 10px 0px 0px 0px;
	white-space: nowrap;
	color: #FFFFFF;
	padding: 0px;
}



.top_bar a:link, .top_bar a:active, .top_bar  a:visited {
	font: 11px Arial,Verdana,Geneva;
	text-decoration: none;
	color:#FFFFFF;
}

.top_bar a:hover {
	color: #ffffff;
	text-decoration: none;
}

.recent_post_title
{
	margin:0px;
}
.recent_post_title a:link, .recent_post_title a:active, .recent_post_title a:visited {
 color:#2A54A8;
 font-family:Verdana,Geneva,Arial,Helvetica;
 font-size:11px;
 font-weight:bold;
 line-height:16px;
 font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
margin:0 0 6px;

}
.recent_post_title a:hover
{
text-decoration:underline;

}

.mainbodytext{
 background-color:#F9F9F9;
}

.statement
{
	background-color: #F0F0F0;
	padding: 10px;
	margin: 0px 0px 10px 0px;
}

#silverthorn_book
{
	background-color: #FDE8BF;
	padding: 15px 10px 20px 20px;
	margin: 0px 0px 20px 0px;
}

#silverthorn_book #title
{
	padding: 0px 0px 14px 0px;
	font-size: 13px;
	line-height: 17px;
}

#silverthorn_book #new
{
	font-weight: bold;
	/*color: #ff0000;*/
	color: #FF6633;
	font-style: italic;



	
}
#silverthorn_book #book_name
{
	font-weight: bold;	
}
#silverthorn_book #amazon_link
{
	padding: 5px 0px 0px 0px;
}

.photo_with_name
{
	float: left;
	margin: 0px 0px 15px 0px;
}

.photo_with_name.first
{
	margin-right: 15px;
}

.photo_caption
{
	text-align: center;
	font-weight: bold;
}
/* street map  */
#street_map{
	width:555px;
	height:300px;
	float:none;
	clear:both;
	margin-bottom: 5px;
	color:#990000;



  
}

#street_map a {
 color:#333333;
}

#street_map2{
	width:555px;
	height:300px;
	float:none;
	clear:both;
	margin-bottom: 5px;
	color:#990000;



  
}
#street_map2 a {
 color:#333333;
}

.photo_with_name.small
{
	margin: 0px 10px 5px 0px;
}

.photo_with_name .name
{
	text-align: left;
	font-size: 10px;
	line-height: 12px;
}

.office_box
{
	 font-style:italic; 
	 background-color: #dddddd; 
	 padding: 2px;
}

.book_column
{	
	float: left;
	margin-top: 7px;
}

.book_column.first
{
	margin-right: 40px;
	width: 250px;
}

.book_column.second
{
	width: 250px;
}

.book_title a
{
	font-size: 13px !important;
	font-weight: bold !important;
	/*color: #2A54A8;*/
	color: #000000 !important;
}

.book_desc
{
	margin-top: 12px;
}

.book_ad
{
	float: right;
	margin: 0px 0px 7px 10px;
	padding: 7px 7px 0px 7px;
	width: 300px;
	border: 1px solid #cccccc;
	background-color: #FDFB94;
}

.book_ad .book_image
{
	float: left;
	margin: 0px 10px 0px 0px;
}

.more_book_link
{
	float: right;
	font-style:italic;
}

.more_book_link a
{
	text-decoration: underline !important;
}

.more_book_link a:hover
{
	text-decoration: none !important;
}

@media print {
    
	body {
		margin:0 auto;
		padding:0;
		font: 12pt "Times New Roman", "TimesNR", Times, serif;
		line-height:125%;   
		text-align:left; 
		vertical-align:top;	
	}	
	
	* {
		background:#ffffff!important; 
		color:#000000!important;	
	}
	
	a {
		text-decoration:underline;
		}

	#logocntarea, #main_menu_frame, #cnt, #ftr,#leftmenu{
		display:none;
	}	


	/* h1, @page seem to be ignored */
		
	h1 {
		font-size:18pt!important;
		}
	
	h2 {
		font-size:16pt!important;
		}
	
			
	ul {	
		margin-left:0px!important;
		padding-left:18px!important;
		list-style-type:square!important;
		}
	
	@page {
		size: 8.5in 11in; 
		margin: 0.15in;
		}
		
	
	div#printheader {
		position: relative; 
		top: 0; 
		left: 0;
	}

	div#printfooter {
		position:fixed;
		bottom: -20px; 
		left: 0;
	}

}
