body
{
	background: #ccd0d4 url('images/top_bg.jpg') repeat-x;
	margin: 0px;
}

#logoContainer
{
	width: 770px;
	height: 130px;
	margin: 19px 0px 10px -385px;
	position: relative;
	left: 50%;
	background: url('images/logo_bg.jpg') no-repeat;
}

#logoContainer img
{
	display: inline;
	float: left;
	margin: 18px 0px 0px 15px;
}

#logoTextContainer
{
	float: left;
	margin: 35px 0px 0px 10px;
	color: #fff;
	font-weight: bold;
	font-family: Times New Roman, serif;
}

#logoText1
{
	font-size: 20pt;
	display: block;
}

#logoText2
{
	font-size: 20pt;
}

#doctorsTextContainer
{
	float: right;
	margin: 35px 15px 0px 0px;
}

#doctorsTextContainer span
{
	display: block;
	width: 200px;
	font-family: Times New Roman, serif;
	font-weight: bold;
	font-size: 12pt;
	color: #fff;
}

#navContainer
{
	width: 720px;
	position: relative;
	left: 50%;
	margin-left: -360px;
	height: 40px;
}

#navContainer a
{
	font-family: Times New Roman, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #2c5a80;
}

#navContainer ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navContainer ul li
{
	float: left;
	white-space: nowrap;
	padding: 4px 12px 7px 12px;
}

#navContainer ul li.activeNav
{
	float: left;
	white-space: nowrap;
	padding: 0px 0px 0px 12px;
	background: url('images/nav_bg.jpg');
	font-family: Times New Roman, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #fff;
	cursor: default;
}

#navContainer ul li img
{
	vertical-align: middle;
}

#contentContainer
{
	width: 770px;
	position: relative;
	left: 50%;
	margin-left: -385px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10pt;
}

#contentContainer h1
{
	font-size: 16pt;
	font-weight: bold;
	color: #2c5a80;
	border-bottom: 3px solid #fff;
}

#contentContainer h2
{
	font-size: 13pt;
	font-weight: bold;
	color: #2c5a80;
}

#contentContainer a
{
	color: #2c5a80;
}

#contentContainer a:hover
{
	color: #fff;
}

#contentContainer hr
{
	margin: 15px 0px 15px 0px;
}

#leftColumn
{
	float: left;
}

#rightColumn
{
	float: right;
}

#footerContainer
{
	clear: both;
	background: url('images/footer_bg.jpg') repeat-x;
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	padding: 10px 0px 10px 0px;
	margin-top: 10px;
	
}

#digitalOrthodicCell, #footAnkleRepairCell
{
	font-family: Times New Roman, serif;
	font-size: 14pt;
	font-weight: bold;
}

#digitalOrthodicCell
{
	padding: 20px 0px 23px 10px;
	background: url('images/digital_orthodic_bg.jpg') no-repeat;
}

#footAnkleRepairCell
{
	padding: 9px 0px 40px 10px;
	background: url('images/foot_cast_bg.jpg') no-repeat;
}

#digitalOrthodicCell span
{
	display: block;
	color: #4c86b4;
	margin: 0px 0px 25px 0px;
}

#footAnkleRepairCell span
{
	display: block;
	color: #fff;
	margin: 0px 0px 25px 0px;
}

#digitalOrthodicCell a, #footAnkleRepairCell a
{
	font-family: Times New Roman, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #162938;
}
