/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,button,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}strong{font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}a{text-decoration:none;}iframe{border:0}em{font-style:italic}

html {
 background-color:#7BA0C4;
}
/*** Armado Base ***************************************************************/
body {
  background:#D4E0EC url('../img/body_bg.png') bottom repeat-x;
	font-family: "Arial";
	font-size: 12px;
	color: #333;
}
b, strong {
  font-weight: bolder;
}
#wrapper {
  width:940px;
  margin:0 auto;
  overflow:hidden;
  background:#fff;
  padding:0 10px 10px;
  border-top: 5px solid #26639E;
}

/* header */
#header {
  height:86px;
  padding-top:10px;
}
#header #logo {
  float:left;
}
#header .slogan {
  color: #26639E;
  float: left;
  font-size: 11px;
  line-height: 14px;
  margin: 12px 30px 15px;
  text-align: center;
  text-transform: uppercase;
}
.header-right {
  float: right;
  height: 60px;
  width: 335px;
}
#header #langs {
  padding-top: 10px;
  float: right;
}
#header #langs li {
	float:left;
  padding-right: 10px;
  text-transform: uppercase;
}
#header #langs .contact {
  border-left: 1px solid #26639E;
  text-transform: none;
  padding: 0 5px;
}
#header #langs .contact a {
  font-weight:normal;
  font-size:12px;
}
#header #langs .twitter {
  padding-right: 2px;
}
#header #langs .twitter a img {
  margin-left: 5px;
  margin-top: -2px;
}
#header #langs li a {
	color:#26639E;
  font-weight: bold;
  font-size:11px;
}
#header #main-nav {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  background:url(../img/main_nav_bg.jpg) repeat-x;
   margin-bottom: 0;
  clear: both;
  height:25px;
  float:none;
}
#header #main-nav .home {
  width:80px;
  text-align:center;
}
#header #main-nav .about {
  width:170px;
  text-align:center;
}
#header #main-nav .ourwork {
  width:175px;
  text-align:center;
}
#header #main-nav .news {
  width:120px;
  text-align:center;
}
#header #main-nav .events {
  width:110px;
  text-align:center;
}
#header #main-nav .library {
  width:130px;
  text-align:center;
}
#header #main-nav .membersarea {
  width:153px;
  text-align:center;
}
#header #langs li a.active-lang {
	font-weight:bold;
}
#site-search {
  float: right;
}
#site-search input {
  background: url("../img/search_input.png") no-repeat;
  border: medium none;
  display: block;
  float: left;
  height: 12px;
  padding: 8px 0 6px 14px;
  text-transform: capitalize;
  width: 245px;
  outline: medium none;
}
#site-search button {
  background: url("../img/search_button.png") no-repeat scroll left top transparent;
  border: medium none;
  cursor: pointer;
  display: block;
  float: left;
  height: 28px;
  outline: medium none;
  width: 25px;
  margin-left:0;
  padding: 0;
}
#site-search button span {
  display: none;
}
#content {
  min-height: 500px;
  width:700px;
  float:right;
}
#sidebar {
  float: left;
  overflow: hidden;
  width:200px;
  padding:10px;
}
#sidebar ul {
  margin-bottom: 20px;
  overflow: hidden;
}
#sidebar ul li a {
  border-bottom:1px #ccc solid;
  width: 190px;
  padding:5px;
  color:#26639E;
  float:left;
}
#sidebar ul li a.last {
  border:0;
}
#login {
  background: #EEE;
  overflow: hidden;
  width: 100%;
}
#login a {
  color:#26639E;
}
#login ul li {
  border-right: 1px solid #666666;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
}
#login ul li.last {
  border: 0;
  margin: 0;
}
#login ul li.last a {
  padding:0 5px;
}
#login ul li span {
  padding-left:5px;
  font-weight:bold;
}
#login ul {
  background: #EEE;
  float: right;
  padding: 5px;
}
#main {
  background: url("../img/main_bg.jpg") repeat-y;
  margin-top: 10px;
  overflow: hidden;
  min-height: 410px;
  clear: both;
}
/* actives */
body.contact #header #main-nav li a.contact {
	color: red;
}

/* content */
h1 {
  background:url(../img/flatpage_title_bg.png) repeat-x;
  border-bottom: 10px solid #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  overflow: hidden;
  color: #FFFFFF;
  padding: 5px;
}
h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
  background: none;
  color: #26639E;
  font-weight: bold;
  padding: 4px;
}
#main p {
    margin-bottom: 10px;
}
#content p {
	margin-bottom: 10px;
}
#content p.note {
	color: #666;
	font-size: 10px;
	margin-top: 20px;
}
#main p a {
  color: #26639E;
  font-weight: normal;
}
#content p a {
	color: #26639E;
	font-weight: normal;
}
#content ul {
	margin-bottom: 10px;
}

