﻿/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 14px;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus
{
    outline: 0;
}
strong
{
    font-weight: bold;
}
body
{
    line-height: 1;
    color: black;
    background: white;
}
ol, ul
{
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table
{
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td
{
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}
blockquote, q
{
    quotes: "" "";
}
/* end reset */


body
{
    background: #E3E3E3;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #000066;
    margin-bottom: 4px;
    margin-top: 8px;
    text-align: center;
}
h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000066;
    margin-bottom: 8px;
    margin-top: 6px;
    text-align: center;
}
h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000066;
    margin-bottom: 8px;
    margin-top: 6px;
    text-align: left;
}
p
{
    margin-top: 12px;
    margin-bottom: 12px;
    line-height: 18px;
}
#wrapper
{
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    text-align: left;
    background-color: #FFFFFF;
    border-left-style: solid;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #999999;
    border-left-color: #999999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
}
#header
{
    width: 800px;
    height: 120px;
    background-image: url(  '../../App_Themes/FYC/Images/BGArrow-Top.gif' );
    background-color: #E7EBF4;
    background-repeat: no-repeat;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #999999;
}
#masthead
{
    width: 800px;
    height: 96px;
    position: relative;
}
.mastheadlogo
{
    position: absolute;
    top: 20px;
    left: 20px;
}
.mastheadcontact
{
    position: absolute;
    top: 20px;
    right: 55px;
}
.mastheadcounter
{
    position: absolute;
    top: 28px;
    left: 350px;
}
.mastheadlogin
{
    position: absolute;
    top: 2px;
    right: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
#nav
{
    width: 800px;
    height: 24px;
}
#content
{
    padding: 4px;
    background-color: #FFFFFF;
    background-image: url(  '../../App_Themes/FYC/Images/BGArrow-Bottom.gif' );
    background-repeat: no-repeat;
}
#contentBreadcrumb
{
    width: 790px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 10px;
}
.urhere
{
    color: #000099;
    font-weight: bold;
    font-size: 12px;
}
.spokesperson
{
    width: 232px;
    height: 307px;
    position: relative;
}
#vid {
	position: absolute;
	width: 320px;
	height: 320px;
	top: 0px;
	left: 0px;
}
#contentLHS
{
    width: 232px;
    float: left;
    text-align: center;
}
#contentRHS
{
    width: 536px;
    float: right;
    padding-left: 16px;
    padding-right: 8px;
}
#contentRight
{
    width: 500px;
    float: right;
    padding-left: 16px;
    padding-right: 8px;
}
#footer
{
    width: 800px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #333;
    background-color: #7289A8;
    clear: both;
}
#footerSignup
{
    background-color: white;
    color: black;
    width: 100%;
    text-align: center;
    margin-top: 4px;
    padding: 5px 0;
}
#footerMenu
{
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    margin-top: 4px;
}
#footerMenu li
{
    list-style-type: none;
    display: inline;
    color: #FFFFFF;
    padding-right: 4px;
    padding-left: 4px;
}
#footerMenu a
{
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: underline;
}
#footerMenu a.buynow
{
    color: #FFCC00;
    font-weight: bold;
}
#footerContact
{
    font-size: 22px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
#footerContact li
{
    list-style-type: none;
    display: inline;
    color: #FFFFFF;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 22px;
    font-weight: bold;
}
#footerContact a
{
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
#footerPolicy
{
    color: #CCCCCC;
    width: 100%;
    text-align: center;
}
#footerPolicy li
{
    list-style-type: none;
    display: inline;
    color: #CCC;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 10px;
}
#footerPolicy a
{
    color: #CCC;
    text-decoration: underline;
    font-size: 10px;
}


/* liquid Leads */
/* snazzy */

#xsnazzy h1, #xsnazzy h2, #xsnazzy p
{
    margin: 0 10px;
}
#xsnazzy h1
{
    font-size: 16px;
    color: #fff;
}
#xsnazzy h2
{
    font-size: 16px;
    color: #06a;
    border: 0;
}
#xsnazzy p
{
}
#xsnazzy h2
{
    padding-top: 0.5em;
}
#xsnazzy
{
    background: transparent; /* margin: 1em; */
    width: 190px;
    margin-right: auto;
    margin-left: auto;
}

.xtop, .xbottom
{
    display: block;
    background: transparent;
    font-size: 1px;
}
.xb1, .xb2, .xb3, .xb4
{
    display: block;
    overflow: hidden;
}
.xb1, .xb2, .xb3
{
    height: 1px;
}
.xb2, .xb3, .xb4
{
    background: #FFFFEE;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}
.xb1
{
    margin: 0 5px;
    background: #333;
}
.xb2
{
    margin: 0 3px;
    border-width: 0 2px;
}
.xb3
{
    margin: 0 2px;
}
.xb4
{
    height: 2px;
    margin: 0 1px;
}

.xboxcontent
{
    display: block;
    background: #FFE;
    border: 0 solid #333;
    border-width: 0 1px;
    text-align: center;
}
.freeseries
{
    color: red;
    font-weight: bold;
    font-size: 16px;
    display: block;
    padding-top: 4px;
}
.lltext
{
    color: black;
    font-weight: normal;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}
#LLSubmit
{
    margin-top: 12px;
    margin-bottom: 8px;
    font-weight: bold;
    width: 170px;
}

/* end liquid Leads */
/* clearfix */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */

/* end clearfix */
#GalleryLeft
{
    width: 46px;
    height: 520px;
    float: left;
}
#Gallery
{
    width: 400px;
    height: 520px;
    float: left;
}
#GalleryRight
{
    width: 46px;
    height: 520px;
    float: left;
}

#gregLHS
{
    background-image: url(  '../../App_Themes/FYC/Images/GregIncardona.jpg' );
    background-repeat: no-repeat;
}
#gregLHSBox
{
    left: -30px;
    top: 120px;
    position: relative;
}
#llcontainer
{
    float: right;
    width: 190px;
    margin-left: 8px;
    margin-right: 4px;
}
.SpanRed
{
    color: red;    
    font-weight: bold;
}
.fycbox
{
    float: right;
    padding-right: 8px;
    padding-top: 16px;
}
/* faq */
.faqq p
{
    padding-left: 20px;
}
.faqq ul
{
    padding-left: 40px;
    list-style-type: square;
}
#faqwrapper
{
    padding-left: 100px;
    padding-right: 100px;
}
.btot
{
    text-align: right;
    font-size: 12px;
    margin-top: 0px;
    padding-top: 0px;
}
#questions
{
    margin-bottom: 16px;
    vertical-align: top;
    line-height: 22px;
    list-style-image: url('Images/question.gif');
    list-style-position: inside;
}
#questions li
{
    padding: 0px;
}
/* end faq */
.floatleft
{
    float: left;
    padding-right: 8px;
    padding-top: 12px;
}
.floatright
{
    float: right;
}
.bullet, .bullet ul
{
    padding-left: 40px;
    list-style-type: disc;
    line-height: 20px;
}
.bullet li
{
    font-size: 12px;
    padding-left: 00px;
    list-style-type: disc;
    line-height: 20px;
}
.nokout
{
    margin: 10px 0 0 10px;
    background-position: center top;
    padding: 15px;
    width: 130px;
    float: right;
    font-size: 20px;
    font-weight: bold;
    background-image: url(  '../../App_Themes/FYC/Images/Quotes.gif' );
    background-repeat: no-repeat;
    color: #ECECEC;
}
.partitle
{
    color: #000099;
    font-weight: bold;
}
img.displayed
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* LHS Nav */
.LHSNav
{
    width: 176px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.LHSNav a
{
    display: block;
    width: 170px;
    padding: 3px;
    background-color: #6792CB;
    border-bottom: 1px solid #eee;
}
.LHSNav a:link, .LHSNav a:visited
{
    color: #FFF;
    text-decoration: none;
}
.LHSNav a:hover
{
    background-color: #369;
    color: #fff;
}
.LHSSelected a
{
    background-color: #acd373;
}

/* end LHS Nav */

#youcan
{
    vertical-align: top;
    line-height: 22px;
    list-style-image: url('Images/checkbox.png');
    list-style-position: inside;
    vertical-align: super;
    padding-left: 5px;
}
#righttools
{
    text-align: center;
    margin-top: 16px;
}
.fycboxpar
{
    padding: 4px;
    width: auto;
}
.fycboxbuttons
{
    width: 500px;
    text-align: right;
}
.amsimages
{
    text-align: center;
}
.amsimages img
{
    padding: 8px;
}
#ContentLHS_Top
{
    text-align: center;
}
.Breadcrumbcurrent
{
    font-weight: bold;
}
.italics
{
    font-style:italic
}
.checkbox
{
    vertical-align: top;
    line-height: 22px;
    list-style-image: url('Images/checkbox.png');
    list-style-position: inside;
    margin-left: 10px;
}
.checkbox ul li
{
    vertical-align: baseline;
    line-height: 22px;
    list-style-image: url('Images/checkbox.png');
    list-style-position: inside;
    margin-left: 30px;
}
.security
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000066;
    margin-bottom: 8px;
    margin-top: 6px;
    text-align: left;
}
.industryicons
{
    font-size: small;
    width: 120px;
    float: left;
    padding: 15px 0px 15px 0px;
    text-align: center;
}
.industryiconsleft
{
    font-size: small;
    width: 525px;
    float: left;
    text-align: left;
    vertical-align: top;
}
.iconsleft
{
    float: left;
    width: 100px;
    height: 100px;
}
.industrydescriptions
{
    font-size: small;
    width: 390px;
    text-align: left;
}
.industryiconlinks
{
    text-align:center;
    padding: 5px 0 10px 0;
}
.icongroup
{
    text-align: center;
    padding-left: 35px;
}
.largeicons
{
    float: right;
    padding: 0 0 10px 10px;
}
.contactHeader
{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
#contactLHS
{
    width: 300px;
    padding-top: 40px;
    padding-left: 50px;
    float: left;
}
#contactLeft
{
    width: 350px;
    padding-left: 20px;
    float: left;
}
#contactRHS
{
    width: 400px;
    float: right;
}
#contactTight
{
    width: 360px;
    padding-left: 6px;
    float: left;
}
#contactWide
{
    width: 400px;
    padding-bottom: 20px;
    padding-left: 100px;
    float: left;
}
#contactFull
{
    width: 427px;
    padding-bottom: 20px;
    padding-left: 100px;
    float: left;
}
label
{
    font-size: small;
    vertical-align: top;
    text-align: right;
    width: 70px;
    float: left;
}
.LLlabel
{
    font-size: small;
    vertical-align: top;
    text-align: center;
    width: 170px;
    float: left;
}
.buynowicons
{
    font-size: small;
    width: 132px;
    float: left;
    text-align: center;
    padding: 15px 0 15px 0;
}
#landingcontent
{
    padding-left: 30px;
    padding-right: 30px;
}
.submitbutton
{
    text-align: center;
}
.roiform
{
    width: 100%
}
.roilabel
{
    width: 300px;
    height: 22px;
    text-align: left;
    vertical-align: text-bottom;
    font-weight: bold;
}
.roiformnotes
{
    text-align: left;
    font-size: 10px;
    color: #000000;
    padding-bottom: 3px;
}
.roiformerror
{
    text-align: left;
    font-size: 10px;
    color: #FF0000;
    width: 100%;
    padding-bottom: 10px;
}
.roibutton
{
    text-align: center;
    color: #000000;
    width: 100%;
}
.roidisclaimer
{
    text-align: left;
    font-size: 11px;
    color: #000000;
    width: 100%;
}
.roiresults
{
    text-align: left;
    font-size: 11px;
    color: #000000;
    width: 100%;
    padding-top: 5px;
}
#contactsitewide td
{
	vertical-align: top;
}

