body {
	font-family: Helvetica, Arial, Verdana;
	font-size: 13px;
	color: #4F1D00;
	font-weight: normal;
	line-height: 17px;
	margin: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bolder;
	color: #4F1D00;
	margin-bottom: 15px;
}
h2 {
	font-size: 16px;
	font-weight: bolder;
	color: #4F1D00;
	margin-bottom: 5px;
	line-height: 20px;
}
h3 {
	color: #BB3411;
	font-size: 13px;
}
h4 {
	font-size: 16px;
	font-weight: bolder;
	color: #BB3411;
	border-bottom: 1px solid #BB3411;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.brown {
	color: #4F1D00;
}
.orange {
	color: #BB3411;
}
#thank_you_message {
	text-align: center;
	font-size: 16px;
}
div#error_message {
	color: #D10000;
	font-weight: bold;
}

.error {
	color:  #E10000;
	font-weight: bold;
}
.disclaimer {
	font-size: 12px;
}
.sidebar {
	border: solid 1px #BB3411;
	background-color: #ECDDA1;
	padding: 15px;
	margin: 20px 15px;
	float: right;
	width: 160px;
	font-size: 12px;
	text-align: center;
}
.sidebar p {
	border-top: dotted 1px #BB3411;
	padding-top: 18px;
	padding-bottom: 8px;
}
.sidebarheading {
	font-size: 14px;
}
.subnav {
	border: solid 1px #BB3411;
	border-top: none;
	padding: 3px 15px 3px 15px;
	text-align: right;
	width: 720px;
	color:#333;
}

#content_area {
	margin: 25px 25px 25px 15px;
	max-width: 720px;
}
.layout {
	display: inline;
}
.testimonials {
	background-color: #F8FCD6;
	border: solid 1px #4F1D00;
	margin-top: 10px;
}
.testimonials div {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	list-style: none;
}
.nobackground {
	background-color: #fff;
}
.highlight {
	width: auto;
	border: solid 1px #4F1D00;
	background-color: #F8FCD6;
	padding: 10px;
}
.appointment {
	width: 180px;
}
.medlinks {
	font-size: 13px;
	font-weight: bolder;
	color: #4F1D00;
	margin-bottom: 0px;
    margin-top: 0px;
}
.imagespacert {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 15px;
	float: right;
}
.imagespacelt {
	margin-bottom: 10px;
	margin-right: 40px;
    float: left;
}	
a:link {
	color: #BB3411;
	text-decoration: none;
}
a:visited {
    color: #BB3411;
	text-decoration: none;
}
a:hover {
	color: #BB3411;
	text-decoration: underline;
}
a:active {
	color: #BB3411;
	text-decoration: none;
}
.subnav a {
	font-size: 13px;
	color: #BB3411;
	line-height: 20px;
	text-decoration: none;
	font-weight:bold;
}
.subnav a:hover {
	text-decoration: none;
}
.print {
	padding-top: 10px;
	padding-left: 15px;
}
#title {
	display: none;
}
/**
 * Forms
 */
 
.form {
	font-weight: bold;
}
.forms th,
.forms td,
.admin th,
.admin td  {
	text-align: left;
	vertical-align: top;
}
.forms th,
.forms td {
	padding-bottom: 10px;
}
.admin th,
.admin td {
	padding-bottom: 5px;
}
.forms .header th,
.forms .header td,
.admin .header th,
.admin .header td {
	font-size: 16px;
	font-weight: bolder;
	color: #4F1D00;
	line-height: 20px;
}
.forms .header th,
.forms .header td {
	padding: 16px 0 16px 0;
}
.admin .header th,
.admin .header td {
	padding: 16px 0 8px 0;
}

/**
 * Patient registration subnav
 */
.nav_link_current a, .nav_link_current a:visited {
	color: #4F1D00;
	text-decoration: none;
}

/**********************************************************************
 *                    Admin Styles
 *********************************************************************/

 .testimonials {
   font-size: 85%;
 }
 
 .testimonials th {
 	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}


input.eip_savebutton{
   color:#bb3411;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:71%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   margin-top: 2px;
   padding: 0 2px;
  }
  
input.eip_savebutton_hover{
   color:#f00;
   background-color:#edc;
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;
}

input.eip_cancelbutton{
   color:#bb3411;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:71%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   margin-top: 2px;
   padding: 0 2px;
  }
  
input.eip_cancelbutton_hover{
   color:#f00;
   background-color:#edc;
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;
}
