html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,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;}li{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;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}











body{font-size:0.8em; font-family:Arial, Helvetica, sans-serif; color:#222;}



h1,h2,h3{margin-bottom:10px;}



p,ul,table{margin-bottom:20px;}



h1{font-size:1.4em;}



h2{font-size:1em; background-color:#1a4c62; color:#fff; padding:3px;}



h3{font-size:1.2em; font-weight:bold;}



a{color:#00f;} strong{font-weight:bold;}



a:hover{color:#00f;}







select,input{border:1px solid #013044;}

select{ width:200px; padding:3px;}

input[type="radio"]{

	padding:3px;

	border:none;

}



#head{  background:url(../images/oar_repeat.jpg) repeat-x; height:96px;}



#content{ margin:20px;}



.formitem{display:block;float:left;background-color:#FFF; min-width:200px; min-height: 15px; padding:3px;}





label{min-width:70px; font-weight:bold; text-align:right; float:left; padding-right:5px;padding-top:2px;}



/*table{background-color:#fff;}*/



table th,table td{ padding:4px 7px; vertical-align:top;}



table.list th,table.list td{  border-top:1px solid #ccc;

padding:7px;



}



table.list th{ background-color:#eee; font-weight:bold;}







table.form th,table.form td{  border:0px; padding:8px 0;}



table.form th{font-weight:bold; font-size:1.2em; padding-top:30px;}



table.form td.line{ border-bottom:1px solid #333; width:300px;}







.pagination_nav { margin:20px 0; }



.pagination_nav .info { color:#090;}















.ui-tabs .ui-tabs-hide { display: none;}



.ui-tabs ul{border-bottom : 1px solid #ccc; padding:0 0 22px 10px;}



.ui-tabs li{display : inline; }



.ui-tabs-panel { padding:5px;background-color:#bbd8e3; }





.ui-tabs li a { background : #eee;



	border : 1px solid #ccc;



	color : #000; font-weight:bold;



	float : left;



	line-height : 15px;



	margin-right : 8px;



	padding : 3px 30px;



	text-decoration : none;



}



.ui-tabs li a:hover{background-color:#ddd; color:#000;}



.ui-tabs li.ui-state-active a{ 	background : #fff;



	border-bottom : 1px solid #fff;



	color : #000;



}







#tabs table{width:100%;}



#statistics label{width:150px;}







#ontariohospitals label{width:150px;}







#menu {



	background-color:red;



}







#menu ul {



	display: block;



}







/*<![CDATA[*/



/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */







/* remove all list stylings */



.menu, .menu ul {



	margin: 0;



	padding: 0;



	border: 0;



	list-style-type: none;



	display: block;



}







.menu li {



	margin: 0;



	padding: 0;



	border: 0;



	display: block;



	float: left;	/* move all main list items into one row, by floating them */



	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */



	z-index: 5;		/* thus we need to apply explicit z-index here... */



}







.menu li:hover {



	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */



	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)



							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */



}







.menu li li {



	float: none;/* items of the nested menus are kept on separate lines */



}







.menu ul {



	visibility: hidden;	/* initially hide all submenus. */



	position: absolute;



	z-index: 10;



	left: 0;	/* while hidden, always keep them at the top left corner, */



	top: 0;		/* 		to avoid scrollbars as much as possible */



}







.menu li:hover>ul {



	visibility: visible;	/* display submenu them on hover */



	top: 100%;	/* 1st level go below their parent item */



}







.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */



	top: 0;



	left: 100%;



}







/* -- float.clear --



	force containment of floated LIs inside of UL */



.menu:after, .menu ul:after {



	content: ".";



	height: 0;



	display: block;



	visibility: hidden;



	overflow: hidden;



	clear: both;



}



.menu, .menu ul {	/* IE7 float clear: */



	min-height: 0;



}



/* -- float.clear.END --  */







/* -- sticky.submenu --



	it should not disappear when your mouse moves a bit outside the submenu



	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!



	if you do it, make sure you 110% know what you do */



.menu ul {



	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */



	padding: 10px 30px 30px 30px;



	margin: -10px 0 0 -30px;



	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.



								you can also use to adjust the safe area to your requirement */



}



.menu ul ul {



	padding: 30px 30px 30px 10px;



	margin: -30px 0 0 -10px;



}



/* -- sticky.submenu.END -- */



























/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */







.menu, .menu ul li {



	color: #eee;



	background: #DD241E;



}







.menu ul {



	width: 14em;



}







.menu ul li {



	width:14em;



}







.menu a {



	text-decoration: none;



	color: #eee;



	padding: .4em 1em;



	display: block;



	position: relative;



}







.menu a:hover, .menu li:hover>a {



	color: #fc3;



}







.menu li li {	/* create borders around each item */



	border: 1px solid #ccc;



}



.menu ul>li + li {	/* and remove the top border on all but first item in the list */



	border-top: 0;



}







.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */



	top: 5px;



	left: 90%;



}







/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu



	placed here to clarify the terminology I use when referencing submenus in posts */



/*.menu>li:first-child>a, .menu li + li + li li:first-child>a {



	color: #567;*/











/* Fix for IE5/Mac \*//*/



.menu a {



	float: left;



}



/* End Fix */







/*]]>*/



























/* - - - ADxMenu: IE6 BASIC styles [MANDATORY] - - - */







.menu, .menu ul {	/* float.clear */



	zoom: 1;



}







.menu li.adxmhover {



	z-index: 10000;



}







.menu .adxmhoverUL {	/* li:hover>ul selector */



	visibility: visible;



}







.menu .adxmhoverUL {	/* 1st-level submenu go below their parent item */



	top: 100%;



	left: 0;



}







.menu .adxmhoverUL .adxmhoverUL {	/* 2nd+ levels go on the right side of the parent item */



	top: 0;



	left: 100%;



}







/* - - - ADxMenu: DESIGN styles - - - */







.menu ul a {	/* fix clickability-area problem */



	zoom: 1;



}







.menu li li {	/* fix white gap problem */



	float: left;



	width: 100%;



}







.menu li li {	/* prevent double-line between items */



	margin-top: -1px;



}







.menu a:hover, .menu .adxmhoverA {		/* li:hover>a selector */



	color: #fc3;



}







.menu .adxmhoverUL .adxmhoverUL {	/* inset 2nd+ submenus, to show off overlapping */



	top: 5px;



	left: 90%;



}







/*]]>*/





/*]]>*/

td,th{

	font-family:Tahoma, Verdana, Arial;

	font-size:11px;

	color:#4F4F4F;

}

.mainHeader TD{

	vertical-align: top;

}

.subnav{

	margin:0;

}

html>body .subnav {

	margin:0 7px;

}

.botpreview {

	background-color:#3F89C3;

	color:#FFFFFF;

	border-top-color:#FFFFFF;

	border-top-width:1px;

	border-top-style:solid;

	text-align:center;

	vertical-align:middle;

}

.botpreview_joomla {

	background-color:#2d2d2d;

	color:#FFFFFF;

	border-top-color:#FFFFFF;

	border-top-width:1px;

	border-top-style:solid;

	text-align:center;

	vertical-align:middle;

}

.white {

	color:#FFFFFF;

}

.red {

	color:#ED1C24;

}

.blue {

	color:#425E89;

}

.loghtgray {

	color:#434343;

}

.graylink {

	color:#434343;

	text-decoration:underline;

}

.smallpad {

	padding:1px;

	color:#434343;

}

.pricestyle {

	padding:3px;

	color:#535353;

	border-top-style:solid;

	border-top-width:1px;

	border-top-color:#434343;

}

a:hover {

	color:#1A4C62;

	text-decoration:underline;

}

a {

	text-decoration:none;

	}

A.gray,A.gray:visited{

	color: Gray;

	text-decoration: none;

}

A.gray:hover{

	color: Gray;

	text-decoration: underline;

}

.bottomarea {

	border-top-color:#425E89;

	border-top-width:1px;

	border-top-style:solid;

	color:#3D3D3D;

}

.bottomarea TD{

	vertical-align: top;

}

.bottomarea a{

	color:#3D3D3D;

	text-decoration:underline;

}

.bottomarea a:hover {

	color:#3F89C3;

	text-decoration:underline;

}

.maindiv {

	padding:4px;

}

.blueheader {

	color:#3F89C3;

	font-size:13px;

	font-weight:bold;

}

.redheader {

	color:#DD1110;

	font-size:13px;

	font-weight:bold;

}

a.redheader:hover{

	color:#FF0000;

}



.bluespan {

	color:#3F89C3;

	font-weight:bold;

	font-size:11px;

}

.inputstyle, INPUT.text {

	font-family:Tahoma, Verdana, Arial;

	font-size:11px;

	color:#333333;

	background-color:#EDF5FB;

	border-style:solid;

	border-width:1px;

	border-color:#6D90B0;

	height:20px;

	padding-top:3px\9; /* IE8 and below */

	padding-left:3px\9; /* IE8 and below */

}

.disable_input {

	font-family:Tahoma, Verdana, Arial;

	font-size:11px;

	color:#555555;

	background-color:#EEEEEE;

	border-style:solid;

	border-width:1px;

	border-color:#6D90B0;

	height:20px;

}



.textarea_style {

	font-family:Tahoma, Verdana, Arial;

	font-size:11px;

	font-weight:bold;

	color:#333333;

	background-color:#EDF5FB;

	border-style:solid;

	border-width:1px;

	border-color:#6D90B0;

}



.multipleSelectMainDiv {

	position:inherit;

	display:block;

	font-family:Tahoma, Verdana, Arial;

	font-size:11px;

	color:#333333;

	background-color:#EDF5FB;

	border-style:solid;

	border-width:1px;

	border-color:#6D90B0;

	height:20px;

}



.multipleSelectDiv {

	position:inherit;

	font-family:Tahoma, Verdana, Arial;

	font-size:11px;

	color:#333333;

	background-color:#EDF5FB;

	line-height: 5px;

}



.multipleSelectDivHigh {

	position:inherit;

	font-family:Tahoma, Verdana, Arial;

	font-size:11px;

	color:#333333;

	background-color: #c5e3ff;

	line-height: 5px;

}



label {

	vertical-align: middle;

}

.textarea_style_slim {

	font-family:Tahoma, Verdana, Arial;

	font-size:11px;

	color:#000;

	background-color:#EDF5FB;

	border-style:solid;

	border-width:1px;

	border-color:#6D90B0;

}

.middleright {

	text-align:right;

	vertical-align:middle;

}

.middlecenter {

	text-align:center;

	vertical-align:middle;

}

.toplinks {

	padding:0px;

	vertical-align:middle;

	background-repeat:repeat-x;

}

.toplinks a{

	color:#FFFFFF;

	text-decoration:underline;

}

.toplinks a:hover{

	color:#D1EBFF;

	text-decoration:underline;

}

.mainnavigation {

	background-repeat:no-repeat;

	text-align:center;

	vertical-align:middle;

	padding-top:10px;

}

.mainnavigation a{

	color:#FFFFFF;

	text-decoration:none;

	font-weight:bold;

}

.mainnavigation a:hover{

	color:#D1EBFF;

	text-decoration:none;

}

.topright {

	background-repeat:no-repeat;

	color:#4C6892;

}

.topright a{

	color:#4C6892;

	text-decoration:underline;

}

.topright a:hover{

	color:#639FCE;

}

.lightblue {

	color:#3780B9;

}

.tinyborder {

	border-style:solid;

	border-color:#425E89;

	border-width:1px;

}

.bluebar {

	background-color:#4396CA;

	padding:5px;

	text-align:center;

}

.bluebar a{

	color:#FFFFFF;

	font-size:10px;

	font-weight:bold;

	text-decoration:none;

}

.bluebar a:hover{

	text-decoration:underline;

	color:#C1D5E1;

}

.darkred {



	color:#B90404;

}

.smallfont {

	font-size:9px;

}

.bluenav {

	color:#FFFFFF;

	font-size:11px;

}

.bluenav a{

	color:#FFFFFF;

	text-decoration:none;

}

.bluenav a:hover{

	color:#D1EBFF;

	text-decoration:underline;

}

.bluelink,  .maindiv a {

	color:#3780B9;

	text-decoration:underline;

}

.maindiv a:hover {

	color:#7CC5FF;

	text-decoration:underline;

}

.none_decor {

	color:#3780B9;

	text-decoration:none;

}

.none_decor:hover{

	text-decoration: none;

}

TABLE.valignTop TD, TABLE.valignTop TH{

	vertical-align: top;

}



A.altTitle, A.altTitle:hover{

	cursor:default;

	text-decoration:none;

	font-weight:bold;

}

A.altTitle:hover{border-bottom: 1px dotted}



A.free_friday_image {background-color:#418DC5; color:#FFFFFF; font-weight:bold; font-size:12px; text-decoration:none}

A.free_friday_image:hover {font-weight:bold; text-decoration:underline}

ul.list {

	margin:10px 0 4px 12px;

	padding:0 0 0 12px;



}



ul.list li {

	background:url(images/dot_arrow.gif) 0 1px no-repeat;

	padding:0 0 6px 15px;

}





/***********/









#interface1 {

	z-index:1;

}



.borb1c6cedb {

	border-bottom:1px solid #c6cedb;

}



.borb1c6cedb1 {

	border-left:1px solid #c6cedb;

	border-right:1px solid #c6cedb;

}



.borb1c6cedb2 {

	border-right:1px solid #c6cedb;

}



.rsst1 {

	background-image:url("../images/li.gif");

	background-repeat:no-repeat;

	background-position:0 3px;

	padding-left:10px;

}



.mainrss {

	border:1px solid #ABB3C0;

	padding:6px 0 3px 0;

}



.mainrss * {

	border:0 none #000;

}



.mainrss2 {

	padding:6px 0 3px 0;

	width:185px;

}



.mainrss2 * {

	border:0 none #000;

}



.mainrss3 * {

	border:0px solid #000;

}



.bor0 * {

	border:0 none #000;

}



.cl1 a {

	color:#000;

}



.cl2 a {

	text-decoration:underline;

	color:#000;

}



.cl2 a:hover {

	text-decoration:none;

}



.cl2_1 {

	position:relative;

	top:-5px;

}



.cl2_2 a {

	font-weight:normal;

	text-decoration:underline;

	color:#4A4D4A;

}



.cl2_2 a:hover {

	color:#7CC5FF;

	text-decoration:underline;

}





.rel1 {

	position:relative;

	top:-5px;

}

.bigfont {

    font-size:16px;

}

.rsscss, .rsscss * {

	color:#535353;

	font-size:11px;

	font-weight:normal;

}



a.blueheader {

	text-decoration:underline;

	font-size:11px;

}







/* Globat Styles */

.globat_errors {

	padding:10px 0 10px 0;

	color:red;

	font-weight:bold

}

.globat_banners {

	position:relative;

	padding:20px

}

.globat_banners .left {

	display:block;

	position:absolute;

	top:78px !important;top:76px;

	left:76px !important;left:20px;

}

.globat_banners .right {

	display:block;

	position:absolute;

	top:78px !important;top:76px;

	left:416px !important;left:366px;

}



/*------------start-----------------*/

div.wrap {

	clear: both;

}

#headerpromo div.container1 {

	font-family:Arial, Helvetica, sans-serif;

	font-size:10px;

	padding: 20px 0 5px 388px;



}

#headerpromo #internet { background:url(../images/header-image-landing-internet2.jpg) no-repeat top left; }

#headerpromo { color: #fff; }

#headerpromo p.title {

	font-size: 200%;

	font-weight: bold;

	padding-left:20px;

	margin: 0;

}

#headerpromo img {

	margin-left:25px;

}



#headerpromo p.tagline {

	padding-left: 25px;

	color: #fff;

	font-family:Tahoma;

	font-size: 11px;

	font-weight: bold;

	padding-top:10px;



}

#headerpromo p.list {

	padding-top:8px;

	padding-bottom:5px;

	padding-left:10px;

	font-size:13px;

	font-weight: bold;

	letter-spacing: 1px;

	margin: 0 0 1px;

}

#headerpromo ul {

    background:url(../images/background_list.jpg) no-repeat;

	padding:0;

	height:114px;

	margin: 0 23px 15px;

	list-style-type:none;

}

#headerpromo li {

	background: url(../images/headerpromo_marker.jpg) no-repeat left center;

	margin: 0 10px 1px;

	padding-left: 20px;

	font-size:11px;

	font-family:Tahoma;

}

