/*

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: 10pt arial;
}
*/

  /* menus */
  div#menus, div#menus li {
    background-color: #FFFFDC;
  }

  div#menus {
    clear: left;
    height: 27px;
    width: 950px;
  }

  div#menus ul {
    background-color: #FFFFDC;
    border: 1px solid #5457FF;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  div#menus > ul {
    height: 27px;
    border-top: 1px solid #5457ff;
    border-bottom: 1px solid #5457ff;
    border-left: none;
    border-right: none;
  }

  div#menus li {
    float: left;
    position: relative;
    padding: 5px 8px;
  }

  div#menus li:hover {
    background-color: #5457FF;
  }

  div#menus li ul {
    display: none;
    margin-top: 5px;
    position: absolute;
    top: 1em;
    left: 0;
  }

  div#menus li > ul {
    top: auto;
    left: auto;
  }

  div#menus ul#membership {
    width: 295px;
    z-index: 2;
  }
  div#menus ul#membership > li {
    width: 275px;
  }

  div#menus ul#taxesandmore {
    width: 170px;
  }
  div#menus ul#taxesandmore > li {
    width: 150px;
  }

  div#menus ul#irstaxcenters {
    width: 270px;
  }
  div#menus ul#irstaxcenters > li {
    width: 250px;
  }

  div#menus ul#employment {
    width: 210px;
  }
  div#menus ul#employment > li {
    width: 190px;
  }

  div#menus ul#memberbenefits {
    width: 247px;
  }
  div#menus ul#memberbenefits > li {
    width: 247px;
  }

  div#menus li:hover ul {
    display: block;
  }

  div#menus li ul {
    position: absolute;
    width: 10em;
    left: -999em;
  }

  div#menus li:hover ul, div#menus li.sfhover ul {
    left: auto;
  }

  div#menus li ul ul {
    margin: -1em 0 0 10em;
  }

  div#menus, div#menus ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
  }

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

  div#menus li:hover ul, div#menus li li:hover ul, div#menus li.sfhover ul, div#menus li li.sfhover ul {
    left: auto;
  }

  div#menus a {
    color: #000;
    text-decoration: none;
  }



  .sitemaplink {
    right: 30px;
    margin: 5px 5px 5px 7px;
    position: absolute;
    top: 3px;
    visibility: visible;
    z-index: 99;
  }



  /* Misc */

  div#marquee {
    clear: left;
  }

  .pageTitle {
    color: rgb(98,128,240);
    font-size: 16pt;
    text-align: center;
  }

  .pageTitleSmallText {
    font-size: 8pt;
    text-align: center;
  }

  .smallTextCentered {
    font-size: 8pt;
    padding: 5px;
    text-align: center;
  }

  .error {
    color: red;
    font-size: 11px;
  }

  a, .a {
    color: rgb(84,87,255);
    text-decoration: none;
  }

  .smallText {
    font-size: 8px;
  }

  .mediumText {
    font-size: 9px;
  }

  .normalText {
    font-size: 10px;
  }

  .normalPlusText {
    font-size: 11px;
  }

  .largeText {
    font-size: 12px;
  }

  .veryLargeText {
    font-size: 14px;
  }

  hr {
    background-color: rgb(84,87,255);
    color: rgb(84,87,255);
    height: 1px;
    margin: 3px 0px 3px 0px;
  }

  input, textarea, select {
    border: 1px solid #aedff2;
  }

  .inputnoborder {
    border: 0px;
  }

  .inputerror,.textareaerror {
    border: 1px solid red;
  }
  
  input#specialtyradio {
    border: 0;
    margin: 0 5px 0 5px;
  }



  /* body and div#wrapper accomplish setting the width and centering it */
  body {
    height: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    min-width: 950px;
    text-align: center;
  }

  div#wrapper {
    margin: 0 auto;
    text-align: left;
    width: 950px;
  }

  /* printer friendly - no left column */
  div#pfwrapper {
    margin: 0 auto;
    text-align: left;
  }



  /* Main <div> definitions - background, page, header, menu and footer */

  div#bg {
    width: 100%;
    position: absolute;
    z-index: -1;
  }

  div#page {
    width: 950px;
    border: solid 1px #aaabfc; /* blue border */
    background: #ecf7fb;
    margin: 0 auto;
    position: relative;  /* absolute */
    z-index: 0;
  }

  div#header {
    float: left;
    width: 950px;
    height: 100px;
    background: url(images/header.gif) no-repeat top left;
    z-index: 0;
  }

  div#footer {
    font-size: .833em;
  }

  div#footer table {
    margin-bottom: 0;
  }



  div#affinities {
    height: 100px;
  }

  #affinities .requireslogin {
    clear: left;
    float: left;
    font-size: .75em;
    width: 180px;
  }

  #affinities .affinities {
    text-align: center;
  }

  .memberbenefits .affinitylogo {
    clear: left;
    float: left;
    text-align: center;
    width: 200px;
  }

  .memberbenefits .affinitytext {
    float: left;
    width: 440px;
    
  }

  /* Menu */

  div#mm {
    float: left;
    margin: 5px auto auto auto;
    text-align: left;
  }

  #mainmenu
  {
  	width: 774px;
  	height: 26px;
  }

  #mainmenu ul {
  	list-style-type: none;
  	padding: 0px;
  	margin: 0px;
  }

  #mainmenu ul li {
  	height: 26px;
  	float: left;
  	position: relative;
  	padding: 0px;
  	margin: 0px;
  	background-color: #666;
  	display: inline;
  }

  #mainmenu ul li a:link, #mainmenu ul li a:active, #mainmenu ul li a:visited {
  	height: 26px;
  	float: left;
  	position: relative;
  }



  /* Content <div> definitions */

  div#expandingcontent {
    clear: left;
    border: 0px solid green;
    padding: 0 0;
    width: 100%;
  }

  div#content {
    border: 0px solid red;
    position: static; top:0px; left:0px;
    overflow: hidden;
    width: 100%;
  }

  div#contentleft {
    border: 0px solid #000;
    float: left;
    margin: 5px 5px 5px 7px;
    position: relative;
    width: 180px;
  }

  div#contentleft .loginrequired {
     font-size: .75em;
  }

  div#contentmiddle {
    border: 1px solid #000;
    background-color: #fff;
    float: left;
    margin: 5px;
    min-height: 300px;
    padding: 5px 5px 5px 10px;
    width: 457px;
  }

  div#contentmain {
    border: 1px solid rgb(210,210,210);
    background-color: #fff;
    float: left;
    margin: 5px 5px;
    min-height: 300px;
    padding: 5px 5px 5px 10px;
    width: 727px;
  }

  div#contentcalendar {
    border: 1px solid #000;
    background-color: #fff;
    float: left;
    margin: 5px;
    min-height: 300px;
    padding: 5px 5px 5px 10px;
    width: 597px;
  }

  div#contentright {
    margin: 5px 7px 5px 5px;
    padding: 5px;
    border: 1px solid #000;
    background-color: #fff;
    float: left;
    width: 125px;
  }



  /* Left Column Stuff */

  #whatsnew td {
    padding: 5px 0px 5px 5px;
  }

  #whatsnew, #educationnow {
    font-size: .833em;
  }

  #educationitem {
    padding: 5px 5px;
  }



  /* Member Login */
  div#memberlogin {
    left: 3px;
    margin: 5px 5px 5px 7px;
    position: absolute;
    width: 210px;
    top: 3px;
    visibility: visible;
    z-index: 99;
  }

  div.memberlogintitle {
    background-color: rgb(84,87,255);
    color: white;
    font-size: .833em;
    text-align: center;
    width: 270px;
  }

  div#memberlogin td,
  div#memberlogin span,
  div#memberlogin a {
    font-size: .917em;
    padding: 1px;
    vertical-align: middle;
  }

  div#memberlogin table {
    margin-top: 15px;
  }

