/* global */
html {
	height: 100%;
}

body {
	height: 100%;
    /*font-size: 62.8%;*/
}

body.website {
    text-align: center;
}

.clear {
    clear: both;
}

strong, b {
    font-weight: bold !important;
    font-style: inherit !important;
}

em {
    font-style: italic !important;
    font-weight: inherit !important;
}

/*
 h1 {font-size: 24px;}
 h2 {font-size: 22px;}
 h3 {font-size: 20px;}
 h4 {font-size: 18px;}
 h5 {font-size: 16px;}
 h6 {font-size: 14px;}
 h7 {font-size: 12px;}
 */
p {
    margin-bottom: 12px !important;
}

.address-cell {
    padding: 3px 6px;
    vertical-align: top;
}

.mainHeading {
    position: absolute;
    text-indent: -9009px;
}

.seoTags {
    padding: 1%;
}

/* layouts */
.outerContainer {
    text-align: center;
    min-height: 100%;
    height: auto !important;
    height: 100%;
	overflow: hidden;
}

.innerContainer {
    width: 789px;
    margin: 0 auto;
    text-align: left;
}

.mainWrapper {
    border-style: solid;
    border-width: 0;
}

.wrapper_1 {
}

.wrapper_1 img {
    display: inline-block;
}

.x-form-element img, .x-panel-body img {
    display: inline;
}

.x-form-check-wrap {
	height: auto !important;
}

.menuWrapper {
    width: 100%;
}

.mainGraphic {
    width: 100%;
}

.flashWrapper {
	position: relative;
    border-style: solid;
    border-width: 0;
}

.bottomBar {
    border-style: solid;
    border-width: 0;
	/*
    display: table;
    width: 100%;
	*/
}
/*
.bottomBarInner {
    display: table-cell;
    vertical-align: middle;
    margin-top: expression(((this.parentElement.offsetHeight/2)-(parseInt(this.offsetHeight)/2) -2) <0 ? "0" : (this.parentElement.offsetHeight/2)-(parseInt(this.offsetHeight)/2) -2 +'px');
}
*/

.titleBar {
	position: relative;
	border-style: solid;
	border-width: 0;
}
a.titlebarBtn {
	display: inline-block;
	white-space: nowrap;
	cursor: pointer;
	cursor: hand;
	border: 1px solid #777;
	padding: 0 20px 0 5px;
	color: #777 !important;
	background: #fff url(../interface/arrow1.gif) right center no-repeat;
	text-decoration: none !important;
	height: 17px;
	font-size: 11px !important;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 16px;
	z-index: 1;
	/*margin: 0 5px;*/
}
a.titlebarBtn:hover  {
	border: 1px solid #555;
	color: #555 !important;
}
.sectionTitle {
	float: left;
}
.titleBarSlot {
	float: right;
	margin: 5px 5px 0 0;
	text-align: right;
	font-style: normal;
}
.titleBarSlot * {
	text-align: left;
}

.titleBarSlot .popupForm {
	/* 4/13/2010 michal
	float: right;*/ 
	margin-left: 10px;
}

.titleBarSlot .slot > * {
	float: left;
}

.headerTbl {
	width: 100%;
	height: 100px;
	border-collapse: collapse;
}
.headerTbl td {
	/*vertical-align: top;*/
	/*padding: 0 5px;*/
	/*white-space: nowrap;*/
}
.logo {
	width: 1%;
}
.practiceheader {
	border-style: solid;
	border-width: 0;
	min-height: 100px;
}
.practicename {
	/*height:50%;*/
	/*width: 50%;*/
}
.practicetype {
	/*height:50%;*/
}
.practicesound {
	/*height:50%;*/
	/*width: 49%;*/
	text-align: right;
}
.practicephone {
	/*height:50%;*/
	text-align: right;
}

table.commonFormTable {
	border-collapse: collapse;
}
table.commonFormTable td {
	padding: 5px;
}
table.tabularData {
	border-collapse: collapse;
}
table.tabularData td {
	padding: 5px;
	border: 1px solid #ccc;
}


sup.required {
	color: #f00;
} 
.titleBarSlot .popupWrapper {
	float: right; 
	position: relative;
}

.error404 {
	font-weight: bold;
	padding: 20px;
}

/* LAYOUTS */

.columns li {
	list-style-position: outside;
	margin-left: 30px;
}

.columns ol li {
	list-style-type: decimal;
}

.columns ul li {
	list-style-type: disc;
}

.columns {
	*max-width: 100%; /* IE7 needs it */
	_height: auto !important;
	text-align: justify;
	border-style: solid;
	border-width: 0;
	overflow: hidden;
}

.columnsContent {
	/* being overridden if sidebar is enabled for master layouts (other than Full Left, Right) */
}

.columnsSidebar {
	display: none;
	/* being overridden if sidebar is enabled for master layouts (other than Full Left, Right) */
}

.sidebar {
	padding: 0 1%;
}

.columnsAndTitle {
	border-style: solid;
	border-width: 0;
}

