*
{
    margin: 0;
    padding: 0;   
}

img
{
}

hr
{
    color: #d2d2d2;
    background-color: #d2d2d2;
}

/* main content */
body
{
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top:0px;
    
    /*background-image: url('/img/bg-tile.png');*/

    background: #d2d2d2;
    color: black;
    text-align: left;
}

/* cufon stuff */
h1
{
    font-size: 1.1em;
    color: black;
    border-bottom: 1px solid black;
}

/* market */
#market-numbering
{
    text-align: center;
}

p.market-inactive-link-left
{
    float: left;
    color: #C0C0C0;
}

p.market-inactive-link-right
{
    float: right;
    color: #C0C0C0;
}

p.market-link-left
{
    float: left;
}

p.market-link-right
{
    float: right;
}

.market-item
{
    padding-top: 10px; 
    padding-bottom: 10px;
}

.market-item-heading
{
    font-size: 18px;
    padding-bottom: 5px;
}

.market-pictures
{
    text-align: right;
    padding-top: 10px;
}

.market-item-price
{  
    font-size: 16px;
    text-align: right;
    padding-top: 20px;
    font-style: italic;
}

img.market-item-image
{
    border: 2px solid #02a1e8;
}

/* for plain.html */
#plain-topborder
{
    width: 948px;
    height: 45px;
    background: url('/img/plain-border.png');
    margin-top: 8px;
}

#plain-text-content
{
    text-align: left;
    line-height: 18px;
    margin-left: 25px;
    margin-bottom: 25px;
    margin-right: 25px;
}

.space
{
    background-color: white;
    width: 100%;
    height: 100%;
    overflow: visible;
}

#plain-text-content-header
{
    font-weight: bolder;
    margin-bottom: 10px;
}

body.plain
{
    background-image: url("/img/plain-bg.png");
}

/* absolute-positioned silo */
#plain-silo
{
    top: 40%;
    left: 0;
    
    width: 593px;
    height: 497px;
    
    background: url('/img/silo.png');
    
    position: fixed;
    
    /*z-index:-1;*/
}

/* end plain.html */

/* img link border */
a img
{
    border: 0;
}

