/* --- General Formatting --- */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/1.4em Arial, sans-serif;
	background: #fff url(/site_images/bg_body.png) 0 0 repeat-x;
}
body.ar {
	direction: rtl;
}
#wrapper {
	background: url(/site_images/bg_wrapper.png) center top no-repeat;
}
p, address, ul, ol, li, dt, dd, td, th, div, span, blockquote {
	color: #434242;
}
th, b, strong {
	font-weight: bold;
}
i, em, cite {
	font-style: italic;
}
sup, sub {
	font-size: 75%;
}


/* Links */
a {
	text-decoration: none;
	color: #880C18;
	outline: none;
}
a.other {
	color: #a15e1e;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Paragraphs */
p {
	margin: 0 0 16px;
	font-weight: normal;
}
.box .item p {
	color: #737373;
	font-size: 11px;
	line-height: 13px;
	margin: 0;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

/* Images */
a img {
	border-style: none;
}
.image-wrap {
	position: relative;
}
img.left, .image-wrap.left {
	float: left;
	margin: 0 15px 15px 0;
}
img.right, .image-wrap.right {
	float: right;
	margin: 0 0 15px 15px;
}
.border1 {
	border: 1px solid #5c5c5c;
}
.drop {

}
/* Lists */
ul, ol {
	margin: 0 0 10px 30px;
}
li {
	margin: 5px 0;
}
p + ul {
	margin-top: -11px;
}

/* Floating */
.float-left {
	float: left;
}
.float-right {
	float: right;
}

/* Headings */
h1, h2, h3, h4, h5 {
	color: #bbb;
	font-family: Arial, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 38px;
	line-height: 42px;
	color: #383737;
	font-family: 'Molengo', sans-serif;
	margin: 0 0 20px;
	font-weight: normal;
}
#section-index h1 {
	font-size: 18px;
	line-height: 22px;
	color: #282828;
	text-transform: uppercase;
}
#section-members h1, #section-board-resources h1 {
	color: #fff;
	font-size: 28px;
	line-height: 32px;
	padding: 7px 15px;
	background: #7c001a;
	display: inline-block;
	-webkit-box-shadow: 3px 3px 4px 0 #999999;
	-moz-box-shadow: 3px 3px 4px 0 #999999;
	box-shadow: 3px 3px 4px 0 #999999;
}
h2 {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	color: #444;
}
.member-banner h2 {
	margin: -15px -15px 15px -15px;
	padding: 5px 10px;
	background: #7c001a;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	font-size: 15px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	line-height: 19px;
	color: #555;
}
.box .item h4 {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 15px;
	margin: 0 0 5px;
	padding: 0 0 5px;
	line-height: 19px;
	color: #fff;
}
h5 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

/* Layout */

