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


/* BACKGROUND */

body {font-size:100%;}
body {background-color:#fcfbf0;}
body a {color:#f88379}

img { 
    width: 100%;
    height: auto;
}


/* FONTS */
h1a {
  font-family: "nueva-std",serif;
  font-style: normal;
  font-weight: 400;
  font-size:6em;
  color:#7e4300;
  line-height:100%;
  margin-left:20px
  }
  
h1b {
  font-family: "nueva-std",serif;
  font-style: normal;
  font-weight: 400;
  font-size:6em;
  color:#bea17f;
  line-height:100%;
  margin-left:20px
  }  
  
h2a {
  font-family: "nueva-std",serif;
  font-style: normal;
  font-weight: 400;
  font-size:2em;
  color:#7e4300;
  line-height:100%;
  margin-left:0px
  }
  
h2b {
  font-family: "nueva-std",serif;
  font-style: normal;
  font-weight: 400;
  font-size:2em;
  color:#bea17f;
  line-height:100%;
  margin-left:20px
  }  
  
p4 {
  font-family: "myriad-pro",sans-serif;
  font-style: bold;
  font-weight: 500;
  font-size:1.2em;
  color:#006594;
  line-height:1.2em;
  margin-left:0px
  }   
p5 {
  font-family: "myriad-pro",sans-serif;
  font-style: none;
  font-weight: 500;
  font-size:1.2em;
  color:#231f20;
  line-height:1.2em;
  margin-left:0px
  } 
p6 {
  font-family: "myriad-pro",sans-serif;
  font-style: bold;
  font-weight: 500;
  font-size:1em;
  color:#006594;
  line-height:110%;
  margin-left:0px
  }
  
p7 {
  font-family: "myriad-pro",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size:0.5em;
  color:#231f20;
  line-height:110%;
  margin-left:10px
  }  
  
p {
  font-family: "myriad-pro",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size:0.8em;
  color:#231f20;
  line-height:110%;
  margin-left:10px
  }

/* Top Navigation */

#main-nav
{width: 100%;
height:20px;
}
#main-nav ul
{
		position:absolute;
  left:0%;
  top:0%;
  display:block;
background-color:#714300;
width:100%;
height:20px;
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}

#main-nav li
{
float:left;
}

#main-nav li a { 
display:block;
width:120px;
height:20px;
background-color:#714300;
	font-family: "nueva-std",serif;
font-style: normal;
font-weight: 400;
font-size:0.9em;
color:#bea17f;
	text-decoration: none;
	text-align: center;
} 

#main-nav li a:hover { color: #714300; }

#main-nav li a span.show {
display:none;
}
#main-nav li a:hover span.show {
display:inline;
background-color:#bea17f;
display:block;
width:120px;
height:20px;
}

#main-nav li a:hover span.noshow {
display:none;

}

/* Navigation */
#base-nav ul
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
#base-nav li
{
float:left;
}
#base-nav a:link,a:visited
{
display:block;
width:120px;
height:30px;
font-family: "nueva-std",serif;
font-style: normal;
font-weight: 400;
font-size:0.8em;
color:#7fb79d;
background-color:#00703c;
text-align:center;
padding:4px;
text-decoration:none;
}
#base-nav a:hover,a:active
{
background-color:#040;
}

