/* CSS */

body{
  margin:0;
  background-color:#c0c0c0;
  background-image:url('../images/dot_bg.png');
  background-repeat:repeat;
}

#page_container{
  width:950px;
  margin-left:auto;
  margin-right:auto;
}

#header_block{
  width:950px;
  height:190px;
  float:left;
  background-color:#000;
  background-image:url('../images/header_bg.jpg');

}

#menu_block{
  float:left;
  width:550px;
  height:35px;
  margin-top:140px;
  line-height:35px;
}

#menu_block a{
  font-family: sans-serif, "Palatino Linotype", "Book Antiqua", Palatino;
  font-size:12px;
  display:block;
  text-decoration:none;
  text-transform:uppercase;
  float:left;
  padding:0px 8px 0px 8px;
  margin-left:15px;
  color:#fff;
  font-weight: normal;
}

#menu_block a:hover{
  background-color:rgba(153,0,0,.3);
  -moz-border-radius: 10px;
  border-radius: 10px;

}
                  
.menu_selected{
  background-color:rgba(0,0,0,.3);
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#logo_block{
  float:left;
  width:400px;
  height:190px;
  
}

#header_text_logo{
  font-family:sans-serif, "Palatino Linotype", "Book Antiqua", Palatino;
  font-size:32px;
  font-weight:bold;
  margin: 20px 0px 0px 20px; 
  color:#fff; 
}

#header_text_sub{
  font-family:sans-serif, "Palatino Linotype", "Book Antiqua", Palatino;
  font-size:14px;
  font-weight:bold;
  margin: 0px 0px 0px 20px;
  color:#fff; 
}

#slideshow_block{
  float:left;
  width:950px;
  height:475px;
  border-top:solid 5px #000;

}

.content_block{
  border-top:solid 5px #000;
  float:left;
  width:950px;
  background-color:#fff;
  font-family:sans-serif, "Palatino Linotype", "Book Antiqua", Palatino;
  font-size:16px;
  color:#656565;
}

.content_column3{
  width:29%;
  padding:1.5%;
  float:left;
  
}

.content_column2{
  width:47%;
  padding:1.5%;
  float:left;
  
}

.content_column1{
  width:98%;
  padding:1.5%;
  float:left;
}


.column_heading{
  font-size:22px;
  font-weight:300;
  color:#990000;
  text-transform:uppercase;  
}

#footer_block{
  font-family:sans-serif, "Palatino Linotype", "Book Antiqua", Palatino;
  font-size:12px;
  float:left;
  width:950px;
  height:150px;
  background-color:#000;
  color:#fff;
  border-top:solid 5px #990000;
}

#footer_block a{
  color:#fff;
  text-decoration:none;
}