#container {
	position: relative;
	width: 940px;
	margin: 0 auto;
}
#masthead {
	margin: 0 0 20px 0;
}
#section-index #masthead {
	margin: 0;
}
.columns {
	clear: both;
}
.columns:after {/* Clear after floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.column {
	float: left;
}
.box {
	padding: 15px;
	background: #f1f1f1 url(/site_images/bg_box.png) 0 0 repeat-x;
	-webkit-box-shadow: 3px 3px 4px 0 #999999;
	-moz-box-shadow: 3px 3px 4px 0 #999999;
	box-shadow: 3px 3px 4px 0 #999999; 
}
.one .column {
	width: 100%;
}
.two-a .column.first {
	width: 620px;
	margin: 0 20px 0 0;
}
.two-a .column.second {
	width: 300px;
}
.three-a .column.first {
	width: 150px;
	margin: 0 15px 0 0;
	background: url(/site_images/bg_right_shadow.jpg) right top no-repeat;
}
#section-join .three-a .column.first, #section-signin .three-a .column.first, #section-board-resources .three-a .column.first, #section-coming-soon .three-a .column.first, #section-mailing-list .three-a .column.first {
	display: none;
}
.three-a .column.second {
	width: 460px;
	margin: 0 15px 0 0;
	min-height: 360px;
}
.three-a .column.second.wider {
	width: 625px;
}
#section-members .three-a .column.second.wider, #section-board-resources .three-a .column.second.wider {
	position: relative;
}
.three-a .column.third {
	width: 300px;
}
.three .column {
	width: 300px;
}
.three .column.second {
	margin: 0 20px;
}
.four .column {
	width: 220px;
	margin: 0 15px 0 0;
}
.box-wrap {
	position: relative;
}
h3.banner-red {
	background: url(/site_images/bg_banner_red.png) 0 0 no-repeat;
	width: 300px;
	height: 38px;
	position: relative;
	z-index: 10;
	margin: 0 0 -17px;
	padding: 5px 0 5px 10px;
}
h3.banner-blue {
	background: url(/site_images/bg_banner_blue.png) 0 0 no-repeat;
	width: 300px;
	height: 38px;
	position: relative;
	z-index: 10;
	margin: 0 0 -17px;
	padding: 5px 0 5px 10px;
}
.box-wrap h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 19px;
	font-family: 'Molengo', arial, sans-serif;
	font-weight: normal;
	font-weight: bold;
}
.item {
	clear: both;
//	margin: 0 0 15px;
}
.item.part img {
	float: left;
	margin: 0 7px 5px 0;
}
.resource-box {
	float: left;
	background: #efefef;
	width: 270px;
	height: 185px;
	padding: 10px;
	margin: 0 10px 15px;
	-webkit-box-shadow: 3px 3px 4px 0 #999999;
	-moz-box-shadow: 3px 3px 4px 0 #999999;
	box-shadow: 3px 3px 4px 0 #999999;
}
.resource-box.even {
	clear: both;
}
.resource-box h3 {
	color: #000;
	margin: -10px -10px 15px -10px;
	background: #cfd5f5;
	padding: 6px 10px;
	border-bottom: 1px solid #999;
}
.resource-box li {
	list-style: square;
	font-weight: bold;
	margin: 0 0 10px;
}
/* Modules */
.modules {
	clear: both;
}
.module {
	position: relative;
	margin: 0 0 25px;
}
.module h4 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 2px 0;
}
.module.mission .overviewtext {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}
.module.mission .item {
	margin: 0 0 19px;
}
.module.member-events .date {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 5px;
}
.lb {
	width: 150px;
	margin: 0 8px 0 0;
	float: left;
}
.lb.last {
	margin: 0;
}
.lb h5 {
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px solid #333;
}
.lb h5, .lb h5 a {
	color: #333;
	font-family: 'Molengo', 'Tahoma', Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
}
/* Pages */
#logo {
	float: left;
	margin: 25px 0 15px 0;
}
#primary-menu {
	margin: 0;
	padding: 0;
	height: 33px;
	background: #3d0512 url(/site_images/bg_nav.gif) 0 0 repeat-x;
	clear: both;
	-webkit-box-shadow: 0px 1px 2px 1px #999999;
	-moz-box-shadow: 0px 1px 2px 1px #999999;
	box-shadow: 0px 1px 2px 1px #999999;
}
#primary-menu li {
	margin: 0;
	float: left;
	list-style: none;
	position: relative;
}
#primary-menu a {
	text-decoration: none;
	display: block;
	color: #fff;
	font-size: 12px;
	font-family: 'Molengo', Arial, sans-serif;
	text-transform: uppercase;
	padding: 8px 19px;
}
#primary-menu li.last a {
	padding: 8px 16px 8px 16px;
}
#primary-menu a:hover, #primary-menu a.active {
	text-decoration: none;
	background: #591d2b url(/site_images/bg_nav_hover.jpg) 0 0 repeat-x;
}
#secondary-menu {
	margin: 0;
}
#secondary-menu li {
	list-style: none;
	margin: 0 0 10px 0;
}
#secondary-menu a {
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
}
#secondary-menu a.active {
	color: #444;
	padding: 0 0 0 12px;
	background: url(/site_images/icon_arrow_rt.png) left center no-repeat;
	text-decoration: none;
}
.sub-menu {
	display: none;
	position: absolute;
	left: auto;
	top: 32px;
	margin: 0;
	background: #430d19;
	z-index: 100;
	width: 222px;
	-webkit-box-shadow: 1px 1px 6px 0 #333;
	-moz-box-shadow: 1px 1px 6px 0 #333;
	box-shadow: 1px 1px 6px 0 #333;
}
.sub-menu li, .sub-sub-menu li {
	float: none !important;
}
.sub-menu a, .sub-sub-menu a {
	width: 184px;
}
.sub-sub-menu {
	display: none;
	margin: 0;
	background: #AC364E;
	width: 222px;
	-webkit-box-shadow: 1px 1px 6px 0 #333;
	-moz-box-shadow: 1px 1px 6px 0 #333;
	box-shadow: 1px 1px 6px 0 #333;
}

