﻿/*/*/*/*/*@charset "utf-8";
/* CSS Document */
     
 .mainContent{
    width:800px;
    height:1450px;
    vertical-align:top;
    background-color:#F0F2F1; 
    align-content:center;
    top: -100px;
    position:relative;
    margin-left:225px;
}

.leftContainer  {
    width:316px;
    height:895px;
    padding:95px 0 0 25px;
    top: -14px;
    left: -25px;
}

.centerContainer {
    float:left;
    position:relative;
    left: -15px;
}

.newsMainContent {
    width:50%;
    height:auto;
    vertical-align:top;
    background-color:#F0F2F1; 
    align-content:center;
    position:relative;
    margin-left:-80px;
    float:left;
}

.imageContainer {
    position:relative;
    width:819px;
    margin-bottom: 16px;
    left: 0px;
    top: 0px;
}

.footer {
    border:0;
    height:35px;
    background-color:#000000;
}

.footer p {
    color:#F0F2F1;
    font-size:12px;
    font-family:Arial;
    padding-top:10px;
    padding-left:20px;
}

.moreInfo {
    float:right;
    vertical-align:top;
    position:absolute;
    right:-117px;
    padding-right:125px;
}

h5
{
    font-family:Calibri;
    font-weight:bold;
    font-size:14px;
}

.slider {
    width:650px;
    position:absolute;
    float:left;
}

.logo {
    padding-top:15px;
    float:left;
}

.banner {
    float:left;
    padding-top:100px;
    position:absolute;
    top: 10px;
    left: 270px;
}

/*Gallery*/

.gallery {
    width:auto;
    margin:0 auto;
    float:left;
}
.gallery a {
    display:inline-block;
    height:150px;
    position:relative;
    width:200px;
}
.gallery a img {
    border:5px solid #fff;
    cursor:pointer;
    display:block;
    height:100%;
    left:0px;
    position:absolute;
    top:0px;
    width:100%;
    z-index:1;

    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;

    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;

    -webkit-transition-property:width, height, top, bottom, left, right, z-index, border;
    -webkit-transition-duration:0.5s;
    -moz-transition-property:width, height, top, bottom, left, right, z-index, border;
    -moz-transition-duration:0.5s;
    -o-transition-property:width, height, top, bottom, left, right, z-index, border;
    -o-transition-duration:0.5s;
    transition-property:width, height, top, bottom, left, right, z-index, border;
    transition-duration:0.5s;
}
.gallery a:focus img {
    border:15px solid #fff;
    cursor:default;
    height:250%;
    position:absolute;
    width:250%;
    z-index:25;

    box-shadow:1px 1px 5px #888;
    -moz-box-shadow:1px 1px 5px #888;
    -webkit-box-shadow:1px 1px 5px #888;
    -webkit-transition-property:width, height, top, bottom, left, right, z-index, border;
    -webkit-transition-duration:0.5s;
    -moz-transition-property:width, height, top, bottom, left, right, z-index, border;
    -moz-transition-duration:0.5s;
    -o-transition-property:width, height, top, bottom, left, right, z-index, border;
    -o-transition-duration:0.5s;
    transition-property:width, height, top, bottom, left, right, z-index, border;
    transition-duration:0.5s;
}

/* custom focus rules */
.gallery a:focus:nth-child(3n+1) img {
left:150px;
}
.gallery a:focus:nth-child(3n+2) img {
    left:-50px;
}
.gallery a:focus:nth-child(3n+3) img {
    left:-250px;
}
.gallery a:focus:nth-child(-n+3) img {
    top:140px;
}
.gallery a:focus:nth-child(n+7) img {
    top:-150px;
}
.gallery a:focus:nth-child(n+10) img {
    top:-295px;
}

/* extra close layer */
.gallery .close {
    background:transparent;
    cursor:pointer;
    display:none;
    height:352px;
    left:170px;
    position:absolute;
    top:160px;
    width:500px;
    z-index:30;
}
.gallery a:focus ~ .close {
    display:block;
}









.table_header_style {
	color:#FFFFFF;
	background-color:#ca7421;
	text-transform:uppercase;
	font-weight:bold;
	height:36px;
	padding-left:16px;
	vertical-align:middle;
}

.table_td_style {
	border-left: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	border-right: 1px solid #acacac;
	background-color:#f0f2f1;
	vertical-align:top;
}

.shadow_left {
	width:16px;
}

.shadow_right {
	max-width: 16px;
}

.dark_orange_text {
	color:#984806;
	text-decoration:none;
}

.img_style {
    height: 100%;
    width: 100%;
}

.td_padding_left {
	 padding-left:15px;
}

.rounded_rec  {
	border-radius:5px;	
}

.orange_tr {
	height:34px;
	background-image:url(../images/orange_gradient.jpg);
	color:#FFF;
	font-weight:bold;
}

