/******************************* general tags and classes *******************************/

body { 
   	background: #d4af37 url(/images/page_bg.gif) repeat-x 0 0;	
	font:normal small/1.4 Arial, Helvetica, sans-serif;
}

a:hover{ text-decoration: none; }

form p{padding: 2px 0 5px 0;}

cite { display:block; }


input[type=text], input[type=password], textarea, select{
   border:1px inset #dedede;
   background:#fff;
   margin-bottom:5px;
}

hr{
   background:#ccc;
   border:0;
   color:#ccc;
   height:1px;
}

#copy table
{
  width:100%;
  margin-bottom:2em;
}

#copy table thead th
{
  background:#f1f3f7;
  font-weight:bold;
}

#copy table th,
#copy table td
{
  text-align:left;
  padding:.5em;
}

#copy .mceToolbar table
{
  width:auto;
  margin:0;
}

#copy .mceEditor table
{
  margin-bottom:0;
}

#copy .mceEditor table th,
#copy .mceEditor table td
{
  padding:0;
}


input[type=submit]
{ 
   font-weight:bold;
   margin-left:1em;
   color: #fff;
   padding:5px 1em;
   cursor:pointer;
   background:#ff0f02 url(/images/buttonbg.gif) repeat-x top left;
   border:0;
   border-radius:5px;
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
}

input.check{
   border:0;
   background:none;
}


.clear{clear:both;}
.invisible{ display:none; }

.success
{
  padding:1em;
  margin-bottom:2em;
  background:#ffa;
  color:#f00;
}

fieldset.action
{
  text-align:right;
 /* font-size:110%; */
  margin:1em 0;
}

/*fieldset.action input { font-size:120%;}*/

.tools
{
  padding:0;
  background-color:#f9f9e5;
  border:1px solid #eeeeda;
  width:45%;
  float:right;
}


.row, .row-2 { clear: both; overflow:hidden; }

.row-2 .col
{
  width:48%;
  margin:0 1% 0 0;
  float:left;
}

.row-2 .last
{
  margin-right:-1px;
}


.dropdownlist{
float:right;
margin-top:-14px;
padding-bottom:5px;
font-size:11px;
}

.floatleft, .photo{
   float:left;
   margin:0px 15px 5px 0px;
}

.floatright{
   float:right;
   margin:0 0 5px 15px;
}
 
dd.none { font-style:italic; }

a.adobe { text-decoration:none; color:inherit; }

/******************************* HEADER *******************************/


#header{
   margin:0 auto;
   width: 961px;
   height:151px;
}

#header #logo{
   padding-top:17px; 
   float:left;
}


#header .memberloggedin,
#header .memberlogin
{
   float:right;
   margin-top:10px;
   text-align:left;
   font-size:12px;
   font-family:Arial, Helvetica, sans-serif;
   color:#666;
   width:330px;
}

#header .memberloggedin
{
  width:300px;
  margin:40px 0 0 10px;
}


#header .memberlogin h2{
   text-transform:uppercase;
   font-size:20px;
   color:#929596;
   line-height:16px;
   margin-bottom:10px;
   background:url(../images/headlinebg.gif) no-repeat 0 100%;
}

#header .memberlogin .field
{ 
   float:left; 
   margin-right:10px;
   width:200px;
}

#header .memberlogin label
{ 
  width:70px;
  display:block;
  float:left;
  text-align:right;
  margin-right:10px;
}

#header .memberlogin a { font-size:85%; }

#header .memberlogin .field input{ width:100px; }


/******************************* styles for main content area *******************************/


#content
{
   margin:0 auto;
   text-align:left;
   background:#fff;
   width: 910px;
   padding:20px 15px 15px 35px;
   border-radius:7px 7px 0 0;
   -moz-border-radius:7px 7px 0 0;
   -webkit-border-radius:7px 7px 0 0;
}


#copy{
   float:left;
   width:644px;
}


#copy p, #copy blockquote {
   margin:0 0 1em 0;
}

#copy h1{
   color: #0b1944;
   font:normal 190% Georgia, "Times New Roman", Times, serif;
   margin:0 0 1em 0;
}