.col_header {
	padding: 0 1%;
	min-height: 200px;
}
.col_footer{
	padding: 0 1%;
	min-height: 200px;
}

.clear_col {
	clear: both;
	height: 10px;	
}

.col_header .slot, 
.col_footer .slot {
	min-height: inherit;
}

/* 1-col layout */
.col_1_1 {
	width: 98%;
	padding: 0 1%;	
	overflow: hidden;
	min-height: 350px;
}

/* 2-col layout */
.col_1_2, .col_1_2_l, .col_1_2_g {
	padding-left: 1%;
	float: left;
	width: 48%;
	overflow: hidden;
	min-height: 350px;
}
.col_2_2, .col_2_2_l, .col_2_2_g {
	padding-left: 1%;
	padding-right: 1%;
	float: left;
	width: 49%;
	overflow: hidden;
	min-height: 350px;
}

/* 3-col layout */
.col_1_3,
.col_1_3_a,
.col_1_3_g {
	padding-left: 1%;
	float: left;
	width: 32%;
	overflow: hidden;
	min-height: 350px;
}
.col_2_3,
.col_2_3_a,
.col_2_3_l {
	padding-left: 1%;
	float: left;
	width: 32%;
	overflow: hidden;
	min-height: 350px;
}
.col_3_3,
.col_3_3_a,
.col_3_3_g {
	padding-left: 1%;
	padding-right: 1%;
	float: left;
	width: 32%;
	overflow: hidden;
	min-height: 350px;
}

/* 4-col layout */
.col_1_4,
.col_1_4_a {
	padding-left: 1%;
	float: left;
	width: 23%;
	overflow: hidden;
	min-height: 350px;
}
.col_2_4,
.col_2_4_a {
	padding-left: 1%;
	float: left;
	width: 24%;
	overflow: hidden;
	min-height: 350px;
}
.col_3_4,
.col_3_4_a {
	padding-left: 1%;
	float: left;
	width: 24%;
	overflow: hidden;
	min-height: 350px;
}

.col_4_4,
.col_4_4_a {
	padding-left: 1%;
	padding-right: 1%;
	float: left;
	width: 24%;
	overflow: hidden;
	min-height: 350px;
}

.col_1_1 .slot,
.col_1_2 .slot,
.col_2_2 .slot,
.col_1_3 .slot,
.col_1_3_a .slot,
.col_2_3 .slot,
.col_2_3_a .slot,
.col_3_3 .slot,
.col_3_3_a .slot,

.col_1_2_l .slot, 
.col_1_2_g .slot,
.col_2_2_l .slot, 
.col_2_2_g .slot,
.col_1_3_g .slot, 
.col_2_3_l .slot,
.col_3_3_g .slot
{
	min-height: inherit;
}

.seoBar_0, .seoBar_1, .seoBar_2
{
	display: none;
}

.seoBar {
	text-align: center;
	padding: 10px 0;
}
.seoBar li {
	white-space: nowrap;
}

.seoBar .liDivider {
	white-space: normal;
}

ul.footerMenu {
	margin-bottom: 10px;
}
ul.footerMenu li {
	display: inline;
	padding: 2px;
}

.member-widget-text {
	font-size: 13px;
} 

.member-widget-text-small {
	font-size: 10px !important;
}

