	body 
{
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}

.content {
	padding: 10px;
	border: 1px solid #807760; 
	background-image:url('../green/contentTransition.gif'); 
	background-repeat:repeat-x;
	background-color: White;
	text-align: left;
	margin:0;
	border-collapse: separate;
}

.padding {
	padding-top: 1px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 4px;
	border: 0px none; 
	text-align: left;
}

.padding2 {
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 4px;
	border: 0px none; 
	text-align: left;
}

.paddingright {
	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 4px;
	border: 0px none; 
	text-align: left;
}

.padding3 {
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 3px;
	border: 0px none; 
	text-align: left;
}

.divider {
	background-image:url('../green/Divider.gif'); 
	background-repeat:repeat-x;
	height: 10px;
}

.divider3 {
	background-image:url('../green/Divider3.gif'); 
	background-repeat:repeat-x;
	height: 10px;
}

.divider2 {
	background-image:url('../green/Divider.gif'); 
	background-repeat:repeat-x;
	height: 1px;
}

.teaser {
	vertical-align: top;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
}
	
#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-image:url('../green/Transition.gif'); 
	background-color: White;
	background-repeat:repeat-x;
	color: #807760;
	float: left;
	width: 100%;
	height: 30px;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { 
	display: inline;
}

#navcontainer ul li a
{
	padding: 0em 2em;
	background-image:url('../green/Transition.gif'); 
	background-repeat:repeat-x;
	background-color: White;
	color: #5ba149;
	text-decoration: none;
	border-right: 1px solid #807760;
	border-left: 1px solid #807760;
}

#navcontainer ul li a:hover
{
	background-image:url('../green/Selected_Transition.gif'); 
}

  #main {
	width: 1024px;
	padding-left: 20px;
	padding-right: 20px;
	text-align:left;
}

a
{
	color: #5ba149;	
	font-weight: bold;
}

h1 
{
	color: #5ba149;	
	font-family: arial, helvetica, sans-serif;
	font-size: 1.8em;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

h2, h3, h4, h5, h6 {
	color: #5ba149;	
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

.name 
{
	color: #5ba149;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 3.25em;
	vertical-align: baseline;
	padding: 0;
	margin: 0;
}

.clinicaddress
{
	font-family: arial, helvetica, sans-serif;
	color: #807760;
	font-weight: bold;
	font-size: 1em;
	vertical-align: baseline;
	padding: 0;
	margin: 0;
}

.tele
{
	font-family: arial, helvetica, sans-serif;
	color: #807760;
	font-weight: bold;
	font-size: 1em;
	vertical-align: baseline;
	padding: 0;
	margin: 0;
}

.s1
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: #807760;
	vertical-align: baseline;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.copyright
{
	font-size: .8em;
	text-align: center;
}

.me{
width: 100%;
font-weight: bold;
}

.me:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.me ul{
border: none;
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding-top: 3px;
padding-bottom: 0px;
padding-right: 0px;
padding-left: 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/

	background-image:url('../green/Transition.gif'); 
	background-color: White;
	background-repeat:repeat-x;
	color: #5ba149;
	height: 30px;
	font-family: arial, helvetica, sans-serif;
}

.me ul li{
display: inline;
padding: 0;
margin: 0;
text-align: left;
}

.me ul li a{
margin-left: 0;
text-decoration: none;

padding: 2px 20px 8px 20px;
background-image:url('../green/Transition.gif'); 
background-repeat:repeat-x;
background-color: White;
color: #5ba149;
border-left: 1px solid #807760;
}

.me ul li a:hover, .me ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
background-image:url('../green/Selected_Transition.gif'); 
}

/* ######### Style for Drop Down Menu ######### */

.dropdiv{
position:absolute;
top: 0;
border: 1px solid #807760; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
text-align: left;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CCCC99,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.me img
{
	border: none;
}

.dropdiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #807760; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #807760;
}

* html .dropdiv a{ /*IE only hack*/
width: 100%;
}

.dropdiv a:hover{ /*THEME CHANGE HERE*/
background-color: #CCCC99;
}


/* CSS RESET */

/* CSS RESET */

html, div, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp, 
sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}

/*The vertical-align: top was causing issue #2956, So I moved img out of CSS Reset */
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

font, span, 
strong, small, strike, sub, sup {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

em {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}


body {
	/*line-height: 1;  <-This is messing up a bunch of articles  */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

td, tr, tbody, th {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

/* END CSS RESET*/

/*Slidsshow*/
#information h3 {color: #FFFFFF; padding:4px 8px 3px; font-size:14px}