html, body {
   margin:0;
   padding:0;
   height:100%;
}
body {
	background-color:#ffffff;
	color:#999999;
	font-family:'Lato', sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
}
.container {
   min-height:100%;
   position:relative;
}
.ie6 .container {
   height:100%;
}
.header {
	margin:0 auto;
	padding-top:20px;
	width:780px;
}
.header img {
	width:100%;
	max-width:780px;
}
.main {
	margin:20px auto;
	padding-bottom:100px;
	width:780px;
}
.footer {
	border-top:#cccccc 1px solid;
   bottom:0;
   height:60px;
   position:absolute;
   text-align:center;
   width:100%;
}
.footer p {
	line-height:60px;
	margin:0;
}
h2 {
    color: #AF0B14;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 200;
}
.grey-box {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #e7e5e5;
    background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(231,229,229,0.47) 53%, rgba(231,229,229,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(53%,rgba(231,229,229,0.47)), color-stop(100%,rgba(231,229,229,0)));
    background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(231,229,229,0.47) 53%,rgba(231,229,229,0) 100%);
    background: -o-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(231,229,229,0.47) 53%,rgba(231,229,229,0) 100%);
    background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(231,229,229,0.47) 53%,rgba(231,229,229,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#00e7e5e5',GradientType=0 );
    background: linear-gradient(top, rgba(239,239,239,1) 0%,rgba(231,229,229,0.47) 53%,rgba(231,229,229,0) 100%);
    font-family: verdana;
    font-size: 11px;
    padding: 10px;
}
nav {
    height: 40px;
    width: 100%;
    background: #455868;
    font-size: 11pt;
    font-weight: bold;
    position: relative;
    border-bottom: 2px solid #283744;
}
nav ul {
    padding: 0;
    margin: 0 auto;
    width: 600px;
    height: 40px;
}
nav li {
    display: inline;
    float: left;
}
nav li#currentpage {
	font-weight:bold;
}
.clearfix:before,  
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
nav a {
    color: #fff;
    display: inline-block;
    width: 100px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    text-shadow: 1px 1px 0px #283744;
}
nav li a {
    border-right: 1px solid #576979;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
nav li:last-child a {
    border-right: 0;
}
nav a:hover, nav a:active {
    background-color: #8c99a4;
}
nav a#pull {
    display: none;
}
a img {
	border:none;
}
.button {
	background: #f85032;
	border:none;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	display:inline-block;
	display:inline-block;
	font-family:'Lato', sans-serif;
	font-size:14px;
	margin: 10px 0 5px 0;
	padding:3%;
	text-align: center;
	text-decoration: none;
	transition: background 0.4s ease 0s;
	-moz-transition: background 0.4s ease 0s;
	-webkit-transition: background 0.4s ease 0s;
	-o-transition: background 0.4s ease 0s;
	width:94%;
	-webkit-box-shadow: 0 0 5px 0 rgba(1,1,1,0.3);
	box-shadow: 0 0 5px 0 rgba(1,1,1,0.3);
}
.button:hover {
	background: #f7300d;
	cursor:pointer;
	text-decoration:none;
}
input[type=text], input[type=tel], input[type=text], input[type=email], input[type=text], input[type=number], textarea, select {
	border:1px solid #BCC6CF;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	padding:2%;
	width:95%;
}
input[type=text]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=email]:focus, input[type=text]:focus, input[type=number]:focus, textarea:focus, select:focus {
	border:1px solid #005A9D;
}

@media screen and (max-width: 960px) {
	.header {
		width:100%;
	}
	.main {
		padding: 0 2% 60px;
	    width: 96%;
	}
}

@media screen and (max-width: 600px) {
    nav {
        height: auto;
    }
    nav ul {
        width: 100%;
        display: block;  
        height: auto;
    }
    nav li {
        width: 50%;
        float: left;
        position: relative;
    }
    nav li a {
        border-bottom: 1px solid #576979;
        border-right: 1px solid #576979;
    }
    nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }
}


@media only screen and (max-width : 480px) {
    .header {
		text-align:center;
	}
	nav {
        border-bottom: 0;
    }
    nav ul {
        display: none;
        height: auto;
    }
    nav a#pull {
        display: block;
        background-color: #283744;
        width: 100%;
        position: relative;
    }
    nav a#pull:after {
        content:"";
        background: url('images/nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }
}


@media only screen and (max-width : 320px) {
    nav li {
        display: block;
        float: none;
        width: 100%;
    }
    nav li a {
        border-bottom: 1px solid #576979;
    }
}