﻿/* ROB'S CSS ADDITIONS FOLLOW */

/* This CSS used to control elements specific to the Download Pages */


/* Container Centers Contents (controls height inline on page) */

div.bodysizer {
	width: 960px ;
  margin-left: auto ;
  margin-right: auto ;
}

/*Container Div for Download Steps */
#downloadsteps {
	float: left;
	margin: 10px 0px 0px 100px;
	padding: 0px 0px 0px 0px;
	width: 400px;
	}


/* Container Div for right column   */

#downrightcontent {
	float: right;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 320px;
	}


/*Container Div for left column */

#downleftcontent {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 300px;
	}
	
/* Blue Title Heading For Columns */

.titles {
	Font-family: "Calibri", Verdana, Arial, sans-serif;
	font-size: 27px;
	color: #01356E;
	text-decoration:none; 
	margin-bottom:15px;
	margin-top:15px;
		
}

/*Body Text For Download Pages*/
.downloadsteps {
	Font-family: "Calibri", Verdana, Arial, sans-serif;font-size: 14px;
	width: auto;
	color: #000000;
	line-height: 22px;
}

.downloadsteps b{
	Font-family: "Calibri", Verdana, Arial, sans-serif;font-size: 14px;
	width: auto;
	color: #000000;
	line-height: 15px;
}


#downloadsteps a {
	color: #01356F;
}


#downloadsteps a:hover {
	color: #01356F;
	text-decoration: underline;
}

#downloadsteps h3 {
	font-weight: bold;
	Font-family: "Calibri", Verdana, Arial, sans-serif;font-size: 20px;
	line-height: 100%;
	color:#E1780A;
	padding-top: 15px;
	padding-left: 45px;
	margin-bottom: 15px;
}


#downloadtext h3 strong {
	font-style: normal;
	font-weight: bold;
}

/* Signup Pages - Signup Features text and images on left-hand side */

/* padding is going to matter here!! separates the spacing*/
ul.downloadsteps li {
	Font-family: "Calibri", Verdana, Arial, sans-serif;height: 105px;

}

.downloadsteps li.step1 {background: transparent url('../webimages/download/step1.png') no-repeat scroll top left;}
.downloadsteps li.step2 {background: transparent url('../webimages/download/step2.png') no-repeat scroll top left;}

/* */
ul.downloadsteps a:link, ul.signup_features a:visited, ul.signup_features a:active {
	color: #4A4949;
	text-decoration: none;
}

/* */
ul.downloadsteps a:hover {
	text-decoration: underline;
}

/* CSS controls download button*/
.downloadbutton
{
	
	padding-top:10px;
	padding-left:65px;
	padding-bottom:15px;
}

.downloadbutton a:hover img
{
    opacity: 0.85;
    
    /* for IE */
    filter:alpha(opacity=85);
}

.downloadbutton a img
{
    opacity: 1;
    
    /* for IE */
    filter:alpha(opacity=100);
}


/* CSS controls the ADDThis sharing buttons*/


.addthis_toolbox
{
	float: left;
	width: 300px;
	margin-top:10px;
	margin-left:0px;
}

.addthis_toolbox .custom_images a
{
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
    
    /* for IE */
    filter:alpha(opacity=100);
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.85;
    
    /* for IE */
    filter:alpha(opacity=75);
}

/* CSS for FollowUs Page Spacing */

.followblocks
{
width: 250px;
height:275px;
float:left;
margin-left:70px;
margin-top:25px;
}

/* CSS for ContactUs Page Spacing */

.contactblocks
{
width: 250px;
height:275px;
float:left;
margin-right:70px;
margin-top:25px;
}

/* CSS for Partner Page Spacing */

.partnerlogo
{
	float: left;
	width:200px;
	height:130px;
}




.partnertext
{
	float: right;
	width:750px;
	height:130px;
}