#secondary-menu a:hover {
	color: #444;
}
.pagecontent {
}
#hero-wrap {
	height: 350px;
	overflow: hidden;
}
#hero-wrap3 {
	height: 430px;
	overflow: hidden;
	position: relative;
}
.box .postitem {
	background: #dbdcdc;
	padding: 6px;
	margin: 0 0 10px;
}
.box .postitem h4 {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0 0 2px;
}
.box .postitem .date {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 7px;
}
.box .postitem p {
	font-size: 11px;
	line-height: 15px;
	margin: 0;
}
/* Misc */
.readmore {
	font-weight: bold;
}
.clearfix {
	clear: both;
}
.all {
	display: block;
	text-align: right;
	font-family: "Lucida Grande", sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	position: absolute;
	top: 15px;
	right: 45px;
	z-index: 10;
}
.date {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin: 0 0 15px 0;
}
blockquote {
	padding: 8px;
	margin: 0 0 10px;
	text-align: justify;
	background: #eaeaea;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color: #333;
	line-height: 24px;
}
.byline {
	font-style: normal;
	font-size: 14px;
	display: block;
	text-align: right;
}
.caption {
	display: block;
	margin: 5px 0 0 0;
	font-size: 11px;
	line-height: 14px;
	color: #999;
	font-weight: bold;
	font-family: "Lucida Grande", sans-serif;
}
/* Footer */
#footer {
	clear: both;
	background: #444 url(/site_images/bg_footer.jpg) 0 0 repeat-x;
	height: 90px;
	margin: 25px 0 0 0;
	padding: 20px 0 15px 0;
}
#footer .footer-inner {
	width: 940px;
	margin: 0 auto;
}
#footer p {
	color: #e3e3e3;
	margin: 0;
	font-size: 11px;
	line-height: 15px;
}
#footer a {
	color: #cacaca;
	text-decoration: none;
}
#languages {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}
#languages li {
	float: left;
	margin: 0 6px;
	list-style: none;
}
#languages a {
	display: block;
	padding: 5px;
	font-size: 10px;
	line-height: 14px;
	color: #656565;
	text-decoration: none;
}
#languages a:hover, #languages a.active {
	background: #e5e5e5;
}
/* Comments */
.comment {
	margin: 0 0 12px 0;
	padding: 7px;
	background: #eaeaea;
}
.comment p {
	font-size: 13px;
	line-height: 18px;
}
.comment-inner {
	padding: 5px;
	background: #efcaab;
	border-top: 1px solid #969696;
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, serif;
}
.commenter {
	padding: 0 0 3px;
	color: #191970;
	font-weight: bold;
}
.commenter .name, .commenter .name a {
	font-weight: bold;
	font-size: 12px;
	color: #cb742e;
}
.comment .date {
	text-align: right;
	font-size: 11px;
	font-weight: normal;
}

