﻿@charset "utf-8";

/* Developed by Click & Pledge (except clearfix) - All Rights Reserved - 2006 */
/* Steven White[at]clickandpledge.com */
/* WWW.CLICKANDPLEDGE.COM */

/*---------------------------------------------------------------------------------
::::::::::::::::::::: FONT COLORS
---------------------------------------------------------------------------------*/

#header h1, #header p, #content h1 {
	color:#ffffff;
}

#secure p, #secure p a, #secure p a:visited {
	color:#ffffff;
} 

#secure p a:hover, #secure p a:visited:hover {
	color:#00FFFF;
}

a.tooltip:hover, a.tooltip:hover span, a.tooltip:hover span strong {
	color: #ffffff;
}

.label{
	color:#757575;
}

#step1 .formelements {
	color:#064074;
}

#step2 table.formelements {
	color:#757575;
}

#step3 table.formelements {
	color:#757575;
}

#step4 a, #step4 a:visited {
	color:#333333;
}

#step4 a:hover, #step4 a:visited:hover {
	/*color:none;*/
}

.termscontent{
	color:#757575;
}

.allterms {
	color:#757575;
}

.requiredbylaw {
	color:#757575;
}

.step {
	color:#b8b8b8;
}

.tooltip{
    color:#000;
}


/*---------------------------------------------------------------------------------
::::::::::::::::::::: BACKGROUND COLORS
---------------------------------------------------------------------------------*/

#secure, a.tooltip:hover span{
	background-color:#0099FF;
}

#header, 
#footer, 
#content {
	background-color:#08569b;
}


.leftcol{
	background-color:#e3e3e3;
}

#step3 {
	background-color:#e3e3e3;
}

#step4 {
	/*background-color:#e3e3e3;*/
}

.rightcol {
	background-color:#e3e3e3;/*#08569b;*/
}

.formelements .boxit {
	background-color:#D2D2D2;
}

#content h1 {
	background-color:#757575;
}

.step {
	background-color:#353535;
}

.submitbutton,
#content .leftcol .submitit {
	background-color:#FF9900;
}


/*---------------------------------------------------------------------------------
::::::::::::::::::::: BORDERS AND BORDER COLORS
---------------------------------------------------------------------------------*/

.leftcol {
	border-right: 4px solid #ffffff;
}

.topborder
{
    height:10px;
}
.topborder, .submitbutton, #footer 
{
    
	border-top: 1px solid #ffffff;
}

.allterms {
	border-top: 1px solid #FFFFFF;
}

.requiredbylaw {
	border-top: 1px solid #919191;
}

a.tooltip:hover span{ 
	border: 1px solid #989898;
}


