/*************** CSS Document ******************/

/* reset.css */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
}

table {border-collapse:separate; border:0;}
caption, th, td {text-align:left;font-weight:normal;}
a img {border:none;}


/*  base css */

body,html
{ 
text-align:center;
padding:0;
margin:0;
}

html{
background:#232323;
}


body
{
min-width:1024px;
background:url(bg.jpg) repeat-x 0 0 #f4f4e0;
font-family:Helvetica,"Lucida Grande", verdana, arial, "bitstream vera sans", sans-serif; 
color:#3c3c3c;
font-size: 14px; /* Except IE */
font-size: 83%\9; /* IE8 and below */
text-align: center; 
padding:0;
margin:0 !important;
}



h1,h2,h3,h4,h5
{
color:#67407f; 
line-height:110%; 
padding: 10px 0; 
font-weight:bold;
}


h1
{font-size:180%;padding: 10px 0; }

h2
{font-size:140%; padding:5px 0; color:#3C3C3C;}

h3
{
font-size:120%; padding:5px 0; color:#284088;
}

h4
{
color:#3c3c3c !important;
font-size:100%; 
background:#ddd;
padding:10px;
margin:10px 0;
}

hr 
{ 
border:1px solid #ddd;
margin:10px 0;
}


blockquote
{
margin:15px;
}

ul
{
margin-left:20px;
}

ul li
{ 
margin-left: 5px; 
margin-top:3px;
padding-left: 17px; 
list-style-type: none; 
background-image: url(bullet.gif); 
background-repeat: no-repeat; 
background-position: 0 5px; 
}

ul ul li
{
font-size:90%;
margin-left: 10px; 
margin-top:2px;
list-style-type: none; 
padding-left: 12px; 
background-image: url(bullet2.gif); 
background-repeat: no-repeat; 
background-position: 0 7px; 
line-height:130%;
}

ul ul ul li
{ 
background-image: none; 
margin-left: 50px; 
padding: 0; 
list-style-type: circle; 
}

ol  { 
margin: 10px 0 10px 20px; 
padding: 0 ;
}

ol li  
{ 
margin-left: 5px; 
margin-top:5px;
}


p{margin:10px 0;}

br#clear
{
clear:both;
}


/*************** links ******************/

a
{ 
color:#6a973b;
text-decoration:underline; 
padding-bottom: 1px;
}

a:hover
{ 
color: #666; 
background-image: none; 
text-decoration:none; 
}

a:visited
{ 
color: #6a973b; 
background-image: none; 
text-decoration:none; 
}

a#button
{
background:#6a973b;
padding:10px;
display:block;
width:100px;
margin:10px 0 0 0;
text-align:center;
color:#fff;
text-decoration:none;
text-transform:uppercase;
}

a#button:hover
{
background:#53762e;
}
/*************** base ******************/


.wholewrap
{
background:url(body_bot.jpg) no-repeat 0 bottom;
text-align:left;
z-index:10;
position:relative;
width:1024px;
margin:0 auto;
padding:0 0 30px 0;
}


/*************** header ******************/

.header
{ 
position:relative;
height:166px;
margin:0 auto;
padding:0 20px 0 0;
text-align:right;
background:url(header_bg.jpg) no-repeat 0 0 #7f49ad;
/width:1024px;
}

div.header #logo
{
position:absolute;
height:166px;
top:5px;
left:0;
padding:0;
margin:0;
z-index:100;
width:640px;
}

div.header #logo
{
color:#fff;
text-decoration:none;
}

#topmenu
{
font-size:90%;
color:#b38ccd;
display:block;
text-align:right;
padding:20px 0
}

#topmenu a
{
text-decoration:none;
padding:0 5px;
color:#fff;
}

#topmenu a:hover
{
text-decoration:underline;
}

.Login
{
color:#fff;
background:url(lock2.png) no-repeat 0 0;
padding:0 0 0 25px;
float:right;
}

.Login a
{
font-size:90%;
color:#fff;
text-decoration:none;
}

.Login a:hover
{
color:#d4b552 !important;
text-decoration:underline;
}


/*------------member login ------------*/


.LoginForm
{
text-align:center;
}


.LoginForm table
{
margin:10px auto 0 auto;
}

.LoginForm table td
{
text-align:left;
padding:0 2px;
}

.LoginForm input[type="text"],.LoginForm input[type="password"]
{
width:200px;
padding:2px;
}


.LoginForm input[type="checkbox"]
{
float:right;
}

.LoginForm input[type="submit"],.LoginForm input[type="button"]
{
background-color:#559a2f;
padding:7px 10px;
font-size:90%;
text-decoration:none;
color:white;
display:inline-block;
border:none;
cursor:pointer;
}




/*************** maincontents ******************/

.body_wrap
{
clear:both;
background:url(body_bg.jpg) repeat-y center 0 #fff;
height:100%;
position:relative;
margin:0;
padding:0 21px;
}

.leftcol
{
	text-align:left;
	width:645px;
	float:left;
padding: 20px 0 20px 30px; 
margin:0 ;
min-height:500px;
line-height:150%;
}

#onecol
{
width:auto;
float:none;
padding:30px;
}

.leftcol img
{
margin:10px;
max-width:540px;
height:auto;
}

#onecol img
{
max-width:800px;
height:auto;
}

.leftcol div img,.leftcol table img
{
margin:0;
}

#greenColumn
{
background:url(whatis_back2.jpg) no-repeat right top #d3e5ad;
padding: 20px 200px 20px 20px;
      /* except IE */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.onecol
{
}

#toppagebody
{
min-height:200px;
}

/*************** rightsidebar ******************/

.rightcol
{
position:absolute;
z-index:100;
right:0;
top:30px;
background:url(sidebar_bg.png) repeat-y 0 0;
font-size:90%;
width:240px; 
margin:0; 
padding:20px 20px 20px 45px;
*overflow:hidden;
}

#rightcol_bot
{
background:url(sidebar_bot.png) no-repeat 0 bottom;
height:20px;
width:305px;
margin:0 0 -40px -45px;
}

.rightcol img
{ 
margin:0 0 15px 0;
}

.rightcol .box
{
margin:0 0 15px 0;
padding:0;
background:#fff;
border:0;
float:none;
font-size: 90%;
width: auto;
display:inside-block;
}

.rightcol .box h2
{
text-transform:uppercase;
font-size:110%;
color:#67407f; ;
padding:0;
}

.rightcol a#button
{
font-size:90%;
padding:5px;
width:90px;
margin:5px 0 0 0;
}

#Renewal
{
font-size:110%;
padding:15px 100px 15px 15px;
background:url(Renewal.jpg) no-repeat right bottom #fff;
}

#BecomeMember
{
font-size:110%;
padding:15px 100px 15px 15px;
background:url(becomeMember.jpg) no-repeat 140px -3px #fff;
}

#GoldenAnniversary
{
font-size:110%;
padding:15px 120px 15px 15px;
background:url(GoldenAnniversary.jpg) no-repeat right 0 #fff;
}

#Congress
{
font-size:110%;
padding:15px 120px 15px 15px;
background:url(conference2015.jpg) no-repeat right 0 #fff;
}

#FindDentist
{
padding:15px;
}

#FindDentist h2
{
font-size:130%;
}


/*************** Find Member ******************/


.rightcol .Membership
{
padding:0;
margin:0;
}

.rightcol h3#advsearch
{
display:none;
}

.rightcol .Membership,.rightcol .Membership form,.rightcol .Membership div
{
padding:0 !important;
margin:0 !important;
}

.rightcol .Membership h3
{
display:none;
}

.rightcol input#contact_23_23city
{
width:100px;
}

.rightcol form
{
margin:20px 0 0 0;
font-size:90%;
}

.rightcol form br
{
display:none;
}

.rightcol span.prompt
{
display:block;
width:90px;
float:left;
text-align:right;
padding-right:5px;
}

.rightcol input[type="submit"] {
    background:url(submit.gif) no-repeat 0 0;
color:#fff;
    border: medium none;
    cursor: pointer;
    font-size: 0;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    width: 187px;
}

.rightcol input[type="text"] {
    width: 100px;
}


.rightcol input[type="button"],
.rightcol input[type="reset"] {
display:none;
}


/*************** Search ******************/

#search
{
border:1px solid #ccc;
background:#fff;
display:block;
margin:0 0 10px 0;
height:30px;
width:240px;
}


#search input.textbox
{
background:#fff;
width: 190px;
/float:left;
color:#505050;
border:0px;
padding:5px;
margin:2px;
font-size: 14px;
font-size: 13px9; /* IE8 and below */
}

#search input[type="image"]
{
float:right;
margin:3px 5px 0 0;
top:0;
}

#search form
{
display:inline;
}

.Search .searchdetails
{
color:#666;
}

.Search dd
{
padding:0 0 10px 20px;
}




/*************** site map ******************/


ul.sitemap ul
{
padding:10px;
}

ul.sitemap ul li
{
background:url(bullet2.gif) no-repeat 0 5px;
padding:0 0 0 17px;
}

ul.sitemap ul ul li
{
background:none;
padding:0;
}

/*************** menu ******************/

div.mainmenu
{
position:absolute;
top:110px;
right:0;
width:120%;
height:54px;
z-index:9000; 
padding:0; 
margin:0; 
text-align:right;
}

div.mainmenu ul.CMenu
{ 
vertical-align: bottom; 
margin: 0 17px 0 auto; 
height:50px;
padding:0 20px 0 0; 
z-index:1000;
width:760px;
display:table;
background:#292929;
/display:block;
}

ul.CMenu li
{ 
float:none;
background:none;
list-style-type: none;  
margin: 0; 
padding:0; 
display:table-cell;
background:url(menu_line.gif) no-repeat right center;
/display:inline; 
/float:left; 
_width:120px; 
}

ul.CMenu a
{ 
min-width:90px;
text-transform:uppercase;
height:50px;
line-height:50px;
font-size: 14px; 
color:#fff;
text-decoration:none; 
margin: 0; 
padding:0;
display:block; 
text-align: center;
/padding:0 10px;
_padding:0 3px;
_font-size: 13px;
}


ul.CMenu a:hover,ul.menu #thispage
{ 
color:#f5d05b;
text-decoration:none; 
}

ul.CMenu li li
{
display:block;
/width:170px;
}

ul#CMenu li ul
{
margin:0;
padding:0;
width:170px;
height:auto;
background:#575757;
border-top:1px solid #848484;
border-left:1px solid #848484;
border-right:1px solid #848484;
_left:0;
_margin:0;
}

ul.CMenu li ul li
{
border:0;
height:auto;
display:block;
color:#fff;
font-size:80%;
padding:0;
margin:0;
text-align:left;
}

ul.CMenu li ul li a.menu,ul.CMenu li#thispage ul li a.menu
{
text-align: left;
text-transform: none;
font-size:12px;
height:auto;
padding:10px 10px 10px 20px;
margin:0;
line-height:120%;
color:#fff;
_width:160px;
background:url(DMenu_arrow.png) no-repeat 5px 9px;
border-bottom:1px solid #848484;
}

ul.CMenu li ul li a.menu:hover
{
color:#fff;
background:url(DMenu_arrow.png) no-repeat 5px 9px #292929;
}

ul.CMenu li#thispage ul li a.menu:hover
{
color:#fff;
background:url(DMenu_arrow.png) no-repeat 5px 9px #292929;
}


/*************** Features ******************/

.mainimage
{
padding:0;
margin:0;
z-index:1;
background:url(mainimage.jpg) no-repeat 30px 0;
height:170px;
width:960px;
}

#mainimage_top
{
height:400px;
}


/*************** footer******************/

div.footer
{ 
background:#232323;
line-height:140%;
color:#666;
font-size:90%;
text-align:left; 
padding:20px 0;
margin:0;
}

.footer_contents
{
margin:0 auto;
width:1000px;
}

.hmenu
{
padding:5px 0 15px 0;
}

.hmenu a
{
color:#ccc;
padding:0 7px;
text-decoration:none;
text-transform:uppercase;
}

.hmenu a:hover
{
color:#fff;
}

div.footer a
{ 
color:#999;
margin:0 5px;
}

div.footer a:hover
{ 
color:#ccc;
}

#powerdby
{
text-align:right;
float:right;
padding:10px 0 0 0;
width:400px;
color:#999;
font-size:11px;
}

#powerdby a
{
color:#999;
}


/*************** Event Calendar ******************/

.report_row
{
line-height:120%;
}

.report_row th
{
padding:5px;
background:#ddd;
}


.report_row td
{
padding:5px;
border-bottom:1px solid #ccc;
}

/*************** Event Details ******************/

.eventcontent td
{
padding:0 15px;
}

.eventcontent td img
{
max-width:480px;
height:auto;
}

.eventcontent h2
{
font-size:180%;
}


/*************** Member Search ******************/

.Membership .searchterms
{
font-weight:bold;
}


a.search_results
{
text-decoration:none;
display:block;
padding:10px;
border:1px solid #ddd;
border-bottom:2px solid #ccc;
border-right:2px solid #ccc;
margin:0 7px 7px 0;
float:left;
width:285px;
height:100px;
line-height:120%;
}

a.search_results:hover
{
background:#eeeeda;
}

a.search_results .address
{
font-size:90%;
}

a.search_results .name
{
font-size:110%;
font-weight:bold;
padding:0 0 5px 0;
}

h3#advsearch
{
margin:20px 0 10px 0 !important;
clear:both;
}


/*************** Member Profile ******************/

#profileinfo .name
{
font-size:120%;
font-weight:bold;
padding:0 0 10px 0;
}

#profileinfo .photo
{
float:left;
margin:0 20px 10px 0;
width:auto;
}

.ContactPreview strong
{
background:#ddd;
padding:7px;
margin:10px 0;
display:block;
}

a.popup_close
{
text-decoration:none;
padding:0;
line-height:22px;
height:22px;
text-align:center;
border:1px solid #ccc;
margin:10px;
float:right;
width:70px;
display:block;
}

a.popup_close:hover
{
text-decoration:none;
border:1px solid #ccc;
background:#ccc;
}

a.ContactAddLink,a.ContactDeleteLink,a.ContactBackLink
{
text-decoration:none;
padding:10px;
text-align:center;
border:1px solid #3a4f96;
margin:10px 0;
width:200px;
display:block;
}

a.ContactAddLink:hover,a.ContactDeleteLink:hover,a.ContactBackLink:hover
{
text-decoration:none;
border:1px solid #ccc;
background:#ccc;
}


/*************** Document ******************/

.Document a.pdf, #pdf li
{
margin-left: 5px; 
margin-top:1px;
padding-left: 25px; 
list-style-type: none; 
background: url(pdf.jpg) no-repeat 0 0; 
}

.Document a.doc
{
margin-left: 5px; 
margin-top:1px;
padding-left: 25px; 
list-style-type: none; 
background: url(doc.jpg) no-repeat 0 0; 
}

.Document p a
{
color:#3a4f96;
border:1px solid #3a4f96;
text-decoration:none;
padding:5px 10px;
}

.Document p a:hover
{
color:#505050;
background:#ccc;
border:1px solid #ccc;
}

.Document em
{
color:#666;
font-size:90%;
padding:5px 0 5px 0;
}

.Document dt
{
padding:15px 0 0 0;
}

.Document dd
{
padding:0 0 0 25px;
}

/*************** Member List ******************/

#memberlist td
{
padding:0 10px 0 0;
}

#memberlist a
{
margin-left: 5px; 
margin-top:3px;
padding-left: 17px; 
list-style-type: none; 
background-image: url(bullet.gif); 
background-repeat: no-repeat; 
background-position: 0 5px;
}

/*************** Committee List ******************/

table.report_record
{
border-top:1px solid #ccc;
border-left:1px solid #ccc;
}

table.report_record p
{
padding:0;
margin:0;
}

table.report_record th
{
padding:5px;
background:#ddd;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
}

table.report_record td
{
padding:5px;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
}


/*************** Photo Album ******************/

#photoIndex td
{
padding:5px 0;
border-bottom:1px solid #ccc;
}

#photoIndex a
{
font-weight:bold;
text-decoration:none;
padding:0 0 5px 0;
}

#photoIndex .thumbnail
{
border:1px solid #ccc;
padding:3px;
margin:10px;
}

/*************** table ******************/

table.A
{
margin:5px 0;
border-top:1px solid #ddd;
border-left:1px solid #ddd;
width:100%;
}


table.A th
{
padding:10px;
border-bottom:1px solid #ddd;
border-right:1px solid #ddd;
background:#2b3e59;
text-align:left;
line-height:130%;
}

table.A td
{
padding:10px;
border-bottom:1px solid #ddd;
border-right:1px solid #ddd;
text-align:left;
line-height:130%;
}

table.B
{
margin:5px 0;
border-top:1px solid #ddd;
width:100%;
}


table.B th
{
padding:10px;
border-bottom:1px solid #ddd;
background:#2b3e59;
text-align:left;
line-height:130%;
}

table.B td
{
padding:10px;
border-bottom:1px solid #ddd;
text-align:left;
line-height:130%;
}


#links img
{
max-width:100px;
height:auto;
}



/*************** Profile *************/


.MembershipStatus
{
font-size:110%;
padding:10px;
background:#fcedcb;
border:1px solid #efd699;
margin:10px 0;
font-weight:bold;
}

div.Membership th {
text-align: left;
background-color: white;
color: black;
font-weight: normal; 
}

.edit_profile h1,.edit_contacts h1,.change_password h1,.edit_photo h2
{
font-weight:normal;
font-size:140%;
}

ul.Membership_update_profile_menu  {
font-size:85%;
height:40px;
list-style:none outside none;
padding:30px 0 0 0;
float:right;

}

ul.Membership_update_profile_menu li {
background:none repeat scroll 0 0 transparent;
float:left;
margin:0;
padding:0;
list-style:none;
}

#Membership_view_profile_link  {
display:none;
}

a#Membership_update_profile_link  {
background:url("profile.png") no-repeat scroll 0 0 transparent;
}

