/* COLORS

Teal		#018267
75%Teal		#41a18d
50%Teal		#80c0b3
20%Teal		#cce6e1
Lt Ivory	#fff1d7
Ivory		#ffe4af
PMS 377		#78a22f
33% 377		#d6e3c0
BLUE		#1465a1
Blue 15%	#dfe6f2

*/
html {
	height: 100%; /* REQUIRED FOR FOOTER */
}

body {
	margin: 0;
	padding: 0;
	height: 100%; /* REQUIRED FOR FOOTER */
	background: #ffe4af url(../images/topbkgd.gif) top center repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
p, li {
	line-height: 130%;
}
a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #80c0b3 dotted;
}
a:hover {
	border-bottom: 1px #018267 solid;
}
a.bullet {
	padding-left: 14px;
	background: url(../images/link_bullet.gif) top left no-repeat;
}

#content ul {
	list-style-image: url(../images/link_bullet.gif);
}
ol li {
	margin-bottom: 1em;
}
.caption {
	padding: 3px;
	text-align: center;
	font-style: italic;
}
.map {
	border: 2px #018267 solid; 
	margin: 0 0 20px 0;
}
#map_canvas {
	height:400px; 
	width: 550px;
}

h1 {
	font-size: 24px;
	color: #018267;
}

h2 {
	font-size: 18px;
}

hr {
	color: #018267;
}
p.ie6 {
	display: none;
}

.pdficon {
	margin: 0 3px 0 0;
}
.section {
	clear: right;
	border: 2px #cce6e1 solid;
	padding: 0 10px;
	margin-bottom: 10px;
	background: #FFF;
}
.section h2 {
	margin: 0 -10px 5px -10px;
	padding: 3px 10px 3px 23px;
	background: #41a18d url(../images/bullet-active.gif) 3px 3px no-repeat;
	color: #FFF;
}
.section h2 a {
	color: #FFF;
}

.sgreen {
	color: #78a22f;	
}
.green {
	color: #018267;	
}
.blue {
	color: #1465a1;	
}

.clear {
	clear: both;
}

.imgright {
	float: right;
	margin: 0 0 5px 10px;
	border: none;
}

.topbtn {
	float: right;
	padding-top: 3px;
}
.hr {
	border-top: 2px #018267 solid;
	padding: 0;
	margin: 5px 0;
	clear: right;
}

/* CALL OUT BOXES */
.greenbox, .bluebox {
	border: 1px #018267 solid;
	padding: 5px;
	background: #cce6e1;
	margin: 0 0 10px 0;
	border-width: 2px;
	border-style: solid;
	text-align: left;
}
.greenbox h1, .bluebox h1 {
	font-size: 16px;
	margin: 0;
	text-align: center;
}
.greenbox p, .bluebox p {
	margin: 3px 0;
}

.greenbox {
	border-color: #018267;
	background: #cce6e1;
}
.greenbox h1, .bluebox h1 {
	color: #018267;
}

.bluebox {
	border-color: #1465a1;
	background: #dfe6f2;
}
.bluebox h1 {
	color: #1465a1;
}
.blueboxq, .blueboxe, .blueboxesm {
	border: #1465a1 1px solid;
	background: #dfe6f2 url(../images/questionmark75.png) 10px 10px no-repeat;
	font-size: 14px;  
	padding: 5px 10px 5px 95px;
	margin: 0 0 15px 0;
	min-height: 87px;
}
.blueboxe {
	background: #dfe6f2 url(../images/exclamationmark75.png) 10px 10px no-repeat;
}
.blueboxesm {
	background: #dfe6f2 url(../images/exclamationmark40.png) 8px center no-repeat;
	padding-left: 65px;
	min-height: 52px;
}
.blueboxq p {
	text-align: center !important; 
	margin: 0 0 5px 0;
}

/* BODY ELEMENTS */
#page {
	margin: 0 auto;
	width: 840px;
	min-height: 100%; /* REQUIRED FOR FOOTER */
	background: url(../images/pagebkgd.gif) top center repeat-y;
}
* html #page {
	height: 100%; /* REQUIRED FOR FOOTER */
}

#container {
	margin: 0 auto;
	width: 840px;
	background: url(../images/header.gif) top left no-repeat;
	clear: both;
}

#header {
	margin: 0 auto;
	height: 115px;
}
#header h1, #header h2 {
	display: none;
}

