* {
    padding: 0;
    margin: 0;
}

header,
footer,
nav,
section,
h1 {
    display: block;
}
.headerNav-CandlestickChart
{
    background-image: url('Images/Navigation/CandlestickSprite30w45hPNG32.png');
    background-repeat: no-repeat;
    background-position: 5px top;
}
.headerNav-ChartPattern
{
    background-image: url('Images/Navigation/ChartPatternSprite30w45hPNG32.png');
    background-repeat: no-repeat;
    background-position: 5px top;
}
body 
{
    background-color: #EEEEEE;
    font-family: Arial, Helvetica, Sans-Serif;
}
#wrapper 
{
    width: 980px;
    background-color: #FFFFFF;
    margin: 0 auto;
    box-shadow: 0px -18px 18px #000;
}

#mainHeader 
{
    width: 980px;
}
#mainNav ul 
{
    list-style: none;
    height: 60px;
    clear: both;
    width: 980px;
}
#mainNav ul li 
{
    float: left;
    list-style: none;
}
#mainNav ul li a
{
    float: left;
    display: block;
    line-height: 40px;
    height: 40px;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
    color: #666;
}
#mainNav ul li #navCandlestickChartLink:hover
{
    color: #86A73F;
}
#mainNav ul li #navChartPatternLink:hover
{
    color: #4F81BE;
}
#mainNav #navHomeLink
{
    
    background-repeat: no-repeat;
    background-position: left center;
    width: 80px;
    margin-left: 10px;
    padding-right: 0px;
}
#CandlestickChart #navHomeLink
{
    background-image: url('Images/Navigation/FinVidsDotComLogoCandlestickChart.png');
}
#ChartPattern #navHomeLink
{
    background-image: url('Images/Navigation/FinVidsDotComLogoChartPattern.png');
}
#mainNav #searchBox 
{
    float: right;
    line-height: 60px;
    padding-left: 40px;
}
#mainNav #searchBox #searchBoxText 
{
    padding: 4px;
    font-weight: bold;
    color: #666;
    border-radius: 5px;
    width: 250px;
    border: 1px solid #666;  
}
#mainNav #searchBox #searchBoxSubmit 
{
    color: #666;
    border: 1px solid #666;
    font-weight: bold;
    padding: 4px;
    border-radius: 5px;
    background-color: #FFFFFF;
    margin-left: 5px;
}
#CandlestickChartNav, #ChartPatternNav 
{
    clear: both;
    height: 360px;
    width: 960px;
    padding: 0px 10px;
}
#CandlestickChartNav ul, #ChartPatternNav ul 
{
    list-style: none;
    
}
#CandlestickChartNav ul li, #ChartPatternNav ul li
{
    list-style: none;
    float: left;
}
#CandlestickChartNav ul li a, #ChartPatternNav ul li a
{
    float: left;
    display: block;
    width: 195px;
    height: 30px;
    padding: 5px 5px 5px 40px;
    line-height: 30px;
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 13px;
    border-radius: 5px;
}
#CandlestickChartNav ul li a:hover
{
    background-color: #FFFF99; /*#C6C6FF;*/
    color: #333;
}
#ChartPatternNav ul li a:hover
{
    background-color: #FFD0B0;
    color: #333;
}
#mainArticle 
{
    clear: both;
    width: 980px;
}
#mainArticle section
{
    padding: 10px;
    clear: both;
}

