/* $Id: zen-classic.css,v 1.1.2.3 2008/01/27 15:52:14 johnalbin Exp $ */

/*
 * COMMON STYLES
 */

  body
  {
	margin: 0;
	padding: 0;
	background-color: #fff;
	height: 100%;
  }
  body.nobackground
  {
	margin: 0;
	padding: 0;
	background: none;
  }

  #page
  {
    color: #00678F;
	text-align: left;
	width: 924px;
	margin: 0 auto 0 auto;
    background-image: url('/sites/all/themes/zen/zen_classic/images/acha_bg_tile.gif');
	background-position: top right; 
	background-repeat: repeat-y;
	height: 100%;
	display: table;
	
  }
  #homepage
  {
    color: #00678F;
	text-align: left;
	width: 924px;
	margin: 0 auto 0 auto;
    background-image: url('/sites/all/themes/zen/zen_classic/images/acha_bg_tile.gif');
	background-position: top right; 
	background-repeat: repeat-y;
    height: 100%;
  }

  #container
  {
    margin: 0;
  }

  #main .node .content
  {
    color: #333;
  }
    
  #main #squeeze  
  {
	margin: 0;
	padding: 0;
  }  
#page #main #squeeze #content 
  {
    margin-top: 66px !important;
    margin-top: 66px;
	display: block;
  }   
#homepage #main #squeeze #content 
  {
    margin-top: 66px !important;
    margin-top: 66px;
	display: block;
  }  
body.page-member_directory #page #main #squeeze #content  {
    margin-top: 20px !important;
    margin-top: 20px;
	display: block;	
}
  div.content, div.links
  {

  }

  .block h3
  {
    font-size: 122%;
  }

  .book .body
  {
    padding: 0 0 0.5em 0;
    margin: 0;
  }
  .content h2 {
  	color: #00678F;
  	font-size: 15px; 
	line-height: 18px;
	font-weight: 300;
	margin-bottom: 0;
	margin-left: 87px;	
  }
 .content .left_col h2, .content .right_col h2 {
  	margin-left: 0px;	
	text-align: left;
  }
  
/*
 * HEADER STYLES
 */

  #logo-title
  {
    margin: 0 20px 15px 0;
	width: 822px;
    position: relative;
  }  
  #logo-title #welcome
  {
	float: right;
	font-size: 120%;
	color: #00688f;
	margin: 44px 0 0 0;
	font-weight: bold;
	text-align: right;
  }  
  #logo-title #welcome a,   #logo-title #welcome a:visited 
  {
	font-size: 55%;
  }

  #logo
  {
    vertical-align: baseline;
  }

  #name-and-slogan
  {
    display: inline;
  }

  #site-name
  {
    margin: 0;
    display: inline;
    font-size: 246%;
  }

  #site-name a, #site-name a:hover
  {
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #6DA6E2;
    margin: 0;
    padding: 0;
  }

  #site-slogan
  {
    color: #aaa;
    margin: 0;
    font-size: 85%;
    margin-left: 20px;
  }

  #search
  {
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
  }

  #mission
  {
    color: #666;
    font-weight: bold;
    padding: 2em;
    margin-bottom: 20px;
    font-size: 85%;
    border: solid 1px #B5C9D8;
  }


  /* "Skip to Main Content" link
   *
   * This link useful for both blind people and people with mobility impairments
   * who cannot use a mouse.
   */

  #skip-nav
  {
    margin: 0 !important;
    padding-left: 20px;
    font-size: 0.8em;
    line-height: 1;
  }

  #skip-nav a
  {
    padding: 1px 10px;
  }

  #skip-nav a:link, #skip-nav a:visited
  {
    color: #ffffff; /* same as background color */
  }

  #skip-nav a:hover, #skip-nav a:active, #skip-nav a:focus
  {
    color: #ffffff;
    background: #2763A5;
    text-decoration: none;
  }

  /* Alternatively, the skip-nav link can be completely hidden until a user tabs
     to the link. Un-comment the following CSS to use this technique. */
  /*
  #skip-nav a, #skip-nav a:hover, #skip-nav a:visited
  {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  #skip-nav a:active, #skip-nav a:focus
  {
    position: static;
    width: auto;
    height: auto;
  }
  #logo-title
  {
    margin: 10px 20px 0 20px;
  }
  */