#copy h2{
   color: #333;
   font-size:150%;
   margin:0 0 .25em 0;
}

#copy h4{
   color: #333;
   font-size:110%px;;

}


#copy h3
{
   color:#333;
   text-decoration:none;
   font-size:130%;
   text-align:left;
   margin:.5em 0 1em 0;
}


#copy ul {
   list-style-type: none;
   margin:5px 0px 15px 25px;
}


#copy ul li{
   background:url(../images/bullet.gif) no-repeat 0 9px;
   padding: 3px 5px 4px 10px;
   text-align:left;
}

#copy ul ul{
   margin:0 0 6px 10px;
}

#copy ul ul li{
   padding:1px 5px 1px 0;
   background:none;
   margin:0;
}

#copy ul.choices
{
  margin: 0 0 0 2em;
}

#copy ul.choices li
{
  background:none;
  margin:0 0 .5em 0;
  text-indent:-2em;
}

#copy ul.choices li label
{
  font-weight:bold;
}


#copy .multicolumn{
padding:0;
margin:0;
border-collapse:collapse;
}

#copy table.meetingdata{
font-size:85%;
margin-top:10px;
}

#copy table.meetingdata tr{
border:1px solid #ccc;
}

#copy table.meetingdata dt{
font-weight:bold;
}

#copy table.meetingdata dd{
margin-bottom:.5em;
}

#copy table.meetingdata .registrant-info { width:30%; }
#copy table.meetingdata .registration-info { width:55%; }
#copy table.meetingdata .tools { width:15%; }

#copy table.meetingdata a { font-size:115%; }



#copy .multicolumn td{
width:10px;
padding:0;
margin:0;
}

#copy .searchbar
{
  border-bottom:1px solid #3e85cc;
  padding:0 2em 2em 2em;
  margin:2em;
}

#copy .searchbar input[type=text]
{
  width:25em;
}


#copy p.top, #copy p.more{
   text-align:right;
   font-size:11px;
   font-weight:bold;
}


#faqs #copy h2,
#documents #copy h2,
#links #copy h2,
#news #copy h4
{
   background:#f1f3f8;
   padding:4px 5px 4px 10px;
   color:#333;
}



/* *************** styles for RTE text (because it shows in the RTE, so it should show on site) *************** */


#copy .rtetext ol {
   margin-left:2em;
   list-style:decimal;
}

#copy .rtetext ul {
   margin-left:2em;
   list-style:disc;
}

#copy .rtetext ol li,
#copy .rtetext ul li {
   background:none;
   padding: 2px 5px 2px 0;
}





/******************************* styles for home *******************************/

.note{
	padding:10px;
	background-color:#f9f9e5;
	border:1px solid #eeeeda;
	margin-bottom:10px;
	text-align:center
}

.note div
{
  float:right;
  display:inline;
}

#copy .note h1
{
  font-size:18px;
  font-weight:bold;
  text-align:center;
  margin:0;
  padding:0;
}

#home .row-2 .col
{
   width:45%;
   font-weight:bold;
}


/******************************* styles for join *******************************/

#join dl.application-data
{
  border-bottom:1px solid #aaa;
  margin-bottom:1em;
  padding-bottom:1em;
}

#join dl.application-data dt
{
  font-weight: bold;
  width:15em;
  float:left;
  margin-bottom: .2em;
  margin-left: 1em;
}

#join dl.application-data dd
{
  margin-left: 17em;
  margin-bottom: .2em;
}


/******************************* styles for aboutus  *******************************/

#aboutus dl
{
  margin:.5em 0 2em 0;
}

#aboutus dl dt
{
  font-weight: bold;
  width:10em;
  float:left;
  margin-bottom: .5em;
}

#aboutus dl dd
{
  margin-left: 11em;
  margin-bottom: .2em;
}

#aboutus dl#staff dd
{
  margin-bottom: 1em;
}

#past-presidents li
{
  padding:.25em;
  margin:0;
}

#past-presidents .date
{
  font-size:inherit;
  color:inherit;
  margin-bottom:inherit;
  display:inline-block;
  width:5em;
}



/******************************* styles for events *******************************/

#events #copy ol li {
	padding:20px;
	list-style:none;
	clear:both;
}

