/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a {
  outline: none;
}

a:link {
  color: #D72020;
}

a:hover {
  text-decoration: none;
  color: #FF0000;
}

a:visited {
  color: #D72020;
}

body {
  
  background: #FFD723 url(images/back_all.jpg) repeat-x;
  font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
}

#content
{
  margin: 0 auto;
  background: #ffffff;
  width: 786px;
  text-align: left;
  
}


#header {
  background: #ffffff;
  height: 306px;
  text-align: left;   
}

#menu1
{
border-left: 4px solid #FFFFFF;
width: 778px;
height: 80px;
background: url(images/header_top.gif) repeat-x;
}

#menu ul {
  list-style: none; 
}

#menu li {
  
  display: inline; 
  
}

#menu a {
  float: left;
  width: 100px;
  height: 46px;
    display: block;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  padding-top: 35px;

}

#menu a:hover {
  width: 100px;
    height: 46px;
  color: #D72020;
  text-decoration: underline;
  background: #FFFFFF url(images/header_top_over.gif) repeat-x;
}

#menu a.current {
  text-decoration: underline;
}


#logo {
background: #ffffff ;
width: 738px;
height: 146px;
text-align: right;
padding-top: 80px;
padding-right: 40px;
border-left: 4px solid #ffffff;
}


#logo a {
  text-decoration: none;
  font-size: 30px;
  color: #000033;
    font-weight: bold;
}
#logo span.logo_small a
{
font-size: 12px;
}

#left
{
  padding: 10px;
  width: 237px;
  padding-right: 1em;
}

#left p
{
width: 225px;
height: 25px;
padding-left: 15px;
padding-top: 15px;
text-transform: uppercase;
background: url(images/title.gif) no-repeat
}

#left span.advhead {
font-size: 14px;
font-weight: bold;
color: #ffffff;
}

#left ul {
  list-style: none;
  border-bottom: 1px solid #D72020;
  border-left: 1px solid #D72020;
  border-right: 1px solid #D72020;
}

#left li ul {
  margin: 0;
  padding: 0 10px 10px 10px;
  list-style: none;
  text-align: left;
  border: none;
}

#left li li {
  margin: 0;
  padding-bottom: 10px;
  font-size: 11px;
}

#left a {
  text-decoration: none;
  color: brown;
  font-size: 11px;
  display: inline;
  background-color: white;
  padding: 0;
}


#right
{
float: right;
width: 500px;
padding-right: 10px;
}

#right H4
{
  margin: 0;
  padding: 0px;
  font-size: 12px;
  color: #D72020;
}

#right a
{
color: #D72020;
text-decoration: none;
}

#right p {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}

#right h1 {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  color: #D72020;
    font-size: 20px;
}

#right ul li {
  margin-bottom: 5px;
}


.date {
  text-align: right;
  color: #808080;
  font-size: 11px;
  background-color: #fff;
}

.date a {
  color: #D72020;
  background-color: #fff;
}

#footer {
  height: 24px;
  clear: both;
  padding-top: 20px;
  background: url(images/footer.gif) repeat-x;
  border-top: 5px solid #A6640E;
}

#footer p {
  margin: 0;
  font-size: 10px;
  text-align: center;
  color: #ffffff;
}

#footer a {
  color: #ffffff;
}

img.left {
  float: left;
  margin: 10px;
  border: none;
}

img.right {
  float: right;
  margin: 10px;
  border: none;
}


/* FMenu */

#fmenu {
  clear: both;
  padding-top: 15px;
  text-align: center;
  font-size: 11px;
  width: 765px;
  margin: 0 auto;
  padding: 10px;
}

#fmenu ul {
  list-style: none;
  display: inline;
  float: left;
}

#fmenu li {
  display: block;
  float: left;
  width: 230px;
  padding: 0 0 0 20px;
  text-align: left;
  line-height: 1.1em;
  margin-bottom: 10px;
}

#fmenu li a {
  color: brown;
  text-decoration: none;
}

.mailto2 {display:none}
