
/* CSS Document */
#Body {height:100%; margin:0; padding:0; }

/*-------- Default Style --------*/
body,th,td,table,h1,h2,h3,h4,h5,h6,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover, input, .CommandButton{color:#fff; font-family:Tahoma, Arial, Helvetica, sans-serif;}
body,th,td,table,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover{font-size:12px;}
h1, h2, h3, h4, h5, h6, h2 input{color:#fff;font-weight:bold;margin:0;}
h1{font-size:38px;text-transform:uppercase;line-height:38px;}
h2{font-size:30px;line-height:30px;}
h3{font-size:14px;}
h4{font-size:12px;}
h5{font-size:11px;}
h6{font-size:10px;}
p{margin:0 0 18px;}


a,a:link,a:visited,a:active{color:#fff; text-decoration:none; font-weight:normal; }
a:hover{color:#ff0000; text-decoration:underline;}
.Head, .SubHead, .SubSubHead{font-family:"HelveticaBold", Arial, Helvetica, sans-serif;}
.Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox{font-family:Tahoma, Arial, Helvetica, sans-serif;}
.Head   {font-family: Tahoma, Arial, Helvetica;font-size:  16px;text-decoration: underline;font-weight:  bold;color: white;}
.SubHead {font-weight: bold;font-size: 8.5pt;color: white;}
.SubSubHead{color:#fff;}
.NormalRed {color:#ce0202;}
b,strong{font-family:Tahoma, Arial,Helvetica, sans-serif;}
i,em{font-family:Tahoma, Arial, Helvetica, sans-serif;}

/*-------- design style --------*/
.clear_float, .clr{clear:both; line-height:0; font-size:0; height:0;}

body{background-color:#000;}
.pgwrp{max-width:710px;width:100%;margin:0 auto;padding-top:16px;}
.pgbody{border:1px solid #ce0202;border-radius:6px;padding:5px}
.header{overflow:hidden;}
    .hdr-lt{float:left;width:76%;}
        .hdr-lt img{width:100%;}
        .s-logo-txt{color: #ce0202;display: block;font-size: 15px;font-style: italic;font-weight: normal;padding: 20px 17.73% 10px 3.01%;letter-spacing:1px;}
    .hdr-rt{float:right;width:22%;}
        .hdr-rt img{width:100%;}
.DesktopNav{border:1px solid green;background-color:#444444;}
.footer{text-align:center;}

/* Classes Replacing the Media for the Privacy, Copyright, Terms, Date Links */
.MediaTabs{font-weight: bold;font-size: 8.5pt;color: white;font-family: Tahoma, Arial, Helvetica;text-decoration: none;}    
A.MediaTabs:link{text-decoration: none;color: white;font-weight:bold;}
A.MediaTabs:visited{text-decoration: none;color: white;}
A.MediaTabs:active{text-decoration: underline;color: white;}
A.MediaTabs:hover{text-decoration: underline;color: white;}

div.AuthorizeNetSeal {margin:0 auto!important;}

blockquote::before, blockquote::after, q::before, q::after {content: none;}
BLOCKQUOTE, PRE {}
blockquote {border-left: 1px solid #ddd;margin: 0 0 20px;padding: 9px 20px 0 19px;}
blockquote, blockquote p {color: #777;font-size: 17px;font-style: italic;line-height: 24px;}
blockquote, q {quotes: none;}

.C5LLC_row-fluid input, select.NormalTextBox, textarea.NormalTextBox{height: 35px;margin: auto !important;width: 100%;}
textarea.NormalTextBox{height:220px;}
input[type=checkbox].NormalTextBox{width:auto;}


/*-------------- Empty panes Style --------------*/
.DNNEmptyPane{width:0;padding:0;margin:0;}

.fs10, a.fs10, a.fs10:link, a.fs10:active, a.fs10:visited, a.fs10:hover{font-size:10px;}
.fs12, a.fs12, a.fs12:link, a.fs12:active, a.fs12:visited, a.fs12:hover{font-size:12px;}
.fs13, a.fs13, a.fs13:link, a.fs13:active, a.fs13:visited, a.fs13:hover{font-size:13px;}
.fs15, a.fs15, a.fs15:link, a.fs15:active, a.fs15:visited, a.fs15:hover{font-size:15px;}
.fs16, a.fs16, a.fs16:link, a.fs16:active, a.fs16:visited, a.fs16:hover{font-size:16px;}
.fs18, a.fs18, a.fs18:link, a.fs18:active, a.fs18:visited, a.fs18:hover{font-size:18px;}
.fs24, a.fs24, a.fs24:link, a.fs24:active, a.fs24:visited, a.fs24:hover{font-size:24px;}
.fs30, a.fs30, a.fs30:link, a.fs30:active, a.fs30:visited, a.fs30:hover{font-size:30px;}
.bold{font-weight:bold;font-family:"HelveticaBold", Arial, Helvetica, sans-serif;}

.DesktopNav{display:block;}
.MobileNav, .s-logo-txt{display:none;}


/*-------------- Mobile --------------*/
@media only screen and (max-width: 800px) {
    .DesktopNav{display:none;}
    .MobileNav, .s-logo-txt{display:block;}
    .s-logo{display:none;}
}
@media only screen and (max-width:460px) {
    .header{}
    .hdr-lt{width:100%;float:none;}
    .hdr-rt{display:none;}
    .s-logo-txt{padding:20px 5%;background:url(images/Home.jpg) no-repeat right center;background-size:auto 100%;text-shadow:0 0 1px #000;}
}