﻿#banner
{
    height: 200px;
    border-bottom: solid 10px #cecfce;
    /*background-color: #f5f5f5;*/
    background: #fff url(../images/banner-left-bg.jpg) no-repeat;
}

#showcase
{
	float:left;
    width: 770px;
    height: 200px;
    
    /* 
	Usually this will be not be visible if the Flash showcase 
	has loaded, but if not this will provide the backdrop to the
	showcase-alt-content div.
	*/
    /*background-color: #f5f5f5;*/
	background: #fff url(../images/showcase-alt-image.jpg) no-repeat;
}

#showcase-alt-content
{
    padding: 50px 200px 20px 100px;
}

#showcase-alt-content h1
{
    letter-spacing: -0.05em;
    font-size: 140%;
    color: #fff;
    font-weight: normal;
    font-family: Trebuchet MS, Verdana, Sans-Serif;    
}

#promotion
{
	position:absolute;
	left: 800px;
	padding-top: 16px;
	width: 160px;
	z-index: 1;
}

#webinarpromo
{
	text-align: center;
	position:absolute;
	color: #0099CC;
	font-size: 110%;
	font-weight: bold;
	left: 800px;
	padding-top: 5px;
	width: 160px;
	z-index: 1;
}

#awards
{
	position:absolute;
	left: 800px;
	padding-top: 25px;
	width: 160px;
}

#content
{
    color: #676767;
    margin: 0px 0px 0px 20px;
	width: 930px;
    line-height: 1.5em;
}

#content h1
{
    color: #096191;
    font-weight: bold;
    font-size: 140%;
    font-family: Trebuchet MS, Verdana, Sans-Serif;
}

#content h1 span
{
	font-weight: normal;
    display: block;
}

#content h2
{
    color: #6c9cc7;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 140%;
    font-family: Trebuchet MS, Verdana, Sans-Serif;   
    
    line-height: 30px;
    background: url(../images/dots-horiz.gif) repeat-x bottom; /* IE <=6 does not support 1px dotted lines */
    padding-left: 10px;
    padding-bottom: 0px;
    margin-top: 25px;
}

#content div
{   
    margin: 0px;
    padding: 0px;
}

#content div.col-1
{
	float: left;
    width: 510px;
    padding: 30px 40px 20px 0px;
}

#content div.col-2
{
	float: left;
    width: 235px;
    background: #fff url(../images/dots-vert.gif) repeat-y top right; /* IE <=6 does not support 1px dotted lines */    
}

#content div.col-2 div
{
    padding: 0px 0px 20px 0px;
}

#content div.col-2 ul
{
    margin: 0px;
    padding: 5px 20px 10px 30px;
}

#content div.col-2 li
{
    padding-bottom: 10px;
}

#content div.col-3
{
	float: left;
    width: 200px;
	background: #fff url(../images/dots-vert.gif) repeat-y top right; /* IE <=6 does not support 1px dotted lines */        
}

#content div.col-3 div
{
    padding: 5px 20px 20px 20px;
    background: none;
}

#content div.col-4
{
	float: left;
    width: 180px;
}

#content div.col-4 div
{		   
    padding: 10px 10px 20px 20px;
    background: url(../images/dots-horiz.gif) repeat-x bottom; /* IE <=6 does not support 1px dotted lines */ 
}

#content div.col-4 ul
{
    margin: 0px;
    padding: 0px 0px 10px 5px;
}

#content div.col-4 li.pdf
{	
    list-style-image: url(../images/pdf.gif);
    margin-left: 10px;
    padding-bottom: 5px;
}

#content div.col-4 li.pdf a
{	
    position: relative;
    top: -3px;
    left: 3px;
}