﻿/* New Engelhome CSS*/


div {
//	overflow-y:scroll;
	overflow:auto;
//	float:left;
//	overflow-x: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;

}

}#TitleFont {
    font-size:x-large; 
    font-family: “Segoe UI”, Tahoma, Geneva, Verdana;
//    color: #4C78C8;
	color:white;
    vertical-align: top;
}
#CaptionFont {
    font-size: 12px; 
    font-family: “Segoe UI”, Tahoma, Geneva, Verdana;
    text-align:right;
    color: white;
    margin-right:8px;
}
#NameFont {
    font-size: 18px; 
    font-family: “Segoe UI”, Tahoma, Geneva, Verdana;
    text-align: left;
    color: #4C78C8;
    width:200px;
}
#LinksFont {
    font-size: 16px; 
    font-family: “Segoe UI”, Tahoma, Geneva, Verdana;
    text-align: left;
    color: white;
    text-decoration:none;
}
#LogoBox {
    font-size: x-large; 
    font-family: “Segoe UI”, Tahoma, Geneva, Verdana;
    background-color: #0D2B5A;
    text-align: left;
    vertical-align: top;
    width: 100%;
    margin:0px;
    color: white;
    position: relative;
}

#LinksBox {
    font-size: 16px; 
    font-family: “Segoe UI”, Tahoma, Geneva, Verdana;
    background-color:gray;
    margin:0px;
    text-align: center;
    width: 100%;
    color: white;
    vertical-align:middle;
//    top:175px;
//    position: absolute; 
//    left:0px;


 }
 
#PhotoGalleryBoxHandheld {
    font-size: 16px; 
    font-family: “Segoe UI”, Tahoma, Geneva, Verdana;
    background-color: #4C78C8;
    margin:0px;
    text-align: center;
    width: 100%;
    color: white;
    vertical-align:middle;


 }
 
#PhotoGalleryBoxEnhanced {
	visibility:hidden;
}

#PhotoGalleryBoxDesktop {
	visibility:hidden;
}


#PopUpBox {
    font-size: 12px; 
    font-family: “Segoe UI”, Tahoma, Geneva, Verdana;
    background-color: #0D2B5A;
    text-align: left;
    vertical-align: top;
    margin:0px;
    left:0px;
    width: 90%;
    color: white;
    position:absolute;
    bottom:10%;
    visibility:hidden;
    z-index:25; 

}

#PhotoGalleryBoxTitle {
    font-size: 24px; 
    font-family: “Segoe UI”, Tahoma, Geneva, Verdana;
}

#footer {
    font-size: 13px; 
    font-family: “Segoe UI”, Tahoma, Geneva, Verdana;
    color: white;
    
}


div.logo {
    border:0px;
	width: auto;
	vertical-align: middle;
  }
@font-face {
    font-family: 'Segoe';
    src: url('Segoe.eot');
    src: url('Segoe.eot?#iefix') format('embedded-opentype'),
         url('Segoe.woff') format('woff'),
         url('Segoe.ttf') format('truetype'),
         url('Segoe.svg#Segoe') format('svg');
    font-weight: normal;
    font-style: normal;
}
A:link {text-decoration: none; color:white}
A:visited {text-decoration: none; color:white}
A:active {text-decoration: none; color:white}
A:hover {text-decoration: underline; color:white}