/* footer */
#footer {
	clear: both;
  height:140px;
  background:#d8d8d8;
}
#footer .footer-nav {
  float:left;
  padding: 10px;
}
#footer .footer-nav li {
  border-bottom: 1px solid #FFFFFF;
  height: 22px;
  line-height: 22px;
  width: 300px;
}
#footer .footer-nav a {
  color:#316698;
}
#footer .footer-nav li.last {
  border:0;
}
#footer .footer-contact {
  width: 270px;
  height:110px;
  background:#CACACA;
  float: right;
  padding:15px 10px;
  font-size: 11px;
}
#footer .footer-contact h2 {
  background:none;
  text-transform: uppercase;
  font-weight:bold;
  color:#666;
  margin-bottom:10px;
}
#footer .footer-contact p {
  margin:5px 0;
}
.arpel-btn {
  background: url("../img/footer_btn_left.jpg") no-repeat;
  margin-top: 5px;
  height: 21px;
  line-height: 21px;
  cursor: pointer;
  float:left;
}
.arpel-btn a {
  background: url("../img/footer_btn_right.jpg") no-repeat right;
  display: block;
  height: 21px;
  line-height: 21px;
  padding: 0 15px 0 10px;
  display: block;
  color:#fff;
}
#bottom-footer {
  height: 35px;
  margin: 0 auto;
  width: 940px;
  padding:10px 10px 0;
}
#bottom-footer .wm-contact {
	float:left;
}
#bottom-footer .wm-contact a {
	color:#333;
}
#bottom-footer .signature {
	float:right;
}
#bottom-footer .signature a {
	color:#333;
}
/*** static ****************************************************************/
body.focus-areas #content h2 {
  margin:10px auto 0;
}
body.focus-areas #content img {
  margin-bottom:20px;
}
body.focus-areas #content img.img-area {
  margin:10px 0 20px 85px;
}
body.static.focus-areas #main #content .subcontent-focus-areas {
  background: none repeat scroll 0 0 #EFEFEF;
  margin-bottom: 10px;
  padding: 5px;
}
body.focus-areas #content .subcontent-focus-areas h2 {
  text-transform: none;
  color:#666;
  padding:0;
  margin-bottom:10px;
}
body.focus-areas #sidebar ul li a.focus-areas {
  font-weight:bold;
  text-decoration:underline;
}
body.site-map #content .wrapper ul {
  margin:0;
}
body.site-map #content .wrapper ul li {
  margin:10px 0;
  background:transparent;
}
body.site-map #content ul li {
  margin:10px 0;
  background:transparent;
}
body.site-map #content ul li ul {
  padding-left:10px;
}
body.site-map #content ul li.home,
body.site-map #content ul li.about,
body.site-map #content ul li.ourwork,
body.site-map #content ul li.news,
body.site-map #content ul li.events,
body.site-map #content ul li.library,
body.site-map #content ul li.membersarea {
  background: url("../img/submenu_arrows.png") no-repeat left 3px;
  padding-left:10px;
}
body.site-map #content ul li.home a,
body.site-map #content ul li.about a,
body.site-map #content ul li.ourwork a,
body.site-map #content ul li.news a,
body.site-map #content ul li.events a,
body.site-map #content ul li.library a,
body.site-map #content ul li.membersarea a {
  margin:10px 0;
  color:#26639E;
  font-size:14px;
}
/*** flatpages **************************************************************/
body.flatpage #main h2 {
  color: #26639E;
  font-weight: bold;
  margin-bottom: 0;
  padding: 5px 5px 5px 0;
  text-transform: none;
}
body.institutional-network #main h2 {
  padding: 5px;
}
body.flatpage.members.area #main h2 {
  color: #26639E;
}
body.flatpage h3 {
  background: #6C9CC0;
  margin-bottom: 15px;
  text-transform: none;
  font-weight: bold;
  color: #FFFFFF;
  padding: 5px;
}
body.flatpage h4 {
  margin-bottom: 15px;
  text-transform: none;
  font-weight: bold;
  color: #799B39;
  padding: 5px 5px 5px 0;
}
body.flatpage h5 {
    background: #799B39;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: none;
    padding: 5px;
}
body.flatpage.default #main {
  background:transparent;
}
body.flatpage #main p a {
  color: #26639E;
  text-decoration: underline;
}
body.flatpage #content {
  padding-left: 10px;
  border-left:1px #ccc solid;
}
body.flatpage #content p a {
  text-decoration: underline;
  color:#26639E;
}
body.flatpage #main {
  border-bottom:1px #ccc solid;
  margin-bottom:10px;
}
body.flatpage #main img {
  margin-bottom:20px;
}
body.membership-application #main {
  background:transparent;
}
body.flatpage #main .content-gray {
  background: #EFEFEF;
  margin-bottom: 10px;
  padding: 5px;
}
body.actual-members #main .content-gray {
  background: transparent;
}
body.brochure #main .content-gray {
  background: transparent;
}
/*** flatpage-actives ***/
body.about #sidebar .about {
  text-decoration:underline;
  font-weight:bold;
}
body.vision-mision #sidebar .vision-mision {
  text-decoration:underline;
  font-weight:bold;
}
body.membership #sidebar .membership {
  text-decoration:underline;
  font-weight:bold;
}
body.actual-members #sidebar .actual-members {
  text-decoration:underline;
  font-weight:bold;
}
body.governance #sidebar .governance {
  text-decoration:underline;
  font-weight:bold;
}
body.institutional-network #sidebar .institutional-network {
  text-decoration:underline;
  font-weight:bold;
}
body.institutional-network #content .sponsors-list {
  overflow: hidden;
  padding-bottom: 50px;
}
body.institutional-network #content .sponsors-list li {
  border: 1px solid #CCCCCC;
  float: left;
  margin: 8px;
  overflow: hidden;
}
body.institutional-network #content .sponsors-list li a {
  height: 100px;
  line-height: 120px;
  text-align:center;
  display:block;
  width: 120px;
}
body.institutional-network #content .sponsors-list li a img {
  margin: 0;
}