.member-widget-link {
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

.member-captcha-container {
	text-align: left;
}

a.autoFormsPopupButton
{
	height: auto !important;
	line-height: normal !important;
}

ul.noBullet li {
	list-style: none;
	margin: 0;
}

/* tinyMCE rules */
body.mceContentBody {
	width: auto !important;
	overflow: auto !important;
	padding: 5px !important;
	position: static !important;
}

/* landing page rules */
.landingPage .practiceheader,
.landingPage .menuWrapper,
.landingPage .titleBar,
.landingPage .seoTags,
.landingPage .bottomBar,
.landingPage .seoBar,
.landingPage .veryBottom,
.landingPage .headerPkg,
.landingPage .footerPkg,
.landingPage .titlePkg {
	display: none !important;
}

/* landing page rules */
.introPage .columnsAndTitlePkg {
	display: none !important;
}

.cntwrp {
	border-style: solid;
	border-width: 0;
}

.factsheetTitle {
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 20px;
}

.factsheetCategory {
	font-size: medium;
	font-weight: bold;
}
ul.factsheetList {
	margin-bottom: 12px;
}
ul.factsheetList li {
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
}
ul.factsheetList li.pdf {
	background: url(../interface/page_white_acrobat.png) left center no-repeat;
}
ul.factsheetList li.webpage {
	background: url(../interface/page_white_world.png) left center no-repeat;
}

.systemContent {
	padding: 10px;
}

.toolbar {
	text-align: right;
	padding: 0 10px;
}

/* borders */
.mainWrapperPkg,
.headerPkg,
.titlePkg,
.columnsPkg,
.footerPkg,
.columnsAndTitlePkg,
.menuBorderPkg,
.flashBorderPkg,
.subMenuPkg,
.contentAreaBPkg,
.contentAreaCPkg,
.menuItemBorderPkg {
	width: 100%;
}

.flashBorderPkg {
	table-layout: fixed;
}

.flashBorderPkg td.t,
.flashBorderPkg td.m,
.flashBorderPkg td.b {
	width: 100%;
}

.mainWrapperPkg {
	*width: auto; /* IE7 and below */
}

/* IE7 1px gap workaround */
.headerPkg>tbody>tr:first-child,
.titlePkg>tbody>tr:first-child,
.columnsPkg>tbody>tr:first-child,
.footerPkg>tbody>tr:first-child,
.columnsAndTitlePkg>tbody>tr:first-child,
.menuBorderPkg>tbody>tr:first-child,
.subMenuPkg>tbody>tr:first-child,
.contentAreaBPkg>tbody>tr:first-child,
.contentAreaCPkg>tbody>tr:first-child,
.menuItemBorderPkg>tbody>tr:first-child,

.headerPkg>tbody>tr:first-child+tr+tr,
.titlePkg>tbody>tr:first-child+tr+tr,
.columnsPkg>tbody>tr:first-child+tr+tr,
.footerPkg>tbody>tr:first-child+tr+tr,
.columnsAndTitlePkg>tbody>tr:first-child+tr+tr,
.menuBorderPkg>tbody>tr:first-child+tr+tr,
.subMenuPkg>tbody>tr:first-child+tr+tr,
.contentAreaBPkg>tbody>tr:first-child+tr+tr,
.contentAreaCPkg>tbody>tr:first-child+tr+tr,
.menuItemBorderPkg>tbody>tr:first-child+tr+tr {
	display: expression((this.clientHeight <= 1) ? 'none' : 'block');
}	

td.t, 
td.b,
td.r,
td.l,
td.tr, 
td.tl,
td.br,
td.bl {
	background-image: none;
	width: auto;
	height: auto;
}

/* sub menus */
.subMenuWrapper {
	border-width: 0;
	border-style: solid;
}

.subMenuTitle {
	border-width: 0;
	border-style: solid;
}

ul.subMenu {
	margin: 0;
	padding: 0;
}
ul.subMenu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.subMenu li a {
	display: block;
	z-index: 10;
	position: relative;
	text-decoration: none;
	border-width: 0;
	border-style: solid;
}

ul.subMenu li a:hover {
	z-index: 20;
}

ul.subMenu li a.last {
	margin-bottom: 0 !important;
}

.cntwrpInner {
	text-align : inherit;
}

.cntwrpInner .centeredContent {
	display : inline-block;
		/* For IE 7 */
	zoom: 1;
	*display: inline;
	float: none;
}

.cntwrpInner .resetCenter {
	text-align : left;
}

.demoMode {
		border-bottom: 2px solid #001EAC;
		background-color: #DCE7FB;
		height: 108px;
		text-align: center;
		position: fixed;
		width: 100%;
		z-index: 1000;
}
.demoModeSpacer {
	height: 110px;
}
.demoMode .callTodayDemo {
    text-align: right;
    font-size: 16px;
    line-height: 20px;
	font-family: Calibri,Arial,Helvetica,sans-serif;
	width: 950px;
	margin: 0 auto;
}

.demoMode .callPhoneDemo {
    font-size: 18px;
    font-weight: bold;
    color: #001E75;
	line-height: 30px;
}

.demoMode a.viewAnotherSite {
	width: 500px;
	height: 82px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url('../interface/view%20another%20site%20up.png');
	display: inline-block;
	text-indent: -9999px;
}
.demoMode a.viewAnotherSite:after {
	content: url('../interface/view%20another%20site%20over.png');
	display: none;
}
.demoMode a.viewAnotherSite:hover {
	background-image: url('../interface/view%20another%20site%20over.png');
}

.demoMode a.makeThisMySite {
	width: 500px;
	height: 82px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url('../interface/make%20this%20my%20site%20up.png');
	display: inline-block;
	text-indent: -9999px;
}
.demoMode a.makeThisMySite:after {
	content: url('../interface/make%20this%20my%20site%20over.png');
	display: none;
}
.demoMode a.makeThisMySite:hover {
	background-image: url('../interface/make%20this%20my%20site%20over.png');
}

.modelNotPatient {
	text-align: right; 
	position: absolute; 
	right: 0; 
	bottom: 0;
}

.columns .cntwrp.feature_form button,
.columns .cntwrp.feature_memberform button {
	color: #000 !important;
}

.newsletter-disclaimer {
	border: 1px solid black;
	padding: 10px;
	margin-top: 50px;
	font-size: 12px;
}

.newsletter-disclaimer p {
	margin: 0 !important;
}

#developedByLink img {
	vertical-align: middle;
}

/* BO feature: Reviews */
.review-item {
	margin-top: 10px;	
}

	.review-comment {
		font-style: italic;
	}
	.review-author {
		font-weight: bold;
		text-align: right;	
		padding: 0 10px 0 0;
		font-size: 10px;
	}
/* EO feature: Reviews */