@font-face {
    font-family: 'Gibson';
    src: url('Gibson-Regular-webfont.eot?3');
    src: url('Gibson-Regular-webfont.eot?3?#iefix') format('embedded-opentype'),
         url('Gibson-Regular-webfont.woff?3') format('woff'),
         url('Gibson-Regular-webfont.ttf?3') format('truetype'),
         url('Gibson-Regular-webfont.svg?3#GibsonRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Gibson';
    src: url('Gibson-SemiBold-webfont.eot?3');
    src: url('Gibson-SemiBold-webfont.eot?3?#iefix') format('embedded-opentype'),
         url('Gibson-SemiBold-webfont.woff?3') format('woff'),
         url('Gibson-SemiBold-webfont.ttf?3') format('truetype'),
         url('Gibson-SemiBold-webfont.svg?3#GibsonLightBold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Gibson';
    src: url('Gibson-Italic-webfont.eot?3');
    src: url('Gibson-Italic-webfont.eot?3?#iefix') format('embedded-opentype'),
         url('Gibson-Italic-webfont.woff?3') format('woff'),
         url('Gibson-Italic-webfont.ttf?3') format('truetype'),
         url('Gibson-Italic-webfont.svg?3#GibsonItalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Gibson';
    src: url('Gibson-SemiBoldItalic-webfont.eot?3');
    src: url('Gibson-SemiBoldItalic-webfont.eot?3?#iefix') format('embedded-opentype'),
         url('Gibson-SemiBoldItalic-webfont.woff?3') format('woff'),
         url('Gibson-SemiBoldItalic-webfont.ttf?3') format('truetype'),
         url('Gibson-SemiBoldItalic-webfont.svg?3#GibsonLightBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;

}


      body, html { background: #fff; margin:0px; padding:0px; border:0px; font-family: Georgia, 'Times New Roman', Times; font-size:16px; line-height:120%; color:#333; }
      pre { font-size: 10px; }
      a { color:#74baff; text-decoration: none; }
      a.one:link { color:#74baff; font-size: 110% }
      a.one:hover { color:#666; font-size: 110% }
      a:hover { color: #666; }
      a.two { color:#666; font-size: 110% }
      a {
        -o-transition:.5s;
  		-ms-transition:.5s;
  		-moz-transition:.5s;
  		-webkit-transition:.5s;
  		transition:.5s;
  		} 
      h1 { color:#666; font-weight: normal; margin-bottom:0px; }
      h2 { color:#666; font-weight: normal; margin-bottom:0px; }
      h3 { color:#666; font-weight: normal !important; margin-bottom:0px; }
      h4 { color:#666; font-weight: normal; margin-bottom:0px; }
      hr { border: 5px solid #999; border-radius: 3px; }
      img { background: #fff !important; border: 0px solid #999; padding: 5px; margin: 0px; }
      img a { text-decoration: none !important; background: #fff !important; margin: 0px; }
      input { border: 1px solid #999; }
      .header { margin-bottom: 20px; }
      .wrapper { width: 90%; margin: auto; }
      .navcenter { font-size: 12px; margin: auto; text-align: right;}
      current {color:#666; font-size: 110% }
      .workTable{
  table-layout: fixed;
  width: 100%;
  text-align: center;
}

table, {
    display: table;
    border-collapse: separate;
    border-spacing: 0px;
    padding: 0px;
    border-color: gray;
    width: auto;
    max-width: 600;
}
}

td {
    text-align: center;
    font-size: 12px;
}

td.one {
    text-align: left;
    font-size: 16px;
    vertical-align: top;
    width: 50%;
    padding: 10px;
}

img {
    opacity: 1;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}

.photo
    {opacity: 1;
}
    
img:hover {
    opacity: 0.8;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}​


/************************************************************************************
RESPONSIVE VIDEO
*************************************************************************************/
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
MIN & MAX WIDTH
*************************************************************************************/
/* max width container */
.container {
	width: 700px;
	max-width: 90%;

	margin: 0 auto;
	background: #eee;
	border: solid 1px #ddd;
	height: 200px;
}

/* responsive image */
img {
	max-width: 100%;
	height: auto;
}
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}

/* form */
input[type="text"], textarea {
	background: #eee;
	border: solid 1px #ddd;
	padding: 8px 5px;	
}
input[type="text"] {
	width: 400px;
	min-width: 140px;
	max-width: 40%;
	margin-right: 10px;
}
textarea {
	width: 96%;
	height: 180px;
}

/************************************************************************************
RELATIVE VALUE
*************************************************************************************/
/* commentlist */
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li {
	margin: 0 0 10px;
	list-style: none;
	overflow: hidden;
	clear: both;
}
.commentlist ul {
	padding: 0;
	margin-top: 20px;
	margin-left: 11%; /* relative value */
}
.commentlist .comment-text {
	overflow: hidden;
}
.commentlist img {
	float: left;
	margin: 0 20px 20px 0;
}
.commentlist cite {
	font-size: 140%;
	font-weight: bold;
}

/* font size */
.fontsize-demo .box {
	margin: 30px 0;
	line-height: 140%;
}
.fontsize-demo h1 {
	font-size: 2em;
	line-height: 140%;
	color: #666;
	margin: 0 0 .3em;
}
.fontsize-demo .smaller {
	font-size: 80%;
	line-height: 130%;
}
.fontsize-demo .bigger {
	font-size: 120%;
}

/* relative padding */
.relative-padding {
	background: #eee;
	border: solid 1px #ddd;
	padding: 3% 5%;
}

/************************************************************************************
OVERFLOW:HIDDEN TRICK
*************************************************************************************/
.overflow-demo {
	overflow: hidden; /* this will clear the float from .item */
}
.overflow-demo .item {
	width: 45%;
	margin-right: 5%;
	float: left;
}
.overflow-demo .item img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.overflow-demo .item .content {
	overflow: hidden; /* this will clear the float from .item img */
	min-width: 130px;
}
.overflow-demo h4 {
	font-size: 1.4em;
	margin: 0 0 5px;
	padding: 0;
	color: #666;
}

/************************************************************************************
WORD-WRAP
*************************************************************************************/
.break-word {
		word-wrap: break-word;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/************************************************************************************
DROPDOWN MENU
*************************************************************************************/

    ul{
        padding: 0;
        list-style: none;
        background: #fff;
    }
    ul li{
        display: inline-block;
        position: relative;
        line-height: 21px;
        text-align: left;        
    }
    ul li a{
        display: block;
        padding: 6px 0px;
        color: #74baff;
        text-decoration: none;
        font-size: 110%;
    }
    ul li a:hover{
        color: #666;
        background: #fff;
    }
    ul li ul.dropdown{
        min-width: 200px; /* Set width of the dropdown */
        background: #fff;
        display: none;
        position: absolute;
        z-index: 999;
        left: 0;
    }
    ul li:hover ul.dropdown{
        display: block;	/* Display the dropdown */
    }
    ul li ul.dropdown li{
        display: block;
    }