body.brochure #sidebar .brochure {
  text-decoration:underline;
  font-weight:bold;
}
body.flatpage.activities #sidebar ul li a.activity {
  font-weight:bold;
  text-decoration:underline;
}
/*** flatpage-actual-members ***/
body.actual-members #sponsors-list {
  padding-bottom: 50px;
  overflow: hidden;
}
body.actual-members #sponsors-list li {
  border: 1px solid #CCCCCC;
  float: left;
  margin: 8px;
}
body.actual-members #sponsors-list li a {
  display: table-cell;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  width: 120px;
}
body.actual-members #sponsors-list img {
  margin:0;
}
body.brochure div#content img.content-img {
  margin-left:250px;
}
body.brochure div#content p {
  text-align:center;
}
body.governance #main #content img.content-img {
  margin-left:180px;
  margin-bottom:0;
  width:320px;
}
body.flatpage #main #content a#zoom p.zoom {
  color: #26639E;
  height: 20px;
  line-height: 20px;
  margin-left: 300px;
  text-decoration: underline;
  width: 100px;
}
body.flatpage #main #content a#zoom p.zoom img {
  float:left;
  margin-right:10px;
}
/*** contact form ****************************************************************/
form label {
	width: 200px;
	display: block;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-right: 20px;
}
form input,
form select,
form textarea {
	border: 0;
	width: 200px;
	border: 1px solid gray;
}
form button {
	background: transparent;
	border: 0;
	padding: 0;
  color:#fff;
  cursor: pointer;
}
form .error {
	color: orange;
	font-weight: bold;
	margin-left: 20px;
}
form .row-errors input,
form .row-errors select,
form .row-errors textarea {
	border: 1px solid orange;
}
body.contact #main {
	background:transparent;
}
body.contact #main .contact-left {
  border-right: 1px solid #CCCCCC;
  width: 450px;
  float:left;
}
body.contact #main .contact-right {
  width: 475px;
  float:right;
}
body.contact #main .contact-container {
  background: #EFEFEF;
  margin-top: 10px;
  overflow: hidden;
  padding: 18px 20px;
  width: 400px;
}
body.contact #main form label {
  margin-bottom: 2px;
  color: #999999;
  display: block;
  float: left;
  font-weight: bold;
  text-align: left;
  width: 400px;
}
body.contact #main form input,
body.contact #main form select {
  background: #FBFBFB;
  border: 1px solid #D3D3D3;
  height: 20px;
  margin-bottom: 5px;
  padding: 5px;
  width: 390px;
}
body.contact #main form textarea {
  border: 1px solid #D3D3D3;
  width: 390px;
  padding: 5px;
  height: 70px;
}
body.contact #main form {
  width: 600px;
}
body.contact #main .arpel-btn {
  margin:10px auto;
}
body.contact #main .contact-info-left {
  padding-top:20px;
  width:465px;
  clear:both;
  float:left;
}
body.contact #main .contact-info-left p {
  margin-bottom:10px;
  color:#26639E;
}
body.contact #main .contact-info-right {
  padding-top:20px;
  float:left;
}
body.contact #main .contact-info-right p {
  margin-bottom:10px;
  color:#26639E;
}
/***  Modal Contact **********************************************/
.modal-contact {
  width:250px;
  padding:20px;
}
.modal-contact input,
.modal-contact select,
.modal-contact textarea {
  border: 1px solid #999;
  width: 245px;
  padding:5px;
}
.modal-contact label {
  text-transform: capitalize;
  margin-bottom: 5px;
  text-align:left;
  width: auto;
}
.modal-contact .arpel-btn {
  margin: 20px 0;
}
/***  Modal Rss **********************************************/
#rss-info {
  width:800px;
  padding:20px;
}
#rss-info p {
  margin-bottom:10px;
}
#rss-info a {
  margin-left:10px;
  color:#26639E;
  text-decoration:underline;
}
#rss-info h2 {
  color:#26639E;
  background: #EEE;
  margin-bottom:15px;
  border-bottom: 1px solid #CCC;
}
#rss-info img {
  margin-bottom:10px;
}
#rss-info span {
  float: left;
  width: 80px;
}
/*** SUPERFISH ****************************************/
.sf-menu li {
  background: none;
  z-index: 500;
}
.sf-menu a {
  padding:0.55em 1em;
}
a > .sf-sub-indicator {
  top: 0.6em;
}
.sf-menu a {
  border-top: 0;
  font-weight: bold;
  text-transform: uppercase;
  color:#26639E;
}
.sf-menu .first {
  border-left: 0;
}
.sf-menu a:visited {
  color:#26639E;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
  background:transparent;
  outline: 0 none;
}
.sf-menu li:hover {
  background: url('../img/sub_nav.png');
}
.sf-menu li ul li:hover {
  background:url('../img/submenu_arrows.png') no-repeat 10px 12px;
  text-decoration:underline;
  color:#26639E;
}
.sf-menu li div.wrapper {
  background: url('../img/sub_nav.png');
  height: 125px;
  position: absolute;
  width: 390px;
  top: 2.2em;
}
.sf-menu li ul {
  background: url('../img/sub_nav.png');
  width: 225px;
  text-align: left;
  font-size:11px;
  font-weight:bold;
  margin-top:-5px;
  padding-right:15px;
}
.sf-menu li div.wrapper {
  display:none;
  z-index: 500;
}
.sf-menu li.sfHover div.wrapper {
  display:block;
}
.sf-menu li.sfHover div.wrapper .list-right {
  margin-left:150px;
}
.sf-menu li.sfHover div.wrapper ul li a {
  border:0;
  padding: 0.86em 1em 0.86em 0;
  border-bottom:1px #eee solid;
  margin-left:25px;
}
.sf-menu li.sfHover div.wrapper ul li .last {
  border:0;
}
.sf-menu li.sfHover ul li .last {
  border:0;
}
.sf-menu li.sfHover ul li a {
  color:#26639E;
  padding: 0.86em 1em 0.86em 0;
  border-top:0;
  border-left:0;
  border-right:0;
  border-bottom:1px #eee solid;
  margin-left:25px;
}
.sf-menu li.sfHover ul li {
  background:url('../img/submenu_arrows.png') no-repeat 10px 12px;
}
.sf-menu li div.wrapper ul {
  background: transparent;
  margin-top:0;
  width:150px;
  top: 0;
}
.sf-menu li div.wrapper ul.list-right {
  width:230px;
}
/********* HOME ***************************/
body.home #main {
  background: url("../img/home_main_bg.png") repeat-y;
  margin-top: 10px;
  overflow: hidden;
}
body.home #main .primary-highlight {
  overflow:hidden;
}
body.home #main .secondary-highlight {
  background: url('../img/secondary_highlight_bg.png') no-repeat;
  overflow:hidden;
  width: 620px;
}
body.home #main .secondary-highlight .highlight {
  background: #EFEFEF;
  margin-bottom: 20px;
  margin-right: 20px;
  overflow:hidden;
  position:relative;
  height: 145px;
  width: 300px;
  float: left;
}
body.home #main .secondary-highlight .highlight .arpel-btn {
  left: 120px;
  position: absolute;
  top: 110px;
}
body.home #main .secondary-highlight .last {
  margin-right: 0;
}
body.home h2 {
  background: #799B39;
  margin-bottom: 1px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 4px;
  text-transform: uppercase;
}
body.home #main .secondary-highlight .highlight img {
  margin-right:20px;
  float:left;
}
body.home #main .secondary-highlight .highlight h3 {
  background: none;
  color: #26639E;
  font-weight: bold;
  padding: 4px;
}
body.home #main .secondary-highlight .highlight a {
  color: #666;
}
body.home #main .secondary-highlight .highlight p {
  padding-right:15px;
}
body.home #main .secondary-highlight .highlight .arpel-btn a {
  color: #fff;
}
#home-right-sidebar {
  float: right;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 300px;
}
#main #home-right-sidebar h2 {
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 1px;
  padding: 4px;
  text-transform: uppercase;
  background: url('../img/blue_title_bg.png') repeat-x;
}
#home-right-sidebar div.article-home {
  padding: 5px;
  min-height:25px;
}
#home-right-sidebar div.article-home.gray {
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  background:#eee;
}
#home-right-sidebar div.article-home h3 {
  margin-bottom:1px;
  padding-bottom: 4px;
  padding-top: 4px;
  font-weight:bold;
  color:#26639E;
  font-size:12px;
  line-height:23px;
}
#home-right-sidebar .article-home p.date {
  padding:5px 0;
  color:#799B39;
}
#home-right-sidebar .article-home p.article-content {
  color:#666;
  margin-bottom: 3px;
}
#home-right-sidebar .article-home a.read-more {
  color:#26639E;
}
#home-right-sidebar .arpel-btn {
  margin-top:7px;
}
.sidebar-highlight-2,
.sidebar-highlight {
    border-top: 1px solid #CCC;
    clear: both;
    float: right;
    height: 146px;
    margin: 8px 0 0;
    padding: 10px 0 0;
    width: 300px;
}
.sidebar-highlight-2 ul li,
.sidebar-highlight ul li {
    position:relative;
    height:145px;
    width:300px;
}
.sidebar-highlight-2 ul li .highlight-text,
.sidebar-highlight ul li .highlight-text {
    background: url("../img/home_highlights_bg.png");
    position:absolute;
    padding:5px;
    width:290px;
    bottom:0;
    left:0;
}
.sidebar-highlight-2 ul li .highlight-text a,
.sidebar-highlight ul li .highlight-text a {
    color:#fff;
}
#main .sidebar-highlight-2 ul li .highlight-text a p,
#main .sidebar-highlight ul li .highlight-text a p {
    margin:0;
}
.sidebar-highlight.first {
    margin:0;
}
.home-links {
  background:url('../img/home_links_bg.png') repeat-x;
  margin-right: 20px;
  height:125px;
  width:300px;
  float:left;
}
#home-links-container {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  overflow: hidden;
  padding: 10px 0;
  width: 940px;
}
#home-links-container .home-links ul li {
  background:url('../img/home_links_arrow.png') no-repeat 0 8px;
  border-bottom: 1px solid #CCCCCC;
  height: 25px;
  line-height: 25px;
  margin-left: 5px;
  padding-left: 15px;
}

