/* page styling */

* {
  margin: 0;
  padding: 0;
}

td {
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

p  { margin-top: 0px; margin-bottom: 8px }

#whatlink   { font-size: 12px; line-height: 17px; padding-left: 68px; }
#whatlink a:link, #whatlink a:visited, #whatlink a:active  { color: #4a8c18; text-decoration: none }
#whatlink a:hover { color: #4a8c18; text-decoration: underline }

#nav_resources    { font-size: 15px; line-height: 17px }
#nav_resources a:link, #nav_resources a:visited, #nav_resources a:active  { color: #4a8c18; text-decoration: none }
#nav_resources a:hover { color: #4a8c18; text-decoration: underline }
#nav_resources ul   { list-style-image: url("../images/arrow_green.gif"); margin-top: 12px; margin-bottom: 12px; margin-left: 28px; padding-left: 0 }
#nav_resources li   { margin-bottom: 10px }

h1    { color: #4a8c18; font-size: 18px; font-family: Tahoma, Geneva, sans-serif; font-weight: normal; line-height: 19px; letter-spacing: 1px }
h2    { color: #4a8c18; font-size: 18px; font-family: Tahoma, Geneva, sans-serif; font-weight: normal; line-height: 19px; letter-spacing: 1px; margin-top: 4px; padding-left: 18px }
h3    { color: #f6f9f3; font-size: 18px; font-family: Tahoma, Geneva, sans-serif; font-weight: normal; line-height: 19px; letter-spacing: 1px; margin-top: 4px; padding-left: 18px }
h4    { color: #4a8c18; font-size: 14px; line-height: 18px; font-weight: bold; margin-top: 18px }
h5    { color: #4a8c18; font-size: 16px; line-height: 16px; font-weight: bold; margin-top: 18px }

#copyright      { color: #ffffff; font-size: 12px; }
#footlinks       { color: #8aaed0; font-size: 12px; }
#footlinks a:link, #footlinks a:visited, #footlinks a:active  { color: #ffffff; text-decoration: none }
#footlinks a:hover { color: #ffffff; text-decoration: underline }

#content {
	width: 624px;
	color: #4d4d4d;
	font-size: 12px;
	line-height: 17px;
}
#content a:link, #content a:visited, #content a:active    { color: #4d4d4d; text-decoration: underline }
#content a:hover   { color: #006aab; text-decoration: underline }
#content p  { margin-top: 0px; margin-bottom: 8px }
#content hr  {
	border: none 0;
	border-bottom: 1px dashed #ccc;
	width: 100%;
	height: 1px;
	margin: 10px 0 6px 0;
	text-align: left;
}
#content ol  { margin-top: 8px; margin-bottom: 12px; margin-left: 28px; padding-left: 0 }
#content ul { margin-top: 8px; margin-bottom: 12px; margin-left: 3px; padding-left: 0px; list-style-type: none }
#content ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0 .4em;
	margin-bottom: 6px;
	line-height: 16px;
}
#content ol li {
	padding-left: 3px;
	margin-bottom: 6px;
	line-height: 16px;
}


.large { font-size: 13px; line-height: 18px; }
.xlarge { font-size: 14px; line-height: 19px; }

/* home */

#introtext { font-size: 13px; font-family: Arial, Helvetica, sans-serif; line-height: 18px; padding-top: 12px; padding-right: 20px; padding-left: 14px }
#introphoto { padding-top: 6px; padding-right: 3px }

#patienttext { font-size: 14px; font-family: Arial, Helvetica, sans-serif; line-height: 18px; padding-top: 8px }
#patienttext p  { margin-top: 0px; margin-bottom: 8px }

#topbox { padding-top: 12px; padding-right: 20px; padding-top: 12px; padding-right: 20px; padding-left: 14px; }

/* alert */

#alertDiv {
	width: 390px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 260px;
	padding-top: 28px;
	position: absolute;
}

/* content slider */

.sliderwrapper {
	position: relative;
	overflow: hidden;
	width: 614px;
	height: 240px;
}

.sliderwrapper .contentdiv{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	background: #f9f9f9;
	width: 614px;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 614px;
}

.pagination a{
	text-decoration: none;
	background: #f9f9f9;
}

.pagination a:hover, .pagination a.selected{
}

/* print settings */

body {
	background-color: #0e5ead;
	padding: 18px 0 0;
}

.printonly { display: none }
#printonly { display: none }
