/* Copyright (c) neopulse.ru */

body {
	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	padding: 0;
	color: #454444;
	width: 980px;
	margin: 0 auto;
	margin-top: 5px;
	font-size: 14px;
}
.clear {
	clear: both;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	/*border:1px solid red;*/
}

ul.mission_page > li {
	display: inline;
	list-style: none;
}
ul.mission_page {
	padding-left: 0px;
}

ul.mission_page div.moduletable h3 {
	display: block;
	background: url('../images/mission.png') repeat-x !important;
	text-align: center;
	height: 38px;
	margin: 5px;
	padding: 0;
	border-radius: 7px;
	color: #fff;
	font-size: 15px;
	font-weight: 200;
	line-height: 40px;
	background-repeat: no-repeat;
}

.distinguished-donors-frame-div {
height:415px!important;
}

ul.mission_page div.moduletable {
	float: left;
	width: 300px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 6px #DDD;
	position: relative;
	border-radius: 7px;
	padding: 0 5px;
	/*margin-left: 12px;*/
	height: 477px;
}

.timeline-header h1.summary {
font-size: 18px;
line-height: 18px;
}

.timeline-header{
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.timeline-header h1.summary {
font-weight: bold;
color: #333;
margin-top: 0px;
margin-bottom: 0px;
}

#header {
	width: 980px;
	height: 105px;
}
#header .logo {
	background: url('../images/logo.png');
	position: absolute;
	width: 291px;
	height: 102px;
	background-repeat: no-repeat;
}
#header .find {
	position: absolute;
	margin: 60px 0 0 799px;
	width: 185px;
}
#header .find .search .button {
	background: url('../images/search.png');
	width: 17px;
	height: 17px;
	border: none;
	text-indent: -999px;
}
#header .find .search .inputbox {
	width: 150px;
	border-radius: 4px;
}

.registration #member-registration .text {
	margin-top: -27px;
	position: absolute;
}
.registration {
	margin-left: 281px;
	/*margin-top: 16px;*/
	margin-top: 35px;
}

.reggg_a {
	color: #454444;
	text-decoration: underline;
}

.reggg_a:hover {
	color: #454444;
	text-decoration: none;
}

.btn_reg {
	margin-left: 151px;
}

#header .menu-upper {
	float: right;
	margin-right: -15px;
}
#header .menu-upper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header .menu-upper ul li {
	display: inline-block;
	border-left: 2px solid #8a8a8a;
}
#header .menu-upper ul li a {
	text-decoration: none;
	color: #6D6D6D;
	padding: 0 18px;
	font-size: 14px;
}
#header .menu-upper ul li:first-child {
	border-left: none !important;
}

#nav {
	/*width: 980px;
	height: 38px;
	border-radius: 7px;
	background-color: #383838;*/
	
	background: url("../images/headlinebg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    display: block;
    font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    height: 36px;
    position: relative;
    text-align: left;
    width: 980px;
    z-index: 9998;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	display: inline-block;
	/*margin-left: 1px;*/
}
#nav ul li a {
	color: #fff;
	font-size: 13px;
    line-height: 36px;
   /* border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAQAAABTNcdGAAAAEUlEQVQIHWP4r8bA8F%2BKwQEADZUCf37PGokAAAAASUVORK5CYII%3D") 0 2 0 1;*/
    border-style: solid;
    /*border-width: 0 2px 0 1px;*/
	border-width: 0 2px 0 1px;
	border-color: #464646;
    border-image: url('../images/separator.png') 0 2 0 1;
	-ms-border-image: url('../images/separator.png') 0 2 0 1; 
	-webkit-border-image: url('../images/separator.png') 0 2 0 1; 
	-moz-border-image: url('../images/separator.png') 0 2 0 1; 
	-o-border-image: url('../images/separator.png') 0 2 0 1; 
   
    display: block;
    float: none;
    text-decoration: none;

}
#nav ul li a span {
	display: block;
	text-align: center;
	height: 36px;
	width: 193px;
	/*border-right: 1px solid #767676;
	border-left: 1px solid #767676;*/
	/*background: url('../images/headlinebg.png');*/
}
#nav ul li:last-child a span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;	
}
#nav ul li:first-child a span {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#nav ul li:first-child a { 
	border-width:0 2px 0 0;
	-moz-border-radius:4px 0 0 4px; -webkit-border-top-left-radius:4px; -webkit-border-bottom-left-radius:4px; border-radius:4px 0 0 4px;

}
#nav ul li:last-child a {  
	border-width:0 0 0 1px; -moz-border-radius:0 4px 4px 0; -webkit-border-top-right-radius:4px; -webkit-border-bottom-right-radius:4px; border-radius:0 4px 4px 0;
}

/*#nav li a{
	background:url('../images/globalnav.png') no-repeat;
	float:left; width:193px; height:36px; overflow:hidden
}*/
#nav ul li a span:hover {
	/*background: url('../images/headlinebg-hover.png');*/
	background-color: #383838;
}
#nav ul li.active a span {
	/*background: url('../images/headlinebg-hover.png');*/
	background-color: #383838;	
}
#nav ul li:first-child a span:hover, #nav ul li:first-child a span:active { 
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#nav ul li:last-child a span:hover {  
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	width: 195px;
}
#nav ul li:last-child a:active{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	width: 196px;
}

