@charset "utf-8";
/* CSS Document */

/******************************************************/

/******** CSS developed by Sushil Chouhan **********/
/*********** sushil.chouhan@gmail.com **************/

/******************************************************/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background:url(../images/bg.gif) repeat-x;
}
.headerWrap {
	width:100%;
	height:168px;
}
.wrapper {
	width:996px;
	margin:0 auto;
	float:none;
	clear:both;
}
.hdrTop {
	width:100%;
	height:125px;
	position:relative;
}
.logo {
	background:url(../images/logo.png) no-repeat;
	width:477px;
	height:81px;
	position:absolute;
	top:23px;
	left:10px;
}
.memLogin {
	position:absolute;
	right:10px;
	top:60px;
	color:#0e375f;
}
.memLogin:hover {
	color:#928248;
}
.login-as-admin {
        width: 100%;
    display: block;
    margin: 5px 0 5px 0;
}
.login-as-admin a {
    margin-left:5px;
}
.navWrap {
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	height:42px;
	width:100%;
	float:left;
}
.navWrap ul {
	float:left;
	width:101%;
}
.navWrap li {
	float:left;
	text-transform:uppercase;
	padding:6px 0;
	position:relative;
}
.navWrap li ul {
	display:none;
	position:absolute;
	width:220px;
	padding:7px 0 0 0;
	z-index:99999999;
}
.navWrap li:hover ul {
	display:block;
}
.navWrap li:hover ul li {
	position:static;
	background-color:#928248;
	color:#fff;
	width:100%;
	padding:0;
	margin:0;
}
.navWrap li:hover ul li a {
	color:#fff;
	padding:3px 20px;
	display:block;
	font-size:12px;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-bottom:1px solid #beac6b;
}
.navWrap li:hover ul li a:hover {
	background-color:#beac6b;
}
.navWrap li a {
	color:#757575;
	line-height:29px;
	padding:6px 16px 6px 16px;
	padding:6px 15px 6px 15px\9; /* IE6, IE7, IE8, IE9 */
	transition:all 0.3s ease;
}