#home-links-container .home-links ul li a {
  color: #26639E;
}
#home-links-container .home-links ul li.last {
  border:0;
}
#home-links-container div.last {
  margin-right: 0;
}
#home-links-container .home-links h2 {
  text-transform: uppercase;
  background: none;
  font-weight: bold;
  color: #26639E;
  padding: 4px;
  clear:both;
}
body.home .rss {
  float: left;
  height: 125px;
  margin-left: 20px;
  width: 300px;
  background:#C9D9E8;
}
body.home .rss h2 {
  background: url('../img/blue_title_bg.png') repeat-x;
}
body.home .rss h3 {
  color: #666666;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 5px;
}
body.home .rss h3 span {
  color: #26639E;
  font-weight:normal;
}
body.home .rss ul {
  padding:5px;
  float:left;
}
body.home .rss ul li {
  background: url('../img/rss_icon.jpg') no-repeat;
  padding-left:20px;
  margin:5px 0;
}
body.home .rss ul a {
  color:#26639E;
}
/********* LOGIN ***************************/
body.accounts #main {
  background:none;
}
body.accounts #main .block {
  position: relative;
  overflow:hidden;
  height: 290px;
  padding:10px;
  width: 440px;
  float:left;
}
body.accounts.account-login #main .block {
  background:#EFEFEF;
}
body.accounts.account-login #main .links {
  margin: 20px 0;
}
body.accounts.account-login #main .error {
  margin: 0;
}
body.accounts #main .block-img {
  border-left: 1px solid #CCCCCC;
  padding-left: 8px;
  float: right;
}
body.accounts #main .block-img img {
  display:block;
}
body.accounts #main form {
  overflow:hidden;
}
body.accounts #main h2,
body.accounts #main p {
  width:400px;
}
body.accounts #main form .row {
  float: left;
  height: 25px;
  margin: 5px 0;
  width: 500px;
}
body.accounts #main form label {
  font-weight: normal;
  margin-right: 15px;
  text-align: left;
  color:#26639E;
  display: block;
  width: 110px;
  clear: both;
  float: left;

}
body.accounts #main  form button,
body.library #main form button {
  background-color: transparent;
  border: 0;
  color: #4D4D4D;
  font-weight: normal;
  margin-left: 0;
  padding: 0;
}
body.accounts #main form button,
body.library #main form button {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-weight: normal;
  margin-left: 0;
  padding: 0;
}
body.accounts #main .links a {
  color:#26639E;
}
body.accounts #main .arpel-btn {
  margin-left: 125px;
  margin-top: 10px;
}
body.accounts #main form input {
  border-top:1px #999 solid;
  border-left:1px #ccc solid;
  border-right:1px #ccc solid;
  border-bottom:1px #ccc solid;
  padding: 4px;
  width: 300px;
}
body.password-reset #main {
  background:transparent;
}
body.password-reset #main form {
  margin-top: 15px;
  width:200px;
}
/*** Register *********************************************/
body.account-register .arpel-btn {
  clear:both;
}
body.account-register #main form .row {
  float: none;
  height: auto;
  margin: 10px 0;
  width: 500px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.account-register #main form input {
  width: 395px;
}
body.account-register #main form label {
  width: 200px;
}
body.account-register #main .block form ul li label {
  width: auto;
}
body.account-register #main .block form ul li label input {
  width: auto;
  border:0;
}
body.account-register #main .block form span.help-text {
  margin-bottom:2px;
}
body.account-register #main form .error {
  margin-left:0;
  float:left;
}
body.account-register #main form .help-text {
  clear: both;
  float: left;
}
body.account-register #main .arpel-btn {
  margin-left: 0;
  margin-top: 10px;
}
body.accounts.account-register #main .block {
  background: #EFEFEF;
  height:auto;
}
body.accounts.account-register #main .block-img {
  border-left: 1px solid #CCCCCC;
  float: right;
  padding-left: 8px;
}
body.accounts.account-register #main form select {
    width: 405px;
}
body.accounts.account-register #main textarea#id_experience {
    width: 405px;
    resize: none;
}
body.accounts.account-register #main input#id_networking_user {
    width: 300px;
}

