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

hr {
height: 1px;
color: #cccccc;
background-color: #cccccc;
border: none;
}

div.border {
	position: relative;
	margin: 50px 50px 20px 50px;
	padding: 0px 50px 50px 50px;
	border: 1px solid; 
	color:#eac220;
}
IMG.logo {
    display: block;
    margin-left:auto;
    margin-right: auto 
}
	
	.nav ul {
	display: block;
	width: 100%;
	text-align: center;
	font-size:14px;
	color:#838282;
	padding: 0;
    margin: 0;
}

	.nav li {
	width:155px;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;      
	font-size: 14px;
	list-style: none;
	padding: 10px;
	position: relative;
    }

.nav a:visited {
	 //color: #eac220;
	 color:#838282; 
	 }
.nav a:link {
   	text-decoration: none;
	color:#838282; 
}
.nav a:hover
{
	color: #eac220;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	}
.nav a:active 
{
	color: #eac220;
}

@media screen and (min-width: 400px) {
  .nav li {
    width: auto;
    border-bottom: none;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
	
  }
  
   /* Option 1 - Display Inline */
  .nav li {
    display: inline-block;
    margin-right: -4px;
  }
 
  /* Options 2 - Float
  .nav li {
    float: left;
  }
  .nav ul {
    overflow: auto;
    width: 400px;
    margin: 0 auto;
  }
  .nav {
    background-color: #444;
  }
  */