.navWrap li a:hover {
	background-color:#928248;
	color:#fff;
}
.secBlkWrap {
	width:100%;
margin:-2.2em 0 0 0;
}
.blk {
	border:1px solid #e5e5e5;
	height:129px;
	width:242px;
	margin:6px 3px;
}
.blk a {
	width:100%;
	height:129px;
	display:block;
	position:relative;
}
.blk a span {
	position:absolute;
	bottom:15px;
	width:100%;
	background:rgba(0,0,0,0.6);
	height:50px;
	text-align:center;
	line-height:50px;
	color:#e9e8e9;
	font-size:34px;
	/*font-family: 'SteelfishRegular';*/
	font-family:Arial, Helvetica, sans-serif;
	transition:all 2s ease;
}
.blk a span:hover {
	background:rgba(0,0,0,1.0);
}
.mentor {
	margin-left:0;
	width:243px;
	background:url(../images/blk1.jpg) no-repeat;
}
.charity {
	margin-right:0;
	width:243px;
	background:url(../images/charity.jpg) no-repeat;
}
.schlor {
	background:url(../images/blk2.jpg) no-repeat;
}
.award {
	background:url(../images/award.jpg) no-repeat;
}
.pageCont {
	width:100%;
	padding:20px 0;
}
p {
	padding:0 0 15px;
	display:block;
	float:left;
	width:100%;
    line-height: 1.6em;
}
.pageCont article {
	width:671px;
	padding:0 15px 0 10px;
}
.pageCont article p {
	padding:0 0 10px;
	float:left !important;
	width:100% !important;
	display:block !important;
	text-align:justify;
}
.pageCont aside {
	width:285px;
	padding:0 0 0 15px;
}
.title {
	color:#333;
	font-size:26px;
	padding:15px 0 20px;
	display:block;
	line-height:26px;
	float:left;
	width:100%;
}

 .title a {
    color:#0a3662;
}
.title a span {
    color:#333;
}
.title span {
	color:#0a3662;
}
.contBlk {
	width:100%;
	padding:15px 28px 20px 0;
	border-right:1px solid #e5e5e5;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*font-family:Tahoma, Geneva, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
}
.contBlk h2 { font-size:21pt; font-weight:normal; color:#333;}

.contBlk01 {
	width:100%;
	padding:15px 28px 16px 0;
	border-right:1px solid #e5e5e5;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*font-family:Tahoma, Geneva, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
}
.contBlk01 h2 { font-size:21pt; font-weight:normal; color:#333;}
.more {
	width:100%;
	text-align:right;
	padding:0 30px 0 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
aside .more {
	padding:0 0 15px;
}
.more a {
	color:#909090;
	font-size:12px;
}
.more a:hover {
	color:#000;
}
.mission {
	width:100%;
	float:left;
}
.mission li {
	background:url(../images/eyeBullet.png) 0 3px no-repeat;
	padding:0 30px 14px;
	float:left;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.mission li span {
	display:block;
	float:left;
	background:url(../images/horidot.gif) bottom left repeat-x;
	padding:0 0 10px;
	width:100%;
}
.events {
	width:100%;	
	background:url(../images/horidot.gif) bottom left repeat-x;
	float:left;
	margin:0 0 10px;
	
}
.events li {
	width:100%;
	border-bottom:1px solid #e5e5e5;
	padding:0 0 14px;
	margin:0 0 14px;
	float:left;
}
.events li:last-child {
	border:none;
}
.events li .img {
	width:60%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.events li .eventDet {
	width:40%;
	font-size:13px;
}
.events li .eventDet a {
	color:#083057; float:left; margin:13px 0 0 0;
}
.events li .eventDet a:hover {
	color:#928248;
}
.readMore {
	width:100%;
	clear:both;
}
.readMore a {
	color:#909090 !important;
}
.readMore a:hover {
	color:#000 !important;
}

.eventDet p {
	/*height:60px;*/ margin:0;
}
footer {
	width:100%;
	clear:both;
	background-color:#303030;
	padding:30px 0;
	font-size:12px;
}
.ftnNav {
	width:100%;
	text-align:center;
	color:#a7a7a7;
	padding:0 0 30px;
}
.ftnNav a {
	color:#a7a7a7;
	padding:0 10px;
	transition:all 0.5s ease;
}
.ftnNav a:hover {
	color:#fff;
}
.copy {
	width:100%;
	/*padding:0 10px 20px;*/
	text-align:center;
	color:#6c6c6c;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:0; margin:0;
}
.slide1 {
	width:896px;
	height:206px;
	background:url(../images/banner1.jpg) no-repeat;
	padding:80px 50px 50px 50px;	
}

.slide2 {
	width:896px;
	height:206px;
	background:url(../images/banner2.jpg) no-repeat;
	padding:80px 50px 50px 50px;	
}

.slide3 {
	width:896px;
	height:206px;
	background:url(../images/banner3.jpg) no-repeat;
	padding:80px 50px 50px 50px;	
}

.slide4 {
	width:896px;
	height:206px;
	background:url(../images/banner4.jpg) no-repeat;
	padding:80px 50px 50px 50px;	
}

.slide5 {
	width:896px;
	height:206px;
	background:url(../images/banner5.jpg) no-repeat;
	padding:80px 50px 50px 50px;	
}
.slideTitle {

	padding:10px;
	background-color:#2c5285;
	color:#fff;
	font-size:50px;	
	/*font-family: 'SteelfishRegular';*/
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 20px;
	/*  added by me */
	display:none;
}
.slideDet {
	padding:10px;
	background-color:#2c5285;
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	/*margin: 0 20px;*/
	margin: 100px 20px;
	width:70%;
	clear:both;
}
.slideMore {
	clear:both;
	padding:20px;
	background-color:#fff;
	color:#2c5285;
	text-transform:uppercase;
	/*display:inline-block;*/
	display:none;
	transition:all 0.2s ease-in;
}
.slideMore:hover {
	background-color:#2c5285;
	color:#fff;
}
.gryBox, .gryBox-profile {
	border:1px solid #d9d9d9;
	padding:10px 20px 20px 20px;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color:#f3f4f5;
	margin: 17px 0 0 0;
}

.gryBox-profile .noinput {

    padding: 3px 10px 5px !important;
    background: none repeat scroll 0% 0% #fff;
    padding: 0;
    height: initial !important;
    font-size: 14px;
    line-height: 16px;
    margin: 0 !IMPORTANT;
}
.gryBox-profile .req {
    font-size: 14px !important;
}
.gryBox .logout {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}

.gryBox .logout a {
    display: inline-block;
    margin-left: 5px;
    color: #928248;
}
.gryBox .logout a:hover {
    color: #000;   
}
.gryBox form ul li {
     float: left;
    width: 48%;
    margin: 1%;
    
    background-color: white;
    
    box-sizing: border-box;
}



.gryBox form ul a {
        color: #928248;
    }
.gryBox form ul li a {
    color:#000;
    display: block;
    padding: 10px;
    border: 1px solid #dfdfdf;
    transition: all 0.3s ease;
	height:40px;
	box-sizing:border-box;
}

.gryBox form ul li a:hover {
    color: #928248;
    border: 1px solid #928248;
}
.gryBox01 {
	border:1px solid #d9d9d9;
	padding:30px 20px 20px 20px;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color:#f3f4f5;
	margin: 50px 0 0 0;
}
.gryBox01 h3 { font-size:14pt; font-weight:normal; color:#333; margin:0 0 22px 0;}

.ImgDiv { float:left; margin:0; padding:0;}
.iconText { margin:7px 0 0 1em; padding:0;float:left; }
.gryBox-New {
	border:1px solid #d9d9d9;
	padding:20px;
	width:100%;
	font-weight:bold;
	font-size:12pt;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color:#f3f4f5;
	margin: 15px 0 0 0;
	text-align:center;
}
.pageTitle {
	width:996px;
	background:url(../images/titleBg.jpg) no-repeat;
	height:118px;
	font-size:50px;
	color:#fff;
	/*font-family: 'SteelfishRegular';*/
	font-family:Arial, Helvetica, sans-serif;
	padding:35px 0 0 40px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	position:absolute;
}
.pageTitle1 {
	width:996px;
	background:url(../images/titleBg_first.jpg) no-repeat;
	height:118px;
	font-size:50px;
	color:#fff;
	/*font-family: 'SteelfishRegular';*/
	font-family:Arial, Helvetica, sans-serif;
	padding:35px 0 0 40px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	position:absolute;
}

.pageTitle2 {
	width:996px;
	background:url(../images/titleBg_sec.jpg) no-repeat;
	height:118px;
	font-size:50px;
	color:#fff;
	/*font-family: 'SteelfishRegular';*/
	font-family:Arial, Helvetica, sans-serif;
	padding:35px 0 0 40px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	position:absolute;
}

.pageTitle3 {
	width:996px;
	background:url(../images/titleBg_third.jpg) no-repeat;
	height:118px;
	font-size:50px;
	color:#fff;
	/*font-family: 'SteelfishRegular';*/
	font-family:Arial, Helvetica, sans-serif;
	padding:35px 0 0 40px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	position:absolute;
}

.pageTitle4 {
	width:996px;
	background:url(../images/titleBg_forth.jpg) no-repeat;
	height:118px;
	font-size:50px;
	color:#fff;
	/*font-family: 'SteelfishRegular';*/
	font-family:Arial, Helvetica, sans-serif;
	padding:35px 0 0 40px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	position:absolute;
}
.pageTitle5 {
	width:996px;
	background:url(../images/titleBg_fifth.jpg) no-repeat;
	height:118px;
	font-size:50px;
	color:#fff;
	/*font-family: 'SteelfishRegular';*/
	font-family:Arial, Helvetica, sans-serif;
	padding:35px 0 0 40px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	position:absolute;
}
.pageTitle6 {
	width:996px;
	background:url(../images/titleBg_sixth.jpg) no-repeat;
	height:118px;
	font-size:50px;
	color:#fff;
	/*font-family: 'SteelfishRegular';*/
	font-family:Arial, Helvetica, sans-serif;
	padding:35px 0 0 40px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	position:absolute;
}
.pageTitle7 {
	width:996px;
	background:url(../images/titleBg_seventh.jpg) no-repeat;
	height:118px;
	font-size:50px;
	color:#fff;
	/*font-family: 'SteelfishRegular';*/
	font-family:Arial, Helvetica, sans-serif;
	padding:35px 0 0 40px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	position:absolute;
}
.pageSubTitle {
	width:100%;
	font-size:20px;
	padding-bottom:20px;
}

/* wp */
div#page {
	width:100%;
}
footer.entry-meta, #page .entry-header {
	display:none;
}
#full .entry-header {
	display:block !important;
}
#full .entry-header img {
	padding:10px;
	border:1px solid #d7d7d7;
	margin:0 0 15px;
	float:left;
	clear:both;	
}
#full .entry-header .entry-title {
	width:100%;
	display:block;
	float:left;
	padding:0 0 10px;
	font-weight:bold;
}
#full .entry-header .entry-title a {
	font-size:16px;
	color:#0a3662;
}
#full .entry-header .entry-title a:hover {
	color:#fff;
	background-color:#928248;
	padding:0 5px;
	display:inline-block;
}
.comments-link {
	display:none;
}
#full article {
	margin-bottom:20px;
	border-bottom:1px solid #d7d7d7;
	padding-bottom:20px !important;
}
footer ul {
	width:100%;	
}

