/*layout stuff*/

body {

margin: 0;
padding:0 ;
background-color: #cccccc;
font-size: 11px;
font-family: Verdana, Arial, sans-serif;
color: #333333;
}

a img {
border: 0;
}

a {color: #c7100a;
font-weight: bold;
text-decoration: none;}

a:hover {
text-decoration: underline;}

#container {
margin: 0 auto; /*top, right, bottom, left*/ 
width: 990px;
text-align: left;
background-color: #ffffff;
}

#head {
height: 337px;
background-color: #000000;
}



#logobox {
background: url(../imgs/layout/header-bridge.gif) right no-repeat #eb211b;
height: 79px;
padding-left: 46px;}

#navigation {
height: 34px;
padding-left: 14px;
}


#main-image {
height: 224px;

}

#body-content {
}


#body-left{
background-color: #ffffff;
width: 629px;
float: left;
}

#body-left-content { padding-left: 47px;
padding-top: 40px;
padding-right: 47px;
padding-bottom: 34px;

}

#body-right{
background-color: #ffffff;
width: 341px;
margin-right: 20px;
_margin-right: 5px;
float: left;
padding-top: 24px;
}


#footer {
height: 43px;
background-color: #d6110b;
color: #000000;
clear: both;
padding-left: 45px;
padding-top: 18px;
padding-right: 21px;
}

#footernav {color: white;}

#footernav  a{color: white;
text-decoration: underline;
font-weight: normal;
font-size: 11px;
}

#footernav a:hover {
color: #ebebeb;
text-decoration: none;
font-weight: normal;
size: 11px;
}


/*classes*/

a.footer {color: #000000; 
text-decoration: none;
}

a:hover.footer 
{color: #4c4c4c;
text-decoration: none;
}


.body-right-box {
background-color: #ebebeb;
padding: 12px;
margin-bottom: 11px;
}



.clear {
clear: both;
}



.floatL

{float: left;
}

.floatR
{float: right;
}

/*font-styles*/

h1 {
color: #4c4c4c;
size: 28px;
}

h2 {

color: #636363;
font-size: 16px;}

h3 {color: #636363;
size: 14px;}

.small {font-size: 10px;}

.bigger {font-size: 12px;}

.quote {font-size: 14px; color: #474747;}
.no-margin{ margin: 0; padding: 0;}

.home-right-link {
float: right;
font-weight: bold;
color: #c7100a;
margin-bottom: 22px;
}

.home-right-link a {
font-weight: bold;
color: #c7100a;}

.home-right-link a:hover {
font-weight: bold;
color: #c7100a;
text-decoration: none;}

.handheld {display: none;}

.headline-intro {
font-size: 13px;
line-height: 20px;
font-weight: normal;
color: black;
}

.black_border {
border: 1px solid #666666;}