.h_l{

background-image:url(../images/h_l.gif);

background-repeat:repeat-x;

height:6px;

}

div.wrap {

	clear: both;

}

div.container {

	background-color: #fff;

	margin: 0 auto;

	width: 910px;

}

.clear {

	clear: both;

	height: 0px;

	margin: 0;

	overflow: hidden;

	padding: 0;

	width: 0px;

}

ul { list-style: none; margin: 0;

font-size:15px;

color:#F00;

padding-bottom:3px;





}

p, ul, h1, h2, h3, h4, h5, h6 { margin-top: 0; }

p { font-size: 110%; }

a img { border: none; }

/* Action Buttons

---------------------------------------------------------------------------------------- */

a.buttonblue { background: #4077ac url(../images/button-action-blue.gif); }

a.action {

	background-repeat: no-repeat;

	color: #fff !important;

	display: block;

	font-size: 100%;

	font-weight: bold;

	height: 21px;

	line-height: 22px;

	overflow: hidden;

	padding-right: 21px;

	text-decoration: none;

	text-transform: uppercase;

}

a.action:hover { background-color: #ff7200; }

a.getstarted {

	background-position: 138px 0px;

	font-size: 110%;

	line-height: 21px;

	text-align: center;

	width: 138px;

}

a.getstarted:hover { background-position: 138px -21px; }

/* Dynamic Windows

---------------------------------------------------------------------------------------- */

.dynwindow {

	background-color: #fff;

	border: 1px solid #adbdc4;

	position: absolute;

	visibility: hidden;

	z-index: 50;

}

.dynwindow h3 { font-size: 120%; margin: 0 0 2px; }

.dynwindow p.close { margin: 0; text-align: right; }

.dynwindow p.close a { color: #a6a6a6 !important; text-decoration: none !important; }

.dynwindow p.close a:hover { color: #000 !important; }

.dynwindow p.close a strong { font-size: 110%; }





/* Links in Main Content Areas

---------------------------------------------------------------------------------------- */

#bodywrap a { color:#3f89c3; text-decoration:underline;}

#bodywrap a:hover { text-decoration: none; }

#bodywrap h1{

    color:#3f89c3;

	font-size: 13px;

	font-weight: bold;

	font-family:Tahoma;

    padding-top:15px;

}

/*-----------------*/

/* Primary Page Content

---------------------------------------------------------------------------------------- */

.inner .innercontent { padding: 20px 17px 0 20px; }

.innercontent h1 {

	color: #009ddd;

	font-size: 13px;

	font-weight: bold;

	font-family:Tahoma;

	margin: 0 0 15px;

}



.innercontent{

	border-bottom:1px solid #80b1d7;

	border-top:1px solid #80b1d7;

	font-family:Tahoma;

}

.innercontent h1 span {

	background: url(../images/bullet-arrow-grey.gif) no-repeat right center;

	color: #004990;

	padding-right: 11px;

}

.innercontent h2 {

	color: #2b4759;

	font-size: 160%;

	margin: 0 0 10px;

}

.innercontent p { margin: 0 0 10px; color:#5a5a5a;}

/* Plan Details - International (Also used on Internet landing page)

---------------------------------------------------------------------------------------- */

div.international { padding-bottom: 100px !important; }

ul#choose-country { font-size: 110%; }

ul#choose-country li,

div.active-country ul.title li {

	background-color: #fff;

	background-position: 230px 2px;

	background-repeat: no-repeat;

	border: 1px solid #adbdc4;

	display: block;

	height: 20px;

	margin: 0 0 4px;

	padding: 0;

	width: 263px;

}

ul#choose-country li#canada, #rates-canada ul.title li { background-image: url(../images/icon-flag-canada.gif); }

ul#choose-country li#uk, #rates-uk ul.title li { background-image: url(../images/icon-flag-uk.gif); }

ul#choose-country li#europe, #rates-europe ul.title li { background-image: url(../images/icon-flag-europe.gif); }

ul#choose-country li#world, #rates-world ul.title li { background-image: url(../images/icon-flag-world.gif); }

ul#choose-country li a,

div.active-country ul.title li a {

	background: url(../images/bullet-arrow-orange.gif) no-repeat 10px 8px;

	display: block;

	height: 20px;

	line-height: 20px;

	padding: 0 3px 0 25px;

	text-decoration: underline;

	width: 235px;

}

ul#choose-country li a:hover { text-decoration: none; }

div.active-country { width: 263px; }

div.active-country ul { font-size: 110%; }

div.active-country ul.title li { background-color: #e4edf1; border: none; }

div.active-country ul.title li a {

	background: url(../images/bullet-arrow-blue-down.gif) no-repeat 10px 7px;

	color: #000 !important;

	font-weight: bold;

	text-decoration: none !important;

}

div.active-country ul.features { margin-left: 10px; }

div.active-country ul.features li { background-position: 0px 4px; }

div.active-country a.infolink { font-size: 90%; }

div.active-country a.action { float: right; margin: 0 10px 10px 0; }

#inc-fee {

	font-size: 100%;

	padding: 5px 10px 0;

	width: 240px;

	z-index: 100;

}

#inc-fee h3 { font-size: 110%; }



/*---------------------*/

/* Main Content Area

---------------------------------------------------------------------------------------- */

  #bodywrap { /*background: #fff url(../images/bg-landing-content.gif) repeat-y top center; */ font: normal 10px Arial, Helvetica, sans-serif;

  color:#000000;

  width:780px;}

  #bodywrap .container { background-color: transparent; background-image: none !important;

  width:780px;}

 /* .innerwrap { background-color: transparent; padding: 0; width: 750px; }*/

  .innercontent {

	float: left;

	padding:10px 0 0 0;

	/*padding: 20px 20px 10px;*/

	width: 486px;

}

  h1 {

	color: #2b4759;

	margin: 0 0 10px;

}





/* Retail Merchant Account

---------------------------------------------------------------------------------------- */

  ul.details {

	font-size: 110%;

	margin: 0 0 0px;

}

  ul.details li {

	background: url(../images/details_marker.jpg) no-repeat left center;

	margin: 0 0 5px 5px;

	color:#5a5a5a;

	padding-top:3px;

	padding-left: 15px;

}

/* Internet Merchant Account

---------------------------------------------------------------------------------------- */

  div.internetbox { float: left; width: 233px; }

  div#us { margin-right: 19px; }

  div.internetbox h2 {

	background: #009cdc url(../images/landing-title-corner.gif) no-repeat top right;

	color: #fff;

	display: block;

	font-size: 140%;

	line-height: 30px;

	padding-left: 10px;

}

  div.internetbox p { padding: 0 10px; }

  div.internetbox ul.details { margin: 0 0 15px; padding: 0 10px; }

  div.internetbox a.action {

	background-position: 122px 0px;

	float: right;

	font-size: 120%;

	width: 112px;

}

  div.internetbox a.action:hover { background-position: 122px -21px; }

  div#us div.dynwindow { padding: 0 10px 5px; }

  div#us div.dynwindow h3 { font-size: 110%; }

  div.internetbox div.dynwindow p { padding: 0; }

  #allinone, #authorizenet, #payquakenet { width: 300px; }

  ul#choose-country li,

  div.active-country ul.title li { background-position: 200px 2px; width: 231px; }

  ul#choose-country li a,

  div.active-country ul.title li a { width: 203px; }

  div.active-country { width: 231px; }

  div.active-country a.action { float: right; margin: 0 10px 10px 0; }



div.simpletext {

	 padding:10px 0 0 10px;

}

div.simpletext .inner{

	padding:10px 0 5px 22px;

}

div.simpletext .inner .special{

	background:#EDF5FB;

	position:relative;

	padding:0;

	margin:0 0 10px 0;

	width:300px;

}

div.simpletext .inner .special p{

	padding:7px;

}

div.simpletext .inner p{

	padding:3px;

	margin:0;

	font-size:11px;

}

div.simpletext .radio {

	position:absolute;top:28px; left:270px;

}

div.simpletext  .inner .spec-info {

	font-size:10px;

	margin-top:25px !important;

	margin-top:-5px;

}

div.simpletext  form {

	margin:0;

	padding:0;

}

/* Christmas Promo */

.christmas_buttons {

	text-align:center;

	border-top:1px solid #3F89C3;

	padding:20px 0;

}

h3.christmas {

	border-bottom:1px solid #3F89C3;

	color:#3F89C3;

	padding-left:40px;

	padding-bottom:7px;

	margin:20px;

	font-size:11px;

 }

.christmas_list li {

	background:url('../images/snowflake.gif') no-repeat;

	margin:10px;

	padding-left:30px;

	padding-bottom:10px;

	list-style-type:none;

}

.christmas_list span {

	color:#BC0809;

	font-weight:bold;

}



/*------------- dfpg section --------------------*/

.float_l {

	float:left;

}

.float_r {

	float:right;

}

.clearing {

	clear:both;

}

.dfpg_t, .dfpg_b {

	position:relative;

	height:6px;

}

.dfpg_t {

	background:url('../images/dfpg/dfpg_t.gif') repeat-x top left;

}

.dfpg_b {

	background:url('../images/dfpg/dfpg_b.gif') repeat-x top left;

}

.dfpg_corner_l {

	position:absolute;left:0;

}

.dfpg_corner_r {

	position:absolute;right:0;

}

.dfpg_content {

	padding:0 2px;

	border-left: 1px solid #E0D2A8;

	border-right: 1px solid #E0D2A8;

	font-size:13px;

	color:#000;

	margin-right:1px;

}

body>html .dfpg_content {

	margin-right:0px;

}

.dfpg_head h1 {

	color:#fff;

	font-size: 24px;

	line-height: 20px;

}

.dfpg_head {

	background:#DD1313;

	padding:15px 5px 15px 20px;

	color:#fff;

	height:45px;

}

.dfpg_main {

	background:url('../images/dfpg/dfpg_bg.gif') left top repeat;

	margin:0;

}

.dfpg_main_grad {

	background:url('../images/dfpg/dfpg_bg_gr.gif') top repeat-x;

	padding:0px 22px 0px 22px;

	margin:0;

}

.dfpg_list ul {

	margin:0;

	list-style:none;

}

.dfpg_list li{

	background: url('../images/dfpg/dfpg_arrow.gif') no-repeat;

	padding:0 0 20px 35px;

	line-height:15px;

}

.dfpg_main_grad a {

	color:#3e86c0;

	text-decoration:underline;

	font-weight:bold;

}

.dfpg_box_r {

	background:url('../images/dfpg/dfpg_box_r.gif') no-repeat top right;

	padding-right:6px;

}

.dfpg_box_l {

	background:url('../images/dfpg/dfpg_box_l.gif') no-repeat top left;

	margin: 0px;

	padding-left:6px;

}

.dfpg_box_bg {

	background:url('../images/dfpg/dfpg_box_bg.gif') repeat-x;

	height:116px;

	padding:15px 20px;

}

.dfpg_box_bg h2 {

	margin-bottom:5px;

	padding-bottom:5px;

	color: #3e86c0;

	border-bottom: 1px dotted #000;

}



div.main_popupper{

	position:absolute;

	float:right;

	display:block;

	clear:both;

	background-color:white;

	border:1px solid #818181;

 	z-index:100;

}



.multiselectC {

	font-size:9px;

	padding-left:4px;

	padding-bottom:4px;

	color:#666666;

}



.closes {

	background:url(../images/close_small.gif) right 2px no-repeat;

	padding-right:15px;

}

html>body .closes {

	vertical-align:middle;

}

.uncheckall{

	margin:0px 5px 0px 5px;

}

#searchBox{

	padding-left:1px;

}

#searchBox table tr,table td{

	font-family:Tahoma, Verdana, Arial;

	font-size:11px;

	color:#4F4F4F;

	padding:0px;

}