#mainArticle #videoSection 
{
    width: 980px;
    padding: 0px;
    clear: both;
}
#videoSection h1 
{
    padding: 10px;
    color: #666;
    
}
#sectionNextToVideo 
{
    width: 336px;
    height: 360px;
    float: right;
    display: block; 
}
#socialMediaBlock 
{
    width: 336px;
    height: 80px;
    overflow: hidden;
}
#advertisementNextToVideo
{
    width: 336px;
    height: 280px;
}
#textForSocialNetwork 
{
    font-weight: bold;
    margin: 10px;
    font-size: 16px;
    padding: 0 10px;
    width: 296px;
    color: white;/*#A13633;*/
    border-radius: 5px;
    background-color: #86A73F;
    -moz-animation-name: textcolor;
    -moz-animation-duration: 2s;
    -moz-animation-direction: alternate;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -webkit-animation-name: textcolor;
    -webkit-animation-duration: 2s;
    -webkit-animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

}
@-moz-keyframes textcolor
{
    0% {background-color: #A13633;}
    20% {background-color: #A13633;}
    50% {background-color: #666;}
    80% {background-color: #86A73F;}
    100% {background-color: #86A73F;}
}
 
@-webkit-keyframes textcolor
{
    0% {background-color: #A13633;}
    20% {background-color: #A13633;}
    50% {background-color: #666;}
    80% {background-color: #86A73F;}
    100% {background-color: #86A73F;}
}


#facebook 
{
    float: left;
    margin-left: 10px;
}
#google1
{
    float: left;
}
#iframeVideo 
{
    float: left;
    width: 640px;
    height: 360px;
    display: block;
}
.clear 
{
    clear: both;
}
section h1 
{
    font-weight: bold;
    font-size: 22px;
    color: #666;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    margin-bottom: 5px;
}
section p
{
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    font-weight: normal;
    width: 834px;
    padding-left: 5px;
    margin-bottom: 20px;
}
section ul li
{
    list-style-type: square;
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    font-weight: normal;
    width: 770px;
    margin-left: 40px;
}
dfn 
{
    font-weight: bold;
}
#rotatingBanner 
{
    width: 498px;
    display: block;
    float: left;
    height: 330px;
}
#adByRotatingBanner 
{
    width: 336px;
    display: block;
    float: left;
    
}
#homePageUnderRotatingImage 
{
    width: 468px; 
    font-weight: bold; 
    font-size: 16px;
    color: #666;
}
#homePageUnderRotatingImage a, #homePageUnderRotatingImage a:visited
{
   color: #666; 
}
#homePageUnderRotatingImage a:hover
{
    color: #86A73F;
}
#mainFooter 
{
    width: 960px;
    clear: both;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    text-align: center;
    padding: 10px;
}
#mainFooter a, #mainFooter a:visited
{
    color: #666;
    text-decoration: none;
}
#mainFooter a:hover 
{
    color: #86A73F;
}

#homePageFeatured a 
{
    border: none;
    width: 249px;
    display: block;
    float: left;
    text-align: center;
    padding: 20px;
    color: #666;
    font-size: 14px;
    font-weight: bold;
}
#homePageFeatured a:hover 
{
    color: #4F81BE;
}
#homePageFeatured img 
{
    border: none;  
}
#homePageFeatured h1
{
    clear: both;
    display: block;
}
#worksReferenced 
{
    list-style: none;
    color: #666;
    font-size: 18px;
    line-height: 1.8;
    padding-left: 20px;
    text-indent: -15px;
}

.priceTarget
{
    display: block;
    width: 730px;
    padding: 15px;
    margin: 20px;
    border: 1px solid #888;
    border-radius: 20px;
    font-weight: bold;
    font-size: 22px;
}
.priceTargetUpward
{
    border-color: #8EB240;
    background-color: #E6EFD1;
}
.priceTargetDownward
{
    border-color: #B83835;
    background-color: #F2D3D2;
}
.priceTargetTitle
{
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}
.priceTargetUpward .priceTargetTitle
{
   color: #8EB240;
}
.priceTargetDownward .priceTargetTitle
{
   color: #B83835;
}
.priceTargetBreakoutAbove
{
    color: #4F81BE;
    border-top: 1px solid #FB6400;
}
.priceTargetBreakoutBelow
{
    color: #4F81BE;
    border-bottom: 1px solid #FB6400;
}
.priceTargetAdd
{
    color: #8EB240;   
}
.priceTargetMinus
{
    color: #B83835;   
}
.priceTargetOutsideLeftParen, .priceTargetOutsideRightParen
{
    font-size: 28px;
}
.priceTargetInsideLeftParen, .priceTargetInsideRightParen
{
       
}
.priceTargetInsideLeftVal
{
    color: #4F81BE;
    border-top: 1px solid #FB6400;    
}
.priceTargetInsideRightVal
{
    color: #4F81BE;
    border-bottom: 1px solid #FB6400;    
}
.priceTargetInsideBothVal
{
    color: #4F81BE;
    border-top: 1px solid #FB6400; 
    border-bottom: 1px solid #FB6400;    
}
.priceTargetMultiplier
{
    color: #FB6400; 
}