/* CSS Document */

body{
  margin-top: 15px;
  margin-bottom: 15px;
  height:100%;
  font-family: verdana;
  font-size: 12px;
  color: #0E1749;
  background: #ffffff;
}


#main{
  width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

#shadow{
  float: left;
  width: 100%;
  height: 100%;
/*  background: url(images/main_bg.jpg); */
}

#container{
  float: left;
  width: 980px;
  height: 100%;
  margin-left: 10px;
    border: 2px solid #96091b;
}

#header{
  float: left;
  width: 100%;
  height: 167px;
  margin-bottom: 30px;
}

#header .row1{
  float: left;
  width: 100%;
  height: 135px;
}

#logo{
 float: left;
 padding-top: 4px;
 width: 555px;
}

#small-menu{
  float: right;
  width: 425px;;
  text-align: right;
  padding-top: 20px;
}

#header .row2{
  float: left;
  width: 100%;
  height: 31px;
  background: url(images/menu_bg.jpg);
}

a.small-menu:link, a.small-menu:active, a.small-menu:visited{
  font-size: 10px;
  font-family: thaoma, arial, verdana;
  color: #5a5a5a;
  text-decoration: none;
}

a.small-menu:hover{
  font-size: 10px;
  font-family: thaoma, arial, verdana;
  color: #000000;
  text-decoration: none;
}

ul.menu {margin-left:30px; margin-top: 5px; padding:0; list-style:none; text-align:center; }
ul.menu li {float:left; text-transform:none; padding-left:15px; padding-right:15px; background:url(images/li_bg.gif) top left no-repeat;}

a.menu:link, a.menu:active, a.menu:visited{
  font-size: 13px;
  font-family: AvantGarde Md BT, thaoma, arial, verdana;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}

a.menu:hover{
  font-size: 13px;
  font-family: AvantGarde Md BT, thaoma, arial, verdana;
  color: #c0c0c0;
  font-weight: normal;
  text-decoration: none;
}

#gray-bar{
  float: left;
  width: 100%;
  height: 5px;
  background: #c7d1d3;
  margin-top: 5px;
}

ul.blue {
 list-style-image: url("images/blue_bullet.gif");
 line-height: 20px;
 padding-left: 15px;
 font-size: 13px;
}

ul.news {
 line-height: 20px;
 padding-left: 15px;
 font-size: 13px;
}

ul.red {
 list-style-image: url("images/red_bullet.gif");
 line-height: 20px;
 font-size: 13px;
}

ul.check {
 list-style-image: url("images/check.gif");
 line-height: 20px;
 font-size: 13px;
}

ul.check li:hover{
  padding-left: 5px;
}

ul.check a{
  color: #303030;
  text-decoration: none;
}

#home-photo{
  float: left;
  width: 100%;
  height: 302px;
}

#photo{
  float: left;
  width: 47%;
  padding-left: 3%;
}

#photo-text{
  float: left;
  width: 50%;
}

#news-text{
  float: left;
  width: 400px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 60px;
  height: 184px;
  background: url(images/newspaper_background.jpg) no-repeat;
}

.big-title{
  font-size: 24px;
  font-family: AvantGarde Md BT, thaoma, arial, verdana;
  color: #000000;
  font-weight: normal;
}

.box-container{
  float:left;
  width: 100%;
}

.box{
  float: left;
  width: 480px;
  height: 344px;
  background: #e4ecef;
}

.box1{
  float: left;
  width: 480px;
  height: 344px;
  background: url(images/box1_bg.jpg);
  margin-right: 20px;
}

.box2{
  float: left;
  width: 480px;
  height: 344px;
  background: url(images/box2_bg.jpg);
}

.box-content{
  float: left;
  width: 100%;
  padding-top: 90px;
}

.box .title1{
  float: left;
  width: 100%;
  height: 32px;
  padding-top: 6px;
  background: #c5d2d8;
  margin-bottom: 15px;
}

.box .title1 ul{
  list-style-image: url("images/title_arrow1.gif");
  color: #343434;
  font-size: 12px;
  font-family: verdana;
  margin-top: 0px;
}

.box .title2{
  float: left;
  width: 100%;
  height: 32px;
  padding-top: 6px;
  background: #96091b;
  margin-bottom: 15px;
}

.box .title2 ul{
  list-style-image: url("images/title_arrow2.gif");
  color: #ffffff;
  font-size: 12px;
  font-family: verdana;
  margin-top: 0px;
}

.box .title3{
  float: left;
  width: 100%;
  height: 32px;
  padding-top: 6px;
  background: #00b7c6;
  margin-bottom: 15px;
}

.box .title3 ul{
  list-style-image: url("images/title_arrow3.gif");
  color: #ffffff;
  font-size: 12px;
  font-family: verdana;
  margin-top: 0px;
}


#red-bar{
  float: left;
  width: 100%;
  height: 5px;
  background: #96091b;
  margin-bottom: 20px;
}

#content-wrapper{
  float: left;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

#content{
  float: left;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  height: 100%;

}

.content-half{
  background: url(images/half_bg.gif);
  background-repeat: repeat-y;
}

#half1{
  float: left;
  width: 48%;
  padding-right: 2%;
  text-align: justify;
}

#half2{
  float: left;
  width: 48%;
  padding-left: 2%;
  text-align: justify;
}

#footer{
  background: #e2e2e2;
  float: left;
  width: 100%;
  color: #686868;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

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

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