footer ul li {
	float:left;
	background:url(../images/divider.gif) 100% 3px no-repeat;
	padding:0 17px;
}
footer ul li:last-child {
	background:none;
}

/* login */
.lgnFrmRow, .fullWForm, .frmRow {
	width:100%;
}
.frmRow {
	padding:0 0 10px;
}
.label {
	width:20%;
	font-size:12px;
	font-weight:bold;
	padding:7px 0 0;
}
.fullWForm .label {
	width:40%;
	text-align:right;
	padding-right:15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.fullWForm .data {
	width:60%;	
}
.fullWForm .formTitle {
	border-bottom:1px solid #d7d7d7;
	padding:0 0 10px;
	margin:0 0 20px;
	font-weight:bold;
	
}
.data {
	width:30%;
}
.data ul {
	float:left;
	width:100%;
	padding-top:7px;
	font-size:12px;
}
.data ul li {
	padding:0 0 0px;
	float:left;
	width:100%;
}
.data ul li .label {
	width:25%;
	text-align:left;
	font-weight:normal;
}
.data ul li .data {
	width:75%;
}
.data ul li .data input[type="text"],
.data ul li .data input[type="date"],
.data ul li .data input[type="email"],
.data ul li .data input[type="password"],
.data ul li .data input[type="number"] {
	width:80%;	
}
.info {
	font-weight:bold;
	padding-bottom:15px !important;
	float:left;
}
.memForm .label {
	width:35% !important;	
}
.data p {
	padding:0 0 5px !important;
	font-size:12px;
	margin:0 !important;
}
.othrInfoInput {
	margin-top:8px;
	clear:both
}
.frmRow input[type="text"],
.frmRow input[type="date"],
.frmRow input[type="email"],
.frmRow input[type="number"],
.frmRow input[type="password"],
.frmRow textarea,
.div_text input[type="text"],
.div_text input[type="password"] {
	border:1px solid #D9D9D9;
	line-height:20px;
	height:28px;
	padding:3px 5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	width:100%;
}
.fullWForm .frmRow textarea {
	height:100px;
	width:85%;
}
.fullWForm .frmRow input[type="text"],
.fullWForm .frmRow input[type="date"],
.fullWForm .frmRow input[type="email"],
.frmRow input[type="password"],
.frmRow input[type="number"],
.div_text input[type="text"],
.div_text input[type="password"] {
	width:85%;	
}

	
.frmRow input[type="button"],
.frmRow input[type="submit"], .button_div .buttons  {
	border:1px solid #D9D9D9;
	line-height:12px;
	padding:5px 20px;
	cursor:pointer;
	background-color:#0A3662;
	color:#fff;
}
 .button_div .buttons {
	 clear:both;
 }
.frmRow input[type="button"]:hover,
.frmRow input[type="submit"]:hover, .button_div .buttons:hover {
	background-color:#F3F4F5;
	color:#333;
}
.error {
	display:none; 
	color:#FF0000;
	float:left;
}
footer ul li ul {
	display:none;
}
.copy .lft {
	width:30%;
	float:left;
}
.copy .centr {
	/*width:35%;*/
	text-align:center;
	margin: 0 0 0 6.5em !important;
}
.copy .rgt {
	/*width:35%;*/
	float:right;
	text-align:right;
	width:33%; margin:0; padding:0;
}


.copy .rgt a {
	color:#6C6C6C;
	background:url(../images/nautech.gif) 6px 1px no-repeat;
	padding:0 0 0 20px;
}
.copy .rgt a:hover {
	color:#fff;
}
.copy .rgt a.clearImg {
	background:none;
	
}
fieldset {
	width:100%;
}
fieldset legend {
	font-size:14px !important;
	font-weight:bold;
	padding:10px 0;
	border-bottom:1px solid #D9D9D9;
	margin:0 0 20px !important;
	width:100%;
}
label.text, fieldset label {
	float:left;
	width:40%;	
	text-align:right;
	font-size:12px;
	padding:7px 20px 0 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin:0 0 15px;
}
.div_text {
	float:left;
	width:60%;
	margin:0 0 10px;
	
}
.link-text {
	float:left;
	width:77%;
	margin:10px 0 5px;
	
}
.req {
	color:#C00;
	font-weight:bold;
	padding-left:5px;
}
.button_div, .req-text {
	width: 60% !important;
    padding-left: 40% !important;
    text-align: left !important;
}
.req-text {
	font-size:12px;
	padding-top:15px;
}
.wpmem_msg {
	width:100%;
	color:#C00;
	font-size:12px;
}
.site-content {
    float: left;
    width: 681px;
}
.site-content .pageCont {
	padding-top:135px;	
}
#main aside  {
    float: left;
    width: 285px;
	margin:139px 10px 20px 15px;
}
aside#home {
	margin:0 !important;
}
article.events p {
	font-size:14px;
}
article.events p a {
	color:#0A3662;
	font-weight:bold;
}
article.events p a:hover {
	text-decoration:underline;
}
.homePageCont {
	padding:10px 0 0 !important;
	margin-bottom:25px
}
.page-id-515 aside {
	padding-top:350px!important;
}
#full {
	width:996px !important;	
}
#full  article {
width: 681px;
padding: 0 15px 0 0;
}
#full .archive-header {
	width:100%;

}
	
	
#full .archive-title {
	width: 996px;
