/* M. PARKS DIV CONVERSION ACT 2455233.3434 JULIAN DATE*/
.topmenus {
width:760px;
text-align:center;
}
#spacers {
height:16px;
}
#mspacer{
width:22px;
}
.endmenus {
width:3%;
height:441;
vertical-align:top;
}
.underbanner {
width:97%;
text-align:right;
vertical-align:top;
}
#newmanform{
width:200px;
text-align:center; 
border:1px;
background-color:8E846D;
}
#newmanbanner {
background-image:url(http://www.clintnewmandds.com/images/Dr-Newmans-Banner.jpg);
background-position:center top;
background-repeat:repeat-x;
width:768px;
height:155px;
}
p.body {
color:#ffffff;
font-family:Verdana;
}
.homebody {
width:700px;
}
.left { 
float:left;
width :340px; 
}
.right {
float:right;
width:340px;
}
.spacer { 
clear:both;
}

/*-- END OF DIV CONVERSION --*/


/*Menu custom CSS Area --- No need to change --- */
/*<![CDATA[*/
/* page styling, unimportant for the menu. only makes the page looks nicer */

/*.example {
	background: #000;
	padding: 0px;
}
*/
/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */

/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */
/* --- Background image added, to remove change background to #000 ---*/

.menu, .menu ul li {
	color: #ffffff;
	/*background-image:url(images/menu_bg.jpg);*/
}

.menu ul {
	width: 14em;
	
}

.menu a {
	text-decoration: none;
	color: #ffffff;
	padding: .4em 1em;
	display: block;
	position: relative;
}
.menu a:link, {
	color:#ffffff;
}

.menu a:hover, .menu a:visited, .menu li:hover>a {
	color: #e8c174;
}

.menu li li {	/* create borders around each item */
	border: 1px solid #ccc;
	background-image:url(../images/menu_bg.jpg);
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	/*color: #567;*/
}
/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */
/*]]>*/

/*-- End of Menu styling --*/
body {
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color:#ffffff;
}
a:link {
	color: #e8c174;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e8c174;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #e8c174;
}
.xbig2 {
	color: #C54D1E;
	font-family: Impact, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

/*body {
-x-system-font:none;
background:#000000 none repeat scroll 0 0;
border:0 none;
color:#FFFFFF;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:auto;
line-height:normal;
margin:0;
padding:0;
text-align:center;
}*/
#ContainerTop {
background-color:#000000;
height:auto;
margin:0 auto 2px;
text-align:left;
width:768px;
}
#H1bgimage{
background-position:left top;
background-repeat:no-repeat;
width:270px;
}
#H1bgimage h1 {
color:#e8c074;
line-height:65px;
}
#flashbot {
background-image:url(http://www.clintnewmandds.com/layouts/contact-us-bg.gif);
background-position:center top;
background-repeat:repeat-x;
border:0 none;
float:left;
height:34px;
margin:0;
padding:0;
line-height:34px;
text-align:center;
width:768px;
}
#BodyLinks
{
margin-left:35px;
color:#e8c074;
}

#Liner {
position:relative;
width:768px;
}
#ContainerBottom {
background-color:#000000;
height:auto;
margin:0 auto;
text-align:left;
width:768px;
}
#Liner {
	position:relative;
	width:768px;
	}
