	body {
	margin: 0px;
	padding: 0px;
	background: #0084aa;
	text-align: inherit;
	font: 15px Arial, Helvetica, sans-serif;
	
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.4em;
	line-height: 135%;
	text-align: left;
}

a {
	color: #000000;
	text-decoration: none;
	
}

a:hover {
	text-decoration: none;
	color: #0000FF;
}

a img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
	background-color: #0084aa;
}

/* Header */

#header {
	width: 900px;
	height: 125px;
	margin: 0px auto;
	background-color: #ffffff;
	background-image: url(../css/images/synergy_bac.jpg);
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	padding-left:3px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 5px 0px 0px 0px;
}



/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	width: auto;
	padding: 4px 15px;
}

#menu a:hover {
	text-decoration: underline;
	
}

#menu .active {
	background: url(../css/images/header.png);
}

#menu .active a {
	background: url(../css/images/img02.gif) no-repeat 100% -40px;
}

/* Menu */


#menu2 {
	float: right;
}

#menu2 ul {
	margin: 0px;
	padding: 2px 5px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu2 li {
	float: left;
	margin: 0px;
}

#menu2 a {
	display: inline;
	width: auto;
	padding: 1px 5px;
}

#menu2 a:hover {
	text-decoration: underline;
}

#menu2 .active {
	background: #0084aa;
}


/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	text-align:inherit;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
	
	
		
}

#header-pic {
	background: url(../css/images/banner.jpg) no-repeat left top;
	width: 900px;
	height: 165px;
}



#leftside {
	float: left;
	width: 225px;
	margin: 0px auto;
	margin-right: 20px;
	padding: 0px 0px 0px 0px;
}
#centerside {
	float: left;
	width: 410px;
	height: 775px;
	margin: 0px auto;
	margin-right: 3px;
	padding: 0px 17px 0px 0px;
	overflow: auto;	
	
}
#rightside {
	float: right;
	width: 225px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}


/* Content - Center Section */

#content {
	float: inherit;
	width: 410px;
	
	
}

.post {
	margin: 0px 0px 5px;
	
	
}

.post .title {
	margin: 0px;
	background: #0084aa url(../css/images/header3.png) repeat left 100%;
	padding: 4px 15px;
	font-size: 1.4em;
}


.post .title2 {
	background: #0084aa url(../css/images/header.png) repeat left 100%;
	padding: 7px 7px;
	font-size: 1.4em;
}

.post .entry {
	padding: 0 0px;
	font-weight: normal;
	line-height: 125%;
	font: 15px;
	
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}

/* Left Sidebar  - outside borders*/

#sidebar {
	float: left;
	width: 225px;
	height: 775px;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
	background: url(../css/images/img03_sidebar1.jpg) no-repeat left bottom;
	height: 775px;
}

#sidebar-content {
	background: url(../css/images/img01_sidebar1.jpg) repeat-y left top;
	height: 775px;
}

#sidebar ul {
	padding: 1px 0px 1px 0px;
	margin: 0px;
	list-style: none;
	
}

#sidebar li li {
	margin-left: 1px;
	margin-right: 1px;
	line-height: 0px;
	padding-left: 5px;
	border-bottom: 0px dashed #BDBDBD;
	
}

#sidebar li ul {
	margin-bottom: 1px;
	list-style: none;
	font: 16px Arial, Helvetica, sans-serif;
			
}

#sidebar h2 {
	background: #2d89a0 url(../css/images/header.png) repeat left 100%;
	padding: 7px 7px;
	font-size: 1.4em;
}

#sidebar a {
	text-decoration: none;
	color: #000;
}

#sidebar a:hover {
	text-decoration: underline;

}

/* Left Menu - content and links including dashed underline */

ul#categories {
	width:223px;
	position: inherit;
	margin: 1px;
	padding: 0px;
	list-style: none;
	font-size: 15px;
	visibility: inherit;
}

ul#categories li {
	display: block;
	padding: 0px;
	line-height: 1px;
	border-bottom: 1px #999 dashed;
	border-top: 0px solid #f9faf7;
	height: autop;
	background-color: #e3eceb;
	color: #000;			
}

*> ul#categories li { margin-top: 0px; margin-bottom: 0px; color: #000;}

ul#categories li.selected {
	text-decoration: none; 
	background-color:#e3eceb;
	color: #000;
}

ul#categories li a {
	vertical-align: top;
	display: block;
	overflow: hidden;
	padding: 8px 10px 14.8px 10px;
	line-height: 14.8px;
	text-decoration: none;
	font-size: 15px;
	
	
}
ul#categories li a:hover {
	text-decoration: none;
	background-color:#0084aa;
	color: #ffffff;
	height: auto;
	font-weight: normal;
}

/* Right Sidebar2 - Outside Borders & Links */

#sidebar2 {
	float: right;
	width: 225px;
	height: 775px;
}

#sidebar2-bgtop {
}

#sidebar2-bgbtm {
	background: url(../css/images/img03_sidebar2.jpg) no-repeat right bottom;
	height: 775px;
}

#sidebar2-content {
	background: url(../css/images/img01_sidebar2.jpg) repeat-y right top;
	height: 775px;
}

#sidebar2 ul {
	padding: 0px 0 3px 0;
	margin: 0px;
	list-style: none;
	
}

#sidebar2 li li {
	margin-left: 3px;
	margin-right: 3px;
	line-height: 20px;
	padding-left: 5px;
	border-bottom: 1px dashed #BDBDBD;
	margin-bottom: 15px;
	margin-top: 10px;
}

#sidebar2 li ul {
	margin-bottom: 1.0em;
	list-style: none;
	font-size:14px;
	text-align: left;
}

#sidebar2 h2 {
	background: #0084aa url(../css/images/header.png) repeat left 100%;
	padding: 7px 7px;
	font-size: 1.4em;
}

#sidebar2 a {
	text-decoration: none;
}

#sidebar2 a:hover {
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
	color:#00F
}



/* Search */

#search {
}

#search form {
	margin-bottom: 1.0em;
	padding: 0px;
}

#search fieldset {
	margin-left: 10px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 100px;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0px auto 0px auto;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
	
}
#footer a:hover {
	text-decoration: underline;
	font-weight: normal;
	color:#FFF
}


/* Additional Styles */

entry-nopad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.Patient-15-bold-teal {
	font-weight: bold;
	color: #0084aa;
}
.Patient-15-bold-teal-CENTER {
	font-weight: bold;
	color: #0084aa;
	text-align: center;}
	
.Patient-15-bold {
	font-weight: bold;}

.Patient-15-bold-CENTER {
	font-weight: bold;
	text-align: center;}
	
.Patient-12 {
	font-size: 12px;
}

.Patient-13-BOLD {
	font-size: 13px;
	font-weight:bold
}
.Patient-XSMALL-bold-teal-Italic {
	font-size: x-small;
	font-weight: bold;
	color: #0084aa;
	font-style: italic;	
}
.Patient-XSMALL {
	font-size: x-small;
	}
