/* --- RESET DEFAULT BROWSER CSS --- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body
{ 
  line-height: 1.4; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* --- END BROWSWER RESET --- */



/* --- DEFAULT TYPOGRAPHY --- */

/* Default font settings. The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body { 
  font-size: 80%;
  color: #1A171A;
  background: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Headings */
/*h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #444; font-style: italic; font-family: Arial, Helvetica, sans-serif; }*/
h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #DF134C; font-family: Verdana, Helvetica, sans-serif; }

div.RadRotator h1, div.RadRotator h2, div.RadRotator h3, div.RadRotator h4, div.RadRotator h5, div.RadRotator h6
{
    font-style: normal;
}

h1 { font-size: 2.1em; line-height: 1.3em; margin-bottom: 0.5em; }
h2 { font-size: 1.7em; line-height: 1.2em; margin-bottom: 0.4em; }
h3 { font-size: 1.3em; line-height: 1.2em; margin-bottom: 0.3em; }
h4 { font-size: 1.1em; line-height: 1em; margin-bottom: 0.3em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 0.2em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img
{
  margin: 0;
}

.colored
{
    color: #DF134C;
}

/* Text elements */
p           { margin: 0 0 22px; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { text-decoration: underline; }
a           { color: #DF134C; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Lists */
/*li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }*/

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/* Tables */
table       { margin-bottom: 0.5em;}
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

/* Misc classes */
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.4em; line-height: 1.2em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last      { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* --- END DEFAULT TYPOGRAPHY --- */



/* --- FORM STYLES ---
   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns) */
label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

/* Form fields */
input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  background-color:#fff;
  border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border-color:#666;
}

input[type=text], input[type=password], input.text, input.title, textarea, select
{
  margin:0.5em 0;
}

input.text, input.title   { padding:5px; }
input.title   { font-size:1.5em; }
textarea      { padding:5px; }

input[type=checkbox], input[type=radio], input.checkbox, input.radio
{
  position:relative; top:.25em;
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }

/* Success, notice and error boxes */
.error, .notice, .success { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* --- END FORM STYLES --- */



body
{
    background-color: #FDFDFD;
}

.clear
{
    clear: both;
    height: 0px;
}

#top
{
    margin: 0 auto;
    width: 998px;
    height: 10px;
    background: #D90042 url('images/top.gif');
}

#mainContainer
{
    margin: 0 auto;
    width: 998px;
    background: url('images/sides.gif') repeat-y;
    clear: none !important;
}

#header
{
    padding: 5px 31px;
    height: 84px;
    width: 936px;
    clear: none !important;
}

#logo
{
    float: left;
    padding-top: 10px;
    clear: none !important;
    height: 20px !important;
}

#phone
{
    float: right;
    padding-top: 10px;
    clear: none !important;
    height: 20px !important;
}

/* Top Navigation Styles */
#navBar
{
    padding: 0 35px 12px 35px;
}

#navBar ul
{
    list-style-type: none;
}

#navBar ul li
{
    float: left;
    padding: 0 11px;
    font-size: 1.4em;
    letter-spacing: -1px;
}

#navBar .rtsLink, #navBar .rtsIn, #navBar .rtsTxt
{
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#navBar .rtsOut
{
    padding-right: 3px !important;
}

#navBar ul li.rtsFirst
{
    padding-left: 0;
}

#navBar ul li a
{
    color: #DF134C;
    border-bottom: 2px solid #FFF;
}

#navBar ul li a:hover
{
    text-decoration: none;
    border-bottom: 2px solid #DF134C;
}

#navBar ul li a.rtsSelected
{
    color: #00467F;
    text-decoration: none;
}

#navBar ul li a.rtsSelected
{
    border-bottom: 2px solid #FFF;
}
/* END Top Navigation Styles */

#contentArea
{
    background: url('images/redGradient.gif') repeat-x;
    margin: 0 9px;
    padding: 22px 18px 0 18px;
}

#contentArea ul
{
    padding: 0 0 7px 25px;
    list-style-image: url('images/redBullet.png');
}

#contentArea ul li
{
    padding-bottom: 15px;
}

.fourBoxRow
{
    padding: 0 0 20px 4px;
    margin-top: -8px;
}

.contentRow
{
    padding: 0 4px 20px 4px;
}

.fourCols1
{
    float: left;
    padding-right: 10px;
    width: 218px;
}

.fourCols2, .fourCols3
{
    float: left;
    padding: 0 11px;
    width: 218px;
}

.fourCols4
{
    float: left;
    padding-left: 10px;
    width: 218px;
}

.left25-75
{
    float: left;
    width: 217px;
    padding-right: 11px;
}

.right25-75
{
    float: right;
    width: 697px;
    padding-left: 11px;
}

.left25-50-25
{
    float: left;
    width: 217px;
    padding-right: 11px;
}

.mid25-50-25
{
    float: left;
    width: 458px;
    padding: 0 11px;
}

.right25-50-25
{
    float: right;
    width: 217px;
    padding-left: 11px;
}

/* Subnav & Boxout Styles */
.subnavProductHeader
{
    margin-top: -4px;
}

.listBoxoutBody
{
    width: 183px;
    min-height: 147px;
    padding: 12px 16px;
    border-right: 1px solid #D7D7D9;
    border-left: 1px solid #D7D7D9;
    background: #D90343 url('images/subnavBGred.gif') repeat-x;
    color: #FFF;
}

.subnavBody
{
    width: 215px;
    min-height: 163px;
    padding-bottom: 6px;
    border-right: 1px solid #D7D7D9;
    border-left: 1px solid #D7D7D9;
    background: #D90343 url('images/subnavBGred.gif') repeat-x;
    color: #FFF;
}

.RadPanelBar
{
    width: 215px !important;
}

.RadPanelBar .rpLink, .RadPanelBar .rpOut, .RadPanelBar .rpText, .RadPanelBar .rpRootGroup
{
    border: none !important;
}

.RadPanelBar .rpLink:hover .rpOut
{
    padding: 0 !important;
}

.listBoxoutBody a, .subnavBody a
{
    color: #FFF;
}

.subnavBody a:hover
{
    text-decoration: none;
}

#contentArea .listBoxoutBody ul, #contentArea .subnavBody ul
{
    list-style-type: none;
    padding: 0;
}

.listBoxoutBody ul li
{
    list-style-image: none;
    padding-left: 16px;
    background: url('images/bulletArrow.png') 0px 3px no-repeat;
    line-height: 1.2em;
    padding-bottom: 0.6em;
}

#contentArea .subnavBody ul li
{
    list-style-image: none;
    padding-bottom: 0;
}


.subnavBody ul li span.rpText
{
    display: block;
    width: 183px;
    padding: 7px 16px 7px 16px;
    font-size: 1.25em;
    font-weight: normal;
    line-height: 1.2em;
}

.subnavBody ul li.rpFirst span.rpText
{
    padding-top: 0.6em;
}

.subnavBody ul li:hover
{
    background: url('images/subnavRollover.png');
}

.listBoxoutBottom, .subnavBottom
{
    width: 221px;
    height: 17px;
    background: url('images/subnavBottom.png') no-repeat;
    margin-top: -12px;
}

.listBoxoutHeader img
{
    display: block;
}

.underSubnav
{
    padding-top: 20px;
}
/* END Subnav & Boxout Styles */

.icon
{
    float: left;
    padding-right: 15px;
}

.iconHeading
{
    height: 61px;
    padding-top: 15px;
    vertical-align: middle;
}

/* Footer Styles */
#footer
{
    border-top: solid 3px #014A72;
    margin: 0 9px;
    padding: 22px 22px 0 22px;
    color: #9FA4A8;
}

#footerLeft
{
    float: left;
    padding-left: 0px;
}

#footerRight
{
    float: right;
    padding-right: 0px;
}

#footerRight ul
{
    list-style-type: none;
}

#footerRight ul li
{
    float: left;
    padding: 0 12px;
}

#footerRight ul li.last
{
    padding-right: 0;
}

.footerPhonePink
{
    font-weight: bold;
    color: #D90042;
}

#footer a
{
    color: #9FA4A8;
}

#footer a:hover
{
    color: #D90042;
    text-decoration: none;
}

#bottom
{
    margin: 0 auto;
    width: 998px;
    height: 15px;
    background-image: url('images/bottom.gif');
}
/* END Footer Styles */

/*News View Styles*/
#contentArea .contentRow ul.sf_newsList
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

#contentArea .contentRow ul.sf_newsList li
{
    border-bottom: 1px solid #BCBCBC;
    margin-bottom: 1.5em;
}

#contentArea .contentRow ul.sf_newsList li p
{
    margin-left: 155px;
    line-height: 1.2em;
    margin-bottom: 5px;
}

ul.sf_newsList li p, ul.sf_newsList li h2
{
    margin-left: 150px;
}

#contentArea .contentRow ul.sf_newsList li p.sf_newsThumbnail
{
    margin-left: 0 !important;
    float: left;
    width: 140px;
    padding-right: 10px;
}
#contentArea .contentRow ul.sf_newsList li p.sf_newsDate
{
    display: block;
    color: #B0B2B3;
}

#contentArea .contentRow ul.sf_newsList li p.sf_readMore
{
    display: inline;
    float: right;
    font-weight: bold;
}

#contentArea .contentRow ul.sf_newsList li p.sf_readMore a
{
    color: #1A171A;
}

ul.sf_newsList li h2 a:hover
{
    text-decoration: none;
}
/*END News View Styles*/