﻿/* http://dabuttonfactory.com/ round box gradient bubble effect */



body {
    background-color: white;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: lighter;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

#container
{
	text-align: left;
	margin: 0 auto;
	position: relative;
	width: 960px;
	z-index: 1; /*min-height: 100%;*/
}

.brownBackground {
background-color:#f2f2e5}

.orangeBackground {
background-color:#FFAA00}

A:link /* link */ {
    text-decoration: underline;
}

A:visited /* after visiting a link */ {
    text-decoration: none;
    color: purple;
    font-style: normal;
}

A:active /* when a link is clicked */ {
    text-decoration: none;
    color: blue;
}

A:hover /* hover over a link */ {
    text-decoration: underline;
    font-style: oblique;
    font-style: normal;
}


UL LI {
    list-style-type: square;
}


#container {
    text-align: left;
    margin: 0 auto;
    position: relative;
    width: 960px;
    z-index: 1;
}

#stockContainer {
    text-align: left;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1;
}

#centercontent {
    min-height: 800px;
}


h1 {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: Navy;
    text-align: center;
    font-size: 18px;
    line-height: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
}

h2 {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: Navy;
    font-size: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
}

h3 {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: Navy;
    font-size: 14px;
    padding-top: 2px padding-bottom: 2px;
}


.Large {
    font-size: large;
}

.Small {
    font-size: small;
}

.ExtraSmall {
    font-size: x-small;
}


.importance  {
    color: #A66F00;
    font-style: italic; 
    }

.importance tr td    {
    color: #A66F00;
    font-style: italic; 
}

.fixWidth20  {
    width: 100%;
}

.fixWidth20 tr td {
    width: 20%;
}
.fixWidth33  {
    width: 100%;
}

.fixWidth33 tr td {
    width: 33%;
}

.fixWidth50  {
    width: 100%;
}
.fixWidth50 tr td {
    width: 50%;
}

.floatleft
{
	float: left; /* left of our text*/
	margin: 0px 10px 10px 0px; /*space around the image*/
	border: 0;
}

.floatright
{
	float: right; /* right of our text*/
	margin: 0px 10px 10px 0px; /*space around the image*/
	border: 0;
}


.image300 {
    max-width: 300px;
    max-height: 300px;
    width: expression(this.width > 300 ? "300px" : true);
    height: expression(this.height > 300 ? "300px" : true);
}

.wrap300 {
    height: 300px;
    width: 300px;
}

.image160 {
    max-width: 160px;
    max-height: 160px;
    width: expression(this.width > 160 ? "160px" : true);
    height: expression(this.height > 160 ? "160px" : true);
}

.wrap160 {
    height: 160px;
    width: 160px;
}

  .floater {
        float: left;
         padding: 5px;
        margin: 5px;
        
    }

/* color sheme - http://colorschemedesigner.com/csd-3.5/ */
/* Begin tabbed menu */
.solidblockmenu ul {
    margin: 0;
    padding: 0;
    float: left;
    font: bold 13px Arial;
    width: 100%;
    border: 1px solid #625e00;
    border-width: 1px 0;
    background-color: #A66F00;
}

.solidblockmenu li {
    display: inline;
}

    .solidblockmenu li a {
        float: left;
        color: white;
        padding: 9px 11px;
        text-decoration: none;
        border-right: 1px solid white;
    }

        .solidblockmenu li a:visited {
            color: white;
        }

        .solidblockmenu li a:hover, .solidblockmenu li a.current {
            color: white;
            background-color: #FFAA00;
            color: #082277;
        }

.tabcontainer {
    clear: left;
    height: 600px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/ /*height: 1500px auto;  JLS to push footer down */
    width: 820px;
}

.aboveTabs {
    clear: left;
    width: 830px;
}

*:first-child + html .ieclass {
    /*IE7 hack to remove gap between menu and sub contents*/
    margin-top: -1em;
}

* html .ieclass {
    /*IE6 and below hack to remove gap between menu and sub contents*/
    margin-top: -1em;
}

.tabcontent {
    display: none;
    text-align: left;
}
/* End tabbed menu */


#addthis_wrapper{
    float:left;
    font-size:large;
    margin-top: 9px;
    color: #FFAA00;
    font-family: 'Comic Sans MS';
    font-weight: bold;
}
#addthis_content{
   float:left;

}


#FBaddthis_wrapper{
    Border-color: #FFAA00;
    border-style:solid;
    border-width:thick;
    padding: 3px;
    float:left;
    font-size:large;
    margin-top: 9px;
    color: Navy;
    font-family: 'Comic Sans MS';
    font-weight: normal;
}
#FBaddthis_content{
   float:initial;

}

.email_box_title{
    font-size:large;
    color: #FFAA00;
    font-family: 'Comic Sans MS';
    font-weight: bold;
}