/*
 * MENU STYLES
 */

  div.menu
  {
    margin-top: 15px;
  }

  #primary
  {
    font-size: 85%;
    line-height: normal;
    padding: 0 0 1px 20px;
    border-bottom: 4px solid #2763A5;
  }

  #primary ul
  {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  #primary ul.links li,
  #secondary ul.links li
  {
    display: inline;
    border-left: none;
    margin: 0;
    padding: 0;
  }

  #primary a
  {
    background: #6DA6E2 url(images/tabs.png) repeat-x;
    color: #FFF;
    font-weight: bold;
    display: block;
    float: left;
    padding: 5px 14px 5px 14px;
    margin: 0 1px 0 0;
    border: solid #6191C5 1px;
    border-width: 1px 1px 0 1px;
  }

  #primary a
  {
    background-position: 0% 0;
  }

  #primary a:hover
  {
    background-position: 0% -42px;
    text-decoration: none;
  }

  #primary a.active
  {
    background-position: 0% -84px;
  }

  #secondary
  {
    padding-left: 20px;
    background: #6DA6E2; /*#347FD2;*/
    border-bottom: solid #2763A5 4px;
  }

  #secondary ul
  {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #secondary li a
  {
    float: left;
    display: block;
    color: #fff;
    font-size: 85%;
    text-decoration: none;
    padding: 0 5px 0 5px;
  }

  #secondary a:hover
  {
    background: #2763A5;
  }

  #secondary a.active
  {
    font-weight: bold;
  }

/*
 * LINK STYLES
 */

  ul.links
  {
    text-align: left;
  }

  ul.links li
  {
    border-left: 1px solid #9cf;
  }

  .taxonomy
  {
    margin: 0;
    padding: 0;
    display: inline;
  }

  .taxonomy ul.links li
  {
    border: none;
    padding: 0 .1em 0 .2em;
  }

  .taxonomy ul.links li:after
  {
    content: ",";
  }

  .taxonomy ul.links li.last:after
  {
    content: "";
  }

  ul.links li.first
  {
    padding-left: 0;
    border: none;
  }

  .links
  {
    color: #999;
  }

  .links a
  {
    padding: 0 .1em 0 .1em;
  }

  .submitted, .taxonomy
  {
    font-size: 85%;
    color: #999;
  }

/*
 * FORM STYLES
 */

  input, textarea, textfield
  {
    margin: 0;
    color: #000;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    padding: 1px;
    font-size: 100%;
  }

  input.form-checkbox, input.form-radio
  {
    border: none;
  }

  #search .form-text, #user-login-form .form-text
  {
    color: #444;
    border: 1px solid #6191C5;
    padding: 2px;
  }

  .form-submit, .button
  {
    padding: 1px;
  }

  #search .button,
  #search .form-submit,
  #user-login-form .button,
  #user-login-form .form-submit
  {
    background-color: #68A0D9;
    color: #fff;
    font-weight: bold;
    border: 1px solid #4070A1;
  }

  #user-login-form
  {
    text-align: left;
  }

  #user-login-form .item-list ul
  {
    margin-top: 10px;
  }

/*
 * ALERTS, STATUS, HELP MESSAGE STYLES
 */

  .messages
  {
 	padding: 34px 0 0 225px !important;
 	padding: 34px 0 0 228px;
    border: 0;
    background: transparent;
    margin: 10px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #8e8e91;
  }

  div.error
  {
    border: 0;
	background: transparent;
	background-image: none;
  }

  .messages ul, .messages ul li
  {
    padding: 0;
	list-style-type: none;
    margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #8e8e91;
  }  


/*
 * FOOTER STYLES
 */
  #homepage #footer-wrapper
  {
    margin: 115px 0 0 0;
  }
  #page #footer-wrapper
  {
    margin: 15px 0 0 0;
  }

  #footer
  {
    color: #8f8f91;
    margin: 0 0 0 24px;
    font-size: 10px;
    padding: 1em;
  }

  #footer a
  {
    color: #8f8f92;
    font-weight: bold;
  }

  #footer a:hover
  {
  }

  #footer img.drupal-powered
  {
    position: relative;
    top: .3em;
  }

/*
 * ADMINISTRATION STYLES
 */

  .admin-panel
  {
    margin: 0;
    padding: 0;
  }

  .admin-panel .body
  {
    background-color: #eee;
    border: solid #6191C5 1px;
  }

  .admin-panel .body dl, .admin-panel .body p
  {
    padding: 10px;
  }

  .admin-panel h3
  {
    margin-bottom: 0;
    padding: 5px 5px 5px 30px;
    font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
    font-size: 122%;
    color: #fff;
    border-width: 0 2px 2px 2px;
  }

  table tr.odd
  {
    background: #ddd;
  }

  td.icon
  {
    text-align: center;
  }

/*
 * COMMENT STYLES
 */

  .comment
  {
    margin: 0 0 10px 0;
    padding: 10px;
    background: #EBF2F8;
  }

  .comment-unpublished
  {
    background-color: #FFF;
  }

  .comment-by-author
  {
    background: none;
    border: 1px solid #6191C5;
  }

  .comment  h3.title
  {
    font-size: 122%;
  }

  .comment  h3.title, .comment  h3.title a
  {
    color: #2266AB;
    font-weight: normal;
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 3px;
    margin-top: 0;
  }

  .comment .picture, .node .picture
  {
    float: left;
    margin-right: 15px;
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .comment .new
  {
    color: #FFC600;
    font-weight: bold;
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
  }

  .comment .links
  {
    text-align: right;
  }

/*
 * POLL STYLES
 */

  .poll .bar .foreground
  {
    background: #2763A5;
  }

  .poll .bar
  {
    padding: 2px;
    background: #BDCBDD;
  }

/*
 * BOOK STYLES
 */

  div.node div.content .book-navigation
  {
    background: #eee;
    margin: 0;
    padding: 0;
  }

  div.node div.content .book-navigation ul.menu
  {
    border: 0;
    border-top: 1px solid #2763A5;
    margin: 0;
    padding-bottom: 10px;
  }

  div.node div.content .book-navigation .page-links
  {
    background: #C1D4EA; /*#347FD2;*/
    border: 1px solid #2763A5;
    border-width: 1px 0 1px 0;
    padding: 5px;
    margin: 0;
  }

/*
 * FORUM STYLES
 */

  #forum table
  {
    width: 100%;
  }

/*
 * Pager styles
 */

  .pager
  {
    text-align: center;
    margin-top: 30px;
  }

  .pager  a, .pager-current
  {
    padding: 3px 8px 3px 8px;
    margin: 0 2px 0 2px;
    color: #2763A5;
    font-weight: bold;
    border: solid 1px #eee;
  }

  .pager-current
  {
    color: #fff;
    background-color: #2763A5;
  }

/*
 * Node, Block, Content styles
 */

  .breadcrumb  {
    font-size: 33px;
    margin: 0;
    padding: 0;
	display: inline;
  }
  .breadcrumb a,
  .breadcrumb a:visited {
    color: #00678f;
    text-decoration: none;
  }
  .breadcrumb a:hover,
  .breadcrumb a:focus {
    color: #8e8e91;
    text-decoration: none;
  }
  .headline {
    font-size: 24px;
	color: #00678f;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 4px !important;
	margin-bottom: 10px;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
  }
  .headline .pagetitle {
	color: #00678f;
    font-size: 33px;
	text-transform: none;
	margin-top: 15px;
	margin-bottom: 0;
	display: inline;
  }
  .headline .breadcrumb .pagetitle {
	color: #00678f;
    font-size: 24px;
	text-transform: none;
	margin-top: 15px;
	margin-bottom: 0;
	display: inline;
  }
 
  .headline .breadcrumb .pagetitle_lg {
	color: #00678f;
    font-size: 33px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 0;
	display: inline;
  }

 .pagetitle_lg {
	color: #00678f;
    font-size: 33px;
	text-transform: uppercase;
	display: inline;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	padding-top: 24px;
  }
  
  #homepage .headline .pagetitle {
	color: #00678f;
    font-size: 33px;
	text-transform: none;
	margin-top: 66px;
	margin-bottom: 0;
	display: block;
  }
  .node
  {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node h2.title
  {
    margin-bottom: .1em;
  }

  .node h2.title a
  {
    color: #555;
    font-size: 129%;
    font-weight: normal;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    line-height: 1.4em;
  }

  .node .content
  {
    padding-top: 0;
    padding-bottom: 5px;
	width: 764px;
  }

#page .node .content p 
  {
    padding-left: 87px;
	color: #8e8e91;
	font-size: 13px;
	line-height: 22px;
  }
#page .node .content p.extra-indent 
  {
    padding-left: 183px;
	color: #8e8e91;
	font-size: 13px;
	line-height: 22px;
  }    
#page .node .content ul, #homepage .node .content ul,
#page .node .content ol, #homepage .node .content ol
  {
    margin-left: 87px;
	padding: 0 0 0 40px;
	color: #8e8e91;
	font-size: 13px;
	line-height: 22px;
	margin-top: 0;
  }

#homepage .node .content 
  {
	width: 902px;
  }
#homepage .node .content p 
  {
    padding-left: 87px;
	margin-top: 46px !important;
	margin-top: 44px;
	color: #8e8e91;
	font-size: 13px;
	line-height: 22px;
	width: 258px;
  }
#homepage #home_imgs {
	position: absolute;
	top: 147px !important;
	top: 159px;
	left: 367px;
	width: 559px;
	height: 291px;
}
  .left_col {
 	width: 324px;
	float: left;
	padding-left: 85px;
 }
 .right_col {
 	width: 324px;
 	float: left;
 	padding-left: 19px;
 }
 #page .node .content .left_col p, #page .node .content .right_col p {
 	margin-left: 0;
 	padding-left: 0;
 }
#homepage #content #news_release_wrap  {
	float: left;
	width: 345px !important;
	width: 258px;
  }
