*{ padding: 0; margin: 0}

html{
  font: 62.5%/1.5 "Verdana", "Lucida Console", "Georgia", "Arial", "Times New Roman";
}

body{ overlay: hidden}
#default{
  padding: 0px 10px 10px 010px;
  text-align: center;
  background: url(../images/backgroundimage.jpg) center top; 
  background-attachment: fixed;

}

#container{
  text-align: left;
  width: 742px;

/* IE AND FIREFOX BUG FIX */

  margin-top: -3px;
  padding-top: 3px;
  #margin-top: 0px;

/**************************/
  padding-bottom: 5px;
  background-image: url(../images/mainfiller.gif);
}

#header{
  width: 742px;
  height: 342px;
 
 
}


#media{ /* SUBNAV AND BULLETIN IS INCLUDED IN THIS ID */
  margin-top: 3px;
  margin-left: 20px;


}


#subnav{

  float: left;
  width: 185px;
  height: 203px;



  background-image: url(../images/subnav.jpg);

}

#bulletin{

  float: left;
  width: 520px;
  height: 203px;


  margin-left: 2px;
  background-image: url(../images/bulletin.jpg);
}

#main_content{ /* CONTENT AND RAIL INCLUDED INSIDE */
  float: left;
  margin: 5px 0px 0px 20px;
  display:inline;
}

#content{

  float: left;
  width: 525px;
/*  height: 300px; */  /* delete this line after template is done and fix bugs */
  min-height: 300px;

  background-image: url(../images/contentfiller.jpg);
}

#content #top{
  width: 525px;
  height: 28px; 
  background-image: url(../images/contenttop.jpg);
}

#content #top h1{ /* define title written in content top portion */
  margin-top: 0px;
  font-size: 1em;
  text-align: right;
}

#content #bottom{
  width: 525px;
  height: 38px;
  background-image: url(../images/contentbottom.jpg);
}

#main_content #content p{
  font-size: 1.2em;
  padding: 8px 10px 5px 15px;

  color: #fff; /* ask ayel */

}
#content h1{
  font-size: 2.5em;
  padding: 5px 10px 5px 5px;

  color: #fff; /* ask ayel */
}

#main_content #content h2{
  font-size: 1.8em;
  padding: 5px 10px 5px 10px;

  color: #fff; /* ask ayel */
}

#main_content #content h3{
  font-size: 1.5em;
  padding: 5px 10px 5px 10px;

  color: #fff; /* ask ayel */
}

#main_content #content h4{ /* this will be an all purpose header (e.g. errors, cautions, notices, etc) */
}


#rail{
  float: left;
  width: 163px;

  background-image: url(../images/calendarfiller.jpg);
  margin-left: 12px;
 
}

#rail h2{
 
  color: #fff;
  font-size: 1em;
  padding: 5px 5px 5px 5px;

}

#rail h3{

  color: #fff;
  font-size: 1.1em;
  padding: 5px 5px 5px 10px;
}

#rail p{
  
  color: #fff;
  font-size: 1.1em;
  padding: 5px 5px 5px 10px;
}

#rail #top{

  width: 163px;
  height: 27px;
  background-image: url(../images/calendartop.jpg);
}


#rail #bottom{

  padding: 0px; margin: 0px;

  width: 163px;
  height: 3px;
  background-image: url(../images/calendarbottom.jpg);
}

#footer{

  width: 742px;
  height: 140px;
  
  color: fff;
  background: url(../images/defaultfooter.jpg) 15px 0px	;
  background-repeat: repeat-y;


}

#footer h2{ 
  font-size: 1em;
}

#footer p{
  text-align: center;
  margin-top: 0px;
  font-size: 1em;
}

#footer a{

  text-decoration: none;
  color: #ff0;

}

#footer a:hover{

  text-decoration: underline;

}


#sitelinks{

  margin-left: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

#sitelinks ul p{
  
  margin-top: 10px;
  font-weigth: bold;
  color: #ff0; 

}

#sitelinks ul ul{

  margin-left: 30px;

}

#sitelinks p a{

  color: #ff0;
  font-size: 2.5em;
  text-decoration: none;
}

#sitelinks p a:hover{
  
  text-decoration: underline;

}

#sitelinks li a{

  color: #fff;
  text-decoration: none;
  font-size: 1.2em;

}

#sitelinks li a:hover{

  text-decoration: underline;

}

/* ERROR */

h2.error{

  width: 500px;
  margin-top: 20px;
  margin-left: 50px;
  padding-left: 40px;
  background: url(../images/error.png) 10px center;
  background-repeat: no-repeat;

  background-color: #fff;

  color: #000!important;

  font-size: 1.2em!important;
}


h2.confirm{

  width: 500px;
  margin-top: 20px;
  margin-left: 50px;
  padding-left: 35px;
  background: url(../images/confirm.png) 10px center;
  background-repeat: no-repeat;

  background-color: #fff;

  color: #000!important;

  font-size: 1.2em!important;
}



/* FIXES */


#content_adjust{
  height: 50px;
  width: 10px;
}
#clear{
  clear: both;
}

div.announcement{

background-image: url(../images/announcement.jpg); width:690px; margin-left: 8px; margin-top: 3px; height: 30px;

}
