*{
  margin:0;
  padding:0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
body, html{
  margin:0;
  padding:0;
  background:#e7e7e7;
  text-align:center;
  margin-bottom:10px;
}

a{color:#87B220;text-decoration:underline;}
a:hover{color:#717171;text-decoration:none;}

/* ----- IDS ----- */

#container{
  width:780px;
  margin:10px auto;
  padding:0;
  background:#fff;
  text-align:left;
}

/* ----- HEADER ----- */

#logo{
  margin:0;
  padding:0;
}

.subContainer, #navigation ul{
  width:780px;
  margin:0 auto;    
}
#header{
  text-align:left;
  margin:0;
  padding:15px 0 0 0;
  height:70px;
  background:#87b220;
}
#banner{
  margin:0;
  padding:0;
  padding-bottom:5px;
  background:#e7e7e7;
}

/* ----- NAVIGATION ----- */

#navigation{
  margin:0;
  padding:0;
  background:#7fa71f;
  height:34px;
  list-style:none;
}
#navigation li{
  float:left;
  clear:none;
  list-style:none;
}
#navigation li a{
  color:#fff;
  display:block;
  font-size:12px;
  text-decoration:none;
  font-weight:bold;
  padding:10px 18px;
}
#navigation li a:hover{
  color:#fff;
  background:#739B1F;
}

#active a{background:url('../images/nav_bg.gif');}

/* ----- HEADINGS ----- */

h1{
  font-size:22px;
  margin:0 0 10px 0;
}
h2{
  font-size:18px;
  margin:15px 0 15px 0;
}
h3{
  font-size:14px;
  margin:12px 0 5px 0;
}

/* ----- PARAGRAPHS ----- */

p{
  color:#043f4a;
  font-size:12px;    
  line-height:20px;
}
#primaryContent ul{
    color:#043f4a;
    font-size:11px;    
    margin:20px 0;
    list-style:none; 
}
#primaryContent li{    
    padding-left:25px;
    margin:8px 0;
    list-style:none;
    background:url('../images/content_bullet.png') left bottom no-repeat;
}
#secondaryContent p{
    
}

/* ----- FORMS ----- */

input{
    background-color: #FFF;
    color: #999999;
    border: 1px solid #CCC;
    font-size: 11px;
    padding: 3px;
    width:160px;              
}
button{
    background-color:#EFEFEF;
    line-height:11px;
    color: #000;
    border: 1px solid #CCC;
    font-size: 11px;
    height:20px;
    margin: 0;
    padding: 0 5px;
}
form p{
    padding:2px 0;
}

/* ----- IMAGES ----- */

img{
    border:0;
}
img a{
    border:0;
    text-decoration:none;
}
img a:hover{
    border:none;
}

/* ----- CONTENT ----- */

#primaryContent{
  width:560px;
  padding:20px 25px;
  font-size:11px;
  float:left;
  clear:none; 
}
#primaryContent img{
  float:right;
  clear:none;
  margin:10px;
  margin-right:0;
  padding:1px;
  border: 1px solid #E7E7E7;
}
#secondaryContent{
  width:142px;
  padding:10px 10px;
  border-left:5px solid #e7e7e7;
  font-size:11px;
  float:right;
  clear:none;
  text-align:center;
}
#secondaryContent h2{
  padding:4px 8px;
  margin:0 0 10px 0;
  background:#e2edcb;
  color:#333;
  font-size:13px;
  font-weight:bold;
  text-transform:uppercase;
}
#secondaryContent ul{
  list-style:none;
}
#secondaryContent li{
  list-style:none;
  padding-left:20px;
  margin:8px 0;
  background:url('../images/tiny_bullet.png') left bottom no-repeat;
}
#secondaryContent li a{
  color:#575757;
  font-weight:bold;
  text-decoration:none;
}
#secondaryContent li a:hover{
  color:#E7E7E7;
  font-weight:bold;
  text-decoration:underline;
}
#secondaryContent .links li{
  padding-left:0px;
  margin:8px 0;
  background:none;
}

/* ----- FOOTER ----- */

#footer{
  margin:0 auto;
  margin-bottom:10px;
  height:10px;
  padding:8px 20px;
  clear:both;
  width:740px;
  text-align:left;
  font-size:10px;
  color:#484848;
  background:#f4f4f4;
}
#footer ul{
  list-style:none;    
}
#footer li{
  list-style:none;
  display:inline;    
}
#footer #copyright{
  float:left;
  clear:none;
}
#footer #links{
  float:right;
  clear:none;
}
#footer a{
  color:#606060;
  text-decoration:none;
}
#footer a:hover{
  color:#ccc;
  text-decoration:underline;
}

/* ----- CLASSES ----- */

.clear{clear:both;}