#homepage #content #news_release_link
  {
    padding-left: 87px;
	margin-top: 21px !important;
	margin-top: 21px;
	color: #8e8e91;
	font-size: 13px;
	line-height: 22px;
	width: 258px;
  }
#homepage #content #news-releases
  {
    padding-left: 87px;
	font-size: 13px;
	line-height: 22px;
	width: 258px;
  }
#homepage #content #news-releases table tr.odd, 
#homepage #content #news-releases table tr.even, 
#homepage #content #news-releases table th, 
#homepage #content #news-releases table td, 
#homepage #content #news-releases table tbody
  {
	background: #fff;
	border: 0;	
	padding: 0;
  }
#homepage #content #news-releases table td a
  {
	font-size: 11px;
  }
  .sticky
  {
    
  }

  #sidebar-left .block,
  #sidebar-right .block
  {
    border-bottom: solid #ddd 1px;
    padding-bottom: 15px;
    margin: 0 0 1.5em 0;
  }

  #sidebar-left .block
  {
    padding-right: 15px;
  }

  #sidebar-right .block
  {
    padding-left: 15px;
  }

  .block .content
  {
    margin: 0.5em 0;
  }

  .block .item-list ul
  {
    padding-left: 0;
  }
  .img-right-align {
  	text-align: right;
  	margin: 0 0 10px 10px;
  }
  .img-left-align {
  	text-align: left;
  	margin: 0 10px 0 10px;
  }
