/* WEBSITE GLOBALS P101 (P101.css) */

/* LAYOUT */

#top
{
position:relative;
width:850px;
height:85px;
margin:auto;
background-repeat:no-repeat;
background-image: url(../../img/spe/ws16/top.jpg);Ê
}

#top h1
{
font:13px tahoma;
color:#EEE;
margin:0 0 -4px 0;
padding:28px 0 0 210px;
letter-spacing:2px;
}

#top h2
{
font:italic 30px times;
color:#FFF;
margin:0;
padding:0 0 0 170px;
}

#shift
{
position:relative;
right:25px;
top:-55px;
}

#nav
{
width:850px;
height:59px;
margin:auto;
background-repeat:no-repeat;
background-image: url(../../img/spe/ws16/nav.jpg);Ê
}

#nav_cp
{
width:850px;
height:59px;
margin:auto;
background-repeat:no-repeat;
background-image: url(../../img/spe/ws16/ncp.jpg);Ê
}

#lintel
{
width:800px;
height:50px;
margin:auto;
background:#000;
}

#wrap
{
width:850px;
margin:auto;
}

#wrap_cp
{
width:850px;
margin:auto;
margin-bottom:15px;
}

#wtc
{
font:11px arial;
color:#6E1600;
position:absolute;
top:132px;
right:15px;
z-index:2;
}

/* THREE COL */
#C3_mid
{
width:474px;
border-left:170px solid #FFF;
border-right:206px solid #FFF;
margin:auto;
position:relative;
display:block;
overflow:visible;
}

#C3_left
{
width:170px;
margin-left:-170px;
float:left;
position:relative;
display:inline;
}

#C3_right
{
width:206px;
margin-right:-206px;
float:right;
position:relative;
display:inline;
background-repeat:repeat-y;
background-image: url(../../img/spe/ws16/rbg.jpg);Ê
}

#C3_right h2
{
font:normal 13px arial;
color:#FFF;
background-repeat:no-repeat;
background-image: url(../../img/spe/ws16/rtb.jpg);Ê
margin:0;
padding:2px 0 2px 6px;
}

/* TWO COL */

#C2L_mid
{
width:580px;
border-left:200px solid #c66;
margin:auto;
position:relative;
display:block;
overflow:visible;
}

#C2L_left
{
width:200px;
margin-left:-200px;
float:left;
position:relative;
display:inline;
}

#C2R_mid
{
width:580px;
border-right:200px solid #c66;
margin:auto;
position:relative;
display:block;
overflow:visible;
}

#C2R_right
{
width:200px;
margin-right:-200px;
float:right;
position:relative;
display:inline;
}

/* SINGLE COL */

#C1_mid
{
width:780px;
margin:auto;
position:relative;
display:block;
overflow:visible;
}

#step
{
width:800px;
margin:auto;
}

/* DEFAULTS */
html, body
{
margin:4px 0 4px 0;
padding:0;
font:12px verdana;
background:#FFF; 
}

form
{
display:inline;
}

ul
{
margin:0;
padding:0;
list-style-type:none;
}

.clear
{
clear:both;
}

.hide
{
display:none;
}

img
{
border:none;
}

