@charset "UTF-8";
/* CSS Document */

h1 {
	background:url(../images/forms/forms_valerie_header.gif) 0 0 no-repeat;
	width:908px;
	height:72px;
	margin:0px 0 0 21px;
}

h1 span {
	margin-left:-5000px;
}

h3 {
	font-size:14px;
	color:#FFF;
	margin-bottom:20px;
}

.info-copy {
	float:left;
	width:636px;
	margin:20px 0 0 20px;
	line-height:20px;
}

.info-copy a {
	color:#FFF;
}

.info-copy a:hover {
	color:#FFF;
}

.info-copy ul {
	margin-left:20px;
}


#consultation h2 {
	background:url(../images/forms/consultation.gif) 0 0 no-repeat;
	width:141px;
	height:22px;
	margin-bottom:20px;
}

#consultation h2 span {
	margin-left:-5000px;
}

#insurance  h2 {
	background:url(../images/forms/insurance_coverage.gif) 0 0 no-repeat;
	width:228px;
	height:27px;
	margin-bottom:20px;
}

#insurance  h2 span {
	margin-left:-5000px;
}

#patient  h2 {
	background:url(../images/forms/patient_form.gif) 0 0 no-repeat;
	width:158px;
	height:22px;
	margin-bottom:20px;
}

#patient  h2 span {
	margin-left:-5000px;
}

#schedule h2 {
	background:url(../images/forms/schedule_visit.gif) 0 0 no-repeat;
	width:183px;
	height:22px;
	margin-bottom:20px;
}

#schedule h2 span {
	margin-left:-5000px;
}

#doctor h2 {
	background:url(../images/forms/doctor_referral_form.gif) 0 0 no-repeat;
	width:394px;
	height:27px;
	margin-bottom:20px;
}

#doctor h2 span {
	margin-left:-5000px;
}

#financial h2 {
	background:url(../images/forms/financial_policy.gif) 0 0 no-repeat;
	width:178px;
	height:27px;
	margin-bottom:20px;
}

#financial h2 span {
	margin-left:-5000px;
}

.pdf-icon {
	float:left;
	width:46px;
	margin:20px 10px 0px 0;
}

.pdf-icon-copy {
	float:left;
	width:200px;
	margin:40px 10px 0px 0;
	font-size:14px;
	text-transform:uppercase;
}

.pdf-icon-copy a {
	color:#ffe9a9;
}

.pdf-icon-copy a:hover {
	color:#FFF;
}




/*------------------------------------------------------------------ SIDE-NAV*/

#side-nav-container {
	float:left;
	width:225px;
	margin:20px 0 0 20px;
	background-color:#c8b69b;
	padding:20px 0 40px 0;
	font-size:14px;
}

patient

#side-nav-container li.consultation a:hover, #side-nav-container li.consultation a.hover {
	background:#5c4e32;
	color:#FFF;
}

#side-nav-container li.insurance a:hover, #side-nav-container li.insurance a.hover {
	background:#5c4e32;
	color:#FFF;
}

#side-nav-container li.patient a:hover, #side-nav-container li.patient a.hover {
	background:#5c4e32;
	color:#FFF;
}

#side-nav-container li.schedule a:hover, #side-nav-container li.schedule a.hover {
	background:#5c4e32;
	color:#FFF;
}

#side-nav-container li.doctor a:hover, #side-nav-container li.doctor a.hover {
	background:#5c4e32;
	color:#FFF;
}

#side-nav-container li.financial a:hover, #side-nav-container li.financial a.hover {
	background:#5c4e32;
	color:#FFF;
}

#side-nav-container li { list-style:none; }

#side-nav-container a
{
display: block;
color: #FFF;
padding: 10px 0 10px 20px;
text-decoration: none;
}

#side-nav-container a:hover
{
background:#5c4e32;
color: #FFF;
}


