/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

#mainText li , .sectionText li{
	margin: 10px;
}


a, a:link, a:active, a:visited{
	color: #234D8E;
}


textformat{
	padding-left: 5px;
}

.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5002;
	background-color: rgba(0,0,0,0.75);
}
#cssPop {
	z-index: 5555;
	/*box-shadow: 6px 6px 6px #999;*/
	overflow-y: auto;
	padding: 8px;
	background: #e9e9e9; /* url(../Icons/pageBG.png);*/
	border-radius: 8px;
	color: #000;
	position: fixed;
  
	min-width: 350px;
	max-width: 1000px;
}
#closeIMGButton{
	float: right;
	margin-left: 96%;
	margin-bottom: 6px;
}
.divider {
	width: 20px;
	height: auto;
	display: inline-block;
}
#closePopupBTN{
	margin-left: 96%;	
}

#closePopupBTN, .CircleButton{
	width: 28px;
	height: 28px;
	
	border: solid 1px #000;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.astext {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 36px;
	color: red;
}

#STFH, #cWU{
	font-family: arial;
	color: #000;
}
#STFH table, #cWU table{
	margin: auto;
	border-spacing: 10px;
}
.container p.pForSpacing{
   color: #111;
   line-height: 100px;
   background: #FFF;
   text-align: center;
   margin: 20px 0 0 0;
}




/*------------------ NEW -------------------*/

#STFH td, #cWU td, #embeddedCWU td {
    padding: 7px 10px;
	vertical-align: top;
}

#embeddedCWU{
	width: 100%;
	max-width: 800px;
	vertical-align: top;
}
#embeddedCWU td:first-child{
	width: 75px;
    white-space: nowrap;
}
#embeddedCWU input[type=text]{
	width: 100%;
    border-radius: 4px;
    border: solid 1px #AAA;
	transition: all .2s;
}
#embeddedCWU textarea{
	width: 100%;
	height: 225px;
    border-radius: 4px;
    border: solid 1px #AAA;
}
#embeddedCWU input[type=text]:hover, #embeddedCWU textarea:hover{
	border-color: #23B6D7;
	background-color: beige;
}

#cwuSendBTN, #sendFriendBTN{
	cursor: pointer;
	background-color: #23b6D4;
	width: 80px;
	border-radius: 6px;
	padding: 4px;
	font-weight: bold;
	color: #FFF;
}
/*-------------------------------------*/





#socialRow{
	 min-height: 36px;
}
#socialRow img{
	vertical-align: middle;
}
#followUsBox {
	text-align: right;
}
#followUsBox img, #centerBox img {
	margin: 5px;
	height: 25px;
	cursor: pointer;
}
#centerBox{
	text-align: center;
}


#extraLink{
	max-height: 36px;
	margin: 0 25px 0 0;
	cursor:pointer;
}





/*
#closeVideoBTN{
	background-color: #234D8E;
	color: #FFF;
	font-weight: bold;
	width: 100px;
	text-align: center;
	cursor: pointer;
}


#closeVideoBTN:hover{
	background-color:  #62B546;
}
*/



.myHeader{
   text-align: center;
}


#mainImage{
	width: 100%;
}

#navContainer {
	padding-left: 20px;
	padding-bottom: 30px;
}
.HnavMenu {
	display: inline-block;
	margin-right: 10px;
	padding: 10px;
	vertical-align: top;
	margin-bottom: 0;
}
.navMenu, .HnavTitle {
    transition: color .2s;
}

.navMenu.curSec, .HnavMenu.curSec{
	cursor: default;
}

.navMenu.curSec.onSub{
	cursor: pointer;
}


div.navMenu{
	display: inline-block;
	margin: 0 12px 12px 0 !important;
}
.subDiv>.subNav{
	margin-left: -10px;
}

.subDiv{
	padding: 8px;
	position: absolute;
	z-index: 9999;
	border-radius: 0 0 6px 6px;
	margin-top: 5px; 				/* 10px; */
}
/*
.curSec>.subDiv{
	margin-top: 10px !important;
}
*/

#mainText, .sectionText{
	   padding: 0 20px 5px 10px;
}







.handIcon{
	cursor: pointer;
}



#vidDiv, #photoDiv, #audDiv{
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding: 22px 0 20px 0;
}
.galleryControls{
	background-color: #DDD;
	color: #222;
	padding: 8px;
	border-radius: 4px;
	font-weight: bold;
}
#pauseGalleryBTN, #playGalleryBTN, #prevPhotoBTN, #nextPhotoBTN, #prevVideoBTN, #nextVideoBTN, #prevAudioBTN, #nextAudioBTN{
	cursor: pointer;
	margin-bottom: -8px;
}
#imgGalleryInstructions{
	font-weight: bold;
}
/*
#photoGalleryImage {
	max-height: 600px;
}
*/
#photoCap{
	font-weight: normal !important;
	font-style: italic;
	margin-bottom: 15px;
}