/*
 * Status report colors.
 */

  table.system-status-report tr.error, table.system-status-report tr.error th
  {
    background-color: #fcc;
    border-color: #ebb;
    color: #200;
  }

  table.system-status-report tr.warning, table.system-status-report tr.warning th
  {
    background-color: #ffd;
    border-color: #eeb;
  }

  table.system-status-report tr.ok, table.system-status-report tr.ok th
  {
    background-color: #dfd;
    border-color: #beb;
  }

  /*
 * Tabs
 */
 
 div.tabs {
	margin-top: 30px;
}

  /*
 * LOGIN TOP FORM
 */

 
/* old code...for login block, not in use 06-06-08
  #logo-title #toplogin
  {
	float: right;
	font-size: 120%;
	color: #00688f;
	margin: 20px 0 0 0;
	font-weight: bold;
	text-align: right;
  }  
 #logo-title #toplogin #block-user-0 {
   padding: 0;
   margin: 0;
 }
 #logo-title #toplogin #block-user-0 h2.title {
   display: none;
 }
 #logo-title #toplogin #block-user-0 label {
   float: left;
   width: 75px;
   font-size: 70%;
 }
 #logo-title #toplogin #block-user-0 .form-item {
   float: left;
   width: 105px;
 }
 #logo-title #toplogin #block-user-0 input {
   font-size: 70%;
   border: 1px solid #00688f;
 }
 #logo-title #toplogin #block-user-0 .form-submit {
   margin-top: 36px;
   background-color: #fff;
   color: #00688f;
   border: 1px solid #00688f;
 }
 #logo-title #toplogin #block-user-0 .item-list {
   display: none;
   clear: both;
   margin: 0;
   padding: 0;
 }
 #logo-title #toplogin #block-user-0 ul {
   margin: 0;
   padding: 0;
 }
 #logo-title #toplogin #block-user-0 ul li {
   margin: 0 15px 0 0;
   list-style-type: none;
   padding: 0;
   font-size: 110%;
 }
  #logo-title #toplogin a,   #logo-title #toplogin a:visited 
  {
	font-size: 55%;
  }
 */
 
   /*
 * LOGIN TOP block
 */
