/*HTML ELEMENT STYLES*/
body { margin: 0; padding: 0; }
p, td { color: #666666; font-family: Tahoma, Arial, sans-serif; font-size: 12px; }
li { list-style: square; }

ul { margin-left: 14px; padding: 0; }

ul.home { color: #DBD5D1; list-style: square; margin-left: 0px; padding: 0px 0px 8px 10px; }
li.home { color: #DBD5D1; list-style: square; margin-left: 0px; padding: 0px 0px 8px 10px; }
td.padding_left30 { padding-left: 30px; }
td.padding_tlr30 { padding: 0px 30px 30px 30px; }
td.sidenav { padding: 5px 20px 5px 0px }

/*LINK STYLES*/
a:link { color: #d41a1e; text-decoration: none; }
a:visited { color: #d41a1e; text-decoration: none; }
a:active { color: #d41a1e; text-decoration: none; }
a:hover { color: #d41a1e; text-decoration: underline; }

/*BACKGROUND STYLES*/
.home_body_bkg { background: url(../images/body_bkg.jpg) no-repeat; background-position: top right; }

.home_gradient_norepeat { background: url(../images/home_gradient.gif) no-repeat; }
.home_gradient_repeat { background: url(../images/home_gradientrepeat.gif) repeat-x; }

.home_header_norepeat { background: url(../images/home_headerright.jpg) no-repeat; }
.home_header_repeat { background: url(../images/home_headerrepeat.jpg) repeat-x; }
.home_headerbar_repeat { background: url(../images/header2_repeat.gif) repeat-x; }

.home_redline_norepeat { background: url(../images/home_redline.gif) no-repeat; }
.home_redline_repeat { background: url(../images/home_redlinerepeat.gif) repeat-x; }

.subheader_bottom { background: url(../images/headers/subheader_bottom.jpg) no-repeat; padding: 8px 30px 25px 30px; }

/*FORM STYLES*/
select.error { background: #fef3bd; border: 2px inset #781351; color: #781351; }
input.error { background: #fef3bd; border: 2px inset #781351; color: #781351; }
input.button { background: #ac1f23; border: 2px outset #efe4de; color: #ffffff; }

/*POSITIONING STYLES*/
.abs_topright { float: right; top: 0px; right: 0px; }
.home_padding_body { padding-right: 9px; }
.padding30lbr { padding: 0px 30px 30px 30px; }
.padding30 { padding: 30px 30px 30px 30px; }
.padding_left15 { padding: 0px 0px 0px 15px; }
.padding_leftright15 { padding: 0px 15px 0px 15px; }
.padding_top10 { padding: 16px 0px 0px 16px; }
.sub_bkg-repeat { background: url(../images/sub_bkg_repeat.jpg) repeat-x; }
.sub_side_repeat { background: url(../images/mnav_bkg.jpg) repeat-x; }
.subheader_bkg { background: url(../images/sub_redline.gif) repeat-x; }

/*TEXT STYLES*/
.ari18 { font-family: Arial, sans-serif; font-size: 18px; }
.brown { color: #734d31; }
.red { color: #ac1f23; }
.tah10 { font-family: Tahoma, Arial, sans-serif; font-size: 10px; }
.tah11 { font-family: Tahoma, Arial, sans-serif; font-size: 11px; }
