/* --- 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: #F02520; 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: 1.8em; line-height: 1.3em; margin-bottom: 0.1em; }
h2 { font-size: 1.5em; line-height: 1.2em; margin-bottom: 0.1em; }
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: #F02520;
}

/* Text elements */
p           { margin: 0 0 0.8em; }
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: #EC1D24; 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: url('images/bg.gif') repeat-x;
}

.clear
{
    clear: both;
    height: 0px;
}

#mainContainer
{
    background-color: #FFF;
    margin: 0 auto;
    width: 939px;
    padding: 18px;
}

#headerLeft
{
    float: left;
    width: 75px;
}

#headerRight
{
    float: right;
    width: 852px;
    border-bottom: solid 1px #909090;
    margin-bottom: 14px;
}

#strapline
{
    float: left;
    color: #EC1D24;
    font-size: 2.5em;
}

#phone
{
    float: right;
}

#navBar ul
{
    list-style-type: none;
}

#navBar ul li
{
    float: left;
    padding: 5px 11px;
}

#navBar ul li.rtsFirst
{
    padding-left: 0;
}

#navBar ul li a
{
    font-size: 1.2em;
    letter-spacing: -0.1px;
    color: #959595;
    text-transform: lowercase;
}

#navBar ul li a.rtsSelected
{
    color: #EC1D24;
}

#navBar ul li a:hover
{
    text-decoration: none;
}

/* Removing WebResource.axd styles */
.RadTabStrip .rtsLevel1 .rtsTxt, .RadTabStrip .rtsIn, .RadTabStrip .rtsOut, .RadTabStrip .rtsLink
{
    padding: 0 !important;
}


/* End */

#subnav div.RadPanelBar ul.rpRootGroup, #subnav div.RadPanelBar a.rpLink, .rpOut
{
    border: 0px !important;
    text-decoration: none;
}

.RadPanelBar .rpSelected .rpOut, .RadPanelBar .rpLink:hover .rpOut
{
    padding-bottom: 0px !important;
}

.RadPanelBar_Default .rpGroup .rpLink .rpOut
{
    background-image: none !important;
}

#subnav ul, #subnav ul li.rpItem
{
    font-size: 1.2em;
    width: 210px;
    list-style-type: none;
    text-align: right;
}

#subnav ul li a
{
    display: block;
    width: 210px !important;
    padding-top: 8px;
    padding-bottom: 15px;
    background: url('images/sub1.gif') right bottom no-repeat;
    color: #000;
    text-transform: lowercase;
}

#subnav ul li .rpOut
{
    width: 210px;
}

#subnav ul li .rpText
{
    width: 182px;
    line-height: 20px;
    padding: 0 14px;
}

#subnav ul li a:hover
{
    text-decoration: none;
}

#subnav ul.rpLevel1, #subnav ul.rpLevel1 li.rpItem
{
    font-size: 0.9em;
    width: 210px;
    list-style-type: none;
    text-align: right;
}

#subnav ul.rpLevel1 li a
{
    display: block;
    width: 210px !important;
    padding-top: 4px;
    padding-bottom: 6px;
    margin-bottom: 4px;
    background: none;
    color: #173764;
    text-transform: none;
    background-color: #D1D7E0;
}

#subnav ul.rpLevel1 li.rpFirst, #subnav ul.rpLevel1 li.rpFirst a
{
    padding-top: 0;
}

#subnav ul.rpLevel1 li.rpItem a.rpSelected
{
    font-weight: bold;
    color: #000;
}

#subnav ul li a.sub1 { background: url('images/sub1.gif') right bottom no-repeat; }
#subnav ul li a.sub2 { background: url('images/sub2.gif') right bottom no-repeat; }
#subnav ul li a.sub3 { background: url('images/sub3.gif') right bottom no-repeat; }
#subnav ul li a.sub4 { background: url('images/sub4.gif') right bottom no-repeat; }
#subnav ul li a.sub5 { background: url('images/sub5.gif') right bottom no-repeat; }
#subnav ul li a.sub6 { background: url('images/sub6.gif') right bottom no-repeat; }
#subnav ul li a.sub7 { background: url('images/sub7.gif') right bottom no-repeat; }

#subnav ul li .sub1.rpExpanded { background: url('images/sub1expanded.gif') right bottom no-repeat; }
#subnav ul li .sub2.rpExpanded { background: url('images/sub2expanded.gif') right bottom no-repeat; }
#subnav ul li .sub3.rpExpanded { background: url('images/sub3expanded.gif') right bottom no-repeat; }
#subnav ul li .sub4.rpExpanded { background: url('images/sub4expanded.gif') right bottom no-repeat; }
#subnav ul li .sub5.rpExpanded { background: url('images/sub5expanded.gif') right bottom no-repeat; }
#subnav ul li .sub6.rpExpanded { background: url('images/sub6expanded.gif') right bottom no-repeat; }
#subnav ul li .sub7.rpExpanded { background: url('images/sub7expanded.gif') right bottom no-repeat; }

