/*** Content ***/

body {
	background-color: #D1E4EC;
	color: #1D1F1F;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	margin-top: 0;
}

h1 {
	color: #1D1F1F;
	border-bottom: 1px solid #CCC;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;	
	padding-bottom: 4px;
}

h2 {
	color: #437A91;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}

.small {
	font-size: 11px;
}

.admin th {
	background-color: #CCC;
}	

/*** Images ***/

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

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

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

/*** Links ***/

a:link,
a:visited,
a:active {
	color: #437A91;
	text-decoration: none;
}

a:hover {
	color: #1D1F1F;
	text-decoration: underline;
}

/*** Box Content ***/

.box {
	background-color: #eee;
	padding: 0;
	width: 194px;
}

.box.narrow {
	width: 180px;
	margin-right: 13px;
}

.box h2 {
	background-image: url(../images/box_h2.jpg);
	background-repeat: repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	margin-top: 0;
	padding: 6px 10px;
}

.box .content {
	border: 1px solid #ccc;
	padding: 10px;
}

.box .content ul,
.box .content ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 13px;
}

/*** Horizontal Rule ***/

hr {
	border: none;
	background-color: #ccc;
	color: #ccc;
	height: 1px;
	line-height: 1px;
	margin-top: 10px;
	width: 100%;
}

/*** Lists ***/

ol,
ul {
	margin-top: 0;
	padding-left: 15px;
}

/*** Medical Forms ***/

.medical_forms th {
	background-image: url(../images/box_h2.jpg);
	background-repeat: repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	margin-top: 0;
	padding: 6px 10px;
}

/*** Layout ***/

#nav {
	background-color: #1D1F1F;
}	

#nav ul {
	color: #B82958;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	margin-left: 0;
	margin-top: 7px;
	padding-top: 0px;
	padding-left: 15px;
}

#nav ul.subnav {
	color: #F7E685;
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin: 0;
	margin-top: 5px;
	padding-top: 0px;
	padding-left: 5px;
}

#nav li {
	margin-bottom: 10px;
	margin-top: 10px;
}	

#nav .subnav li {
	margin-bottom: 5px;
	margin-top: 5px;
}	

#nav a:link,
#nav a:visited,
#nav a:active {
	color: #B82958;
	text-decoration: none;
}

#nav li.current_link a:link,
#nav li.current_link a:visited,
#nav li.current_link a:active,
#nav a:hover {
	color: #A1C3D0;
}

#nav .subnav li a:link,
#nav .subnav li a:visited,
#nav .subnav li a:active {
	color: #B82958;
	text-decoration: none;
}

#nav .subnav li.current_link a:link,
#nav .subnav li.current_link a:visited,
#nav .subnav li.current_link a:active,
#nav .subnav li a:hover {
	color: #A1C3D0;
}

#content_area #search_print td {
	background-color: #D1E4EC;
	padding: 10px 15px;
}

#content_area #search_print td form {
	margin: 0;
}

#title {
	display: none; 
}

#print_area {
	font-size: 11px;
	float: right;
	padding-top: 4px;
}

#print_area a:link,
#print_area a:visited,
#print_area a:active {
	color: #39687C;
	text-decoration: none;
}

#print_area a:hover {
	color: #1F1F1F;
	text-decoration: underline;
}

address {
	font-style: normal;
}

.copyright {
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}
.clear {
	clear: both;
}