.gridImg{
	display: inline-block;
	margin: 14px;
	width: 240px;
	height: 175px;
	vertical-align: middle;
	text-align: center;
}
.gridImg img{
	width: auto;
	height: auto;
	margin: auto;
	max-width: 240px;
	max-height: 175px;
	cursor: pointer;
}
#galleryGridBTN{
	float: left;
	cursor: pointer;
	margin-left: 15px;
	width: 26px;
}

#vidNav, #photoNav, #audNav {
	width: 100%;
	text-align: center;
}

#photoNum{
  float: right;
  margin: 6px 15px 0 -100px;
}
#photoBar{
  width: 98%;
  height: 3px;
}

#vidNum, #audNum{
	margin: 5px 12px;
}
#audHolder {
	margin: 20px auto;
}
#audDetailsTable, #attDetailsTable{
	width: 90%;
	margin: 20px auto 10px auto;
	/*border: solid 1px;*/
	text-align: left;
	padding: 15px 0 10px 10px;
}

#attDetailsTable td{
	height: 36px;
}

.playButton{
	cursor: pointer;
}
.downloadButton{
	cursor: pointer;
	height: 26px;
	font-size: 14pt;
	margin-right: 2px;
}
#vidDiv .downloadButton, #photoDiv .downloadButton{
	margin-bottom: -6px;
}
#vidPlayer, #audPlayer{
	max-width:500px;
	margin: 5px auto 15px auto;
	padding: 25px;
}

#currentVidPopup{
	max-height: 90%;
}

#downloadBTN, #downloadWebBTN{
	cursor: pointer;
	font-weight: bold;
	text-decoration: none !important;
	margin: 5px 20px 15px 20px;
	display: inline-block;
}


#slideShowBTN{
	float: right;
	font-weight: bold;
	cursor: pointer;
}



/* ==== FOOTER ITEMS ==== */
#footerRow{
	border-radius: 0 0 10px 10px;
}


#bottomLeftLogoDiv{
	text-align: left;
	padding: 12px 0 20px 20px;
}
#bottomLeftLogo{
	height: 50px;
	vertical-align: middle;
	cursor: pointer;
}

#bottomRightLogoDiv{
	text-align: right;
}
#bottomRightLogo{
	padding: 16px 20px 20px 0px;
	cursor: pointer;
}


#shareDiv{
	padding-top: 22px;
	text-align: center;
}
#shareBox img {
	height: 30px;
	cursor: pointer;
	margin: 5px;
}

#connectWithUs{
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	cursor: pointer;
}




.error {
	background-color: #C00;
	text-align: center;
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
}


	
	
	
/* FOR MAKING EMBEDDED CONTENT SCALE*/	
.video-container, .youtube-container{
    position: relative;
	height: 0; 
	overflow: hidden;
}
.video-container{
	padding-bottom: 68%;  
}
.youtube-container{
	padding-bottom: 56.25%;  
	padding-top: 30px;
}
.youtube-container iframe, .video-container iframe, .youtube-container object, .video-container object, .youtube-container embed, .video-container embed, .video-container video, .youtube-container video {    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	
	


.mainBox{
	color: white;
	text-align: center;
	background-color: #27386C;
	margin: auto;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color : #000 !important;
}

#cwuSendBTN, #sendFriendBTN{
	cursor: pointer;
	background-color: #23b6D4;
	width: 80px;
	border-radius: 6px;
	padding: 4px;
	font-weight: bold;
	color: #FFF;
}




.previewBar{	
	background-color: rgba(255, 22, 22, 0.44);
	border: solid 1px #000;
	color: #000;
	text-align: center;
	padding: 15px;
	font-size: 16pt;
	font-weight: bold;
	font-family: Droid sans;
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body{
           font-family: "Arial, Helvetica, sans-serif";			
	}
	
	#navContainer {
		padding-left: 0;
		padding-bottom: 0px;
		/*border-bottom: solid 1px #999;*/
	}
	
	#poweredByDiv{
		text-align: center;
		padding-top: 20px;
	}
	#shareDiv{
		text-align: center;
		padding-top: 20px;
	}
	#projectLogoDiv{
		text-align: center;
		padding-top: 20px;
	}	

	
	#mainText, .sectionText{
    	padding-top: 20px;
    }
	
	#socialRow{
		height: 72px;
	}
	
	#followUsBox {
		text-align: left;
	}
}
/* --------- END OF SMALL-SCREEN STYLES ----------- */




/* ---- login ---- */
#pwdDiv{
    text-align: center;
    font-size: 14pt;
    margin: 30px auto;
}
#pwdDiv span{
	font-size: 12pt;
	font-style: italic;
}