.orange_tr_big {
	height:50px;
	background-image:url(../images/orange_gradient_big.jpg);
	color:#FFF;
	font-weight:bold;
}

.orange_text {
	color:#b9630c;	
}

.orange_tr h3 {
    width: 67%;
    height: 24px;
    padding-left: 10px;
    padding-top:5px;
    text-align: left;
    font-size: 1.3em;
}

.td_Format{
    height:24px; 
    font-size:1.1em; 
    border: 1px solid #CCC;
}

.td_Format_10px {
    padding:10px; 
    border-right: 1px solid #CCC; 
    border-bottom: 1px solid #CCC;
}

.padding_left_5px {
	padding-left:8px;
	padding-bottom: 8px;
	vertical-align:top;
	padding-top:8px;
	border-left: 1px solid #CCC;
	background-color:#ebebeb;
	background-image:url(../images/tr_shad.jpg);
	background-repeat:repeat-x;
}

.padding_left_5px_w {
		padding-left:5px;
	padding-bottom: 5px;
	padding-top:5px;
}

.padding_left_5px_grey {
	padding-left:5px;
	vertical-align:top;
	padding-top:5px;
	height:29px;
}

.grey_tr {
	height:34px;
	background-image:url(../images/grey_gradient.jpg);
}

.image {
    height:55px;
    width:33%;
    float:left;
    left: 531px;
    padding-bottom:380px;
}



.stories {
    height: 0;
    width:33%;
    padding-bottom:182px;
}

.image h3 {
    margin: 5px 2px;
    text-align: center;
}

    .image a {
        float: left;
    }

.image p {
	line-height: 1.5em;
	margin: 0 2px;
    width: 249px;
    float:left;
    height: 100px;
    font-size : 10pt;
	color : #000000;
	font-family : Calibri;
}



.image h4 {
    padding-top: -10px;
}


#text {
  z-index: 100;
  font-size: 12px;
  word-wrap:normal;
  padding:20px;
  margin:-5px;
}

#container {
    width:100%;   
}

.rightContainer{
    float:left;
    width:1px;
    padding-right:265px;
    padding-left:5px;
    position:relative;
    }

.bottomContainer {
    position:relative;
    float:left;
    top:-80px;
}

.bottomContainerInfo {
    border-top:solid 1px;
    width:810px;
}

a.learn-more {
	padding: 5px 5px;
	background: #984806;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	text-decoration: none;
}
a.learn-more:hover {
	background: #fff;
	color: #984806;
}

.description img {
    float:left; 
    margin-right:20px; 
    width: 283px; 
    height: 300px;
}

.description p {
    margin-top: 0;
}


.Learning .image {
    height:200px;
    width:50%;
    float:left;
    left: 531px;
    padding-bottom:380px;
}

.Learning .image img {
    height: 330px;
    width: 388px;
}

.image p {
	line-height: 1.5em;
	margin: 0 2px;
    width: 249px;
    float:left;
    height: 100px;
    font-size : 10pt;
	color : #000000;
	font-family : Calibri;
}

.Learning {
    position: relative;
    height: auto;
}



.Learning .imageContainer p {
    margin-top: 0;
    width: 390px;
}



.image img {
    width: 242px; 
    height: 171px; 
    margin-left: 4px;
}

.ourstories img {
    width: 242px; 
    height: 171px; 
    margin-left: 4px;
}

.padding_reset {
    padding:0px;
}


 .transition {
	-webkit-transform: scale(2); 
	-moz-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	}

	.modalWindow {
	position:fixed;
	overflow-y: scroll;
	font-family: Arial, Helvetica, sans-serif;
	top:0;
	right:0;
	bottom:0;
	left:150px;
	z-index:9999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	}
		
	.modalWindow:target {
	opacity :1;
	pointer-events: auto;
	}
		
	.modalWindow > div {
	width:800px;
	left:-80px;
	position:relative;
	margin: 100px;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
    background: white;
	}

    .close
    {
        float: right;
        position: relative;
        bottom:20px;
    }

    
ul#counter {
  list-style: none;
  margin: 50px 0;
  padding: 0;
  display: block;
  text-align: center;
}

ul#counter li { display: inline-block; }

ul#counter li span {
  font-size: 80px;
  font-weight: 300;
  line-height: 80px;
}

ul#counter li.seperator {
  font-size: 80px;
  line-height: 70px;
  vertical-align: top;
}

ul#counter li p {
  color: #a7abb1;
  font-size: 25px;
}

.anniversaryContainer .imgJourney {	
    width: 100%;
    height: 50%;
}

.floatRight span {
    font-size: 13pt;
    text-align:center;
}

.floatLeft span {
    font-size: 13pt;
    text-align:center;
}

.floatRight img {
    float: right;
    margin-left: 16px;
    padding: 0 15px;
    width: 35%;
}

.floatLeft img {
    float: left;
    padding-right: 20px;
    width: 35%;
    padding-top: 6px;
}