#events #copy ol li li
{
   padding: 3px 5px 4px 10px;
}

/* Down in next section
#events #copy ol li:nth-child(odd)
#events #copy ol li li:nth-child(odd)
*/

/******************************* styles for committees/sections *******************************/

#copy ul#regions_list li,
#copy ul#sections_list li
{
  background:none;
  padding:0 0 1em 0;
}

ul#sections_list h2,
ul#regions_list h2
{
  font-size:16px;
  color:#600;
}


#copy ul#regions_list li li,
#copy ul#sections_list li li
{
   background:url(/images/bullet.gif) no-repeat 0 9px;
   padding: 3px 5px 4px 10px;
   text-align:left;
}


ul#committees,
ul#sections
{
  margin:0;
}

ul#committees li,
ul#sections li
{
  margin:0 0 1em 0;
  padding:.5em;
  background:none;
}


ul#committees ul li,
ul#sections ul li
{
  margin:0;
  border:none;
  background:transparent url(/images/bullet.gif) no-repeat 0 9px;
  padding: 0 0 .25em 10px;
}

#copy ul.memberslist
{
  float:left;
  width:32%;
  margin:1em 1% 0 0;
}


/******************************* styles for sponsors  *******************************/


#resources table#sponsors img
{
  padding:0 0 1em 0;
}

#resources table#sponsors tr
{
  border-bottom:1px solid #aaa;
}

#resources table#sponsors td
{
  padding-top:1em;
}

#resources table#sponsors td.description
{
  padding-left:15px;
}

#resources table#sponsors dl dt
{
  font-weight: bold;
  width:4em;
  float:left;
}

#resources table#sponsors dl dd
{
  margin-left: 4.5em;
}


/******************************* styles for links *******************************/

#resources dl#links dt
{
  font-weight: bold;
}

#resources dl#links dd
{
  padding-bottom: 1em;
  border-bottom:1px solid #aaa;
  margin-bottom: 1em;
}


/******************************* styles for members *******************************/


#members table.profile dl
{
  margin:0;
  padding:0;
}

#members table.profile dt
{
  font-weight:bold;
}

#members table.profile dd
{
  padding:0;
  margin:0 0 1em 0;
}

/******************************* styles for AM *******************************/


#copy ul.photos
{
  margin:0;
  padding:0;
}

#copy ul.photos li
{
  background:none;
  margin:0 10px 10px 0;
  padding:0;
  display:block;
  float:left;
}

#copy ul.photos li a img
{
  border:1px solid #00f;
  height:133px;
  width:200px;
  overflow:hidden;
}




#blanket
{
  background-color:#111;
  opacity: 0.65;
  filter:alpha(opacity=65);
  position:absolute;
  z-index: 9001;
  top:0;
  left:0;
  width:100%;
}

.fullitem
{
  position:absolute;
  background-color:#fff;
  width:600px;
  height:430px;
  z-index: 9002;
  padding:10px;
  border:5px solid #999;
}

.fullitem .closediv
{
  background:#999;
  line-height:30px;
  padding-right:10px;
  text-align:right;
  margin:-10px -10px 10px -10px;
  font-weight:bold;
}


/******************************* styles for admin *******************************/


table.meetingdata tbody tr:nth-child(even),
table.members tbody tr:nth-child(even),
#regions table.listing tbody tr:nth-child(even),
#sections table.listing tbody tr:nth-child(even),
#forum #forumlist tbody tr:nth-child(even),
#journals #copy ol li ul li:nth-child(even),
#past-presidents li:nth-child(even),
#publications #copy ol li:nth-child(even),
#events #copy ol li:nth-child(even),
ul#committees li:nth-child(even),
ul#sections li:nth-child(even)
{
  background-color:#eee;
}

#events #copy ol li li:nth-child(even),
ul#committees li li:nth-child(even),
ul#sections li li:nth-child(even)
{
  background-color:transparent;
}

#copy form ul { list-style:none; margin:0; }
#copy form ul li { margin:0; background:none; }

ol#guidelines
{
  list-style:decimal;
}

ol#guidelines li
{
  margin-left:1em;
  padding-left:0;
}