/* table styles */
table 
{
    border-width: 1px 1px 1px 1px;
	padding: 0;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table td
{
    border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}


/* link styles */
a:link
{
    color: black; text-decoration: underline;
}

a:active 
{
    color: black; text-decoration: underline;
}
a:visited 
{
    color: #616161; text-decoration: underline;
}
a:hover 
{
    color: #e69200; text-decoration: underline;
}

.heading
{
    font-weight: bold;
}

/* footer href link styles */
a.footer-href:link
{
    color: #FFFFFF; text-decoration: none;
}

a.footer-href:visited
{
    color: #FFFFFF; text-decoration: none;
}

a.footer-href:hover
{
    color: #FFFFFF; text-decoration: underline;
}


/* site stiles */
#wrapper
{
    width: 948px;
    margin: 0 auto 0 auto;
    background: white;
    border-left: 1px solid #606060;
    border-right: 1px solid #606060;
}

#header-wrapper
{
    width:948px;
    height:139px;
}

#header-content1
{
    width:364px;
    height:148px;
    
    background-image:url('/img/logo.png');
        
    display: inline;
    float: left;
    
}

#header-content2
{
    width:584px;
    height:148px;
    
    display: inline;
    float: left;
}

#menu-whitespace
{
    width: auto;
    height: 120px;
}

.menu-item
{
    /* holy grail */
    float: left;
    
    margin-left: 5px;
    
    border-bottom: 1px solid black;
}

.menu-padding
{
    padding-left: 5px;
}

.menu-subitem
{
    
}

#splash
{
    width: 948px;
    height: 363px;
    background-image:url('/img/splash.png');
    background-repeat: repeat-x;
    margin-top: 5px;
    text-align: left;
}

#splash-content
{
    padding-top: 14px;
    /* remove me later */
    
}

/* used for plain pages */

#common-bar
{
    width: 948px;
    height: 45px;
    margin-top: 10px;
    background-image:url('/img/common-bar.png');
}

#content
{
    width:948px;
    height:auto;
}

.content-subsection
{
    width: 550px;
    
    vertical-align: text-top;
    text-align: left;
    
    /* border: 0px solid black; */
    
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 30px;
    
    float: left;
    
    line-height: 18px;

}

.content-subsection-news
{
    width: 358px;
    
    vertical-align: text-top;
    text-align: left;
    
    /* border: 0px solid black; */
    
    padding-top: 10px;
    padding-bottom: 30px;  
    
    float: left;
}

.content-subsection-bar
{
    /* width: 65px; 
        background-position: right;*/
    
    width: 26px;
    height: 271px;
    
    background: url('/img/bar.png');
    
    background-repeat: no-repeat;
    
    float: left;
}



.content-subsection-text
{
    padding-right: 10px;
}

.content-subsection-heading
{
    margin-bottom: 3px;
}

.content-subsection-newsitem-heading
{
    font-weight: bold;
    padding-top: 5px;
}

.content-subsection-newsitem
{
    padding-left: 35px;
    padding-top: 5px;
}

#content-left
{

    width: 469px;
    
    vertical-align: text-top;
    text-align: left;
    display: inline;
    border: 1px solid black;
    /*
    float: left;  
    
    background-image:url('/imgv2/bgright.png');
    background-repeat: repeat-y;
    background-position: right;
    background-color: white;   
    height: 100%; 
    */
    
    /* hacks */
    display: -moz-inline-stack;
    zoom: 1;
    *display: inline;
    min-height: 10px;  
    
    padding-top: 10px;
    padding-bottom: 30px;
}

#content-right
{
    width: 469px;
    display: inline;
    vertical-align: text-top;
    text-align: left;
    
    border: 1px solid black;
    
    /* hacks */
    display: -moz-inline-stack;
    zoom: 1;
    *display: inline;
    min-height: 10px;   
    
    padding-top: 10px;
    padding-bottom: 30px;
}

#content-ad
{
    width: 100%;
    margin: 0 auto 0 auto;
}

/* rss feed */
.content-rss
{
    width: 322px;
    padding-bottom: 10px;
    text-align: left;
}

.content-rss-heading
{
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
}

.content-rss-text
{
    margin-left: 30px;
    margin-right: 10px;
    
    background-image:url('/img/bullet.png');
    background-repeat: no-repeat;

}

p.content-rss-text-box
{
    margin-left: 35px;
}

#content-rss-aggregators
{
    width: 100%;
    border-style: none;
}

#content-rss-aggregators-item
{
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    
    display: inline-block;

    /* hacks */
    display: -moz-inline-stack;
    zoom: 1;
    *display: inline;
    min-height: 32px;     
    
    /*
    float: right;
    */
}

#extra-space-top
{
    height: 20px;
}

#extra-space-bottom
{
    height: 400px;
    display: block;
}

#footer
{
    
}

#footer-container
{
    width: 948px;
    height: 180px;
    margin:0 auto;
    background: url('/img/footer-bg.png')
}

#footer-text
{
    width: 787px;
    color: white;
    float:left;
    padding-top: 20px;
    text-align: left;
    
}

#footer-sitemap
{
    height: 130px;
    margin-left: 20px;
}

#footer-sitemap-intro
{
    font-style: italic;
    width: 100%;
    padding-bottom: 10px;
}

.footer-column
{
    float: left;
    font-size: 85%;
    margin-right: 20px;
}

div.footer-column ul li
{
    list-style-type: none;
    margin-left: 20px;
}

#footer-line
{
    width: 95%;
    height: 2px;
    background: white;
    margin: 0 auto 0 auto;
} 

#footer-contact
{
    padding-top: 5px;
    text-align: center;
    font-size: 90%;
}

#footer-trees
{
    background: url('/img/footer-trees.png');
    width: 161px;
    height: 180px;
    float:left;
}

a.footer-item:link
{
    color: white;
    text-decoration: none;
}

a.footer-item:visited
{
    color: white;
    text-decoration: none;
}

a.footer-item:active
{
    color: white;
    text-decoration: none;
}

a.footer-item:hover
{
    color: white;
    text-decoration: underline;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main
{
    overflow:auto;
	padding-bottom: 180px;
    min-height: 300px;
}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -180px; /* negative value of footer height */
	height: 180px;
	clear:both;} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

.sf-menu li
{
    z-index: 9001;
}

#lightbox-nav
{
    z-index: 9002;
}

/* lists 
ul, ol {
   margin:auto -3em 1em 0;
   padding:0;
   position:relative;
   /*left:-3em;
   overflow: hidden;
}

li {
   margin-top:0.25em;
   margin-bottom:0.25em;
}

ul ul, ul ol,
ol ol, ol ul {
   margin-left:1em;
   padding-left:0;
}

ul li, ol li {
   margin-left:0em;
}

li li {
   margin-left:1em;
}
*/

