/* HEADINGS */
h2             { margin-bottom: 0; font-size: 140%;}
h3             { margin-bottom: 0;}
.phone         { font-size: 80%; }

/* LISTS */
ul             { list-style-type: disc;}
li p           { margin: 0;}

/* WIDE RULED TABLES */
table.wide          { border-collapse: collapse; width: 100%;}
table.wide p        { margin: 0;}
tr.ruled            { border-width: thin; border-style: solid none ;}
tr.top-ruled        { border-width: thin; border-style: solid none none none;}
tr.bottom-ruled     { border-width: thin; border-style: none none solid none;}
tr.not-ruled        { border-width: thin; border-style: none ;}
tr.ruled td         { padding: .5em ; }
tr.top-ruled td     { padding: .5em .5em 0 .5em;}
tr.bottom-ruled td  { padding: 0em .5em .5em .5em ;}
tr.not-ruled td     { padding: 0em .5em;}

/* NAVIGATION */
ul.DDS_nav { display:table; padding:0; margin: auto; white-space: nowrap; width:90%; }
ul.DDS_nav li { display: inline; }
ul.DDS_nav li a { float: left; padding: 0 .5em; margin:.1em;  border: solid thin;  text-decoration: none; background-color: #60a980; color:white;}
ul.DDS_nav li a.current {background-color: #efefa8; color:#3d84d2;}
ul.DDS_nav li a:hover   {background-color: #efefa8; color:#3d84d2;}


/* IMAGES */
.float-right { float: right; margin-left:  1em; margin-bottom: 1em;}
.float-left  { float: left;  margin-right: 1em; margin-bottom: 1em;}

/* MISC */
p.updated    { font-style: italic; font-size: 90%;}

/* LINKS */
/* body a       { border-bottom: 1px solid #2463a8; } */
