@charset "utf-8";
/* CSS Document */

a {
color:#000033;
}
a:hover {
color:#006600;
}
body {
	/* bgproperties="" bgcolor="#99CC99" background="../images/horzline-1400x10.jpg" style="background-repeat:repeat-y" */
	background-image:url(images/horzline-1400x10.jpg);
	background-color:#99CC99;
	background-repeat:repeat-y;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	color: #000000;
}
h1, h2, h3, h4 {
font-family: Georgia, "Times New Roman", Times, serif;
color:#000066;
font-weight: bold;
}
h1 {
	font-size: large;
	text-align: left;
}
h2 {
font-size: medium;
font-style:italic;
}
h3 {
font-size: small;
}
h4 {
font-size: smaller;
}

img {
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #006699;
}
.noborder {
border-style: none;
}

.pageback {
	background-color: #E8E697;
	background-image:url(images/horzline-1400x10.jpg);
	width:1000px;
	height:1000px;
	margin-left: 50px;
	margin-right: auto;
	margin-top: 10px;	
}

.topimage {
	background-image: url(images/Design2a-headeronly.jpg);
	background-image:url(images/newheader2.jpg);
	height:200px;
	height:250px;
	width:1000px;
	/*<img src="../images/Design2a-headeronly.jpg" width="1000" height="200" />*/

}

/***********NO LONGER USED   .menubar {
	background-color:#CC6633;
	height: 25px;
	border: solid;
	border-color: #FFFFFF;
	border-width: 2px;
}*/

.menuleft {
	float: left;
	width:200px;
}

.menuright {
	float:right;
	width:200px;
	text-align:right;
}
.menucenter {
float:left;
text-align:center;
width: 600px;
}
.menuright a, .menuleft a, .menucenter a {
	color: #FFFFFF;
	font-weight: bold;
	font-size:medium;
	text-decoration:none;
	
}
.menuright a:hover, .menuleft a:hover, .menucenter a:hover{
	color: #000033;
}
.menuitem {
color:#000033;
border-style: none none solid solid;
/*border: thick;*/
border-width: 0 0 1px 4px;
border-color:#000033;
/*border-bottom:thin;
border-bottom-color:#000033;*/
margin: 3px 15px 6px 15px;
text-indent: 5px;
}
.menuitem a {
color:#000033;
font-size: small;
text-decoration: none;

}
.menuitem a:hover {
color: #FFFFFF;
background-color:#000033;
}
.menuitemright {
text-align: right;
border-style: none solid solid none;
border-width: 0 4px 1px 0;
}
.maincontent {
	height: 800px;
/*	min-height: 500px;
	max-height: 1200px; */
	background-color:#FFFFFF;
	clear: left;
}
.mainlong {
height: 1000px;
}
.leftsidebar {
	width: 180px;
	float:left;
	background-color:#B6D7AC;
	height:800px;
	
}

.rightsidebar {
	float:right;
	width: 180px;
	background-color:#CACAFB;
	background-color:#C1C8D0;
	height: 800px;
}
.centercontent {
	float: left;
	width: 612px;	/* was 620 - had to deduct the 4px * 2 padding */
	width: 620px;	/* was 612, with 28 padding */
	margin: 0px 0px 0px 0px;	/* was 0 0 0 0 */
	height: 800px auto;
	background-color: #FFFFFF;
	padding: 14px;
	padding: 10px; /*******was 14******/
}
.centercontentwide {
	float: left;
	width:800px;
	margin: 10px 10px 10px 10px;
}
.home {
background-image: url(images/clinicdrawing-85pct-600.jpg);
background-position:center top;
background-repeat:no-repeat;
}
/*.clinic, cwma {		 non longer used 
background-image: url(images/clinicdrawing-80pct-600.jpg);
background-position: center top ;
background-repeat:no-repeat;
}*/
.footer {
	clear: left;
	font-size: smaller;
}
.textleft {
	float: left;
}

.textcenter {
	float: left;
	margin-left:auto;
	margin-right:auto;
}
.textright {
	float: right;
	text-align: right;
}
.picbox, .picboxright, .picboxcenter {
	font-size: smaller;
	color: #036;
	float: left;
	padding: 0 5px 0 5px;
	/*background-color:#E6E9EC;*/
}
.picboxright {
	float: right;
}
.picboxcenter {
	margin: 0 8% 0 8%; /* note: this is for pics 500px wide */
}