#toplogin  {
	float: right;  
	font-size: 2px;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	color: #00688f;
	width: 150px;
	margin: 95px 59px 0 0 !important;
	margin: 85px 29px 0 0;
	text-align: right;
	padding: 0;
  }  
#toplogin .login_member  {
  padding: 0;
  margin: 0;
  font-size: 12pt;
  font-weight: normal;
  color: #8e8e91; 
}
#toplogin .login_member a, 
#toplogin .login_member a:visited {
  font-size: 12pt;
  color: #8e8e91;  
  font-weight: normal;
  padding: 0;
  margin: 0;
}
#toplogin .login_member a:hover {
  font-size: 12pt;
  color: #00678f;  
  font-weight: normal;
  padding: 0;
  margin: 0;
}
#toplogin .login_description,
#toplogin .login_description a,
#toplogin .login_description a:visited {
  font-size: 8pt;
  color: #8e8e91;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
#toplogin .login_description a:hover {
  font-size: 8pt;
  color: #00678f;  
  font-weight: normal;
  padding: 0;
  margin: 0;
}
 #logo-title #toplogin #welcome  {
  font-size: 12pt;
  color: #8e8e91;  
  font-weight: normal;
  padding: 0;
  margin: 0;
  } 
  /*
 * CONTACT FORM
 */

#webform-client-form-111 {
  width: 350px;
  margin-left: 152px;
  padding: 0;
} 
#webform-client-form-111 label {
  float: left;
  color: #00678f;
  text-transform: uppercase;
  width: 100px;
  margin-top: 10px;
} 
 
#webform-client-form-111 label.option {
  display: none;
} 
 
#webform-client-form-111 input {
  float: left;
  width: 240px;
  background-color: #e4e3e4;
  border: 0;
  margin-top: 10px;
}  
#webform-client-form-111 textarea {
  width: 340px;
  background-color: #e4e3e4;
  border: 0;
  margin-top: 10px;
 clear: both;
} 
 
#webform-client-form-111 .form-item {
 clear: both;
} 
 
#webform-client-form-111 #edit-submitbutton {
  width: 45px;
  height: 19px;
  background-color: #fff;
  color: #00678f;
  text-transform: uppercase;
  font-weight: bold;
  float: right;
  border: 0;
}  
#webform-client-form-111 .form-image {
  width: 45px;
  height: 19px;
  float: right;
  margin-right: 7px;
}  

  /*
 * MEMBER DIRECTORY
 */
#member-directory-search-form {
  margin: -18px 0 0 30px;
  padding: 0;
}
#member-directory-search-form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto !important;
  width: 120px;
}
#member-directory-search-form #filter1 {
  padding: 0;
  margin: 0;
  border: 0;
  height: 60px;
  float: left;
  background: url('/sites/all/themes/zen/zen_classic/images/member_dir_menu_bg.gif') left bottom no-repeat; 
}
#member-directory-search-form #filter1 legend {
  margin: 0;
  padding: 0 0 0 14px !important;
  padding: 0 0 0 10px;
  border: 0;
  font-size: 12px;
  color: #fff;
}
#member-directory-search-form #filter2 {
  padding: 0;
  margin: 0;
  border: 0;
  height: 90px;
  float: left;
  background: url('/sites/all/themes/zen/zen_classic/images/member_dir_menu_bg.gif') left bottom no-repeat; 
}
#member-directory-search-form #filter2 fieldset {
  width: 195px !important; 
}

#member-directory-search-form #filter2 legend {
  margin: 0;
  padding: 0 0 0 14px !important;
  padding: 0 0 0 10px;
  border: 0;
  font-size: 12px;
  color: #fff;
}
#member-directory-search-form #filter2 #edit-country {
  width: 78px;
  margin: 0 0 0 15px;
}
#member-directory-search-form #filter2 #edit-state {
  width: 78px;
  margin: 0;
  margin: 0 0 0 14px;
}

#member-directory-search-form #filter2 #edit-city {
  width: 175px;
  margin: 0 0 0 15px !important;
  margin: 5px 0 0 15px;
}