#InteriorLiner {
position:relative;
width:768px;
}
#topspacer {
height:15px;
margin:0 auto;
width:768px;
}
#Header {
border:0 none;
float:left;
margin:0;
padding:0;
width:768px;
}
#Flash {
border:0 none;
float:left;
height:266px;
margin:0;
padding:0;
width:768px;
}
#Ban {
border:0 none;
float:left;
height:121px;
margin:0;
padding:0;
width:768px;
}
#Pat {
background:transparent url(../images/pat.gif) repeat-x scroll left top;
border:0 none;
float:left;
height:7px;
margin:0;
padding:0;
width:768px;
}
#Nav ul {
margin:0 0 0 0;
list-style-type:none;
}
#Nav li {
margin:0 0 0 0;
font-family: "century schoolbook", sansif, san-serf;
font-size:15px;
list-style-type:none;
}
#Nav, #Nav li {
background-color:#000000;
float:left;
height:100%;
margin:1px 1px 0;
}
#Nav p {
margin:0;
padding:10px 15px 0;
}
#Content {
float:left;
overflow:visible;
padding:26px;
width:716px;
}
#Footer {
clear:both;
font-size:10px;
margin:0 auto;
text-align:center;
width:768px;
color:#ffffff;
}
#Footer p {
color:#9D9583;
padding:5px 26px 10px;
}
#Footer a:link, #Footer a:visited, #Footer a:active {
color:#8d8d8d;
text-decoration:none;
}
#Footer a:hover {
color:#86724A;
text-decoration:underline;
}
.clear {
clear:both;
}
.Button {
background-color:#6D5E40;
border:1px solid #625B48;
color:#C1A870;
font-size:10px;
text-decoration:none;
}
.ButtonHover {
background-color:#1A1916;
border:1px solid #302D24;
color:#8D8165;
font-size:10px;
text-decoration:none;
}
p {
border:0 none;
}
/*a:link, a:visited, a:active {
color:#8d8d8d;
text-decoration:underline;
}
a:hover {
color:#FFFFFF;
text-decoration:underline;
}*/
.border {
border:1px solid #6B5E42;
}
.border2 {
border:2px solid #6B5E42;
}
.mL {
margin:0 0 15px 15px;
}
.mR {
margin:0 15px 15px 0;
}
.border_mL {
border:1px solid #6B5E42;
margin:0 0 15px 15px;
}
.border2_mL {
border:2px solid #6B5E42;
margin:0 0 15px 15px;
}
.border_mR {
border:1px solid #6B5E42;
margin:0 15px 15px 0;
}
.border2_mR {
border:2px solid #6B5E42;
margin:0 15px 15px 0;
}
hr {
color:#2F2D29;
height:1px;
}
hr.size2 {
color:#2F2D29;
height:2px;
}
.FAQ_Intro {
font-size:12px;
}
.FAQ_Container {
padding-left:5px;
padding-top:10px;
}
.FAQ_Question {
font-size:12px;
padding-bottom:10px;
}
.FAQ_Answer {
border-bottom:1px solid #2F2D29;
display:none;
font-size:12px;
padding-bottom:15px;
}

h1{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:20px;
font-style:italic;
color:#8d8d8d;
}

h2{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:16px;
font-style:italic;
color:#8d8d8d;
background: url(../images/content_header.jpg) bottom left repeat-x;
}
h3{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
}
.shim {
clear:right;
float:right;
height:20px;
}
.shim-none {
clear:right;
float:right;
}
.shim-left {
clear:left;
display:block;
float:left;
height:20px;
}
.return {
display:block;
margin:0 0 8px;
}
/*Calender Goodness*/

.main {
width:200px;
border:1px solid black;
}

.month {
background-color:black;
font:bold 12px verdana;
color:white;
}

.daysofweek {
background-color:gray;
font:bold 12px verdana;
color:white;
}

.days {
font-size: 12px;
font-family:verdana;
color:black;
background-color: lightyellow;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}

.style89 {
  color: #0000FF
}
.style90 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style91 {color: #000099}
.style93 {
  color: #000099;
  font-style: italic;
  font-size: 18px;
}
.style94 {font-style: italic; color: #000099;}
.style95 {font-size: 32px}

.style15Red {
	color: #F00;
}

.style15Red font {
	font-size: 24px;
}

.style15Green {
	color: #060;
}

.style15 {
	font-size: 24px;
}

.style15Green {
	color: #090;
}
*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1a1a1a;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1a1a1a;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1a1a1a;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1a1a1a;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: C54D1E;
	font-style: italic;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 14px;
	color: #1a1a1a;
}

.xbig {
	font-family: "Century Schoolbook", "Times New Roman", Times, serif;
	font-size: 40px;
	color: #E8C174;
}
.xbigWhite {
	font-family: Impact, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #fff;
}
.xbigWhite2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
	color: #1a1a1a;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #1a1a1a;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #1a1a1a;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
