/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
	background-color: ;
}
nav {
	height: 40px;
	width: 100%;
	background: #d6b15e;
	font-size: 16px;
	font-family: 'Gil Sans MT', Arial, sans-serif;
	font-weight: 600;
	position: relative;
	border-bottom: 0px solid #283744;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
	font-size: 16px;

}
nav a {
	color: #0d004c;
	display: inline-block;
	width: auto;
	text-align: center;
	text-decoration: none;
	padding: 0 30px 0 30px;
	line-height: 40px;
	text-shadow: 0px 0px 0px #283744;
}
nav li a {
	border-right: 0px solid #83bfee;
	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: #0d004c;
	color: #fff;
}
nav a#pull {
	display: none;
	color: #0d004c;
}

.text            {COLOR: #000000; FONT-SIZE: 16pt; FONT-WEIGHT: 600; FONT-FAMILY: ; TEXT-DECORATION: none; line-height:1.5;} 
.text A:link     {COLOR: #000000; FONT-SIZE: 16pt; FONT-WEIGHT: 600; FONT-FAMILY: ; TEXT-DECORATION: none; line-height:1.5;}
.text A:visited  {COLOR: #000000; FONT-SIZE: 16pt; FONT-WEIGHT: 600; FONT-FAMILY: ; TEXT-DECORATION: none; line-height:1.5;}
.text A:hover    {COLOR: #4874bf; FONT-SIZE: 16pt; FONT-WEIGHT: 600; FONT-FAMILY: ; TEXT-DECORATION: underline; line-height:1.5;}

.btn {
display: inline-block;
padding: 9px 12px;
padding-top: 7px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #5e5e5e;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-color: #d1dade;
-webkit-border-radius: 3px;
-webkit-border-radius: 3px;
-webkit-border-radius: 3px;
background-image: none !important;
border: none;
text-shadow: none;
box-shadow: none;
transition: all 0.12s linear 0s !important;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.btn-cons {
margin-right: 5px;
min-width: 120px;
margin-bottom: 8px;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-primary {
color: #fff;
background-color: #428bca;
border-color: #357ebd;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-white {
color: #5e5e5e;
background-color: #fff;
border: 1px solid #e5e9ec;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
border-color: transparent;
}
.btn-link {
color: #5e5e5e;
background-color: transparent;
border: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
border-color: transparent;
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	h3 { margin-top:10px;}

    h6 { margin-top:10px; }
	
	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 #0d004c;
		border-right: 0px solid #83bfee;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	h3 { margin-top:10px;}

    h6 { margin-top:10px; }

    nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #d6b15e;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	h3 { margin-top:10px;}

    h6 { margin-top: 10px; }

    nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #0d004c;
	}
}