/* Forms */
.form-line {
	margin: 9px 0;
	clear: both;
}
input.text, textarea {
	padding: 5px;
	color: #555;
	border: 1px solid #c9c9c9;
	background: #eaeaea;
	-moz-box-shadow:inset 0 0 8px #ccc;
	-webkit-box-shadow:inset 0 0 8px #ccc;
	box-shadow:inset 0 0 8px #ccc;
}
textarea {
	height: 100px;
}
label {
	display: block;
	float: left;
	margin: 5px 5px 5px 0;
	color: #333;
	width: 80px;
}
.button {
	width: auto;
	margin: 10px 0 0 0;
	padding: 6px 20px;
	background: #65081c;
	border: 1px solid #232c32;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	line-height: 18px;
}
.btnlink {
	padding: 8px 16px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	line-height: 19px;
	background: #6d031b url(/site_images/bg_btnlink.gif) 0 0 repeat-x;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; 
}
.btnlink:hover {
	text-decoration: none;
	background: #8a3648 url(/site_images/bg_btnlink2.gif) 0 0 repeat-x;
}
#customform-contact .form-line, #customform-register .form-line {
	margin: 0 0 15px 0;
}
#customform-contact label, #customform-register label {
	width: 160px;
	font-size: 13px;
}
#customform-contact label.checkbox, #customform-register label.checkbox {
	width: auto;
	display: inline;
	float: none;
}
#customform-contact input.text, #customform-contact textarea, #customform-register input.text, #customform-register textarea {
	width: 275px;
	padding: 5px;
}
#customform-contact input.radio, #customform-contact input.checkbox, #customform-register input.radio, #customform-register input.checkbox {
	width: auto;
	border: none;
	background: transparent;
}
#customform-contact #Label7 {
	margin: 0 5px 0 0;
}
#customform-contact #submit, #customform-register #submit {
	width: auto;
	margin: 0 0 0 165px;
}
#section-index #customform-contact #Label3, #section-index #customform-contact #Label6 {
	display: none;
}
#section-index #customform-contact input.text {
	width: 175px;
	background: #fcfcfc;
	color: #aaa;
	font-style: italic;
}
#section-index #customform-contact textarea {
	width: 288px;
	height: 75px;
	background: #fcfcfc url(/site_images/bg_input.png) left bottom repeat-x;
	color: #aaa;
	font-style: italic;
}
#section-index #customform-contact #submit {
	margin: 0;
}
#customform-subscribe {
	margin: 5px 0 0 0;
}
#customform-subscribe label {
	display: none;
}
#customform-subscribe #subscribe-email {
	width: 150px;
}
#comment-form, #research-form {
	margin: 20px 0 0 0;
}
#comment-form fieldset, #research-form fieldset {
	border: none;
}
#comment-form legend, #research-form legend {
	font: bold 18px/1.2em "Arial Narrow", Arial, sans-serif;
	margin: 0 0 12px;
	color: #65081C;
}
#comment-form label, #research-form label {
	float: right;
	width: 240px;
	font-size: 11px;
	font-family: "Lucida Grande", sans-serif;
	color: #999;
}
#comment-form .email label {
	margin: 0 5px 0 0;
	line-height: 1.25em;
}
#comment-form input.textinput, #comment-form textarea, #research-form input.textinput {
	width: 350px;
}
#comment-form .hint, #research-form .hint {
	display: block;
	width: 250px;
	text-align: right;
}
#signinsubmit {
	margin: 0 0 0 105px;
}
.required {
	margin: 0 0 0 10px;
	color: #6b2102;
}
.hint {
	font-size: 11px;
	color: #999;
	font-family: "Lucida Grande", sans-serif;
}
.success {
	background: #006400;
	color: #fff;
	padding: 5px;
}
.error {
	background: #C77474;
	color: #fff;
	padding: 5px;
}
#search-wrap {
	position: absolute;
	top: 50px;
	right: 0;
	width: 225px;
}
#search-wrap label {
	display: inline;
	float: none;
	color: #555;
	width: auto;
}
#searchinput {
	background: #e1e2e2;
	width: 100px;
	padding: 6px 6px 7px 6px;
	border: 1px solid #ccc;
}
#searchsubmit {
	float: right;
	margin: 0 0 0 5px;
}
table td {
	padding: 0 0 15px;
	vertical-align: top;
}
#section-board table td {
	padding: 10px;
}
.search-result h3 {
	font-size: 13px;
	line-height: 17px;
	margin: 0;
}
.subnav {
	list-style: none;
	position: absolute;
	top: -50px;
	left: 230px;
	margin: 0;
	width: 710px;
}
.subnav li {
	display: inline;
	padding: 0 15px;
	border-right: 2px solid #000;
}
.subnav li.last {
	border: none;
}
.subnav a {
	font-weight: bold;
	color: #000;
	font-size: 15px;
	line-height: 19px;
}
.member-banner {
	position: relative;
	padding: 15px;
	width: 590px;
	background: #cfd5f5;
	margin: 0 0 30px;
}
.member-banner h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #000;
}
.member-banner h3 a {
	color: #000;
}
.member-banner p {
	margin: 0 0 0 25px;
}
.member-banner .arrowlink {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

/* Calendar Grid */
.calendardisplay {
	margin: 0 0 20px;
    position: relative;
    width: 625px;
    font-family: 'Trebuchet MS',Arial,sans-serif;
}
.calendardisplay .calendarprev, .calendardisplay .calendarnext, .notesdisplay .calendarprev {
	position: absolute;
	top: 7px;
}
.calendardisplay .calendarprev, .notesdisplay .calendarprev {
	left: 15px;
}
.calendardisplay .calendarnext {
	right: 15px;
}
.calendardisplay h2, .notesdisplay h2 {
	text-align: center;
	width: 615px;
	background: #123a72;
	padding: 10px 5px;
	margin: 0;
	color: #fff;
    font-family: 'Trebuchet MS',Arial,sans-serif;
    font-size: 16px;
    line-height: 20px;
}
#calendar {
	background: none repeat scroll 0 0 #FFFFFF;
    border-collapse: collapse;
}
#calendar th {
	padding: 10px 0;
    font-family: 'Trebuchet MS',Arial,sans-serif;
    font-size: 12px;
    width: 68px;
}
#calendar td {
	border: 1px solid #000000;
    padding: 5px;
    vertical-align: top;
    width: 78px;
    height: 90px;
    font-family: 'Trebuchet MS',Arial,sans-serif;
}
#calendar td.currentDay {
	background: #ffdf37;
}
#calendar td li {
	position: relative;
}
#calendar td li .eventpop {
	position: absolute;
	background: #efefef;
	padding: 10px;
	-webkit-box-shadow: 1px 1px 4px 0 #999999;
	-moz-box-shadow: 1px 1px 4px 0 #999999;
	box-shadow: 1px 1px 4px 0 #999999;
	font-weight: normal;
	min-width: 200px;
	left: 0;
	top: 20px;
	display: none;
}
.thisday {
	background: #f8f8f8;
    display: block;
    float: right;
    font-size: 11px;
    line-height: 14px;
    padding: 2px;
}
#social { 
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width:60px;
    right:153px;
}