#member-directory-search-form #filter3 {
  padding: 0;
  margin: 0;
  border: 0;
  height: 90px;
  float: left;
  background: url('/sites/all/themes/zen/zen_classic/images/member_dir_menu_bg.gif') left bottom no-repeat; 
}

#member-directory-search-form #filter3 fieldset {
  width: 105px !important; 
}
#member-directory-search-form #filter3 #edit-country-lic {
  margin: 0 0 0 15px !important;
  width: 86px;
}
#member-directory-search-form #filter3 #edit-state-lic {
  margin: 0 0 0 15px !important;
  margin: 5px 0 0 15px;
  width: 86px;
}
#member-directory-search-form #filter3 legend {
  margin: 0;
  padding: 0 0 0 14px !important;
  padding: 0 0 0 10px;
  border: 0;
  font-size: 12px;
  color: #fff;
}
#member-directory-search-form #filter4 {
  padding: 0;
  margin: 0;
  border: 0;
  height: 60px;
  float: left;
  background: url('/sites/all/themes/zen/zen_classic/images/member_dir_menu_bg.gif') left bottom no-repeat; 
}
#member-directory-search-form #filter4 legend {
  margin: 0;
  padding: 0 0 0 14px !important;
  padding: 0 0 0 10px;
  border: 0;
  font-size: 12px;
  color: #fff;
}
#member-directory-search-form #filter1 select,
#member-directory-search-form #filter2 select,
#member-directory-search-form #filter3 select,
#member-directory-search-form #filter4 select {
  padding: 0;
  margin: 0 0 0 15px;
}
#member-directory-search-form #filter5 {
  clear: both;
  width: 300px;
  position: relative;
  top: -30px;
  left: 462px !important;
  left: 485px;
}
#member-directory-search-form #filter5 fieldset {
  width: 300px;
} 
#member-directory-search-form #filter5 .form-submit {
  clear: both;
  margin: 10px;
  padding: 0;
  width: 75px;
  color: #00678f;
  border: 1px solid #00678f;
  text-transform:uppercase;
  background-color: #fff;
  display: inline;
}

#member-directory-search-form .filterright {
  width: 12px;
  padding: 0;
  margin: 0;
  border: 0;
  height: 60px;
  float: left;
  background: url('/sites/all/themes/zen/zen_classic/images/member_dir_right_bg.gif') left bottom no-repeat; 
}
#member-directory-search-form .filterrightmid {
  width: 12px;
  padding: 0;
  margin: 0;
  border: 0;
  height: 90px;
  float: left;
  background: url('/sites/all/themes/zen/zen_classic/images/member_dir_right_bg.gif') left bottom no-repeat; 
}

#member-directory-search-form .form-item {
  padding: 0;
  margin: -13px 0;
  font-size: 10pt;
}
#member-directory-search-form input {
  padding: 0;
  margin: 0 0 0 15px;
  border: 1 px solid black;
  font-size: 10px;
  width: 100px;
}

#member-directory-search-form #edit-spec-id optgroup option {
  margin: 0;
  padding: -20px;
}
 .results_display {
   margin-left: 36px;
   color: #8e8e91;
   font-size: 12px;
 }
 .members_left_col {
 	width: 350px;
	float: left;
	font-size: 12px

 }
 .members_right_col {
 	width: 350px;
	float: left;
	font-size: 12px;
 }
 
 /* pop up */
.member_profile .member_headline {
  border-left: 1px solid #408eab;
  border-top: 1px solid #408eab;
  border-bottom: 1px solid #408eab;
  background-color: #00688f;
  height: 20px !important; 
  height: 23px;  
  color: #fff;
  text-transform: uppercase;
  padding-left: 19px;
  padding-top: 3px;
}
.member_profile .member_name {
  color: #00688f;
  text-transform: uppercase;
  font-size: 24px;
  margin: 30px 0 0 14px;
}
.member_profile .member_details {
  float: left;
  width: 300px;
}
.member_profile .member_photo {
  float: left;
  width: 102px;
  margin: 30px 0  0 30px;
}
.member_profile .member_firm {
  color: #00688f;
  text-transform: uppercase;
  margin: 30px 0 0 33px;
}
.member_profile .member_firmaddress {
  color: #8e8e91;
  text-transform: uppercase;
  margin: 0 0 0 33px;
}


