@font-face { font-family: 'BebasNeue'; src: url('BebasNeue.eot'); src: local('☺'), url('BebasNeue.woff') format('woff'), url('BebasNeue.ttf') format('truetype'), url('BebasNeue.svg#webfontYTNBaMZu') format('svg'); font-weight: normal; font-style: normal; }

/* basics ------------------------------ */

body { margin:0; padding:0; background:url('/img/bg-c.gif') repeat; background-color:#ffffff; font-family:"Arial", Helvetica, sans-serif; text-align:center; font-size:.8em; line-height:1.6em; color:#4d4d4d; cursor:default; }

a { color:#b06228; font-weight:bold; }
	a:hover { text-decoration:none; color:#b03b28; }

hr { height:1px; color:#246c82; }

img { border: 0; }

table { border-collapse:collapse; }

form { margin: 0; padding: 0; }

.specialtext { color: #ff0000; font-weight: bold; }

p { padding: 0; }

h1 { font-family:"Georgia", serif; font-size:130%; font-weight:bold; color:#b04c28; }
h2 { font-family:"Verdana", san-serif; font-size:110%; font-weight:bold; color:#b03b28; }
h3 { font-size:100%; color:#4f5843; }

/* top ------------------------------ */

#top {
  width: 100%;
  height: 220px;
  background: url('../img/bg.gif') repeat-x;
}

#logo {
  float: left;
  width: 50%;
  background: url('../img/bg-b.gif') repeat-x;
  margin-left: -150px;
  padding: 110px 0 10px 0;
  text-align: right;
}

#nav {
  float: right;
  width: 50%;
  margin-right: 150px;
  padding: 114px 0 6px 0;
  text-align: left;
font-family:BebasNeue, Helvetica, sans-serif; font-size:160%;
}

#nav a { text-decoration:none; font-weight:normal; color:#f0c523; text-shadow:1px 1px 1px #282b22; }
	#nav a:hover { color:#ffe893; }
#nav a.alt { color:#94a148; }
#nav a.alt:hover { color:#bfca7f; }

#mouseovers {
  float: left;
  margin: 0;
  padding: 0;
margin-left:6px;
}

#mouseovers li {
  float: left;
  margin: 0;
margin-right:10px;
  padding: 0;
  list-style: none;
}

/* info ------------------------------ */

#info { width:760px; margin:0 auto; padding: 0 0 20px 0; text-align:left; line-height:1.6em; font-size:100%; }

#info p {
  text-align: justify;
}

#info ul {
  margin: 0;
  padding: 0 0 0 20px;
}

#subnav {
  position: relative;
  top: 7px;
  float: left;
  width: 240px;
  text-align: center;
}

#subnav-info {
  margin: 0 auto;
  width: 200px;
  text-align: left;
}

#article {
  position: relative;
  top: -42px;
  float: right;
  width: 515px;
  padding-left: 5px;
}

#top-bar {
  position: relative;
  width: 520px;
  height: 37px;
  text-align: left;
}

#contactinfo {
  float: left;
  width: 100px;
  text-align: right;
  font-weight: bold;
  line-height: 24px;
  margin-right: 20px;
  padding: 0;
}

#contactfields {
  float: left;
  width: 300px;
  line-height: 24px;
}

/* footer ------------------------------ */

#footer {
  float: left;
  width: 100%;
  height: 60px;
  border-top: 1px solid #DDDDDD;
  position: relative;
  margin: 0;
  margin-top: 20px;
  padding: 0;
  padding-top: 10px;
  color: #6A7261;
font-size:90%;
}

#footer a {
  color: #6A7261;
  font-weight: bold;
}

#footer a:hover {
  color: #7C8472;
  text-decoration: none;
}

