@charset "utf-8";

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, input, li, ol, p, pre, td,textarea, th, ul {    
  margin: 0;   
  padding: 0;   
} 

.twoColFixLtHdr a, a:visited {
  color: #4f8596;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.twoColFixLtHdr a:hover {
  color: #4f8596;
  font-weight: bold;
  text-decoration: underline;
}

a, body, div, h1, h2, h3, li, p, td {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
}
  
div {
  font-size: 12px;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 12px;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  padding-top: 8px;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  padding-top: 4px;
  text-align: left;
}

li {
  font-size: 12px;
  font-weight: normal;
  text-align: justify;
}

#sonjLiSpread ol, #sonjLiSpread ul {
  margin-left: 20px;
}

#sonjLiSpread ol li, #sonjLiSpread ul li {
  padding-bottom: 4px;
}
  
p {
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 8px;   
  text-align: justify;
}

td {
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 4px;   
  text-align: justify;
}

/* Dreamweaver */

body  {
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}

.twoColFixLtHdr #container { 
	width: 859px; 
  background: url(BodyBg.gif);
	margin: 0 auto; 
  border: 0; 
	text-align: left; 
} 

.twoColFixLtHdr #sonjHeaderBasic { 
  background: url(HeaderBasicBg.gif); 
	padding: 0; 
  color: white;   
  font-family: arial, helvetica, serif;
  font-size: 12px;
  padding: 3px 10px 3px 0;
  height: 20px;
  text-align: right;
} 

.twoColFixLtHdr #sonjHeaderBasic a:link, #sonjHeaderBasic a:visited {
  color: white;
  text-decoration: none;
}

.twoColFixLtHdr #sonjHeaderBasic a:hover {
  color: #72583b;
}

.twoColFixLtHdr #sonjHeaderBasic h1 {
	margin: 0; /* zeroing the margin of the last element in the #sonjHeaderGraphic div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; 
}

.twoColFixLtHdr #sonjHeaderGraphic { 
  height: 162px;
	padding: 0 10px 0 20px; 
} 

.twoColFixLtHdr #sonjHeaderGraphic h1 {
	margin: 0; 
	padding: 10px 0; 
}

.twoColFixLtHdr #sonjHeaderMenu { 
  background: url(HeaderMenuBg.gif);
  height: 21px;
	padding: 0 0 0 17px; 
} 

.twoColFixLtHdr #sonjHeaderMenu h1 {
	margin: 0; 
	padding: 10px 0;
}

.twoColFixLtHdr #sidebar1 {
	float: left; 
  margin-left: 17px;
	padding-left: 10px;
	width: 200px; 
}

.twoColFixLtHdr #sidebar1 h1 {
  color: #566E76;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 240px; 
	padding: 0 25px 0 5px;
} 

.twoColFixLtHdr #sonjFooterSite { 
  background: url(FooterSiteBg.gif);
  height: 55px;
} 

.twoColFixLtHdr #sonjFooterSite a, #sonjFooterSite a:visited {
  color: white;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

.twoColFixLtHdr #sonjFooterSite a:hover {
  color: white;
  font-weight: normal;
  text-decoration: underline;
}

.twoColFixLtHdr #sonjFooterSite p {
  color: white;
  font-size: 12px;
	margin: 0; 
	padding: 12px 0;
  text-align: center;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* BEGIN side navigation buttons; */
#sonjSideNav a, #sonjSideNavH a {
  background-position: 0px;
  color: white;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-indent: 15px;
  width: 207px;
}

#sonjSideNav a {
  background-image: url(ButtonSide01.gif);
  height: 27px;
  line-height: 27px;
}

#sonjSideNavH a {
  background-image: url(ButtonSide02.gif);
  height: 45px;
  line-height: 27px;
}

#sonjSideNav a:hover, #sonjSideNavH a:hover {
  background-position: -207px;
}

#sonjSideNav li, #sonjSideNavH li {
  list-style-type: none;
}

#sonjSideNav ul {
  margin: 8px 0 0 -4px;
}

/* END side navigation buttons; */

/* BEGIN main menu bar; */
#sonjMenu, #sonjMenu ul { /* all lists */
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

#sonjMenu a {
  display: block;
  text-decoration: none;
}

#sonjMenu li { 
  float: left;
}

#sonjMenu li ul { 
  margin-top: 0px; 
  margin-left: 0px;
  position: absolute;
  left: -999em; 
}

#sonjMenu li:hover { 
  height: 1%;  
}

#sonjMenu li ul ul { /* third-and-above-level lists */
  margin: -299px 0 0 168px;
}

#sonjMenu li:hover ul ul,   
#sonjMenu li.sfhover ul ul {
  left: -999em;
}

#sonjMenu li:hover ul,   #sonjMenu li li:hover ul, 
#sonjMenu li.sfhover ul, #sonjMenu li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}

/* Main menu bar visual styles */
#sonjMenu .sonjMenuBar {
  background-image: url(MenuBar02.gif); 
  border-bottom: 2px solid #73583B;
  border-left: 1px solid #73583B;
  border-right: 1px solid #73583B;
  color: #73583B;
  cursor: pointer;
  height: 14px;
	padding: 3px 5px 3px 5px; 
  text-align: center;
}

#sonjMenu .sonjMenuBar:hover {
  background-image: url(MenuBar03.gif);
}

#sonjMenu .sonjMenuItem {
  background-image: url(MenuBar02.gif);
  border-bottom: 1px solid #73583B;
  border-left: 2px solid #73583B;
  border-right: 2px solid #73583B;
  color: #73583B;
	padding: 3px 5px 3px 5px; 
  text-align: left;
}

#sonjMenu .sonjMenuItemBottom {
  background-image: url(MenuBar02.gif);
  border-bottom: 2px solid #73583B;
  border-left: 2px solid #73583B;
  border-right: 2px solid #73583B;
  color: #73583B;
	padding: 3px 5px 3px 5px; 
  text-align: left;
}

#sonjMenu .sonjMenuItem:hover, #sonjMenu .sonjMenuItemBottom:hover, #sonjMenu .sonjMenuItemTop:hover {
  background-image: url(MenuBar03.gif);
}

#sonjMenu .sonjMenuItemTop {
  background-image: url(MenuBar02.gif);
  border-bottom: 1px solid #73583B;
  border-top: 2px solid #73583B;
  border-left: 2px solid #73583B;
  border-right: 2px solid #73583B;
  color: #73583B;
	padding: 3px 5px 3px 5px; 
  text-align: left;
}

.sonjMenuColumn2, .sonjMenuColumn2 li { width: 195px; }
.sonjMenuColumn3, .sonjMenuColumn3 li { width: 170px; }
.sonjMenuColumn3Sub, .sonjMenuColumn3Sub li { width: 100px; }
.sonjMenuColumn4, .sonjMenuColumn4 li { width: 170px; }
.sonjMenuColumn5, .sonjMenuColumn5 li { width: 150px; }
.sonjMenuColumn6, .sonjMenuColumn6 li { width: 190px; }
.sonjMenuColumn7, .sonjMenuColumn7 li { width: 280px; }
/* END main menu bar; */

/* BEGIN logo roll overs; */
#sonjLogo96 { 
  background-position: 0px;
  display: block;
  height: 96px;
  width: 96px;
} 

#sonjLogo96:hover { 
  background-position: -96px;
} 

.sonjPartnerLogo {
  background-position: 0px;
  display: block;
  height: 96px;
  width: 176px;
} 

.sonjPartnerLogo:hover { 
  background-position: -176px;
} 