a.add, a.search, a.replace
{
  line-height:28px;
  font-weight:bold;
  padding:7px 0 7px 32px;
}

a.add
{
  background:url(/images/img_add_icon.gif) no-repeat center left;
}

a.search
{
  background:url(/images/img_search_icon.gif) no-repeat center left;
}

a.replace
{
  background:url(/images/img_replace_icon.gif) no-repeat center left;
}

.alert
{
  color:#f00;
  font-weight:bold;
}

#copy .viewall
{
  font-weight:bold;
  text-align:right;
  margin-top:1em;
}


.results dt
{
  width:11em;
  float:left;
  font-weight:bold;
  margin-bottom:.25em;
}

.results dd
{
  margin-left:12em;
  margin-bottom:.25em;
}

ul#searchresults
{
  list-style:decimal;
}

ul#searchresults li
{
  background:none;
}

ul#searchresults h2
{
  font-size:100%;
}

ul#searchresults p
{
  margin:0;
}

ul#searchresults .url
{
  font-size:85%;
  color:#aaa;
}


#copy table.members h2,
#copy table.members h3
{
  font-size:100%;
  margin:0;
  padding:0;
}


.author,.date
{
  font-size:90%;
  color:#666;
  margin-bottom:.5em;
}

.description { font-size:90%; }


#journals #copy ol li ul li,
#publications #copy ol li { padding:5px; }

#journals h2, #repository h2, #repository h3 { display:inline; }
#repository h3 { margin:0; font-size:100%; }

#journals #copy ol, #repository ol li { margin:0 0 2em 0; }

#journals #copy ol li { background:none;}

#repository ol ol li { margin:0 0 0 1em; }

#copy table.addmodify { margin-bottom:0; }

#copy table.addmodify th { width:25%; }

/******************************* styles for forum *******************************/


table#forumlist col.subject { width:70%; }
table#forumlist col.replies { width:10%; }
table#forumlist col.author { width:10%; }
table#forumlist col.date { width:20%; }

.forumpost
{
  background-color:#eee;
  width:600px;
  padding:5px;
  margin-bottom:2px;
}

.forumpost h3 a,
.forumpost h3 a,
.headercount
{ font-weight:normal; }


.forummessage
{
  background-color:#ccc;
  width:600px;
  padding:5px;
  margin-bottom:2px;
}

#forum .section { font-weight:bold; margin-bottom:1em; }
#forum .date { color:inherit; }

/******************************* RIGHTCOL *******************************/

#rightcol{
   width:230px;
   text-align:left;
   float:right;
}

#rightcol .box{
   border:2px solid #e3e8e8;
   border-radius:10px;
   -webkit-border-radius:10px;
   -moz-border-radius:10px;
   background-color:#F0F3F8;
   
   position:relative;
   margin:0 0 1em 0;
   width:210px;
   padding:20px 10px;
}


#rightcol .box h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#003;
border-bottom:1px solid #ccc;
}

#rightcol ul {
   list-style-type: none;
   margin:5px 0 15px 5px;
}

#rightcol ul li{
   background:url(/images/bullet.gif) no-repeat 0 7px;
   padding: 3px 5px 4px 10px;
   text-align:left;
}


#rightcol p.contactinfo{
   font-size:12px;
   margin: 0;
   padding:8px 0;
   text-align:center;
   line-height:16px;
   position:relative;
   margin-left:-10px;
}


#rightcol form input, #rightcol form textarea, #rightcol select {
   width:196px; 
   margin-top:2px;
   margin-bottom:8px; 
}

#rightcol form .action input { width:auto; }



/******************************* FOOTER *******************************/

#footer
{
   clear:both;
   padding: 12px 0 8px 0;
   background:url(/images/footer_bg.gif) repeat-x 0 0;
   color:#677ab3;
   font-size:85%;
   text-align:center;
}


#footer #copyright a{ color:#677ab3; }

#footer #copyright a:hover{ text-decoration:none; }




dt { clear: both;} 


#header:after,
#content:after,
#nav-main:after,
.photos:after,
.row:after,
.row-2:after,
dd:after,
dt:after,
.add:after,
fieldset:after,
.field:after,
.note:after
{
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