/*** Committee **********************************************/
body.committee #content img {
  margin-bottom: 15px;
}
body.committee #content .committee-content {
  background: #EFEFEF;
  margin-bottom:10px;
  padding:5px;
}
body.committee #content table {
  width:100%;
  margin:10px 0;
  border-bottom:5px #6C9CC0 solid;
}
body.committee #content th {
  background: #6C9CC0;
  margin-bottom:10px;
  font-weight:bold;
  padding:5px;
  color:#fff;
}
body.committee #content table td.left {
  width:400px;
  height:35px;
}
body.committee #content table tr {
  color:#666;
}
body.committee #content table tr.rowgray {
  background:#eee;
}
body.committee #content table td {
  padding:5px;
}
body.committee #content table td a {
  text-decoration: underline;
  color:#26639E;
}
body.committee-detail h3 {
  background: #6C9CC0;
  margin-bottom: 15px;
  text-transform: none;
  font-weight: bold;
  color: #FFFFFF;
  padding: 5px;
}
body.committee-detail .active {
  font-weight:bold;
  text-decoration:underline;
}
body.committee .technical-commitee {
  font-weight:bold;
  text-decoration:underline;
}
body.committee-detail .committee-content {
  background: #EFEFEF;
  margin-bottom:10px;
  padding:5px;
}
body.committee #main #content p a.fancybox {
  text-decoration:underline;
}
body.committee #main #content .committee-content ul li {
  background: url("../img/submenu_arrows.png") no-repeat left 3px;
  padding: 0 0 5px 10px;
  margin-left: 10px;
}
/*** Library **********************************************/
body.library #sidebar h2 {
  border-bottom:1px solid #ccc;
}
body.library #sidebar h3 {
  color: #666;
  font-weight: bold;
  padding: 4px 0;
  text-transform: uppercase;
}
body.library #main form .searchbox .row {
  margin-bottom:15px;
}
body.library #main form .searchbox label {
  clear:both;
  float:left;
  text-align:left;
}
body.library #main .searchbox form select,
body.library #main .searchbox form input {
  clear:both;
  float:left;
}
.filterbox {
  background: #EEEEEE;
  margin-bottom: 35px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  padding:5px;
}
.filterbox ul li {
  float:left;
  width: 100px;
}
.filterbox .row {
  float:left;
  width: auto;
}
.filterbox .row label,
.filterbox .row input {
  float: left;
  height: 25px;
  width: auto;
  border: 0 none;
  margin-right:5px;
}
body.library #content .filterbox p {
  margin-bottom: 0;
  padding:0 5px;
}
ul.documents li,
ul.videos li,
ul.links li {
  margin-left: 20px;
}
body.library-list .library-item {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 15px;
}
body.library-list .library-item img {
  border: 1px solid #CCCCCC;
  float:left;
}
body.library-list .library-content {
  padding-left: 110px;
}
body.library-list .library-content h2 {
  padding-left:0;
  padding-top:0;
  text-transform: none;
  color:#666;
}
body.library-list .library-content a p {
  text-transform: none;
  font-weight:bold;
  color:#26639E;
  clear: both;
  float: left;
}
body.library-list #content .filter-title {
  color:#749638;
  font-weight:bold;
  float: left;
  margin: 0 20px 0 10px;
}
body.library-list #content .clear-filters {
    color:#26639E;
    font-weight: bold;
    text-decoration: underline;
}
body.library-list #content .pagination {
  margin: 20px 0;
  float: right;
}
body.library-list #content .pagination a {
  color:#666;
}
body.library-list #content .pagination .page {
  padding:2px;
}
body.library-list #content .pagination .current.page {
  border-bottom:1px #26639E solid;
  font-weight:bold;
  color:#26639E;
  padding:2px;
}
body.library-list #content .pagination .prev,
body.library-list #content .pagination .next {
  text-transform: capitalize;
  font-weight:bold;
  color:#26639E;
}
body.library-list #content .pagination .page {
  border-bottom:1px #ccc solid;
}
body.library-list #content .pagination .disabled {
  display:none;
}
body.library-list #content {
  margin-bottom: 20px;
  border-bottom:4px #7497BF solid;
}
body.library-list #content #highlighted-publications {
  margin-bottom: 10px;
  background:#eee;
  overflow: hidden;
  padding: 0 10px;
  min-height: 25px;
}
body.library-list #content #highlighted-publications h2 {
  position:absolute;
  text-transform:none;
  color: #749638
}
body.library-list #content #highlighted-publications .highlighted-publications-item {
  border-right: 1px solid #FFFFFF;
  padding: 30px 10px 10px 0;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  width: 208px;
  height:138px;
}
body.library-list #content #highlighted-publications .last{
  border-right: 0;
  margin-right: 0;
}
body.library-list #content #highlighted-publications .highlighted-publications-item img {
  border:1px #ccc solid;
  margin-right: 10px;
  float: left;
}
body.library-list #content #highlighted-publications .highlighted-publications-item p {
  font-weight:bold;
  color:#666;
}
body.library-list #content #highlighted-publications .highlighted-publications-item a p {
  font-weight:normal;
  font-size: 11px;
  color:#26639E;
}
body.library #content .back {
    color: #26639E;
    font-weight: bold;
    text-transform: capitalize;
}
body.library #content .publication-group {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
  padding: 5px;
}
body.library #content .publication-group a {
  color: #26639E;
  font-weight: bold;
  text-decoration: underline;
}
body.library #sidebar .focus-areas {
  background: #E4E4E4;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 5px 5px 10px;
}
/***  Articles **********************************************/
body.article-detail #main img {
  border: 2px solid #26639E;
  float: left;
  margin:0 20px 20px 0;
}
body.article-list .article {
  border-bottom:1px #ccc solid;
  padding-bottom: 15px;
  margin-bottom:20px;
  overflow: hidden;
}
body.article-list .article h2 {
  padding: 0;
}
body.article-list img {
  margin-right: 10px;
  float: left;
}
body.article-list .article-content {
}
body.article-list .arpel-btn {
  background:none;
  clear:both;
}
body.article-list .arpel-btn a {
  background:none;
  color:#26639E;
  padding-left:0;
}
body.article-detail #main {
  background:none;
}
body.article-detail #main p a {
  font-weight:bold;
  color:#26639E;
}
body.article-detail #main p {
  margin-bottom: 10px;
}
body.article-detail #main .actions a {
  color:#26639E;
}
body.articles #main .info ul.documents li a {
  clear: both;
  color: #26639E;
  font-weight: bold;
  text-transform: none;
}
body.articles #main .info ul.documents li {
  margin:0 0 10px;
}
/***  Articles con events ***/
body.articles #main .special-article {
    margin-left:240px;
}
body.special-articles #main #sidebar #event_list_archive {
    font-weight: bold;
    text-decoration: underline;
}
/***  Account Logout **********************************************/
body.account-logout #main a {
  color: #26639E;
}
body.account-logout {
  background: none;
}
body.accounts #main .block {
  background: none;
}
body.account-logout #main h1 {
  background: none;
  color:#26639E;
  border:0;
}
body.password-reset #main form label {
  width: auto;
}
/*** Events *****************************************************/
.event-calendar-wrapper {
  background: url("../img/calendar_shadow.png") no-repeat right bottom;
  margin: 0 auto;
  padding: 0 6px 8px 0;
  width: 203px;
}
.event-calendar {
  clear: both;
  width: 200px;
}
.event-calendar tbody tr th {
  text-align: center;
  border: 1px solid #cacab8;
  background-color: #d4e0ec;
  color: #4478a7;
  font-size: 8pt;
}
.event-calendar tbody tr td {
  padding-right: 6px;
  text-align: center;
  border: 1px solid #cacab8;
  color: #A2B975;
  background-color: #f2f2f2;
  font-size: 10pt;
  font-weight: bold;
}
.event-calendar tbody tr td a {
  font-weight: normal;
  text-decoration: none;
  color: #A2B975;
}
.event-calendar td.today a {
  text-decoration: none;
  color: #2164A8;
}
.event-calendar td.event {
  background-color: #E2E0E0;
}
#current_month {
  color: #215992;
  font-weight: bold;
  text-align: right;
  margin:5px 0;
}
#previous_month {
  float: left;
  color: #215992;
}
#next_month {  
  color: #215992;
  float:right;
}
#previous_month a {
  color: #ffffff;
}
.event_list {
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 20px;
}
.event_list thead {
  background-color: #6C9CC0;
  color: #ffffff;
}
.event_list thead th {
  padding: 5px;
}
.event_list td {
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.event_list a {
  text-decoration: none;
  color: #215992;
}
.event_list tr.green_row {
  background-color: #EFEFEF;
}
.event_list tbody tr td p {
    width: 70px;
    margin-bottom: 0px;
}
#content .event_list p.event_date {
    margin-bottom: 0px;
    padding-top: 10px;
}
div.separator {
  float: left;
  background-color: #6C9CC0;
  height: 4px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px
}
#event_list_footer {
  float: left;
  clear: both;
  margin-bottom: 10px;
  margin-left: 80px;
}
.event_type img {
  padding-left: 10px;
}
body.events #content h2 {
 clear: both;
  padding-left: 0;
  text-transform: none;
}

