﻿/********************************************************* 
Resources Styles(Resources, Downloads, Support and Contact 
*********************************************************/


/*****************************************************************
Support Section
*****************************************************************/
#supportContainer
{
	margin-left:35px;
	font-size:1.2em;
	min-height:350px;
	margin-bottom:15px;
	overflow:hidden;
}

.calloutContainer
{
	width:216px;
	float:left;
	margin-right:15px;
}

.topCapper 
{	
	height:44px;
	text-indent:-10000px;
	float:left;	
}

.download
{
	background-image:url(../images/support/bkgdSupportDownload.gif);
	background-repeat:no-repeat;
	float:left;
	height:44px;
	width:216px;
}

.contact
{
	background-image:url(../images/support/bkgdSupportContact.gif);
	background-repeat:no-repeat;
	float:left;
	height:44px;
	width:216px;
}

.registration
{
	background-image:url(../images/support/bkgdSupportProduct.gif);
	background-repeat:no-repeat;
	float:left;
	height:44px;
	width:216px;
}

.handset
{
	background-image:url(../images/support/bkgdSupportHandset.gif);
	background-repeat:no-repeat;
	float:left;
	height:44px;
	width:216px;
}

.content
{
	background-image:url(../images/support/bkgdSupportTile.gif);
	background-repeat:no-repeat;
	float:left;
	min-height:114px;
	width:216px;
}

.content span, .content a
{
	color:#224EA7;
	font-weight:bold;
}

.content a
{	
	text-decoration:underline;	
}



.content div
{
	padding:0 10px;
}

.content ul
{
	padding:0 0 0 14px;
	margin:0;
	list-style-type: disc;
}

.content ul li
{
	padding-bottom:5px;
}

.content p, .content ul li
{
	font-size: 1.0em;
}


.recycleCallout
{
	float:left; 
	margin-top:25px;
}
/*****************************************************************/



/* Resources */

div.resourceCallout
{
    position:relative;
    width:210px; 
    float:left;
    background-color:Lime;
}

.resourceCallout p
{
    width:160px;
    padding:0px;
    font-size:11px;
    font-family: Arial;
    line-height:14px;
    padding:45px 10px 10px 20px;
    position:relative;
}

div.resourceCallout a
{
	color:#CCCCCC;
	position:relative;
}

img.resourceHorizontalDivider
{
	float:left;
	margin:10px 0px;
}

div#downloadCallout, div#supportCallout, div#contactCallout
{
    width:206px;
    height:124px;
	background-position:top;
}    

div.calloutBottom
{
    background:url(../Images/callouts/callResourcesBkgdBtm.png) no-repeat;
    width:206px;
    height:15px;
}    

div#downloadCallout
{
    background:url(../Images/callouts/callResourcesDownloads.png) no-repeat;
}

div#supportCallout
{
    background:url(../Images/callouts/callResourcesSupport.png) no-repeat;
    margin-top:12px;
    *margin-top: 1px;
}

div#contactCallout
{
    background:url(../Images/callouts/callResourcesContact.png) no-repeat;
}


/* Download Page */
div#downloadsContent img#downloadContentImage
{
    position:absolute;
    right:0px;
    top:80px;
}

div#downloadsContent
{
	width:380px;
}