body {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    color: #000;
    background: white;
}

a {
   color: #fcb817;
   text-decoration: none;
   outline: 0;
}

a:hover {
   color: #777777;
   text-decoration: none;
}

b {
    font-size: 100%;
}

em {
    color: black;
}

img {
    width: 100%; 
    max-width: 1920px; 
    height: auto;
}

div {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

#header {
    position: fixed;
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 0%;
	background: white;
}

#header-left {
    float: left;
    margin-right: 4%; 
    margin-left: 7%;     
    max-width: 38%;
    height: auto;
    background: white;
}

#header-center{
    float: left;    
    display: block; 
    margin-right: 1%; 
    max-width: 22%;
    background: white;
    bottom: 0;
    z-index: 10;
}

#header-center img {
    -webkit-animation: drop-in .9s .4s forwards;
            animation: drop-in .9s .4s forwards;
    opacity: 0;
}

#header-right {
    float: left;
    max-width: 22%;
    background: white;
    bottom: 0;
    z-index: 10;
}

#header-right img {
    -webkit-animation: drop-in .9s 1.2s forwards;
            animation: drop-in .9s 1.2s forwards;
    opacity: 0;
}

@-webkit-keyframes drop-in {

    0% {
        opacity: 0;
        -webkit-transform: translateY(-24rem);
                transform: translateY(-24rem);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
    
}

@keyframes drop-in {

    0% {
        opacity: 0;
        -webkit-transform: translateY(-24rem);
                transform: translateY(-24rem);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
    
}


#scroller {
   	padding-top: 8%;
    max-width: 100%;
    overflow-x: hidden;
}

#footer {
	width: 20%;
	margin: 0% 40% 3% 40%;
}

.section {
	clear: both;
	padding: 0px;
}

.sectionHeader {
    color: #777777;
    font-size: 200%;
    line-height: 1em;
}

.rowHeader {
	margin: 1% 30% 0% 10%;
    float:left;
    width:80%;
    font-size: 220%;
}

.text {
	width: 80%;    
	margin: 0% 10% 0% 10%;
    padding-bottom: 2%;
}

.contactLine {
	margin: 3% 0% 2% 0%;
    border-bottom: 2px solid black;    
}

p {
    margin-top: -0.5%;
}

/* column setup */

.col {
	display: block;
	float: left;
}

.col: first-child { margin-left: 0; }

/* grouping */

.group:before, .group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
    zoom:1; /* For IE 6/7 */
}

/* grid of two */

.column2Left { 
	width: 33.3%;
}

.column2Right { 
	width: 66.7%;
}

/* inner grids */

.inner2Left {
	margin: 0% 0% 5% 0%;
	cursor: pointer;
}

.inner2Right {
	margin: 0% 0% 5% 0%;
	cursor: pointer;
}

/* grid of three */

.columnLeft, .columnCenter, .columnRight { 
	width: 33.3%;
}

/* inner grids */

.innerRight {
	margin: 0% 30% 5% 0%;
	cursor: pointer;
}

.innerCenter {
	margin: 0% 15% 5% 15%;
	cursor: pointer;
}

.innerLeft {
	margin: 0% 0% 5% 30%;
	cursor: pointer;
}

/* popup window */

#popupScroller {
   	padding-top: 8%;
    overflow: scroll;    
}

#popupClose {
    width: 50%; 
    max-width: 30px; 
    max-height: 30px;
    margin-top: 2%; 
    margin-right: 25%;
    margin-bottom: 2%; 
    margin-left: 73%;
	cursor: pointer;
}

#popupImage {
    background: white;
    width: 30%;
    max-width: 432px;
    max-height: 432px;
    height: 30%;
    margin: 1% 35% 2% 35%;
	cursor: pointer;
}

#popupText {
    background: white;
    color: #000;
    width: 50%;
    max-width: 720px;
    max-height: auto;
    margin: 2% 25% 3% 25%;
}

.popupImageText {
    background: white;
    width: 100%;
    height: 100%;
    margin: 1% 0% 2% 0%;
}

.popupImageTextImage {
    float: left;
    width: 30%;
    margin: 1% 3% 0% 0%;
}

#popupContact {
    background: white;
    color: #000;
    width: 50%;
    font-weight: bold;
    max-width: 720px;
    max-height: auto;
    margin: 3% 25% 0% 25%;
}

#popupLine {
    border: 0;
    border-top: 3px solid black;
    height: 0;
    background: white;
    width: 50%;
    max-width: 720px;
    max-height: auto;
    margin: 2% 25% 2% 25%;
}

#columnMoreTitle {
    background: white;
    color: #777777;
    width: 50%;
    max-width: 40%;
    max-height: auto;
    line-height: 110%;
    word-wrap: normal;
    margin: 1% 25% 1% 25%;
    font-size: 200%;
	display: block;
	float: left;
}

