/* shows vertical scrollbar in FF always, even when disabled */
html {
     overflow: -moz-scrollbars-vertical;
}

body {
	background: #FFF url('/images/page_bg.jpg') repeat-y center top;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

p {
	margin: 0 0 15px 0;
}

.wrap {
	float: left;
	width: 100%;
	background: url('/images/header_bg.jpg') repeat-x left top;
}

a {
	color: #4E658F;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* .header
-----------------------------------------------*/
.header-wrap {
	float: left;
	width: 100%;
	height: 250px;
	background: url('/images/teeth.jpg') no-repeat center top;
	text-align: center;
}

.header {
	width: 970px;
	margin: 0 auto;
}

.header h2 {
	float: left;
	width: 970px;
	background: url('/images/header_doctor.jpg') no-repeat center top;
	line-height: 35px;
	text-indent: -9999px;
}

/* .content
-----------------------------------------------*/
.content-wrap {
	float: left;
	width: 100%;
	text-align: center;
}

.content {
	width: 900px;
	margin: 0 auto;
	padding: 25px 0;
	text-align: left;
}

.content-secondary {
	float: left;
	display: inline;
	width: 300px;
}

.content-primary {
	float: right;
	display: inline;
	width: 580px;
}

/* .content-secondary
-----------------------------------------------*/
.content-secondary p {
	padding: 0 15px;
}

.content-secondary .menu-main {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.content-secondary .menu-main li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #D9D9D9;
}

.content-secondary .menu-main li.first {
	border-top: 1px solid #D9D9D9;
}

.content-secondary .menu-main li a {
	display: block;
	line-height: 35px;
	color: #4E658F;
	font-weight: bold;
	text-decoration: none;
	text-indent: 15px;
}

.content-secondary .menu-main li a:hover {
	color: #8ABBCC;
	background: #F6F6F6;
}

.content-secondary .menu-main li a.active {
	color: #8ABBCC;
	background: #F6F6F6;
}

/* .content-primary
-----------------------------------------------*/
.content-primary h1,
.content-primary h2,
.content-primary h3,
.content-primary h4,
.content-primary h5 {
	margin-bottom: 15px;
}

.content-primary h1 {
	font-size: 24px;
	color: #C0252D;
	line-height:28px;
}

.content-primary h3 {
	font-size: 16px;
	color: #C0252D;
	border-bottom: 1px solid #EFEFEF;
}

.content-primary ul {
	list-style: disc;
	list-style-position: outside;
	margin: 15px 0 15px 50px;
}

.content-primary ol {
	list-style: decimal;
	list-style-position: outside;
	margin: 15px 0 15px 50px;
}

.content-primary table {
	margin-bottom: 15px;
}

.content-primary table td {
	padding: 5px;
	font-size: 1.2em;
	line-height: 18px;
}

.content-primary table td table td {
	padding: 5px;
	font-size: 1.0em;
	line-height: 18px;
}