background: url(../images/titleBg.jpg) no-repeat;
height: 118px;
font-size: 50px;
color: #fff;
/* font-family: 'SteelfishRegular'; */
font-family: Arial, Helvetica, sans-serif;
padding: 35px 0 0 40px;
box-sizing: border-box;
margin:0 0 20px;
}
#full  aside {
float: left;
width: 285px;
margin: 0 0 20px 15px;
}

ul.sub-menu {
	float: left;
	width: 100%;
}
ul.sub-menu li {
	float:right;
	padding:15px 0 5px 10px;
}
ul.sub-menu li a {
	color:#0e375f;
}
ul.sub-menu li a:hover {
	color:#928248;
}

#menu-item-270 ul.sub-menu { /*left: -76px;*/ left: 0px;}
.artist_wrapper{width:78%; border:1px solid #CCCCCC; background-color:#f3f4f5; padding:10px 0 0 0; margin:0 0 0 1.5%; }
.artist_box{width:95%; margin:0 0 10px 10px; float:left; background-color:#fff; border:1px solid #CCCCCC; border-radius:6px; padding:1.0%; /*min-height:414px;*/}
.artist_box img{margin:0 20px 6px 0!important;}
.artist_box p{ text-align:justify; line-height:20px; padding: 3px 0 3px 0;}
.artist_box p::first-line{ font-weight:bold; }
.ind-One{float:left; margin:5px 0 0 0;}
.indOne-span{float:left; font-size:12px; text-align:left; margin:5px 0 0 4px;}
.data1 { width:100%; float:left;}
.divTextarea {width:507px !important; height:80px; float:left;}

.yearBtn-main {width:20%; float:left; margin:0; padding:0;} 

.sinceNo { width:100% !important; margin:0 0 0 2px !important; padding:0; display:inline-block;}
.sinceNo ul { list-style-type:none; margin:0; padding:0;}
.sinceNo li { float:left; cursor: pointer; margin: 0 4px 7px 5px; padding:10px 0 10px 0;}
.sinceNo li a {letter-spacing:0.035em; font-size:11pt; font-weight:bold; text-align:center;  color:#fff; text-decoration:none; font-family:Helvetica, sans-serif; padding:9px 35px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; behavior:url(css/PIE.htc); background:#668aba; /*background:#3D3D3D;*/}
.sinceNo li a:hover, .sinceNo li a.selected { letter-spacing:0.035em; text-align:center; font-size:11pt; text-decoration:none; padding:9px 35px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; behavior:url(css/PIE.htc); background:#315078; /* background:#1F1F1F;*/}


.clr { clear:both;}
.BostonImg img{float:left; margin:0; padding:0; }
.buyticket{ float: left; background-color: #0A3662; color: #fff; padding: 5px 5px; margin: 7px 0; border: 1px solid #D9D9D9;}
.buyticket:hover{background-color:#F3F4F5; color:#333;}
.gryBoxNew { border:1px solid #d9d9d9; margin:20px 0 0 0; padding:77px 0; width:100%; box-sizing:border-box; -moz-box-sizing:border-box; background-color:#f3f4f5; text-align:center; font-weight:bold;}
.eventlocation{font-size: 10pt;}
.eventaddress1{font-size: 11pt;  margin: 0 0 0 6.7em; line-height: 1.4em; float:left;}
.eventaddress{font-size: 11pt;  margin: 0 0 0 6.7em; line-height: 1.4em; float:left; width:100%;}
.eventdate { font-size:11.6pt; float:left; margin: 0 0 6px 0; width:100%;}
.dateText, .locText { float:left; margin:0; padding:0;}
.semiText1 { float:left; margin:0 0.5em 0 3.3em; padding:0; font-weight:bold;}
.eventlocation {font-size: 11pt;  margin: 0 0 0 0; line-height: 1.4em; float:left; width:100%;}
.semiText2 { float:left; margin:0 0.1em 0 1.6em; padding:0;font-weight:bold;}
.eventlocation1 {font-size: 10.5pt;  margin: 0 0 0 0.4em; line-height: 1.4em;float:left;}
.entry-title { margin:0 0 15px 0 !important; float:left !important;}

.eventImg { float:left; margin:0; padding:4px 3px 2px 4px; margin:0 1em 0 0; position:relative; top:0em; left:0em; text-align:left; width:150px;}
.eventImg img {}
.eventDateNew { float:left; margin:0em 0 0 6.9em; padding:0;}
.addressText { margin:-16px 0 8px 85px; float:left; line-height: 1.4em;}
.addressDiv {float:left; margin: 2em 0 25px 0;}
.eventDesText { float:left; margin:0; padding:0; font-size: 10.8pt; display: inline-flex;}

.eventDesDiv { float:left; margin:0 0 0 0em; padding:0 0 0 0; width:100%;}


.imgDiv {width:165px; float:left; margin:0; padding:0;}
.textDiv {width:70%; float:left; margin:0; padding:0;}
.addressText p { width:auto !important; float:left !important; margin:-2px 0 0 10px !important; padding:0 !important;}

.site-content #content aside { float:right; margin:0px 0px 20px 15px; padding:0; position:relative; top:0;}
.meetingText { font-size:11pt; font-weight:bold; text-decoration:underline; color:#4b4b4b; margin: 1em 0 0 0;}

.nextBtn {border:1px solid #D9D9D9; line-height:12px; padding:5px 20px; cursor:pointer; background-color:#0A3662; color:#fff;}
.nextBtn:hover {background-color:#F3F4F5; color:#333;}


.aLink { color:#083057; text-decoration:none; font-weight:bold;}
.aLink:hover { color:#041f3a; text-decoration:none;}
.aLink01 { color:#0000ee; text-decoration:none; font-weight:bold; float:left; margin:10px 0 0 29px;}
.aLink01:hover { color:#0303be; text-decoration:none;}

.textSpan { word-spacing:inherit; float:left; width:100%;}


.member-dir {
    border-top:1px solid #083057;
    border-left:1px solid #083057;
    width:100%;
    border-collapse: collapse;
    margin-top: 10px;
    font-size: 12px;
    
}
.member-dir thead th {
    background-color: #083057;
    color: white;
    padding: 10px;
    text-align: left;
}
.member-dir td {
    border-bottom:1px solid #083057;
    border-right: 1px solid #083057;
    padding: 10px;
    text-align: left;
    word-wrap: break-word;
    width:15%;
}
.member-dir td.email {
    word-break: break-all;
}

.member-dir a {
    color: #757575;
}

.member-dir a:hover {
    color: #000;
}


/****** Replace Change Css ******/
/*
.gryBox {
	border:1px solid #d9d9d9;
	padding:10px 20px 20px 20px;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color:#f3f4f5;
	margin: 17px 0 0 0;
}
*/