a#Membership_update_contact_link  {
background:url("addressbook.png") no-repeat scroll 0 0 transparent;
}

a#Membership_update_photo_link  {
background:url("photo.png") no-repeat scroll 0 0 transparent;
}

a#Membership_update_secondcontact_link  {
background:url("secondcontact.png") no-repeat scroll 0 0 transparent;
}

a#Membership_change_password_link  {
background:url("lock.png") no-repeat scroll 0 0 transparent;
}

a#Membership_account_link  {
background:url("history.png") no-repeat scroll 0 0 transparent;
}

a#Membership_new_secondary_link  {
background:url("secondcontact.png") no-repeat scroll 0 0 transparent;
}

a#Membership_update_profile_link, a#Membership_change_password_link, a#Membership_update_contact_link, a#Membership_update_photo_link, a#Membership_account_link,a#Membership_new_secondary_link  {
color:#666666;
display:block;
font-size:90%;
height:40px;
line-height:110%;
padding-left:30px;
text-align:left;
text-decoration:none;
width:55px;
}

a#Membership_update_profile_link:hover, a#Membership_change_password_link:hover, a#Membership_update_contact_link:hover, a#Membership_update_photo_link:hover, a#Membership_account_link:hover, 
a#Membership_new_secondary_link:hover 
{
color:#35589F;
text-decoration:underline;
}

