/* LAST EDIT: */
/* 12-5-08 - Roy */


/* ::::::: Genereal Elements ::::::: */

* { /* Global Reset */
margin: 0px;
padding: 0px;
}

html {
  background: #7A2F82 URL(/client/images/bg.jpg) center top repeat-x;
} 

body {
  color: #333;
  background: transparent URL(/client/images/big-bg.jpg) center top no-repeat;
  font: normal 10pt/18px arial, verdana, sans-serif;
  margin: 0px;
}
p {
  text-align: left;
  padding: 7px 0px 10px 0px;
}
a:link, a:visited{
  color: #006a83;
  text-decoration: none;
  background: transparent;
  }
a:hover {
  color: #771d89;
  text-decoration: underline;
  background: transparent;
  }
A.breadcrumb:link, A.breadcrumb:visited {
  color: #006a83;
  font: normal 11px arial, helvetica, sans-serif;
  text-decoration: none;
  background: transparent;
  }
A.breadcrumb:hover {
  color: #771d89;
  font: normal 11px arial, helvetica, sans-serif;
  text-decoration: none;
  background: transparent;
  }
.breadcrumbnavbar {
  color: #69563d;
  font: normal 11px arial, helvetica, sans-serif;
  background: transparent;
  border: 1px solid #B19775;
  border-width: 0px 0px 1px 0px;
  padding-bottom: 3px;
  margin-top:0px;
}
a.Lead:link, a.Lead:visited {
  font: bold 9pt arial, sans-serif;
  color: #fff;
}
a.Lead:hover {
  font: bold 9pt arial, sans-serif;
  color: #fff;
}
H1 {
  color: #771d89;
  margin-top: 10px;
  font: bold 12pt arial, verdana, helvetica, sans-serif;
  background: transparent;
  }
h2 {
  color: #006a83;
  margin-top: 10px;
  font: bold 11pt/17px arial, helvetica, sans-serif;
  background: transparent;
  }
h3 {
  color : #333;
  font: bold 13px/17px arial, verdana, sans-serif;
  background: transparent;
  }
.PageTitles {
  color: #333;
  font: bold 10pt arial, sans-serif;
  background: transparent;
}

img {
margin: 0px;
padding: 0px;
border: 0px;
}

table {
}

tr {
}

th {
font: bold 14px/18px Arial, Helvetica, sans-serif;
color: #000000;
}

td, input, textarea {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #000000;
}

fieldset {
font: bold 12px/18px Arial, Helvetica, sans-serif;

}

/*  ::::::: Main Wrap  ::::::: */

.MainBody {
width: 840px;
margin: 0px auto;
  background: #ffffff url(/client/images/main-bk.jpg) right top repeat-y;
    overflow: hidden;
  display: block;
  vertical-align: top;  
  height:auto;
}

/* ::::::: Header ::::::: */

.TopOfPage {
  margin: 0 auto;
  width: 840px;
  height: 164px;
background: #ffffff url(/client/images/header-new.jpg) left top no-repeat;
position: relative;
}

a.HomeLink {
position: absolute;
top: ;
left: ;
width: ;
height: ;
}

a.HomeLink span {
display: none;
}

/* ::::::: Modified Suckerfish CSS Dropdown ::::::: */

.ToolBar {
background: #008897 url(/client/images/toolbar-bg.gif) top left no-repeat; 
width:840px;
height: 37px;
text-align: center;
margin: 0px auto;
}

ul#nav, ul#nav li ul { /* all lists */
list-style: none;
text-align: center;
padding: 0;
margin: 0;
}

ul#nav li a { /*main links*/
background: url(/client/images/link.jpg) left top no-repeat;
color: #7F2887;	
height: 37px;
display: block;
text-decoration: none;
width: 140px;
font: normal 12px/37px Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
}

ul#nav li a:hover {
background: url(/client/images/link.jpg) left bottom no-repeat;
color: #ffffff;	
height: 37px;
line-height: 37px;
display: block;
text-decoration: none;

width: 140px;
}

ul#nav li { /* all list items */
float: left;
position: relative;
}

ul#nav li ul { /* second-level lists */
background: transparent;
display: none;
position: absolute;
border: 1px solid #751a83;
width: 138px;
}

ul#nav li ul li {
float: left;
position: relative;
border-bottom: 1px solid #8076b0;
border-right: 1px solid #8076b0;
border-left: 1px solid #8076b0;
}

ul#nav li ul li a { /*sub links */
background: #b5dce1;
color: #751a83;
width: 136px;
height: 20px;
border: 0px;
font: bold 11px/20px Geneva, Arial, Helvetica, sans-serif;
text-transform:none;

}

ul#nav li ul li a:hover {
background: #751a83;
color: #ffff;
width: 136px;
height: 20px;
line-height: 20px;
border: 0px;
}

ul#nav li>ul#nav ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
display: block;
}


/* ::::::: Inner/Right Wrap ::::::: */