#event_filter form select,
#event_filter form input {
  float: left;
  display: inline-block;
  width: 100px;
}
#event_filter .filter-input {
  border-right: 1px solid #FFFFFF;
  float: left;
  display: inline-block;
  width: 100px;
  height:60px;
  padding:0 20px;
}
#event_filter .filter-input p {
  color:#215992;
  font-weight:bold;
  margin-top:5px;
  margin-bottom:5px;
}
#event_filter form input {
  width: 80px;
  float:right;
  display:inline-block;
}
#event_filter {
  background-color: #D4E0EC;
  float: left;
  clear: both;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
}
#event_filter p {
  float: left;
}
#events_header {
  float: left;
}
.event-calendar .daytext {
    display: inline-block; 
}
.event-calendar .eventimg {
    float:right;
    display:inline-block;
    width:5px;
}
.event-calendar .eventimg img {
    display: inline;
    float: left;
    margin: 2px;
}
#main div.block ul {
    clear:both;
    float:left;
    display:block;
    overflow:auto;
}
#main div.block ul li {
    margin-top:10px;
    display:block;
    overflow:auto;
}
body.event-list #sidebar ul li a.active{
  font-weight:bold;
  text-decoration:underline;
}
body.event-list #content .arpel-btn {
  margin-top: 24px;
  margin-left: 30px;
}
body.event-list #content .pagination {
    float: right;
    margin: 20px 0;
}
body.event-list #content .pagination .current.page {
  border-bottom: 1px solid #26639E;
  color: #26639E;
  font-weight: bold;
  padding: 2px;
}
body.event-list #content .pagination .page {
  border-bottom: 1px solid #CCCCCC;
  padding: 2px;
}
body.event-list #content .pagination a {
  color: #666666;
}
body.event-list #content .pagination .prev,
body.event-list #content .pagination .next {
  color: #26639E;
  font-weight: bold;
}
body.event-list #content .pagination .disabled {
  display: none;
}
body.event-list #content #event_type_description img {
  margin-right:10px;
}
body.event-list #no-results-message {
    clear: both;
    text-align: center;
}
body.events-detail #content .events-image {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
body.events-detail #content .events-extra {
  border-bottom:1px #ccc solid;
  margin-bottom:10px;
  background:#eee;
  padding:5px;
}
body.events-detail #content .events-extra ul li a {
  color:#26639E;
  text-decoration:underline;
}
body.events-detail #content .events-extra ul li {
  margin:5px 0;
}
body.events-detail #content .events-extra .date,
body.events-detail #content .events-extra .category {
  color:#333;
}