/*  .memberlogincontent {
    font-size: .75em;
    padding: 1px;
    vertical-align: middle;
  }
*/
  .memberlogincontent input {
    border-bottom: 1px solid black;
    background-color: rgb(246,247,254);
    font-size: .917em;
  }

  #membersearchcriteria input {
    border: 1px solid #cccccc;
    font-size: 8pt;
  }

  #membersearchcriteria select {
    border: 1px solid #cccccc;
    font-size: 8pt;
  }

  #membersearchresults table {
    border-collapse: collapse;
  }

  #membersearchresults td {
    font-size: 10pt;
    white-space: nowrap;
    padding: 2px 0px 2px 0px;
  }

  #membersearchresults .title {
    color: rgb(0,0,153);
    font-size: 10pt;
  }

  .memberResultsRow0 { /* second row */
     /*background-color: rgb(122,204,255);*/
     background-color: rgb(240,240,240);
     cursor: pointer;
  }

  .memberResultsRow1 { /* first row */
     /*background-color: rgb(213,248,255);*/
     background-color: rgb(220,220,220);
     cursor: pointer;
  }

  .memberResultsRow0Details { /* second row */
     /*background-color: rgb(122,204,255);*/
     background-color: rgb(240,240,240);
  }

  .memberResultsRow1Details { /* first row */
     /*background-color: rgb(213,248,255);*/
     background-color: rgb(220,220,220);
  }

  td.memberdata {
    vertical-align: top;
  }

  .memberdata u {
    font-size: 8pt;
  }

  .memberdata a {
    font-size: 8pt;
  }

  span.memberdata {
    font-size: 8pt;
    padding-left: 10px;
  }
  
  td.memberdata div{
    width: 148px;
  }

  /* Misc <div> definitions */

  div.contentsectiontitle {
    background-color: rgb(84,87,255);
/*    background-color: rgb(138,162,240);*/
    color: white;
    text-align: center;
    width: 100%;
  }

  div.leftside {
    background-color: rgb(255,255,220);
    border: 1px solid rgb(210,210,210);
  }

  div.standardcontent {
    padding: 5px;
  }



  /* Calendar */

  table.calendar {
    border-collapse: collapse;
  }

  tr.calendarEventNoHighlight {
    background-color: white;
  }

  tr.calendarEventHighlight {
    background-color: rgb(251,242,223);
  }

  span.calendarYear {
    color: rgb(98,128,240);
    font-size: 16pt;
    text-align: center;
  }

  .calendarEventBriefTitle {
    font-size: 12pt;
  }

  .calendarEventBriefDateLocation {
    font-size: 10pt;
  }

  .calendarEventBriefDetails {
    vertical-align: top;
    text-align: right;
  }

  .calMonthDay {
  	background-color: rgb(251,242,223);
  	white-space: nowrap;
  }

  .calMonthData {
  	text-align: left;
  	vertical-align: top;
  	background-color: rgb(251,242,223);
  	white-space: nowrap;
  }

  .calMonthText {
    font-size: 8pt;
  }

  .calNextPrior {
    color:rgb(98,128,240);
    font-size:16px;
    text-decoration:none;
  }

  .calMonthYear {
    color:rgb(98,128,240);
    font-size:16px;
  }


  /* Document */
  .documentCategory {
    background-color: rgb(84,87,255);
    color: white;
    font-size: 10pt;
  }

  .documentname {
    font-size: 10pt;
    padding-left: 25px;
  }

  .documentnamelink {
    font-size: 10pt;
  }

  .documentnamelinkmembernotloggedin {
    font-size: 10pt;
  }

  .documentdetails {
    font-size: 10pt;
    padding-left: 50px;
    padding-bottom: 10px;
  }



  /* IRS Tax Center */
  #irsimage {
    padding: 15px;
  }

  .irsTaxCenterHeader {
    color: rgb(165,165,165);
    font-size: 24pt;
    text-align: center;
    vertical-align: middle;
  }

  #irs-tax-center p {
    padding: 7px 0px 0px 20px;
  }

  #irs-tax-center h1 {
    color: rgb(0,128,128);
    font-weight: bold;
    padding-top: 10px;
  }

  #irs-tax-center ul {
    padding: 0px 0px 0px 50px;
  }



  /* Contact Us */

  #contactus td {
    color: #888888;
    font-size: 10pt;
  }

  #contactus select {
    color: #000000;
    font-size: 9pt;
  }



  /* Register for event */

  .register {
    color: #000000;
    font-size: 9pt;
  }

  .registerred {
    color: #999999;
    font-size: 9pt;
  }

  .registereventname {
    font-size: 14pt;
  }

  .reginfoline {
    clear: left;
    float: left;
    padding: 5px 0 0 0;
  }

  .regrequired {
    clear: left;
    float: left;
    font-size: 0.917em;
    width: 16px;
  }

  .regrequiredinstructions {
    clear: left;
    float: left;
    font-size: 0.917em;
    width: 273px;
  }

  .reglabel {
    float: left;
    font-size: 0.917em;
    width: 257px;
  }

  .reglabelnumattendees {
    width: 177px;
  }

  .reginput {
    float: left;
    font-size: 0.917em;
    font-weight: bold;
    width: 450px;
  }

  .reginstructions {
    clear: left;
    font-size: 0.917em;
    width: 725px;
  }

  .regpayonline {
    clear: left;
    float: left;
  }

  .regpaylater {
    float: left;
    margin-left: 50px;
  }

  .regmembersprice,
  .regnonmembersprice {
/*    border: 1px 1px;*/
    color: #ff0000;
    width: 50px;
  }
  
  .regtotalprice {
    font-weight: bold;
  }

  .regcost {
    color: #ff0000;
    float: left;
    padding-right: 15px;
    text-align: right;
    width: 65px;
  }

  .regattendeenames {
    width: 400px;
  }

  .regnamesinstr {
    color: teal;
    font-weight: bold;
    font-size: 0.817em;
    margin: 0 10px;
  }


  /* jobs */

  .jobDisclosure {
    color: #ff0000;
    margin-top: 50px;
    margin-left: 36px;
    text-align: center;
  }

  .jobColTitle {
    font-size: 1em;
    font-weight: bold;
  }

  .joblist {
    font-size: 0.817em;
    padding: 5px 5px;
  }

  .jobResultsRow0 { /* second row */
     background-color: rgb(240,240,240);
  }

  .jobResultsRow1 { /* first row */
     background-color: rgb(220,220,220);
  }

  .jobtitle {
    color: green;
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0 30px 0;
    text-align: center;
  }

  .jobdetailtitle {
    clear: left;
    color: #6280F0;
    padding: 30px 0 10px 0;
    text-align: center;
  }

  .jobdetaillabel {
    clear: left;
    float: left;
    font-weight: bold;
    margin-left: 100px;
    text-align: right;
    width: 100px;
  }

  .jobdetaildata {
    float: left;
    margin-left: 10px;
    width: 500px;
  }

  .jobdetaildescription {
    margin: auto;
    width: 500px;
  }

  .jobusernotloggedin {
    color: red;
    font-size: .8em;
    font-weight: bold;
  }

  .jobrequired {
    clear: left;
    float: left;
    margin-top: 5px;
    width: 16px;
  }

  .joblabel {
    float: left;
    margin-top: 5px;
    width: 210px;
  }

  .jobweekslabel {
    float: left;
    margin-top: 5px;
    width: 155px;
  }

  .jobinput {
    float: left;
    margin-top: 5px;
    width: 500px;
  }

  .jobiagree {
    float: left;
    margin-top: 5px;
    width: 20px;
  }

  .jobiagreetext {
    color: #ff0000;
    float: left;
    margin-top: 5px;
    width: 480px;
  }

  #jobnonmembersprice {
    color: #ff0000;
    float: left;
    font-weight: bold;
    margin: 5px 0 0 10px;
    width: 45px;
  }

  div.jobsubmit {
    /*margin-top: 35px;*/
  }

  a.jobsubmit {
    color: #5457FF;
    font-size: 1.3em;
    font-weight: bold;
  }

  .jobemailaddress {
    font-size: 1em;
  }



  .colTitleRight {
    width: 200px;
  }


  /* <input> tag styles */
  .button {
    background-color: rgb(84,87,255);
    color: white;
    padding: 2px;
    text-align: right;
  }



  /* Element positioning */
  .alignright {
    text-align: right;
  }


