/* CSS Document */

body{
  margin: 0px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #404040;
  background: #d5d3d3;
  background-image: url(images/main_bg.jpg);
  background-repeat: repeat-x;
}


#main{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#container{
  float: left;
  width: 792px;
  padding-left: 4px;
  padding-right: 4px;
  background: #ffffff;
  width: 100%;
  height: 100%;
}

#sky-banner{
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

/* -- HEADER -- */
#header{
  float: left;
  width: 100%;
  height: 196px;
  margin-bottom: 30px;
}

#header-images{
  float: left;
  width: 100%;
  height: 157px;
  margin-bottom: 1px;
  text-align: right; 
}

#menu{
  float: left;
  width: 100%;
  height: 38px;
  background: url(images/menu_bg.jpg);
  text-align: center;
}

ul.menu {margin-top: 10px; list-style:none; text-align:center;}
ul.menu li {padding-left: 20px; padding-right: 20px; padding-top: 10px; background:url(images/li_bg.gif) 0px 10px no-repeat; display: inline;}
ul.menu li.first { background: none; }

a.menu:link, a.menu:active, a.menu:visited{
  font-size: 13px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}

a.menu:hover{
  font-size: 13px;
  color: #fb3b04;
  font-weight: normal;
  text-decoration: none;
}

/* --CONTENT -- */
#content-wrapper{
  float: left;
  width: 100%;
  height: 100%;
  background: url(images/body_bg.gif);
}

#content{
 float: left;
 width: 480px;
 padding-right: 15px;
 text-align: justify; 
}

.featured-box{
  float: left;
  width: 438px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
}

.featured-title{
  font-size: 20px;
  font-weight: bold;
  color: #8f0002;
}

.news-box{
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.news-row{
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #a0a0a0;
}

.news-title-row{
  float: left;
  width: 95%;
  padding-left: 5%;
  height: 30px;
  padding-top: 8px;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  background: url(images/news_title_bg.jpg);
}

.orange{ color: #f11f0e; }

.news-title{
  font-size: 14px;
  font-weight: bold;
  color: #0269b3;
}

p.right { text-align: right; }
img.left { float: left; margin-right: 5px;}

/* --Right Column -- */
#right-column{
  float: right;
  width: 295px;
}

.events-box{
  float: right;
  width: 280px;
  color: #d5d3d4;
  background: #920002;
  margin-bottom: 20px;
}

.events-title-row{
  float: left;
  width: 95%;
  padding-left: 5%;
  height: 30px;
  padding-top: 7px;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  background: url(images/event_title_bg.gif);
}

.separator { float: left; width: 100%; text-align: center; }

.events-footer{
  float: left;
  width: 100%;
  height: 30px;
  background: #630203;
}

ul.event {float: left; margin-left: 0px; padding-left: 0px; list-style:none;}
ul.event li {float: left; margin-left: 5px; margin-right: 5px; padding-left: 10px; background: url(images/event_bullet.gif) top left no-repeat;}

.partner-box{
  float: right;
  width: 278px;
  border: 1px solid #630203;
  margin-bottom: 20px;
  text-align: center;
}

.partner-title-row{
  float: left;
  width: 95%;
  padding-left: 5%;
  height: 30px;
  padding-top: 7px;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  margin-bottom: 30px;
  background: url(images/partner_title_bg.gif);
}

p.partner { margin-top: 40px; }

/*-- Footer -- */
#footer{
  float: left;
  width: 100%;
  color: #ee494b;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #630203;
  text-align: center;
}

a.footer:link, a.footer:visited, a.footer:active{
  color: #ee494b;
  font-size: 12px;
  text-decoration: none;
}

a.footer:hover{
  color: #ee494b;
  font-size: 12px;
  text-decoration: underline;
}