body.events #events_message {
  clear: both;
  color: #215992;
  font-size: 10pt;
  padding-bottom: 20px;
  text-align: center;
}
body.events #main #sidebar ul {
  margin-bottom:20px;
}
/*** Networking ****************************************************************/

body.participants #networking_intro li {
    padding-bottom: 5px;
}
body.participants #sponsors-list {
  padding-bottom: 50px;
  overflow: hidden;
}
body.participants #sponsors-list li {
  border: 1px solid #CCCCCC;
  float: left;
  margin: 18px 18px 0 0;
}
body.participants #sponsors-list li a {
  display: table-cell;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  width: 120px;
}
body.participants #sponsors-list img {
  margin:0;
}
body.messages #content #sponsors-list .interest-container {
  float: left;
  height: 155px;
  margin: 0 15px 0 0;
  text-align: center;
  width: 125px;
}
body.messages #content #sponsors-list .interest-container span {
  float: left;
  margin-top: 10px;
  width: 125px;
  color: #26639E;
}
body.messages #content #sponsors-list a div.interest-container li {
  min-height: 90px;
}
body.messages #content #sponsors-list a div.interest-container img {
  display:block;
}
/******************************************/
body.messages div#wrapper div#main div#content h2 {
  padding-left:0;
}
body.messages div#wrapper div#main div#content {
  padding-bottom:20px;
}
body.messages div#wrapper div#main div#content table.messages {
  width:100%;
}
body.messages div#wrapper div#main div#content table.messages th.first {
  text-align:left;
  padding-left:5px;
}
body.messages div#wrapper div#main div#content table.messages td.names {
  padding-left:5px;
}
body.messages div#wrapper div#main div#content table.messages th {
  background: #D4E0EC;
  color: #26639E;
  font-weight: bold;
  padding: 5px 0;
  text-align:center;
}
body.messages div#wrapper div#main div#content table.messages td a {
  color:#26639E;
  text-decoration:underline;
}
body.messages div#wrapper div#main div#content table.messages td {
  padding:5px 0;
}
body.messages div#wrapper div#main div#content table.messages tbody tr.gray {
  background:#f5f5f5;
}
body.special-messages #main {
  background: url("../img/main_bg.jpg") repeat-y scroll 0 0 transparent;
  clear: both;
  margin-top: 10px;
  min-height: 410px;
  overflow: hidden;
}
body.special-messages #main .contact-container .recipient span {
  color: #26639E;
  font-weight: normal;
  margin: 0 10px;
}
body.special-messages #main .contact-container .recipient {
  height: 15px;
  margin: 0 0 20px;
}