#nav {
	margin: 15px 0 0 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
}
#nav ul {
	display: block;
	list-style: none;
	margin: 0;
	margin-right: 3px;
	padding: 0;
	border-top: 1px #018267 solid;
}
#nav li {
	padding: 0;
}
#nav li a {
	display: block;
	padding: 5px 5px 5px 20px;
	color: #018267;
	text-decoration: none;
	border-bottom: 1px #018267 solid;
}
#nav li a:hover {
	color: #FFF;
	background: #018267 url(../images/bullet-over.gif) 2px 1px no-repeat;
}
#nav a.current {
	color: #FFF;
	background: #41a18d url(../images/bullet-active.gif) 0 1px no-repeat;
	margin-left: 2px;
	margin-right: 1px;
	padding-left: 20px;
}
#nav a.current:hover {
	margin-left: 0;
	margin-right: 0;
	padding-left: 22px;
}

#sidebar {
	float: left;
	width: 185px;
	margin: 0;
	padding: 0;	
	background: url(../images/sidebarbkgd.gif) top left repeat-y;
}

#myc {
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 10px;
	background: #FFF url(../images/markyourcalendarbkgd.gif) top left repeat-y;
}
#myc h2 {
	margin: 15px 0 0 0;
	padding: 0 8px 0 8px !important;
	color: #018267;
	font-size: 14px;
}
#myc h2 + h2 {
	padding-bottom: 0 !important;
}
#myc p {
	padding: 0 8px 5px 8px;
}
#mychdr {
	margin-bottom: 5px;
	background: url(../images/markyourcalendarhdr.gif) top center no-repeat;
	width: 186px;
	height: 51px;
}

#sidebarbtm {
	margin: 0;
	padding: 0;
	height: 15px;
	background: url(../images/sidebarbtm.gif) bottom left no-repeat;
}

#content {
	margin: 20px 70px 0 215px;
	min-height: 500px;
	background: url(../images/watermark.gif) top left no-repeat;
}
#content p, #content ul {
	text-align: justify;
}
#content .exhibit {
	border-top: 2px #018267 solid; 
	padding-top: 10px;
	text-align: center;
	clear: right;
}
#content .exhibit p {
	text-align: center;
}

#content .exhibit2 {
	border-top: 2px #018267 solid; 
	border-bottom: 2px #018267 solid; 
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	/*clear: right;*/
}
#content .exhibit2 p {
	text-align: left;
}

#content .biopic_r {
	float: right;
	margin: 0 0 15px 15px;
}

#containerpad {
	height: 40px;
}

#footer {
	margin: 0 auto;
	padding: 0 0 0 110px;
	width: 730px;
	height: 28px;
	margin-top: -40px; /* REQUIRED FOR FOOTER */
	clear: both;
	text-align: center;
	font-size: 10px;
}

/*  TABLES  */
.schedule, .scheduleb, .schedulesg {
	border-width: 2px;
	border-style: solid;
}
.schedule th, .scheduleb th, .schedulesg th {
	font-size: 14px;
	font-weight: bold;
}
.schedule th, .schedule td, .scheduleb th, .scheduleb td, .schedulesg th, .schedulesg td {
	padding: 3px;
}
.schedule {
	border-color: #018267;
}
.scheduleb h1, .schedule th {
	background: #cce6e1;	
	color: #018267;
}
.schedule td.altrow {
	background: #cce6e1;
}

.scheduleb {
	border-color: #1465a1;
}
.scheduleb h1, .scheduleb th {
	background: #dfe6f2;
	color: #1465a1;
}
.scheduleb td.altrow {
	background: #dfe6f2;
}

.schedulesg {
	border-color: #78a22f;
}
.schedulesg h1, .schedulesg th {
	background: #d6e3c0;
	color: #78a22f;
}
.schedulesg td.altrow {
	background: #d6e3c0;
}

/*  CEUs  */
.ceubox, .ceuboxb, .ceuboxsg {
	margin: 10px 0;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
}
.ceubox h1, .ceuboxb h1, .ceuboxsg h1 {
	font-size: 16px;
	color: #FFFFFF;
	margin: 0 0 3px 0;
}

.ceubox {
	background: #018267;
	border-color: #80c0b3;
}

.ceuboxb {
	background: #1465a1;
	border-color: #dfe6f2;
}

.ceuboxsg {
	background: #78a22f;
	border-color: #d6e3c0;
}

#casestudyflag {
	position: relative;
	top: -135px;
	float: right;
	z-index: 100;
	width: 125px;
	margin-left: -125px;
	height: 50px;
	display: block;
}
#casestudyflag img, #casestudyflag a {
	border: 0;	
}