#social li { 
    width:20px;
    height:20px;
    text-indent:-9999px;
    float:left;
    padding:0;
    margin:4px 0;
    margin-right:8px;    
    display:block;
}
#social li a { display:block; width:20px; height:20px; }
#social li a.social-fb { 
    background: url(/site_images/acss_fb.png);
}
#social li a.social-tw { 
    background: url(/site_images/acss_tw.png);
}
.ar #social { 
	left:165px !important;
	right:auto;
}
#hero-wrap3 .nivoheading {
	position:absolute;top:330px;left:45px;z-index:10;color:#fff;text-transform:uppercase;font-size:12px;font-weight:normal;
}
.blog-entry {
	clear: both;
	margin: 0 0 35px 0;
	padding: 0 0 15px;
	border-bottom: 1px dashed #ccc;;
}
.blog-entry.top {
	padding: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #efefef;
}
.news-entry {
	clear: both;
	margin: 0 0 25px 0;
	padding: 0 0 15px;
}
.blog-entry:after, .news-entry:after {
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
}
.blog-entry h2 {
	font-family: "Molengo", arial, sans-serif;
	letter-spacing: -1px;
	font-size: 30px;
	line-height: 34px;
}
.blog-entry h3.itemtitle {
	font-family: "Molengo", arial, sans-serif;
	letter-spacing: -1px;
	font-size: 20px;
	line-height: 24px;
}
.blog-entry img.mainimage {
	padding: 4px;
	background: #eaeaea;
	border: 1px solid #bbb;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.blog-entry p {
	font-size: 14px;
	line-height: 24px;
}
.blog-entry .readmore, .news-entry .readmore {
	display: block;
	text-align: right;
}
.news-entry h3 {
	color: #fff;
	background: #880C18;
	padding: 5px;
	margin: 0 0 15px;
}
.news-entry h3 a {
	color: #fff;
}
.blog-entry.rtl {
	direction: rtl;
}
.readmore.rtl {
	text-align: left;
}
#section-research-space .three-a .column.third {
	display: none;
}
#section-research-space .three-a .column.second {
	width: 940px;
	margin: 0;
}
.hovertext {
	display: none;
	margin: 0;
	padding: 5px;
	-webkit-box-shadow: 3px 3px 4px 0 #999999;
-moz-box-shadow: 3px 3px 4px 0 #999999;
box-shadow: 3px 3px 4px 0 #999999;
position: absolute;
bottom:-30px;
left: 30px;
width: 350px;
background: white;
z-index: 10;
}
.table{width:100%}
.table thead{ background: #A20123;}
.table thead th{text-align:center;color:#fff;}
.table tr td{border-bottom:1px solid #A20123;}