#columnMoreDate {
    background: white;
    color: #000;
    width: 50%;
    max-width: 150px;
    max-height: auto;
    margin: -3.5% 25% 0% 25%;
	display: block;
	float: right;
	text-align: right;
}

#columnMoreImage {
    background: white;
    width: 25%;
    margin: 6% 50% 2% 25%;
}

#columnMoreImageTwo {
    background: white;
    width: 25%;
    margin: 3% 50% 2% 25%;
}

#columnMoreImageNarrow {
    background: white;
    width: 15%;
    margin: 6% 50% 2% 25%;
}

#columnMoreImageWide {
    background: white;
    width: 50%;
    margin: 6% 50% 2% 25%;
}

#columnMoreText {
    background: white;
    color: #000;
    width: 50%;
    max-width: 720px;
    max-height: auto;
    margin: 1% 25% 0% 25%;
}

#columnMoreLine {
    border:0;
    border-top: 3px solid black;
    height: 0;
    background: white;
    width: 50%;
    max-width: 720px;
    max-height: auto;
    margin: 2% 25% 2% 25%;
}

/* narrow width at less than 600 pixels */

@media only screen and (max-width: 600px) {

    #header {
	    content: url("../images/index/header-responsive.gif");
    	padding-bottom: 0%;
    	margin-bottom: 20%;
    }

    #scroller {
       	padding-top: 25%;
        overflow: scroll;    
    }

    #footer {
    	width: 80%;
    	margin: 0% 10% 3% 10%;
    }

    .sectionHeader {
    	margin-top: 8%;
        color: #777777;
        font-size: 150%;
        line-height: 1em;
    }

    .rowHeader {
    	margin: 6% 10% 0% 10%;
        float:left;
        width:80%;
        font-size: 200%;
        font-weight: normal;
        color: #fcb817;
    }
    
    /*  table  */
    
	.col { 
    	margin: 1% 0% 0% 0%;
    }
    
	.columnLeft, .columnCenter, .columnRight { 
    	width: 100%; 
    }

	.innerLeft, .innerCenter, .innerRight { 
    	margin: 0% 10% 5% 10%;
    }
    
    .text {
    	width: 85%;    
    	margin: 0% 5% 0% 10%;
        padding-bottom: 2%;
    }

    .contactLine {
    	margin: 8% 0% 5% 0%;
        border-bottom: 2px solid black;    
    }

    #popupScroller {
        padding-top: 30%;
        max-width: 100%;
        margin: 0% 0% 1% 0%;
        overflow: scroll;    
    }

    #popupClose {
        max-width: 540px;
        width: 10%;
        max-width: 30px; 
        max-height: 30px;
        margin-top: 0%; 
        margin-right: 10%; 
        margin-bottom: 5%; 
    }

    #popupImage {
        position:relative;
        bottom:0; 
        right: 0;
        max-width: 540px;
        width: 80%;
        margin: 0% 10% 0% 10%;
    }

    #popupText {
        max-width: 540px;
        width: 80%;
        margin: 2% 10% 10% 10%;
    }

    .popupImageText {
        max-width: 540px;
        width: 100%;
    }
    
    .popupImageTextImage {
        width: 80%;
        margin: 0% 10% 0% 10%;
    }

    #popupContact {
        background: white;
        color: #000;
        width: 80%;
        font-weight: bold;
        max-width: 540px;
        max-height: auto;
        margin: 2% 10% 10% 10%;
    }

    #popupLine {
        border: 0;
        border-top: 2px solid black;
        height: 0;
        background: white;
        width: 80%;
        max-width: 540px;
        max-height: auto;
        margin: 2% 10% 10% 10%;
    }

	.columnMore { 
    	width: 100%;
    	margin: 1% 0% 1% 0%;
    }
    
    #columnMoreTitle {
        max-width: 540px;
        width: 80%;
        color: black;
        font-size: 150%;
        margin: 0% 10% 1% 10%;
    }
    
    #columnMoreDate {
        max-width: 540px;
        width: 80%;
        color: #777777;
        font-size: 100%;
        margin: 0% 10% 3% 10%;
    	display: block;
    	float: none;
    	text-align: left;
    }

    #columnMoreImage {
        background: white;
        width: 80%;
        margin: 0% 10% 0% 10%;
    }

    #columnMoreImageTwo {
        background: white;
        width: 80%;
        margin: -3% 10% 0% 10%;
    }
     
    #columnMoreImageNarrow {
        background: white;
        width: 40%;
        margin: 0% 10% 0% 10%;
    }
    
    #columnMoreImageWide {
        background: white;
        width: 80%;
        margin: 0% 10% 0% 10%;
    }
       
    #columnMoreText {
        max-width: 540px;
        width: 80%;
        margin: 2% 10% 10% 10%;
    }

    #columnMoreLine {
        border:0;
        border-top: 2px solid black;
        height: 0;
        background: white;
        max-width: 540px;
        width: 80%;
        margin: 5% 10% 5% 10%;
    }
    
}