/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9C4131;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(images/gerdgradient.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

input, textarea {
	background: #b5dcb7;
	border: 1px solid #000000;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	letter-spacing: 0px;
	font-size: 2em;
}

/* "Register Now" Text Color = h2 */
h2 {
	letter-spacing: 0px;
	font-size: 2.2em;
	color: #000000;
}


/* Title Text = h4 */
h4 {
	letter-spacing: 0px;
	font-size: 1.5em;
	color: #BA1861;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #5E7042;
}

img.left {
	float: left;
	margin: 4px 20px 0 0;
}

img.right {
	float: left;
	margin: 4px 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#header {
	height: 250px; 
	background: url(images/9043T_webbann.gif) no-repeat left top;
	text-transform: lowercase;
}

#logo {
	float: left;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 3em;
	color: #9abfd6;
}

#logo p {
	padding: 69px 0 0 7px;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #199DD2;
}

#logo a {
	text-decoration: none;
	color: #f19300;
}

#menu {
	position:absolute;
	left:269px;
	top:187px;
	width: 590px;
}

#menu ul {
	margin: 0;
	padding: 60px 20px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
	
}

#menu a {
	float: left;
	width: 140px;
	height: 41px;
	margin: 0 0 0 2px;
	padding: 9px 0 0 0;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0;
	font-size: 13px;
	
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
}

#menu a:hover, #menu .current_page_item a {
	background: url(images/menu2.gif) no-repeat;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background-color:#ffffff;
}

/* Content */

#content {
	position:absolute;
	left:271px;
	width:566px;
	top:288px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B11A66;
	border-right-color: #B11A66;
	border-bottom-color: #B11A66;
	border-left-color: #B11A66;
}

.post {
	margin-bottom: 15px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/img05.gif);
	background-repeat: no-repeat;
}

.post a {
	color: #000000;
}

.post a:hover {
	color: #5E7042;
}

.post .title {
	margin: 0;
	padding: 0px 0px 0 0px;
}
/* top, right, bottom, left */

.post .title a {
	text-decoration: none;
	color: #000000;
}

.post .byline {
	margin: 0;
	padding: 0 30px;
}

.post .entry {
	padding: 25px 30px 20px 30px;

}

/* Accreditation Title text (i.e. PA's, Nurses) = strong */
.post .entry strong {
	color: #333333;
}

.post .links {
	margin: 0;
	padding: 10px 30px 35px 30px;
}
/* top, right, bottom, left */

.post .links a {
	padding-left: 10px;
	background: url(images/img08.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.post .links a:hover {
	color: #5E7042;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
}

.sidebar li ul {
}

.sidebar li li {
	padding: 6px 0 6px 10px;
	background: url(images/img08.gif) no-repeat 0 12px;
	border-bottom: 1px solid #000000;
}

.sidebar li li a {
	text-decoration: none;
	color: #000000
}

.sidebar li li a:hover {
	color: #5E7042;
}

.sidebar li h2 {
	padding-top: 20px;
	color: #000000 ;
}

/* Left Sidebar */

#leftbar {
position:absolute;
left:37px;
top:238px;

}

/* Right Sidebar */

#rightbar {
	position:absolute;
left:820px;
}

/* Search */

#searchform {
	padding-top: 20px;
	text-align: right;
}

#searchform br {
	display: none;
}

#searchform input {
	margin-bottom: 5px;
}

#searchform #s {
	width: 190px;
}

/* Calendar */

#calendar_wrap {
	padding-left: 5px;
}

#calendar_wrap table {
	width: 200px;
	background: #ffffff;
	text-align: center; color: #005529;
	border-collapse: collapse;
}

#calendar_wrap tfoot { 
	font-weight: bold;
}

#calendar_wrap tfoot a {
	text-decoration: color: #005529;
}

#calendar_wrap #prev {
	text-align: left;
}

#calendar_wrap #next {
	text-align: right;
}

#calendar_wrap tbody {
	border-bottom: 1px solid #005529;
	border-right: 1px solid #005529;
}

#calendar_wrap tbody td {
	padding: 5px 0;
	border-top: 1px solid #005529;
	border-left: 1px solid #005529;
}

#calendar_wrap tbody td a {
	font-weight: bold;
}

/* Footer */

#footer {position:absolute;
bottom:0px;
	padding: 10px 0;
	background: #083253;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0F5B96;
}

#footer a {
	color: #0F5B96;
|

