/*** Title ***/

#title {
	color: #274561;
	display: none;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

/*** Content ***/

body {
	background-color: #eff6d7;
	background-image: url(../images/layout/bkgrnd.jpg);
	background-repeat: repeat-x;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	margin-top: 0;
}

#title,
h1,
h2,
h3,
.highlight,
.box_a h2,
.box_b h2,
.box_a .content.quote,
.box_b .content.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	color: #6c5a43;
	border-bottom: 1px solid #BBB6BB;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding-bottom: 6px;	
}

h2 {
	color: #002d40;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}

h3 {
	color: #002d40;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

/*** Forms ***/

.required {
	color: #990000;
	font-size: 12px;
}

.admin th,
.form th.header {
	background-color: #CEDDE6;
}	

.form th.header,
.form.small th.header {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

.form th {
	text-align: left;
	padding-left: 5px;
}

.form th,
.form td {
	text-align: left;
	vertical-align: top;
}

.form.small  {
	font-size: 11px;
}

.form .odd {
	background-color: #ececec;
}

.form .subhead {
	padding-left: 20px;
}

.form td {
	font-size: 11px;
	padding-left: 5px;
}

.form .first td,
.form .first th {
	padding-top: 10px;
}

.form .last td,
.form .last th {
	padding-bottom: 10px;
}

th#past-med-you {
	padding-left: 48px;
}

th#past-med-family {
	padding-left: 44px;
}

.highlight {
	color: #002d40;
	font-style: italic;
}

.clear {
	clear: both;
}

/*** Lists ***/

ul {
	list-style-image: url(../images/layout/bullet_content.gif);
	list-style-position: outside;
}

/*** Box Content ***/

.box_a {
	background-color: #eff6d7;
}

.box_b {
	background-color: #cfd5bb;
}

.box_a.main,
.box_b.main {
	width: 198px;
}

.box_a h2,
.box_b h2 {
	background-repeat: repeat-x;
	color: #fff;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	height: 18px;
	margin: 0;
	padding: 5px 12px;
}

.box_a h2 {
	background-image: url(../images/layout/h2_bkgrnd_a.jpg);
}

.box_b h2 {
	background-image: url(../images/layout/h2_bkgrnd_b.jpg);
}

.box_a .content,
.box_b .content {
	padding: 12px;
}

.box_a .content.quote,
.box_b .content.quote {
	font-size: 14px;
	line-height: 19px;
}

.box_a .content ul,
.box_b .content ul {
	margin: 0 0 0 12px;
	padding: 0;
}

.box_a .content ol,
.box_b .content ol {
	margin: 0 0 0 17px;
	padding: 0;
}

.photo,
.button {
	padding: 8px 0 2px 0;
	text-align: center;
}
.box {
	border: 1px solid #002d40;
	padding: 8px;
}

.signage {
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	padding-bottom: 10px;
}

.quotation {
	color: #002d40;
	font-size: 19px;
	font-weight: bold;
}

/*** Images ***/

.imagespacert {
	float: right;
	margin: 0 0 10px 10px;
}

.imagespacelt {
	float: left;
	margin: 0 10px 10px 0; 
}

.imagecenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.icon {
	padding-right: 6px;
}

.photos {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 4px;
}

/*** Links ***/

a:link, 
a:visited, 
a:active {
	color: #002d40;
	text-decoration: none;
}

a:hover {
	color: #002d40;
	text-decoration: underline;
}

/*** The "About Us" index page ***/

body#about_us #title {
	display: none;
}

body#about_us #print {
	position: absolute;
	left: 296px;
	top: 4px;
}

body#about_us #main_index {
	background-color: #cfd5bb;
	float: right;
	width: 198px;
	padding: 0px;
	margin: 0px;
}

body#about_us #main_index * {
	margin-left: 0px;
}
body#about_us #main_index ul {
	margin-left: 12px;
}

body#about_us #content_area {
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: relative;
	width: 584px;
}

body#about_us #home_content {
	float: left;
	margin-top: 20px;
	width: 360px;
}

.note {
	background: #EFF6D7;
	font-size: 16px;
	border: 1px solid #AA8F68;
	padding: 10px;
	line-height: 24px;
}

.appointment-form {
	min-height:  1200px;
}