/* Default font settings. */
.body { 
  font-size: 13px;
  color: #333; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Links
-------------------------------------------------------------- */




/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 16px; margin-bottom: 1em;color: #d3e346; line-height: 1; padding: 12px 0px 6px 0px; letter-spacing:1px; font-weight: bold; }
h2 { font-size: 14px; margin-bottom: .75em; color: #d3e346; letter-spacing: .5px; /**text-transform:uppercase;**/ font-weight: bold; }
h3 { font-size: 13px; line-height: 1; margin-bottom: .5em; font-weight: bold; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.0em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
#Footer p 	{ margin-left: 65px; }

a:focus, 
a:hover     { color: #d3ec46; }
a           { color: #5b640c; }

#Footer a	{ color: #898989; }
#Footer a:hover { color: #5b640c; }

#SideBar #MMenu a { color: #000; font-weight: bold; width: 253px; display: block; padding-left: 16px;}
#SideBar #MMenu li:hover, 
#SideBar #MMenu li a:hover { background: #e1e3cb; color: #7e8a18; text-decoration: none; }

#SideBar #PracticeMenu a { color: #000; }
#SideBar #PracticeMenu a:hover { color: #d0e231; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

/* Misc classes
-------------------------------------------------------------- */

.clear         { clear:both; }
.float_left    { float:left; }
.float_right   { float:right; }
.float_contain { overflow:auto; }
 
.text_left     { text-align:left; }
.text_right    { text-align:right; }
.text_center   { text-align:center; }
.text_justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlightRed  { color: #FF0000; }
.hilite		   { color: #d3e346; }
.superscript   { vertical-align:top; font-size:xx-small; }
 
.img_left      { float:left; margin:4px 10px 4px 0; }
.img_right     { float:right; margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.noindent      { margin-left:0; padding-left:0; }
.nobullet      { list-style:none; list-style-image:none; }
/* Invalid Code: .nowrap		   { whitespace:nowrap; } */

.Highlight	   { color: #8e3b1d; }
.size_12	   { font-size: 12px; }
.BigFont	   { font-size: 17px; }
#Banner .margin{ margin-left: 4px; margin-bottom: 4px; }
#Banner .botmar{ margin-bottom: 4px; }
.contact	   { background: #c1c1c1; padding: 10px; }