/* CSS Document */

body{
  margin: 0px;
  font-family: verdana ,arial, helvetica, sans-serif;
  font-size: 12px;
  background: #263E79;
 /* background-image: url(Images/body.jpg);*/
  background-repeat: none;
}


#main{
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  maring-top: 250px;
}

#container{
  float: left;
  width: 1050px;
  background: #E0E9F3;
  padding-top: 50px;
}

/* -- HEADER -- */
#header{
  float: none;
  width: 100%;
  margin-top: -50px;
}

#header-images{
  float: none;
  width: 100%;
  text-align: right; 
  background-image: url(Images/Header.png);
  height: 378px;
  width: 1050px;
  
}

#menu{
  float: none;
  height: 74px;
  text-align: center;
  margin-top: 40px;
  background-image: url(Images/nav.png);
  margin-left: 25px;
  background-repeat: no-repeat;
  padding-top: 16px;
  font-size: 16px;
 
}

ul.menu {margin-top: 12px; margin-right: 63px; list-style:none; text-align:center;}
ul.menu li {padding-left: 30px; padding-right: 35px; padding-top: 25px; padding-bottom: 20px;  display: inline;}
ul.menu li.first { background: none; }

a.menu:link, a.menu:active, a.menu:visited{
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}

a.menu:hover{
  font-size: 14px;
  color: #FB0303;
  font-weight: normal;
  text-decoration: none;
  
}

/* --CONTENT -- */
#content-wrapper{
  float: right;
  width: 100%;
  height: 100%;

}

#content{
 float: right;
 padding-top: 20px;
 width: 540px;
 text-align: justify;
 margin-right: 100px; 
}

.featured-box{
  float: left;
  width: 405px;
  padding-left: 71px;
  padding-right: 68px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 15px;
  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;
  
}

.news-title-row{
  float: left;
  width: 95%;
  padding-bottom: 15px;
  height: 30px;
  font-weight: bold;
  font-size: 20px;
  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: left;
  width: 350px;
  /* background-color: #6995B9;*/
  min-height: 630px;
  
}

.events-box{
  float: left;
  width: 266px;
  margin-left: 40px;
  
  background-color: #FFF;
  margin-bottom: 50px;
}

.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: left;
	width: 266px;
	background-image: url(Images/Contribute.png);
	margin-bottom: 20px;
	margin-left: 40px;
	text-align: left;
}

.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: #FFF;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

a.footer:link, a.footer:visited, a.footer:active{
  color: #FFF;
  font-size: 12px;
  text-decoration: none;
}

a.footer:hover{
  color: #ee494b;
  font-size: 12px;
  text-decoration: underline;
}

.box{
	background-color: #fff;
}