.Wrap {
width: 600px;
float: right;
}





/*----------------------------------------------------------------*/


.LeftMargin {
  width: 195px;
  margin:0 auto;
  background-color: Transparent;
  padding: 30px 10px 20px 10px;
  vertical-align: top;
  text-align: left;
  float: right;
}


a.sublink:link {
width: 190px;
background: url(/client/images/sublink-bg.jpg);
height: 28px;
line-height: 28px;
display: block;
font-size: 12px;
color: #fff;
text-indent: 15px;
}

a.sublink:visited {
width: 190px;
background: url(/client/images/sublink-bg.jpg);
height: 28px;
line-height: 28px;
display: block;
font-size: 12px;
color: #fff;
text-indent: 15px;
}


a.sublink:hover {
width: 190px;
background: url(/client/images/sublink-bg.jpg);
height: 28px;
line-height: 28px;
display: block;
font-size: 12px;
color: #333;
text-decoration: none;
text-indent: 15px;
}

.WorkshopBox {
  width: 160px;
  height: 77px;
  background: URL(/client/images/workshop-box.jpg);
  padding: 38px 15px 10px 15px;
  font: 12px/19px arial, sans-serif;
  color: #fff;
}
.WorkshopBox a:link{
  color: #fff;
  text-decoration: none;
}
.WorkshopBox a:visited {
  color: #fff;
  text-decoration: none;
}

.WorkshopBox a:hover{
  color: #fff;
  text-decoration: underline;
}



.InnerBody {
  color: #333;
  background-color: Transparent;
  width: 570px;
  padding: 20px;
  vertical-align: top;
  float: right;
}
.InnerBody ul {
list-style-position: outside;
margin-left: 15px;
}

.RightMargin {
  margin: 0 auto;
  width: 0px;
  background-color: Transparent;
  vertical-align: top;
  float: right;
}
.SiteFooter {
  color: #ccc;
  font: normal 11px/19px verdana, arial, sans-serif;
  background-color: Transparent;
  text-align: center;
  border: 1px solid #771d89;
  border-style: solid;
  border-width: 5px 0px 0px 0px;
  width: 840px;
  margin: 0 auto;
  clear: both;
  }

.SiteFooter a {
  color: #fff;
}

.LeadMenu {
  color: #fff;
  background-color: #006a83;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #fff;
  margin-top:1px;
  margin-right: 0px;
  margin-bottom: 1px;
  margin-left: 2px;
  padding-top: 3px;
  padding-right: 2px;
  padding-bottom: 3px;
  padding-left: 2px;
  width: 160px;
}

/* hotbox class tags */

Table#Events {
  width: 510px;
  border-collapse: collapse;
  text-align: left;
  background: transparent;
  vertical-align: top;
}
Table#Events td {
  vertical-align: top;
  background: transparent;
}
.Column1 {
  text-align: center;
  vertical-align: top;
  width: 180px;
}
.Column1a {
  text-align: left;
  vertical-align: top;
  width: 180px;
  color: #333;
}
.Column2 {
  vertical-align: top;
  width: 330px;
}
Table#Forms {
  width: 450px;
  border-collapse: collapse;
  background: transparent;
  vertical-align: top;
}
Table#Forms td {
  vertical-align: top;
  background: transparent;
}
.Input1 {
  width: 106px;
  text-align:right;
  padding:1px;
}
.Input2 {
  width: 348px;
  text-align:left;
  padding: 1px;
}
.TestimonialName {
  color: #006a83;
  font: italic 12px/15px arial, sans-serif;
  text-align: right;
}
/*VirtualPage Specific Divs*/

.TitleImg {
  text-align: center;
}
#ListMenu {
  width: 150px;
}
#ListMenu ul {
  font: bold 9pt arial, sanf-serif;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#ListMenu li {
  margin: 1px 0 0;
}
#ListMenu a {
  display: block;
  width:140px;
  padding: 3px 2px 3px 4px;
  margin-left: 10px;
  border-style: solid;
  border-color: #771d89;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 2px;
  border-left-width: 1px;
  background-color: #ded3c5;
  text-decoration: none;
  height: 15px;
}
#ListMenu a:link, #ListMenu a:active, #ListMenu a:visited {
  color: #771d89;
  font: normal 11px verdana, sans-serif;
}
#ListMenu a:hover {
  border-style: solid;
  border-color: #771d89;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 2px;
  border-left-width: 1px;
  background-color: #f0ebe5;
  height: 15px;
  color: #006a83;
  font: normal 11px verdana, sans-serif;
}
.LeadFAQ {
  color: #771d89;
  font: bold 9pt arial, sans-serif;
}
.WeeklyTipsQ {
  font: normal 8pt/11pt verdana, sans-serif;
  color: #fff;
  background: transparent;
}
.WeeklyTipsA {
  font: normal 8pt/11pt verdana, sans-serif;
  color: #fff;
  background: transparent;
  text-align: right;
}

