/* CSS styles for content cards in the main strip*/
/* Main Navigation Screen Styles */
#main
{
	height:100%;
	overflow:auto;
	position:absolute;
	top:0;
	width:100%;
}

.cardCategory {
    z-index:5;
}

.card { 
    width: 820px;
    margin: 0 auto;


    padding: 45px 40px 30px 10px;
}

.card.doNotLoad{
    display: none;
}
.card .title{
    text-align: center; top: 200px; position:relative;
}

.titleContent{
    position: absolute;
    top: 90px;
    left: 60px;
    bottom: 10px;
    width: 700px;
}


.scrollingList{
    height: 100%;
    width: 100%;
    /*
    overflow: hidden;*/
}

.listItem{
    margin-top: 20px; 
}

.itemIcon{
    clear: both; display: block; margin-bottom: 5px;
}

a:link {
    color:#666600;
    text-decoration: none;
    cursor: pointer;
}
a:visited {
    color:#666600;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    cursor: pointer;
}
a:active {
    text-decoration: underline;
    cursor: pointer;
}
a img {
    border: none;
}

hr {
    border:0px;
    height: 1px;
    background-color:#adafa6;
    margin: 0 0 0 0;
    
}

.salesLeadDiv
{
    z-index:1000;
    position:absolute;
    top:100px;
    left:10px;
    width:280px;
    background: white;
    border: 1px solid black;
    padding: 10px;
    
} 

.salesLead p.formTitle
{
	
    font-family:MS Sans Serif, Tahoma, Verdana, sans-serif;
    color:#333333;
    font-size:11px;
}
.salesLead {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.salesLeadCell_error
{
    color:#990000;
}   
.salesLeadTable {
    margin-bottom: 10px;
}

.salesLeadCell {
    padding-left: 5px;
    padding-right: 5px;
}

.salesLeadButtonrow{
    width: 250px;
}

.salesLeadCancel {
    float: right;
    margin: 4px;
}

.salesLeadSubmit {
    float: right;
    margin: 4px;
}

/*News and Press Releases*/
.yearlist{
    position: absolute;
    top: 10px;
    left: 30px;
    width:90px;
    
}
.yearlistItem{
    margin: 2px 0px 2px 0px;
}
.archiveTitle {
    font-size: 2.0em;
}

.archiveYear {
    padding-bottom: 6px;
    
}

.archive_year
{
    position: absolute;
    top: 6px;
    bottom: 20px;
}

/*Customers*/
.customer {
    margin-bottom: 25px;
}
.cardBody{
    position: relative;
}
.videoDescription {
    float: left;
    position: absolute;
    top: 0px;
    width: 250px;
}
