@charset "utf-8";
@import url("../../global/css/site_global.css");
@import url("navigation.css");
@import url("../../global/css/quickmenu.css");
@import url("../../../css/global.css");


body {
	color:#333333;
	font-size: 12px;
	font-style: normal;
	font-family: arial, sans-serif;
	background-image:url(../images/outside_decoration/master_siteBG.gif);
	background-repeat: repeat-x;
	background-color:#fff;
	margin: 0 auto 0 auto; 
	padding:0;
}

/*---------------------------*/
/*site unique images*/
/*---------------------------*/

.siteLogo{
	background-image: url(../images/site_logo.gif);
	background-repeat: no-repeat;
	float: left;
	height: 49px;/* NOTE logo must be a max of 49px  in height */
	width: 125px;	
	position:relative;
	top:1px;
	cursor:hand; 
	cursor:pointer;
}

.topBannerImg{footerNav
	background-image:url(../images/outside_decoration/bannerComp.jpg);
	background-repeat: no-repeat;
	position:absolute;
	top:0px;
	left:130px;
	z-index:0;
	width:446px;
	height:82px;
}

/*-----------------------------*/
/*bottom txt link color styles
  CHANGE text colors here if neccessary */
/*-----------------------------*/
.footerNav{
	margin:10px auto;
	height:15px;
	text-align: center;
}

.footerNav ul{
	list-style:none;
	margin:10px auto;
	padding:0;
	width: 100%;
}

.footerNav li {
	padding:0 5px;
	font-size:11px;
	color:#666666;
	list-style:none;
	display: inline-block;
	vertical-align: middle;
}

.footerNav li a:link, .footerNav li a:visited, .footerNav li a:active{
	color:#666666;
	text-decoration:none;
}

.footerNav li a:hover{
	color:#0000FF;
	text-decoration:underline;
}

/*Logged in footer mode*/
.footerNav.login-footer
{
	position: relative;
	padding-bottom: 100px; /*Gives a little spacing between the fixed chat footer at the bottom*/
}


.db-logo{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 70px; height: 61px;
	background: url(../../global/images/db-verified-logo.png);
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	opacity: .5;
} 


/*-----------------------------------
	Thickbox styles
-----------------------------------*/

.TB_logo_left{
	background-image:url(../images/tb_logo/TB_logo_podiatry.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width:64px;
	height:355px;
}

/*-----------------------------------
site theme color styles
-----------------------------------*/

.mainColor, #mainColor , .TB_logo_left{
	background-color:#F5FBFE; 
}

.secondaryColor, #secondaryColor{
/*	background-color:#f1f1e6; */
	background-color:#EEE; 
}


/*----------------------------------------------*/
/*Sub Menu grayBar color style/
/*----------------------------------------------*/


.editNavOn{
	background-color:#878787; /*same as bgColor of site's Main Nav*/
	color:#FFF
}

.editNavOn a:link, .editNavOn a:active, .editNavOn a:visited, .editNavOn a:hover, .editNav a:hover , .editNav a:active{ /* Current Page Style*/
    text-decoration:none;
	display:block;
	color:#FFF;
}

