body {
    color: #1c1c1c;
    font-family: 'Open Sans';
    background-color: #444;
}
table td {
    text-align: center;
/*    color: #4d6e80;*/
    color: #1c1c1c;
    font-family: Righteous;
}
.company {
    font-size: 28px;
    font-weight: bold;
}
#tdLang span {
    cursor: pointer;
    padding: 5px;
    text-decoration: underline;
}
#map {
/*    margin-top: 30px;*/
    height: 300px;
    border: solid 1px #A2A2A2;
}
.menu-text {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin-top: -1px;
    line-height: 1.2;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #1f2d36;
    letter-spacing: 0px;
}
#ulLinks {
    padding-top: 7px;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}
.ulBottom {
    font-size: 12px;
    line-height: 22px;
    list-style-type: none;
    cursor: pointer;
}
.ulBottomAddr {
    font-size: 12px;
    line-height: 22px;
    list-style-type: none;
    cursor: default;
}
.ulBottom li:hover {
    text-decoration:underline;
}
#ulLinks li {
    float: right;
    padding: 10px;
    cursor: pointer;
    color: #4d6e80;
    font-weight: bold;
    font-size: 16px;
}
.whiteBorder {
    border: solid 2px #F7F7F7;
    border-radius: 5px;
}
#ulLinks li:hover {
    border-color: #5790dc;
    border-radius: 5px;
}
.liSelected {
    border-color: #5790dc;
}
#viewMore {
    color: #656565;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 25px;
    width: 180px;
    height: 45px;
    background-color: #F1F1F1;
}
#viewMore:hover {
    background-color: #E8E8E8;
/*    color: #fff;*/
}
.bottomSlogan {
    font-size: 20px;
    line-height: 24px;
    /*color: #7e8487;*/
    width: 75%;
    margin: 0 15% 20px 15%;
}
.recent {
    font-size:24px;
}
.topSlogan {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    width: 75%;
    margin: 0 15% 0 15%;
}
.bottomBar {
    background-image: url(../img/slide.jpg);
    background-repeat: no-repeat;
    height: 300px;
}
.copy {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #1d1d1d;
    background-color: #6A6A6A;
    height: 40px;
    vertical-align: middle;
    border-radius: 0 0 5px 5px;
    text-align: left;
    padding-left: 10px;
}
#imgLogo {
    cursor: pointer;
}
#aboutLink {
    color: #5790dc;
    cursor: pointer;
}
.pageCaptions {
    font-size: 22px;
    color: #5790dc;
    font-family: Righteous;
    font-weight: bold;
}
.internalCaptions {
    font-size: 20px;
    color: #1c1c1c;
    font-weight: bold;
}
#tblAbout td {
    text-align: left;
}
#tblProj td {
    text-align: center;
    padding: 10px 10px 20px 10px;
}
.roundedImage {
    border: double 4px #4d6e80;
    border-radius: 125px;
    margin: 20px;
}
.rectImage {
    border: double 4px #4d6e80;
    margin: 15px;
    width: 300px;
}
.rectImage-proj {
    border: double 4px #4d6e80;
    width: 250px;
}
.rectImage-gallery {
    border: double 4px #4d6e80;
    width: 200px;
}
.wellcome {
    padding-top: 20px;
    text-align: center;
    font-size: 24px;
}
.tdRecent {
/*    padding-top: 10px;*/
    background-color: #E6E6E6;
/*    height: 380px;*/
}
.tdRecentX {
    padding-top: 10px;
    background-color: #F7F7F7;
/*    height: 300px;*/
    vertical-align: middle;
}
.popup-link-proj{
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.popup-link-proj:hover{
    opacity: 0.5;
    filter: alpha(opacity=50);
}