/* GLOBALS */
body {
margin: 0 auto;
background-color: #ffffff;
text-align: center;
}

body,td {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 14px;
color: #656565;
}

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

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

a.fade img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; 
}

a.fade:hover img {
filter:alpha(opacity=80);   
-moz-opacity: .8;   
opacity: .8;
-khtml-opacity: .8; 
}

#outer {
width: 858px;
margin: 0 auto;
background-color: #ffffff;
background-image: url(../_images/contentbg.gif);
background-repeat: repeat-y;
}

#container {
width: 850px;
margin: 0 auto;
}

#menucontainer {
display: block;
text-align: left;
margin: 0 auto;
width: 850px;
height: 74px;
background-image: url(../_images/menu_bg.gif);
background-repeat: repeat-x;
}

.searchpad {
text-align: right;
padding: 19px 25px 0 0;
}

.clearit {
clear: both;
}

#contentpad {
padding: 13px 20px 20px 20px;
text-align: left;
}

.padit10 {
padding: 10px;
}

.padit15 {
padding: 15px;
}

.padit20 {
padding: 20px;
}

.spacer5{
margin: 0 0 5px 0;
}

.spacer10 {
margin: 0 0 10px 0;
}

.spacer15 {
margin: 0 0 15px 0;
}

.spacer25 {
margin: 0 0 25px 0;
}

.imgwhiteborder {
background-color: #ffffff;
border: 1px solid #dcdcdc;
}

.imgpad {
padding: 10px;
}

.imgthumbdiv {
width: 135px;
float: left;
}

.imgthumbdivbrdr {
width: 130px;
background-color: #ffffff;
border: 1px solid #dcdcdc;
margin-bottom: 5px;
}

.imgpad2 {
padding: 5px;
}

.smalltxtcenter {
font-size: 11px;
text-align: center;
margin: 0 auto;
}

.titlebig {
font-size: 26px;
}

.titleblack {
color: #000000;
font-size: 18px;
line-height: 20px;
}

.smalltxtgrey {
font-size: 11px;
color: #9f9f9f;
}

.divider {
width: 100%;
height: 25px;
margin: 25px auto 0 auto;
border-top: 1px solid #e0e0e0;
}

.divider2 {
width: 100%;
height: 30px;
margin: 30px auto 0 auto;
border-top: 1px solid #e0e0e0;
}

.dividerthick {
width: 100%;
height: 20px;
margin: 20px auto 0 auto;
border-top: 2px solid #e0e0e0;
}

.redbox1 {
width: 258px;
background-color: #bf381f;
color: #ffffff;
margin-bottom: 1px;
}

.redbox2 {
width: 258px;
background-color: #b03119;
color: #ffffff;
margin-bottom: 1px;
}

.redbox3 {
width: 258px;
background-color: #862210;
color: #ffffff;
}

.redbox1 a {
color: #ffb0b0;
font-weight: bold;
text-decoration: none;
}

.redbox1 a:hover {
color: #fecaca;
font-weight: bold;
text-decoration: none;
}

.smalltxt {
font-size: 10px;
}

.iconalign {
vertical-align: middle;
margin: 0 7px 0 0;
}

.bulletalign {
vertical-align: middle;
margin: 0 3px 0 0;
}

/* FOOTER */
#footer {
width: 858px;
height: 67px;
margin: 0 auto;
padding: 0;
background-image: url(../_images/footer.gif);
background-repeat: no-repeat;
}

#footpad {
padding: 17px;
font-size: 10px;
line-height: 14px;
}


/* FORM */
form {
margin: 0;
padding: 0;
}

.searchfield {
background: #dcdcdc;
padding: 3px;
border-top: 1px solid #a5a5a5;
border-left: 1px solid #a5a5a5;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
color: #5b5b5b;
font-size: 10px;
}

.redfield {
background: #862210;
padding: 3px;
border-top: 1px solid #65190b;
border-left: 1px solid #65190b;
border-right: 1px solid #ff9d8b;
border-bottom: 1px solid #ff9d8b;
color: #e9e9e9;
font-size: 10px;
}

.redtxt {
color: #c83333;
}

.formbox, select {
background: #c9c9c9;
padding: 5px;
border-top: 1px solid #a5a5a5;
border-left: 1px solid #a5a5a5;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 0 0 9px 0;
color: #5b5b5b;
font-size: 10px;
}