.member_profile .member_phone, .member_profile .member_email {
  color: #00688f;
  margin: 13px 0 0 33px;
}
.member_profile .member_fax, .member_profile .member_website {
  color: #00688f;
  margin: 0 0 0 33px;
}
.member_profile .member_phone_number, .member_profile .member_fax_number, .member_profile .member_email_address, .member_profile .member_website_address {
  color: #8e8e91;
}


.member_profile .member_states_reg, 
.member_profile .member_expertise, 
.member_profile .member_education, 
.member_profile .member_proorg, 
.member_profile .member_projects {
  color: #00688f;
  text-transform: uppercase;
  margin: 0 0 0 33px;
}
.member_profile .member_project {
  margin: 0 0 20px 0;
}
.member_profile #member_states,
.member_profile #member_expertise_details,
.member_profile #member_education_details,
.member_profile #member_proorg_details,
.member_profile #member_projects_details {
  color: #8e8e91;
  margin: 0 0 20px 33px;
}
.member_profile .member_proj_pix {
  float: right;
  margin: 0 20px 0 20px;
}
.member_profile #footer {
  margin: 0 0 0 23px;
}

/* USER LOGIN FORM */
#user-login {
  margin: 0 0 0 115px;
  padding: 0;
}
#user-login label {
  color: #00678f;
  text-transform: uppercase;
  width: 120px;
  float: left;
  margin: 0;
  padding: 0;
}
#user-login input {
  background-color: #e4e3e4;
  width: 230px;
  margin: 0;
  padding: 0;
  border: 0;
}
#user-login .form-image {
  width: 30px;
  height: 17px;
  margin: 0 0 0 315px;
} 

/* hide form descriptions */
#user-login .description {
  display: none;
}

span.form-required {
 color: #00678f;
}

.loginmessage {
 padding: 34px 0 0 262px !important;
 padding: 34px 0 0 265px;
 width: 305px;
 margin: 0;
 color: #8e8e91;
 font-size: 12px;
 line-height: 22px;
}  


/* USER PROFILE EDIT PAGE */

.user_page {
	width: 764px;
	padding: 0 0 0 36px;
	margin: 0;
}

/* event nodes */
.view-events-calendar {
    padding-top: 0;
    padding-bottom: 5px;
	width: 764px;
  }
#page .node .event_title
  {
    padding-left: 87px;
    font-weight: normal;	
	font-size: 12px;
	line-height: 22px;
	color: #00678f;
	text-transform: uppercase;
	margin: 0;
	float: left;
  }  
#page .node .event_title a
  {   
    display: inline; 
  }
  
#page .node .event-nodeapi
  {
	color: #00678f;
	font-size: 12px;
	line-height: 22px;
	padding: 0 0 0 0;
	margin: 0 0 0 7px;
	float: left;
  }    
#page .node .event-date-time-teaser
  {
	color: #00678f;
	font-size: 12px;
	line-height: 22px;
	padding: 0;
	margin: 0 0 0 5px;
	float: left;
  } 
#page .node .event-date-time
  {
	color: #00678f;
	font-size: 12px;
	line-height: 22px;
	padding: 0;
	margin: 0 0 0 87px !important;
	margin: 0 0 0 43px;
	float: left;
  }    
#page .node .event-start,
#page .node .event-end
  {
	display: none;
  }  
  
.view-events-calendar .node p,
.node-type-event .node-inner p {
  padding: 0 0 0 87px;
  margin: 0;
  color: #8e8e91;
  font-size: 12px;
  clear: both;
}

  .lg_blue {
	color: #00678F;
	font-size: 14px;
}
	.blue {
	color: #00678F;
	}
/* regents page */

#page .node .content .regents  {
  margin-top: 14px;
}
#page .node .content .regents .regents_left p {
  padding-left: 40px !important;
  margin: 0;
  font-size: 14px;
}
.regents_left {
  width: 200px;
  float: left;
  font-size: 14px;
}
#page .node .content .regents .regents_right p {
  padding-left: 0 !important;
  margin: 0;
  font-size: 12px;
}

.regents_right {
  width: 530px;
  float: left;
  font-size: 12px;
}
.regents_title {
  color: #00688f !important; 
  margin: 10px 0 0 0;
  padding: 0 0 0 0; 
}
.regents_name {
  color: #00688f !important; 
  margin: 10px 0 0 0;
  padding: 0 0 0 0; 
}

#node-form {
  width: 794px;
}
.page-node-add-page {
  height: 100%;
  clear: both;
}
h2.gray {
	color: #8e8e91;	
}