
/*This file contains modifications to some standard Assurant web 
template styles and additional styles used specifically on this site. */


/* MODIFIED GLOBAL ASSURANT WEB TEMPLATE STYLES */

a:link { 
  color: #6633ff; 
}
a:visited { 
  color: #993399; 
}
a:hover { 
  color: #993399; 
}
li {
	margin-bottom: 10px;
}

.breadcrumbs a:link {
	text-decoration: underline;
	color: #6633ff;
}
.breadcrumbs a:hover {
	text-decoration: underline;
	color: #993399;
}
.breadcrumbs a:visited {
	text-decoration: underline;
	color: #993399;
}

.footer A:link {
	color: #6633ff; 
	text-decoration: none
}
.footer A:visited {
	text-decoration: none;
	color : #993399;
}
.footer A:hover {
	text-decoration: underline
	}

h1 {
	margin-top: 0px;
	}
.nav-primary {
	font-weight: bold; font-size: 12px; color: #fff; font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;	text-decoration: none; margin-left: 10px; padding: 2px 0 3px 0;
	}
A.nav-primary:link {
	font-weight: bold; font-size: 12px; color: #fff; font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;	text-decoration: none; margin-left: 10px; padding: 2px 0 3px 0;
	}
A.nav-primary:visited {
	font-weight: bold; font-size: 12px; color: #fff; font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;	text-decoration: none; margin-left: 10px; padding: 2px 0 3px 0;
	}
A.nav-primary:hover {
	font-weight: bold; font-size: 12px; color: #fff; font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;	text-decoration: none; margin-left: 10px; padding: 2px 0 3px 0;
	}


/* ADDITIONAL STYLES SPECIFIC TO THIS SITE */

input.button {font-weight: bold; color: #fff; background-color: #63f; font-size: 12px; height: 23px; vertical-alignment: middle; padding: 0 4px 1px 4px; border-top: 1px solid #a584ff; border-right: 1px solid #7352ce; border-bottom: 1px solid #391894; border-left: 1px solid #7352ce;}

.bg-verylightgray {background-color: #eee; }
.bg-lightgray {background-color: #ccc; }
.bg-gray {background-color: #999; }
.bg-darkgray {background-color: #666; }
.bg-verydarkgray {background-color: #f9f9f9; }


/* Style for forms "required field" asterisk */
.required {
	font-size: 13px; font-weight: bold; color: #c90; padding-right: 3px;
	}
/* Navigation panel styles */
.nav-secondary, a.nav-secondary:link, a.nav-secondary:visited, a.nav-secondary:hover {
	font-weight: bold; font-size: 12px; color: #fff; font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;	text-decoration: none; padding: 2px 0 3px 0;
	}

