@charset "UTF-8";
/* CSS Document */

#header-wrapper { margin: 0 auto; width:100%; height:60px; background-image:url(../img/header-bg.jpg); background-repeat:repeat-x; }

#header-content { margin:0 auto; width:960px; height:60px; }

#logo { float:left; width:167px; height:45px; overflow:hidden; }

#nav-wrapper { margin:0 auto; margin-left:250px; padding-top:28px; width:600px; }

ul.nav-list {
	  font-family: 'GillSansRegular';
      color:#fff;
      float:left;
      font-size:11px;
      padding:0;
      width:560px;
}
ul.nav-list li{
      background:none repeat scroll 0 0 #000;
      
      display:block;
      float:left;
      height:15px;
      list-style:none outside none;
      margin:0 5px;
      padding:5px 0px;
      text-align:center;
      text-transform:uppercase;
      width:130px;
      position:relative;
      text-decoration:none;
}

ul.nav-list li a{
     color:#fff;
    width:100%;
    -webkit-transition: all 0.5s ease-out;

    -moz-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;
    
    text-decoration:none;
}

ul.nav-list li a:hover { color:#00aad7; text-decoration:none; }

ul.nav-list li ul{
     background:none repeat scroll 0 0 #000;
     border-bottom:10px solid #00aad7;
     float:left;
     padding:20px 5px 0;
    display:none;
     position:absolute;
     width:130px;
     margin-top:6px
     }

ul.nav-list li ul li{
    border:none;
    padding:5px;
    float:left;
    width:100px;
    overflow:hidden
    }​	
		 
#social-wrapper { float:right; width:128px; height:23px; overflow:hidden; padding-top:13px; }

#social-wrapper img
{
opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
-webkit-transition: all 0.5s ease-out;

    -moz-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;
}
#social-wrapper img:hover
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
-webkit-transition: all 0.5s ease-out;

    -moz-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;
}


label {display:block; cursor:pointer; font-family: 'GillSansRegular'; color:#FFF; text-transform:uppercase; font-size:10px; margin-bottom:3px;}
.input, textarea { margin-bottom:3px; font-family: 'GillSansRegular'; color:#000; font-size:13px; }

#content {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#content img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
		
#content_wrapper { 
	display:block;
    /*set the div in the center of the screen*/
    position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -240px;
    width: 480px; 
    height: 200px; 
    background-color:#000;
	border:#00aad7 6px solid;
	z-index:9;
	padding:9px;
}

#content_wrapper h2 { font-family: 'GillSansRegular'; color:#FFF; text-transform:uppercase; font-size:16px; padding-bottom:5px; padding-top:3px; }

#content_wrapper p { font-family: 'GillSansRegular'; color:#FFF; text-transform:uppercase; font-size:12px; padding-bottom:5px; margin-left:3px; }
#content_wrapper a { color:#FFF; text-decoration:none;
-webkit-transition: all 0.5s ease-out;

    -moz-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;
	}
	
#content_wrapper a:hover { color:#00aad7; text-decoration:none; }

.blue { color:#00aad7; font-size:14px; }
