@font-face {
    font-family: 'Dharma Gothic';
    src: url('dharma_gothic.eot');
    src: url('dharma_gothic.eot?#iefix') format('embedded-opentype'),
         url('dharma_gothic.woff') format('woff'),
         url('dharma_gothic.ttf') format('truetype'),
         url('dharma_gothic.svg#dharma_gothic_m_regularRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial Light';
    src: url('arial_light.eot');
    src: url('arial_light.eot?#iefix') format('embedded-opentype'),
         url('arial_light.woff') format('woff'),
         url('arial_light.ttf') format('truetype'),
         url('arial_light.svg#dharma_gothic_m_regularRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
  height: 100%;
}

body {
  height: 100%;
  background: url('../images/bg_body.png') #CEE0B3 center 120px no-repeat;
}

a {
  text-decoration: none;
}

divs {
  outline: 1px dashed #ccc;
}

h3:focus {
  outline: none;;
}

#container {
  width: 950px;
  min-height: 100%;
  margin: 0px auto;

  background: #E2EDD0;
  
  border-left: 5px solid #455A21;
  border-right: 5px solid #455A21;
}

#admin_nav {
  
  clear: both;
  text-align: right;
  border-left: 5px solid #455A21;
  border-right: 5px solid #455A21;
}

#admin_nav a {
}


nav {
  width: 950px;
  height: 46px;

  margin-left: -5px;
  
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;  
  
  font-family: verdana;
  font-size: 9px;
  color: #455A21;
  text-transform: uppercase;

}

  nav a {
    display: block;
    
    color: #455A21;
    text-decoration: none;
    
    padding-top: 5px;
    padding-bottom: 5px;
		padding-left: 10px;
		padding-right: 25px;
  }

  nav ul {
  	list-style: none;
  	position: relative;
  	display: inline-table;
  	padding-left: 29px;
  	margin: 0;
  }

  	nav ul:after {
  		content: ""; clear: both; display: block;
  	}

  	nav ul li {
  		float: left;
  		margin-top: 14px;
  	}

  		nav ul li:hover, 
  		body#home a#nav_home,
  		body#values a#nav_values,
  		body#services a#nav_services,
  		body#about_us a#nav_about_us,
  		body#money_news a#nav_money_news,
  		body#contact a#nav_contact
  		 {
        background: #D0E1A0;
        background: -webkit-gradient(linear, left top, right top, from(#B3CC95), to(#E2EDD0));
        background: -webkit-linear-gradient(left, #B3CC95, #E2EDD0);
        background: -moz-linear-gradient(left, #B3CC95, #E2EDD0);
        background: -ms-linear-gradient(left, #B3CC95, #E2EDD0);
        background: -o-linear-gradient(left, #B3CC95, #E2EDD0);
  		}
		
  		
  nav ul ul {
  	display: none;
  }

  	nav ul li:hover > ul {
  		display: block;
  	}
			
		
	nav ul ul {
		padding: 0 0 20px 0;
		position: absolute; 
		top: 100%;
    background: #D0E1A0;
    background: -webkit-gradient(linear, left top, right top, from(#B3CC95), to(#E2EDD0));
    background: -webkit-linear-gradient(left, #B3CC95, #E2EDD0);
    background: -moz-linear-gradient(left, #B3CC95, #E2EDD0);
    background: -ms-linear-gradient(left, #B3CC95, #E2EDD0);
    background: -o-linear-gradient(left, #B3CC95, #E2EDD0);
	}
	
		nav ul ul li {
			float: none; 
			position: relative;
			font-size: 8px;
			width: 81px;
		}
		
		nav ul ul li:hover {
		  background: #82965D;
		  
		}
		
		nav ul ul li a {
		  padding-right: 20px;
		  padding-top: 5px;
		  padding-bottom: 5px;
		}

#user {
  float: right;
  padding-top: 18px;
  padding-right: 51px;
  font-size: 8px;
}

  #user label {
    padding-right: 5px;
    font-size: 9px;
  }

  #user input[type='text'], 
  #user input[type='password'] {
    width: 80px;
    background: #DBE8C4;
    border: 1px solid #B3CC95;
    color: #455A21;
    padding: 2px 0 2px 7px;

  }
  
    #user input[type='submit']:hover {
      background: #758B44;
      color: #D0E1A0;
    }
    
    #user input[type='text']::-webkit-input-placeholder,
    #user input[type='password']::-webkit-input-placeholder  {
      color: #737A35;
      letter-spacing: 1px;
    }
    
    #user input[type='text']:-moz-input-placeholder,
    #user input[type='password']:-moz-input-placeholder {
      color: #737A35;
      letter-spacing: 1px;
    }
    
    #user input[type='text']::-ms-input-placeholder,
    #user input[type='password']::-ms-input-placeholder {
      color: #737A35;
      letter-spacing: 1px;
    }
    
  #user input[type='submit'] {
    width: 50px;
    background: #DBE8C4;
    border: 1px solid #B3CC95;
    border-radius: 5px;
    color: #455A21;
    padding: 2px 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }


#header {
  width: 910px;
  height: 70px;
  font-family: "Dharma Gothic", arial;
  font-size: 74px;
  padding-left: 40px;
  padding-top: 18px;
  letter-spacing: 2px;
}


#header_separator {
  height: 6px;
  border-top: 6px solid #758B44;
  margin-top: -14px;  
}


#main {
  clear: both;
  padding: 40px;
  font-family: verdana;
  font-size: 12px;
  line-height: 19px;
}

#main h3 {
  text-transform: uppercase;
  font-family: verdana;
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-weight: normal;
  color: #5A8825;
}

#main h2 {
  font-family: 'Arial Light', arial;
  padding: 0;
  margin: 5px 0 20px;
  font-size: 17px;
  font-weight: 510;
  color: #5B214A;
  line-height: 25px;
}

#footer {
  margin: 7px 10px 0;

  height: 41px;

  color: #3A4C00;
  background: #82965D;
}

  #footer a {
    color: #3A4C00;
  }

  #footer #credits {
    width: 560px;
    height: 20px;

    float: left;
    margin-top: 18px;
    margin-left: 20px;
  
    font-family: verdana;
    font-size: 8px;
    
  }

    #footer #credits ul {
      list-style: none;
      padding: 0;
    }

      #footer #credits ul li {
        display: inline;
        margin-right: 7px;
        padding-right: 7px;
        border-right: 1px solid #3A4C00;
      }
/*
      #footer #credits ul li:last-child {
        border-right: none;
      }
*/
  #footer #phone {
    width: 300px;
    height: 36px;
    float: right;
  
    font-family: "Dharma Gothic", arial;
    font-size: 44px;
    letter-spacing: 1px;
    margin-right: 15px;
  
  }

.button {
  background: #455A21;
  border: 1px solid #82965D;
  border-radius: 4px;
  color: #fff ;
  padding: 2px 5px;
}

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