#rekline {
	width: 980px;
	height: 105px;
	margin: 10px 0;
	overflow: hidden;
	background-image: url(../images/sb.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: -5px;
}
#rekline ul li img {
	height:103px;
	width:auto;
}


#content {
	min-height: 300px;
}
#breadcrumb {

}

.btn_reg a {
	color: #000000;
	text-decoration: underline;
}

.btn_reg a:hover {
	color: #000000;
	text-decoration: none;
}

.btn_reg button {
	background-color: #808080;
	color: #FFFFFF;
	border: 0px;
	padding: 5px;
	border-radius: 10px;
}

.btn_reg button:hover {
	color: #fafafa;
	cursor: pointer;
	text-decoration: underline;
}

.red {
	color: #FF0000;
}

div.attachmentsList a.at_url {
	font-weight: bold
}

.education div div div.attachmentsContainer {
	padding: 0 12px;
	overflow: auto;
	width: 456px;
	height: 349px;
}

.attachmentsList img {
	height: 45px;
}

#member-registration input {
	margin-bottom: 10px;
	width: 200px;
}

.login-fields input {
	margin-bottom: 10px;
	width: 180px;
}

.module_content {
	overflow: auto;
	width: 485px;
	height: 263px;
	margin-left: -20px;
}

.blog-featured .items-leading .leading-0 .clear .attachmentsContainer {
padding: 0px;
overflow: auto;
width: 0px;
height: 0px;
}

#content .login button {
	background-color: #808080;
	color: #FFFFFF;
	border: 0px;
	padding: 5px;
	border-radius: 10px;
	margin-left: 138px;
}

#content .login button:hover {
	color: #fafafa;
	cursor: pointer;
	text-decoration: underline;
}

#content .login button {
	width: 115px;
}

.loggg ul li {
	display: inline;
	list-style: none;
	margin-left: 12px;
}

.star {
	color: #FF0000;
}

.loggg ul li a {
	color: #000000;
	text-decoration: none;
}

.loggg ul li a:hover {
	text-decoration: underline;
}

#footer {
	width: 100%;
	height: 40px;
	background-color: #797979;
	text-align: center;
	padding-top: 12px;
	margin-top: 14px;
}
#footer span {
	display: block;
	color: #fff;
}
#footer span a {
	color: #fff;
}
#footer .copy {
	font-size: 12px;
}
#footer .right {
	font-size: 10px;
}

noindex:-o-prefocus,#msg_no_reg {

margin-top:60px;

}

#msg_no_reg {
	display: none;
	position: fixed;
	z-index: 10000;
	width: 250px;
	padding: 20px;
	color: #8C898A;
	background-color: #E5E0DF;
	border: 1px solid #8C898A;
	text-align: center;
	border-radius: 8px;

}

.timeline-footer {
	padding: 6px 10px;
	background: #e8e8e8;
	background: rgba(0,0,0,0.1);
}
.line_readmore {
	height: 1px;
	border-bottom: 1px dotted #808080;
	margin-top: -6px;
	width: 335px;
	float: left;
}

.timeline-footer a {
	color: #999;
	text-decoration: none;
	font: normal normal normal 12px/16px "Helvetica Neue", Arial, sans-serif;
}

.timeline-footer a:hover {
	color: #666;
	text-decoration: none;
}

.login fieldset {
	border: none;
	margin-top: 40px;
}
.login fieldset label {
	display: inline-block;
	width: 100px;
}

.login fieldset input#username {
	/*background-color:#77787A !important;*/
}
.login fieldset input#password {
	/*background-color:#77787A !important;*/
}

#scroller_container {

	position: relative;
	width: 600px;
	height: 60px;
	overflow: hidden;
}

div.login {
	/*text-align: center*/
	margin-left: 283px;
}

.timeline-header {
padding: 12px;
border-width: 0 0 1px;
-webkit-box-shadow: 0 0 0 -3px rgba(0,0,0,0);
-moz-box-shadow: 0 0 0 -3px rgba(0,0,0,0);
box-shadow: 0 0 0 -3px rgba(0,0,0,0);
-webkit-transition: -webkit-box-shadow .3s ease-out;
-moz-transition: -moz-box-shadow .3s ease-out;
-ms-transition: box-shadow .3s ease-out;
-o-transition: box-shadow .3s ease-out;
transition: box-shadow .3s ease-out;
}

.timeline-header, .timeline-footer {
position: relative;
z-index: 100;
}

.customisable-border {
border: 1px solid #e8e8e8;
}

#scroller {

	white-space: nowrap;
	line-height: 60px;
	font-size: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.registration fieldset {
	border: 0;
}
.registration fieldset legend {
	display: none;
}
#content > .registration > fieldset > dl > dt:first-child {
	float: none;
}

.registration fieldset dt {
	width: 181px;
	float: left;
}
.registration fieldset dd {
}
.titlereg {
	position: absolute;
	margin: -10px 0 0 170px;
	display: none;
	background-color: #DDD;
	padding: 10px 20px;
	text-align: center;
	/*width: 200px;*/
	width: 150px;
	border-radius: 7px;
}

.officers{
	margin: 0px 22px 0 22px;
}
.our-mission{
	margin: 0 0 0 5px;
}