table.Report
{
border-top:1px solid #ccc;
border-left:1px solid #ccc;
}

table.Report td
{
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
padding:7px;
}

table.Report tr.B td
{
background:#ddd;
}


/********** Address Cards **********/

#ContactPreviewBlock .ContactPreview {
background-image:url("card.jpg");
background-repeat:no-repeat;
cursor:pointer;
height:230px;
line-height:110%;
padding:20px 15px 5px 20px;
width:300px;
font-size:90%\9;
}

#ContactPreviewBlock h2
{
font-size:110%;
padding:0 0 10px 0;
margin:0;
}

.ContactEditTip  {
color:#666666;
font-size:90%;
font-style:italic;
padding-right:25px;
text-align:right;
}

/********** Datepicker **********/

a.dp-choose-date {
    background: url("date.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 16px;
    margin: 5px 3px 0;
    overflow: hidden;
    padding: 0;
    text-indent: -2000px;
    width: 16px;
}

/*************** Web Directory *************/

div.WebDirResource
{
margin-bottom:15px;
}

div.WebDirResource .WebDirName
{
font-weight:bold;
}


div.WebDirResource .WebDirName .WebDirUrl
{
font-style:italic;
font-weight:normal;
}



/*************** Zine ******************/

.rightcol .Zine h2
{
display:none;
}

.ZinePath
{
padding:0 0 10px 0;
font-size:90%;
}

.Zine .ZineIndex .ZineItem .ZineLink
{
font-weight:bold;
font-style:normal;
padding:0 0 5px 0;
display:block;
}

.Zine .ZineTitle
{
margin-bottom:5px;
}

.Zine .ZineTitle h3
{
padding:0;
margin:0;
}

.Zine .ZineAbout
{
color:#666;
font-style:italic;
}

.Zine .ZineIndex .ZineSummaryIndex
{
font-size:90%;
text-align:right;
margin-bottom:10px;
}

.Zine .ZineItem .ZineAbstract
{
font-style:normal;
padding:10px 0;
}

span.ZineDate,.ZineAuthor
{
font-size:90%;
font-style:italic;
}


.rightcol .Zine .ZineItem
{
padding:0 0 10px 0;
font-style:italic;
color:#666;
}
.rightcol .Zine .ZineItem span.ZineDate
{
display:block;
}

.Zine .ZineHeader .ZineSubtitle
{
font-weight:bold;
margin-bottom:10px;
}

table.ZineTools img
{
margin-right:10px;
float:left;
}

table.ZineTools a
{
font-size:90%;
color:#666;
text-decoration:none;
text-decoration:none;
}

.ZineIndex
{
margin-bottom:15px;
}

div#UpcomingEvents
{
font-size:90%;
line-height:140%;
}

div#UpcomingEvents b
{
font-size:110%;
}

div#UpcomingEvents a
{
font-size:110%;
margin:0 0 5px 0;
}

.ZineIndex .ZineArchive h2
{
margin-top:20px;
}

.ZineSummary
{
margin-top:15px;
font-style:italic;
margin-bottom:25px;
}

.ZineHeader .ZineTitle h2
{
font-size:160%;
}

.ZineBody
{
margin-top:15px;
}


#renewals
{
background:#fee9c2;
padding:15px;
margin:10px 0;
color:#d5710f;
height:35px;
}

#renewals h2
{
padding:0;
margin:0;
line-height:35px;
float:left;
color:#d5710f;
font-size:120%;
}

#renewals #button
{
text-transform:uppercase;
float:right;
width:160px;
margin:-5px 0 0 auto;
}

table.sponsors
{
margin:10px 0;
width:100%;
}

table.sponsors td
{
padding:0 10px;
text-align:center;
font-size:90%;
line-height:130%;
}

table.sponsors img
{
margin:0 0 10px 0;
}

/********** Shopping Cart **********/

div.Pay table.Receivable
{
width:100%;
font-size:85%;
border-collapse:collapse;
margin-bottom:15px;
margin-top:15px;
}

div.Pay table.Receivable th
{
color: white;
background-color: #213C73;
padding: 5px;
font-size:90%;
text-transform:uppercase;
border: 1px solid #999;
}

div.Pay table.Receivable tfoot
{
background-color:#eee;
padding:5px;
}

div.Pay table.Receivable td
{
padding:5px;
border: 1px solid #ddd;
}

div.Pay table.Receivable td div.total
{
font-weight:bold;
}