/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:12px;
    background-color: #000000;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}

a{
    color: #000000;
    text-decoration: none;
}

a:link{
    color: #000000;
    text-decoration: none;
}

a:visited{
    color: #000000;
    text-decoration: none;
}

a:hover{
    color: #0F0F0F;
    text-decoration: underline;
}

h1{
 font: bold 14px Georgia;
 font-size: 200%;
 color: #ffffff;
 margin: 2px;
 padding: 2px;
}

h2{
 font: bold 12px Georgia;
 font-size: 110%;
 color: #ffffff;
 margin: 0px;
 padding: 0px;

}


copy{
 font: 11px Georgia;
 color: #ffffff;
}

reviewcopy{
 font: 14px Georgia;
 color: #ffffff;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#content{
text-align:center;
z-index: 2;
position: absolute;
left: 0px;
top: 45px;
width: 620px;
height: 550px;
background-color: #cccccc;
}

#maintable{
float: left;
min-height: 800px;
}

#header{
text-align:center;
z-index: 2;
position: absolute;
left: 0px;
top: 0px;
width: 726px;
height: 37px;
background-color: #FFFFFF;
}

#leftside{
text-align:center;
z-index: 2;
position: absolute;
left: 0px;
top: 38px;
width: 260px;
height: 600px;
background-color: #000000;
}


#rightside{
text-align:left;
z-index: 2;
position: absolute;
left: 260px;
top: 38px;
width: 468px;
height: 555px;
background-color: #707070;
}

#adleft{
text-align:center;
z-index: 2;
position: absolute;
left: 0px;
top: 81px;
width: 234px;
height: 60px;
background-color: #000000;
}

#adleft2{
text-align:center;
z-index: 2;
position: absolute;
left: 0px;
top: 538px;
width: 234px;
height: 60px;
background-color: #000000;
}

#adright{
text-align:center;
z-index: 2;
position: absolute;
left: 260px;
top: 578px;
width: 468px;
height: 15px;
background-color: #909090;
}

#shadow{
text-align:center;
z-index: 1;
position: absolute;
left: 3px;
top: 3px;
width: 730px;
height: 640px;
background-color: #222222;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 14px Georgia;
width: 100%;
border: 1px solid #c0c0c0;
border-width: 1px 1px 0px 1px; /* '1px' for above/below links, followed by '0' for left/right of links. */
background: black url(blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-left: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(blockactive3.gif) center center repeat-x;
}

p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
