/*
    Document   : IPSN css
    Created on : Feb 4, 2010
    Author     : Mike Pavese
*/

* {
margin:0;
padding:0;
}

.b_link
{
 font-weight: bold;
 font-size: 14px;
 color: #c90000;
}
#header
{
width: 100%;
height: 35px;
margin-top: 10px;
margin-bottom: none;
}

#nav_bar
{
  width: 90%;
  color: #000;
  margin-top: 5px;
  margin-left: 25px;
  margin-bottom: 25px;
}

#nav_bar a
{
  color: #c90000;
  font: 16px;
  font-weight: bold;
  margin-left: 25px;
  margin-right: 25px;
text-decoration: underline;
text-transform: uppercase;
}

#footer
{
  text-align: center;
  margin-top: 15px;
  font-size: 12px;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  width: 100%;
  padding-top: 10px;
}

#bio
{
width: 50%;
float: right;
border-style: solid;
border-width: 1px;
border-color: #c90000;
border-right: none;
border-bottom: none;
border-left: none;

}
#bio_img
{
  float: right;
  margin: 10px;
margin-top: 25px;
}

#bio h3
{
text-align: center;
margin-top: 10px;
margin-bottom: 5px;
}
p
{
  text-align: justify;
  margin-top: 15px;
}

html
{
background-color: #666;
}
body
{
  background-color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-family: Times New Roman, serif;
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;

  padding: 25px;
  padding-bottom: 10px;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
}

a
{
  text-decoration: none;
  color: #222222;
}

a.home_link
{
  text-decoration: none;
}

a:hover,
.red_link
{
  color: #c10200;
}

ul
{
font-size: 12px;
list-style: circle;
margin-left: 15px;
}


h1
{
height: 30px;
  float: left;
  font-size: 28px;
  text-align: left;
  margin-left: 25px;
  margin-bottom: 0px;
  color: #000000;
  font-family: Times New Roman, serif;
}

h3
{
font-size: 18px;
text-transform: uppercase;
letter-spacing: 1px;
}

#search h3
{
  font-size: 22px;
  background-color: #c90000;
  padding: 5px;
color: #FFF;
text-align: center;
}

h5
{
font-size: 18px;
text-align: center;
}

hr
{
background-color: #c90000;
height: 5px;
clear: both;
margin-top: 0px;
}

#date
{
height: 10px;
float: right;
width: 10%;
font-weight: bold;
margin-top: 5px;
}

#search
{
float: left;
margin-top: 15px;
margin-left: 15px;
border-style: solid;
border-width: 1px;
border-color: #c90000;
border-right: none;
border-left: none;
padding-top: 15px;
padding-bottom: 15px;
width: 40%;
}

#search input,
#search input.button
{
background-color: #eeeeee;
border-style: dotted;
border-width: 1px;
border-color: #c90000;
font-size: 14px;
padding: 2px;
}


#headlines,
#headlines2
{
float: right;
width: 25%;
margin-top: 0px;
margin-left: 10px;
margin-bottom: 10px;
border-style: dotted;
border-width: 1px;
border-color: #c90000;
padding: 5px;
padding-bottom: 15px;
background-color: #eeeeee;
}

#headlines2
{
width: 35%;
float: left;
clear: left;
margin-top: 25px;
}

#skyline
{
float: left;
height: 75px;
margin: 10px;
}

#skyline img
{
height: 75px;
}

#subhead
{
color: #c90000;
}
#address
{
margin-left: auto;
margin-right: auto;
width: 100%;
text-align: center;
font-weight: 900;
}

#video
{
float: left;
width: 25%;
clear: both;
margin: 25px;
}

#main
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 15px;
    min-height: 1100px;
}