.mainDiv_search{

	display:block;

	visibility:visible;

	background-repeat:repeat-y;

	margin:0px;

	background-image:url(/assets/images/tile_search.gif);

	height:170px;

}

.mynewtable

{



background-image:url(/assets/images/tile_search_2.gif);

background-position:bottom;

background-repeat:no-repeat;

	

}

input[type=submit]{

	font-family:Tahoma, Geneva, sans-serif;

	background:#3079AC;

	border:solid 1px #093747;

	color:#FFF;

	padding:2px;

}

input[type=submit]:hover{

	font-family:Tahoma, Geneva, sans-serif;

	background:#668A9A;

	border:solid 1px #093747;

	color:#FFF;

	padding:2px;

	cursor:pointer;

}

#searchForm input[type="text"]{

	padding-top:3px\9; /* IE8 and below */

	padding-left:3px\9; /* IE8 and below */

}

.infoTab{

	padding:5px;

	background-color:#327BAE;

	color:#fff;

	width:160px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:14px;

}

.underline{

	border-bottom:1px solid #327BAE;

}

.radForm{

	background:#bbd8e3;

}

.radForm td{

	padding:3px;

}

.radForm input[type=text],ontariohospitals input[type=text],#ontariohospitals input[type=text],.add_member input[type=text]{

	padding:3px;

	width:200px;

}

.radForm input[type=password]{

	padding:3px;

	width:200px;

}



#trail{

	text-transform:uppercase;

	font-size:12px;

}

textarea{padding:3px; border:solid 1px #013044;}

#searchForm2 input[type=text]{

	padding:3px;

}

#searchBox select{

	width:150px;

	height: 25px;

}

.error{

	color:#F00;

	background:#FFC;

	font-size:18px;

	padding:10px;

	width:600px;

	border:dashed 1px #f00;

	margin-bottom:10px;

}
.title {
color:#FFFFFF;
font-weight:bold;
margin-bottom:3px;

}