#subnav ul.rpLevel1 li a.sub2 { color: #5C8727; background: #D0E6B3; }
#subnav ul.rpLevel1 li a.sub3 { color: #941F0C; background: #FFB5A9; }
#subnav ul.rpLevel1 li a.sub4 { color: #550B5C; background: #DAADDF; }
#subnav ul.rpLevel1 li a.sub5 { color: #EB6E1F; background: #FFD2B5; }
#subnav ul.rpLevel1 li a.sub6 { color: #959595; background: #E8E8E8; }
#subnav ul.rpLevel1 li a.sub7 { color: #00A99D; background: #C7EDEA; }


.bigBanner
{
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid 2px #909090;
}

.contentRow
{
    padding-bottom: 8px;
}

.homepage3colLeft
{
    float: left;
    width: 275px;
    padding-right: 9px;
    
}

.homepage3colMiddle
{
    float: left;
    width: 372px;
    padding: 0 9px;
}

.homepage3colRight
{
    float: right;
    width: 255px;
    padding-left: 9px;
}

.homepage3colRight ul li
{
    line-height: 1.7;
    list-style-type: none;
    float: left;
    text-align: center;
    padding: 0 5px 8px 5px;
}

.homepage2colLeft
{
    float: left;
    width: 665px;
    padding-right: 9px;
    
}

.homepage2colRight
{
    float: right;
    width: 255px;
    padding-left: 9px;
}

.inner2ColRow
{
    margin: 10px 0;
    position: relative;
    display: inline-block;
}

.innerLeft
{
    width: 210px;
    float: left;
    padding-right: 18px;
    padding-bottom: 140px;
}

.innerRight
{
    float: left;
    width: 692px;
    padding-left: 18px;
    border-left: solid 1px #7D7D7D;
}

.twoColInnerRow
{
    width: 100%;
    clear: both;
}

.twoColInnerLeft
{
    float: left;
    width: 425px;
    padding-right: 9px;
}

.twoColInnerRight
{
    float: right;
    width: 249px;
    padding-left: 9px;
}

.categoryH1
{
    text-align: right;
    text-transform: lowercase;
    color: #FFF;
    background-color: #173764;
    padding: 10px 15px;
    margin-bottom: 1em;
}

.twoColInnerRight h2
{
    color: #000;
    border-bottom: 1px solid #173764;
    margin-bottom: 0.5em;
}

.twoColInnerRightBox
{
    float: right;
    width: 256px;
    border: 1px solid #173764;
}

.twoColInnerRight ul
{
    margin-bottom: 1em;
}

.twoColInnerRightBox h3
{
    color: #FFF;
    padding: 4px 10px;
    background-color: #173764;
    font-size: 1.2em;
}

.twoColInnerRightBox p
{
    padding: 4px 10px;
}

.logosLeft
{
    position: absolute;
    bottom: 0px;
}

.categoryList
{
    width: 680px;
    text-align: center;
}

.categoryList ul li
{
    line-height: 1.7em;
    list-style-type: none;
    float: left;
    padding: 11px;
}

.categoryList ul li a
{
    color: #6E6E6E;
}

#footer
{
    border-top: solid 2px #909090;
    padding-top: 10px;
    color: #EC1D24;
    clear: both;
    zoom:1;
}

#footer a
{
    color: #EC1D24;
}

#footerLeft
{
    float: left;
    width: 40%;
}

#footerLeft ul li
{
    list-style-type: none;
    float: left;
    padding-right: 25px;
}

#footerRight
{
    float: right;
}

.sf_newsThumbnail
{
    float: right;
}


/* Gallery Styles */

p.sf_BigImage
{
    text-align: center;
}

ol.sf_photoListBigImg
{
    padding-left: 45px !important;
    margin-bottom: 10px;
}

OL.sf_photoListBigImg .sf_bigImgSelected
{
    display: none !important;
}

OL.sf_photoListBigImg LI
{
    width: auto !important;
    height: auto !important;
}

OL.sf_photoListBigImg LI DD.sf_image
{
    height: 77px !important;
    width: 102px !important;
}

OL.sf_photoListBigImg LI DD.sf_image a.sf_viewBigImg img
{
    border: 1px solid #1A4168 !important;
}

.twoColInnerRight ul li
{padding-bottom:12px;}

.twoColInnerRight ul
{
	margin:10px;
	font-size:0.9em;
}

/* END Gallery Styles  */
