@charset "utf-8";
/* CSS Document */
/* Layout v1.4 */
/* developed by JFURTERER.com */
/* copyright 2010 - John R. Furterer Jr. - all rights reserved */
/* contact: john@jfurterer.com - 607.622.5188 */
/* date created: March 22, 2010 */
/* date last modified: April 5, 2010 */

/* wrappers */
#bkgwrap{
width:100%;
height:100%;
background:url(../img/jf_large.png) no-repeat top center;
}
#mainwrap{
position:relative;
margin:0px auto 0px;
width:888px;
height:667px;
background:url(../img/content_bkg1.png) no-repeat top center;
}

/* site header */
#header{
width:888px;
height:30px;
margin:0;
padding:0;
}
#rtray{
width:200px;
float:right;
margin-top:12px;
margin-right:32px;
text-align:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#999;
text-transform:uppercase;
}
img.htray{
margin-left:4px;
}
img.logo{
margin-top:10px;
margin-left:20px;
}

/* content */
.content{
height:562px;
width:777px;
margin-left:44px;
margin-top:10px;
padding:10px;
background:#999;
}
#flash{
width:580px;
float:left;
}
#sidebar{
width:182px;
height:435px;
float:right;
margin-top:21px;
padding:2px;
background:url(../img/sidebar_bkg.gif) bottom left no-repeat #000;
text-align:left;
}

/* footer */
#footer{
width:856px;
margin:0;
margin-right:32px;
text-align:right;
clear:both;
}
#fnav{
width:400px;
float:right;
margin-top:12px;
text-align:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#999;
clear:both;
}



/* misc */
div.clear{
clear:both;
height:0;
visibility:hidden;
}
div.jfbig{
margin:0;
padding:0;
z-index:99;
width:441px;
height:380px;
background:url(../img/jf3d.png) no-repeat left top;
position:absolute;
top:405px;
left:-96px;
}
div.singlel{
height:1px;
border-top:1px dotted #333;
margin:0px 3px 0px;
}

/* scroller */
#flowpanes{
width:540px;
height:90px;
background-color:#fff;
float:right;
margin-top:11px;
position:relative; 
overflow:hidden; 
clear:both;
}
 
/* override single pane */ 
#flowpanes div { 
width:540px; 
height:90px; 
float:left; 
margin:O; 
background-color:#fff; 
padding:O; 
cursor:pointer; 
} 
 
/* our additional wrapper element for the items */ 
#flowpanes .items { 
    width:20000em; 
    position:absolute; 
    clear:both; 
    margin:0; 
    padding:0; 
} 
