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

body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#001d57;
	font-family:"Myriad Pro";

	
}

html { 
  background: url(images/bkg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


	

#wrapper {
	width:960px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#headerwrapper {
	width:990px;
	height:179px;
	float:left;
	margin:0;
	padding:0;
}

#logo {
	width:334px;
	height:179px;
	float:left;
	margin:0;
	padding:0;
}

/*-------------------------------Text------------------*/

@font-face {
	font-family: 'Perpetua';
	src: url('fonts/Perpetua.eot');
	src: local('Perpetua'), local('Perpetua'), url('fonts/Perpetua.ttf') format('truetype');
}

p {
	font-family:"Myriad Pro";
	color: #373737;
	font-size:13px;
	padding:0;
	margin:0;
	line-height:23px;
}

a img {border: none; }

/*-----------------MENU--------------------*/

#menu {
	
	width:530px;
	float:right;
	margin:130px 0 0 0px;
	padding:0;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	
}

#menu li {
	margin:0px 10px 0px 10px;
	padding:10px 0 0 0;
	display:block;
	float:left;
	height:28px;
	
}


#menu li a {
	color:#FFF;
	font-size:15px;
	margin:5px 0 0 0;
	padding:0 5px 0 5px;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Perpetua';
	font-weight:lighter;
	-webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
}

#menu li a:hover {
	color:#9c9d9d;
	text-decoration:none;
	margin-top: 1px;
}

.tg-bump a{
    
    float: left;
    
    -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
}

.tg-bump a:hover {
    margin-top: 1px;
}

.menuborder {
	background-color: #030b1d;
background-image: url(images/gradient.png);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,
from(#627fba), to(#030b1d));
background-image: -webkit-linear-gradient(top, #627fba, #030b1d);
background-image: -moz-linear-gradient(top, #627fba, #030b1d);
background-image: -ms-linear-gradient(top, #627fba, #030b1d);
background-image: -o-linear-gradient(top, #627fba, #030b1d);
	height:22px;
	width:1px;
	padding:40px 0 0 0;
}

/*------------------ Slideshow -----------------------*/

#slideshow {
	height:310px;
	width:960px;
	float:left;
	padding:10px;
	margin:0;
	background-color:#FFF;
}

/*------------------ content -----------------------*/

#content {
	width:980px;
	float:left;
	padding:0px 0 0 0;
	margin:20px 0 0px 0;
	background-color:#FFF;
	box-shadow: 0px 10px 25px #000;
	overflow:hidden;
}

#textbox{
	padding: 0;
	float: left;
	width: 740px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}

#textbox2{
	padding: 0;
	float: left;
	width: 770px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}


#text {
	font-family:"Myriad Pro";
	color: #373737;
	font-size:13px;
	padding:0;
	margin:0;
	line-height:23px;
}

h1 {
	font-size:22px;
	color:#17294e;
	font-family: 'Perpetua';
	font-weight:lighter;
	
}

h1 a{
	text-decoration:none;
	color:#021e54;
}

h1 a:hover {
	color:#82080c;
}

h2 {
	font-size:22px;
	color:#82080c;
	font-family: 'Perpetua';
	font-weight:lighter;
	margin:20px 0 0 0;
	padding:0;
	
	
}

h3 {
	font-size:22px;
	color:#82080c;
	font-family: 'Perpetua';
	font-weight:lighter;
	margin:0px 0 10px 0;
	padding:0;
	
	
}

h4 {
	color:#17294e;
	font-size:14px;
	float:left;
	margin:0;
	padding:0;
	text-transform:uppercase;
}

h5 { 
width:733px; 
text-align:left; 
border-bottom: 1px solid #82080c; 
line-height:0.1em; 
margin:10px 0 20px;
font-size:18px;
text-transform:uppercase;
font-weight:lighter;
 } 

h5 span { background:#ededed; padding:0 10px 0 0; }

#on {
	color:#9c9d9d;
}

a{
	
	color:#021e54;
}

a:hover {
	color:#82080c;
}


#projectborder {
	background-color:#ededed; margin:5px 0; padding:10px 5px; border-radius:5px;
}

/*------------------ sidebar -----------------------*/

#sidebar {
	width:174px;
	float:right;
	padding-bottom: 5000px;
margin-bottom: -5000px;
	background:url(images/sidebar.png) repeat-y;
}

#projectgallery {
	width:174px;
	height:52px;
}

/*---------Links--------*/

#linksbox {
	width:370px;
	float:left;
	margin:0 0 20px 0;
	padding:0;
	text-align:center;
}

/*------------Contact-------------*/

#contact {
	width: 143px;
	height: 270px;
	float: left;
	margin: 0;
	padding: 5px;
	font-size: 12px;
	line-height:17px;
}

#contact a{
	color:#82080c;
	text-decoration:none;
}

#contact a:hover{
	color:#021e54;
}

#contactbox{
	width:300px;
	float:left;
	margin:10px 0 20px 0;
	padding:0;
	font-size:12px;
	
}

#contactbox a{
	color:#82080c;
	text-decoration:none;
}

#contactbox a:hover{
	color:#021e54;
}

#map {
	width:425px;
	float:left;
	margin:0 0 10px 0;
	padding:0;
}

/*----------------Footer--------------------*/

#footer {
	width:960px;
	height:131px;
	float:left;
	margin:20px 0 0 0;
	padding:0;
}

#footerbx {
	width: 300px;
	height: 120px;
	float: left;
	margin: 0;
	padding: 0;
}

#footerbx2 {
	width: 355px;
	height: 120px;
	float: left;
	margin: 0;
	padding: 0;
}

#footersep {
	width:2px;
	height:120px;
	float:left;
	margin:0;
	padding:0;
	background:url(images/footer_sep.png) no-repeat;
}

#footer p{
	color:#FFF;
}

#footer a{
	color:#FFF;
}

.small {
	font-size:11px;
}
