/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}	
html,body{

	height: 100%;
}
body{
	background-color:#002c5a;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	padding: 10px 0px 8px 10px;
	color: #002c5a;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 1px 10px;
	color: #616163;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #616163;
	text-align:left;
	padding: 5px 0px 3px 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1c7cb7;
	text-align:left;
	padding: 0px 0px 16px 10px;
}
p {
	padding: 3px 9px 6px 10px;
}
form {
	font-size: 11px;
	font-weight: bold;
}
ul {
	list-style-type: none;
}
a{
	color: #1c7cb7;
	text-decoration: none;
}
a:hover, a:focus{
color: #737e81;
}
#main {
	background-color:#FFFFFF;
	border: thin solid #1C7CB7;
	width: 720px;
	margin: auto;
	background-image:url(images/nav_bkgd.gif);
	background-repeat:repeat-y;
}
#header {
	width: 100%;
}
#index{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px 8px 10px;
	color: #002c5a;
	word-spacing: .3em;
}
#nav {
	padding: 0 0 30px 0;
	text-align:center;
	float:left;
	height:100%;
}
#nav ul{
	padding: 10px 0 0 0;
}
#nav ul li{
	font-weight: bold;
	padding: 20px 0 0 0;
	display: block;
	list-style: none;
}
#nav ul li a{
	font-size: 12px;
	color: #002c5a;
	text-decoration: none;
	text-align: center;
	width: 9em;
} 
#nav ul li a:hover, #nav ul li a:focus{
	color: #616163;
}
#info {
	height: auto;
	margin: 0 0 0 160px;
	padding: 5px 9px 5px 5px;
	background-image:url(images/stethoscope.jpg);
	background-repeat: no-repeat;
}
#info ul{
	padding: 0px 9px 6px 10px;
}
#info ul li{
	padding: 7px 9px 0 0;
}
#ftrbox {
	margin: 3px auto 0 auto;
	padding: 4px;
	width: 716px;
	text-align:center;
	background-image:url(images/gray_bar_bkgd.gif);
}
#ftrbox ul li{
	display: inline;
	font-size: 9px;
	font-weight: bold;
}
#ftrbox ul li a{
	color: #ffffff;
	text-decoration: none;
	padding: 0 8px 0 8px;
	width: 12em;
} 
#ftrbox ul li a:hover, #nav ul li a:focus{
	color: #1c7cb7;
}
#ftr{
	font-size:9px;
	color:#999999;
	text-align:center;
}
.dashbox {
	padding: 0px;
	border: 2px dotted #B8C12A;
	font-weight: bold;
	background-color: #F0F1D5;
	text-align:center;
}
.testimonial {
	padding: 0 30px 0 50px;
	text-align:justify;
	
}
.author {
	padding: 3px 30px 0 50px;
	font-weight:bold;
	text-align:right;
	color: #1c7cb7
}
