@charset "utf-8";
/* Basic Properties */

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

}

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

}

@font-face {
  font-family: 'Raleway Light';
  font-style: normal;
  font-weight: 100;
  src: local('Raleway Thin'), local('Raleway-Thin'), url(http://themes.googleusercontent.com/static/fonts/raleway/v7/RJMlAoFXXQEzZoMSUteGWD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), url(http://themes.googleusercontent.com/static/fonts/raleway/v7/IczWvq5y_Cwwv_rBjOtT0w.woff) format('woff');
}

A:link {text-decoration: none; color:#0298db;}
A:visited {text-decoration: none; color:#0298db;}
A:active {text-decoration: none; color:#0298db;}
A:hover {text-decoration: none; color:#43b1e2;}

.navigation A:link {text-decoration: none; color: #1894c8;font-size:18px;text-transform:uppercase;font-weight:bold;}
.navigation A:visited {text-decoration: none; color: #1894c8;font-size:18px;text-transform:uppercase;font-weight:bold;}
.navigation A:active {text-decoration: none; color: #1894c8;font-size:18px;text-transform:uppercase;font-weight:bold;}
.navigation A:hover {text-decoration: none; color: white;font-size:18px;text-transform:uppercase;font-weight:bold;}



.button {
  background: #ff8000;
  background-image: -webkit-linear-gradient(top, #ff8000, #e67300);
  background-image: -moz-linear-gradient(top, #ff8000, #e67300);
  background-image: -ms-linear-gradient(top, #ff8000, #e67300);
  background-image: -o-linear-gradient(top, #ff8000, #e67300);
  background-image: linear-gradient(to bottom, #ff8000, #e67300);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: 'Raleway';
  color: #ffffff;
  font-size: 20px;
  padding: 10px 30px 10px 30px;
  border: solid #e27100 1px;
  text-decoration: none;
}

.button:hover {
  background: #ff952a;
  text-decoration: none;
}



.menu,
.menu ul,
.menu li,
.menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
.menu {
    height: 35px;
    width: 960px;
 
}
 
.menu li {
    position: relative;
    list-style: none;
    float: right;
    display: block;
    height: 35px;
}

.menu li a {
    display: block;
    padding: 0 12px;
    margin: 3px 0;
    line-height: 30px;
    text-decoration: none;
 
    font-family: 'exobold';
	text-transform:uppercase;
    font-weight: bold;
    font-size: 18px;
 
    color: #ffffff;

 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
 
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }
 
.menu li:hover > a { color: #76beff; }

.menu ul {
    position: absolute;
    top: 35px;
    left: 0;
	z-index: 2;
 
    opacity: 0;
    background: #004965;
 

 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
 
.menu li:hover > ul { opacity: 1; }
 
.menu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
.menu li:hover > ul li {
    height: 35px;
    overflow: visible;
    padding: 0;
}


.menu ul li a {
    width: 120px;
    padding: 5px 0 4px 10px;
    margin: 0;
	
 
    border: none;
    border-bottom: 1px solid #001d29;
}
 
.menu ul li:last-child a { border: none; }






body {
  margin-top:0px;
	background-image:url('../images/background.png');
	background-repeat:repeat-x;
	background-position:center top, center bottom; 
	background-color:#e5e5e5;
	font-family: 'Raleway';
	font-size:16px;
	color:#4b4b4b;
	}

h1 {
	font-family: 'exobold';
  color:#1963a6;
  font-size:38px;
  font-weight:bold;
  }
  
h1.thin {
	font-family: 'Raleway Light';
  	color:#ffffff;
  	font-size:38px;
	line-height:10%;
  }  
  
h2.thin {
	font-family: 'Raleway Light';
  	color:#ffffff;
  	font-size:18px;
  	text-transform:uppercase;
  }
  

h2 {
	font-family: 'exobold';
  color:#616161;
  font-size:24px;
  font-weight:bold;}


h3 {
	font-family: 'exobold';	
  color:#616161;
  }
  
  
  
td {
  padding-right:20px;
  vertical-align:top;
  }

/* Page Elements */

#header_flash {
z-index: 1;
position:absolute;
width: 100%;
height: 100%;
}

#wrap {
  width:960px;
  margin-left:auto;
  margin-right:auto;
  }
  
#logo {
	position:relative;
  }  
	
#header {
	width:960px;
	height:67px;
  margin-left:auto;
  margin-right:auto; 
  }
  
#navigation {
	flot:right;
  width:960px;
  height:35px;
  color:#1894c8;
  font-size:18px;
  }
  
#content {
  width:890px;
  padding-left:35px;
  padding-top:20px;
  padding-right:35px;
  padding-bottom:70px;
  }
  
#advertising_box {
  background-color:#f5f5f5;
  width:960px;
  height:315px;
  }
  
.welcome {
  width:940px;
  padding-top:8px;
  padding-left:20px;
  }  
  
  
#footer {
	font-size: 13px;
	color: #696969;
	background-color: #323232;
	left:0; position:fixed; text-align:center; bottom:0; width:100%; 
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
  }