body.messages div#wrapper div#main div#content a.reply,
body.messages div#wrapper div#main div#content a.delete {
  padding:5px;
  background:#eee;
  float:left;
  margin-right:10px;
  margin-top:10px;
  border:1px #ccc solid;
  color: #26639E;
}
body.messages div#wrapper div#main div#content dl.message-headers dt {
  background: #D4E0EC;
  color: #26639E;
  font-weight:bold;
  padding:5px 0 5px 5px;
}
body.messages div#wrapper div#main div#content dl.message-headers dd {
  padding:5px 0 5px 5px;
}
body.messages div#wrapper div#main div#content div.message-body {
  background:#f5f5f5;
  border:1px #eee solid;
  padding:5px;
}
.message {
  width: 400px;
  float: left;
  padding: 20px;
  text-align: center;
  font-size: 10pt;
  color: #799b39;
}
body.participants #sponsors-list li {
  display: block;
  min-height: 100px;
  min-width: 120px;
  text-align: center;
}
/*** Members area ****************************/
body.members-area #main #content {
  min-height: 620px;
  padding-left: 10px;
  margin-left:10px;
	float:left;
	width: 460px;
}
body.members-area #main #content .flatpage-img {
  margin-bottom:20px;

}
body.members-area #main #content .img-content {
  margin:0 0 20px 10px;
  float:right;
}
#main .special-sidebar {
	background: #F2F2F2;
	overflow: hidden;
  padding: 10px;
	float: right;
	min-height: 600px;
	width: 200px;
}
body.members-area #main #sidebar h2,
body.special-articles #main #sidebar h2,
body.event-list #main #sidebar h2,
body.members-area #main .special-sidebar h2 {
  margin-bottom: 0;
  font-size: 11px;
}
.special-sidebar ul {
  margin-bottom: 20px;
  overflow: hidden;
}
.special-sidebar ul li a {
  border-bottom: 1px solid #CCCCCC;
  color: #26639E;
  float: left;
  padding: 5px;
  width: 190px;
}
body.members-area #main .special-sidebar h3 {
  text-transform: uppercase;
  background: #D8D8D8;
  color: #26639E;
  font-weight: bold;
  margin: 0 -10px 10px;
  padding: 4px 15px;

body.vision-mision #header_image {
  position:relative;
}
body.vision-mision #header_image span {
position: absolute;
left: 35px;
top: 33px;
font-size: 21px;
color: black;
font-weight: bold;
}

