/*******************************************************************
	Page Titles
*******************************************************************/

#page h1.sign_up_step1 {
	background: transparent url(/images/default/titles/sign_up_step1.gif) left no-repeat;
	}
	
#page h1.sign_up_step2 {
	background: transparent url(/images/default/titles/sign_up_step2.gif) left no-repeat;
	}

#page h1.sign_up_step3 {
	background: transparent url(/images/default/titles/sign_up_step3.gif) left no-repeat;
	}

#page h1.sign_up_complete {
	background: transparent url(/images/default/titles/sign_up_complete.gif) left no-repeat;
	}


/****************************************************************************
	Front Page
****************************************************************************/
#columns {
	width: 100%;
	background: #fff url(/website/images/columns_bg1.jpg) top left no-repeat;
	}
	
#columns p,
#columns h1,
#columns ul,
#columns dl,
#columns table {
	margin: 0;
	}
	
#columns td {
	padding: 10px;
	vertical-align: top;
	}
	
#columns .col-1,
#columns .col-2 {
	padding: 10px;
	width: 262px;
	}
	
#columns .col-1 {
	}
	
#columns .col-2 {
	}
	
#columns .col-3 {
	width: 396px;
	}

#column_wrapper {
	}

#columns p,	
#columns dl {
	margin-bottom: 10px;
	}
	
#columns p {
	margin-bottom: 12px;
	}
	
#columns dt {
	padding: 0;
	padding-left: 12px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#columns dt a {
	text-decoration: none;
	}
	
#columns dt.blue {
	
	color: #396682;
	}
	
#columns dt.blue a {
	color: #396682;
	}
	
#columns dt.gold {
		color: #fc9c07;
	}
	
#columns dt.gold a {
	color: #fc9c07;
	}
	
#columns dt.aqua {
		color: #5ba2ce;
	}
	
	
#columns dt.aqua a {
	color: #5ba2ce;
	}
	
#columns dd {
	padding-bottom: 0;
	}

#columns dd.learn_more {
	margin-top: 4px;
	padding-bottom: 6px;
	
	background: transparent url(/website/images/dots_grey.gif) bottom left repeat-x;
	background-position: 0 20px;
	text-align: right;
	}
	
#columns dd.learn_more a {
	padding-right: 16px;
	
	color: #777;
	background: transparent url(/website/images/arrow.gif) top right no-repeat;
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
	}
	
#columns .col-1 dd.learn_more a:hover {
	color: #396682;
	background: transparent url(/website/imagest/arrow.gif) top right no-repeat;
	}
	
#columns .col-2 dd.learn_more a:hover {
	color: #cfae5b;
	background: transparent url(/website/images/arrow.gif) top right no-repeat;
	}
	
#columns .col-3 dd.learn_more a:hover {
	color: #5ba2ce;
	background: transparent url(/website/images/arrow.gif) top right no-repeat;
	}
	
#columns .col-3 a.button {
	display: block;
	margin-bottom: 10px;
	padding: 8px 4px 4px 16px;
	
	color: #000;
	cursor: pointer;
background: transparent top left no-repeat;
	background-position: 4px 9px;
	border: 1px solid #eef6fa;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	}
	
#columns .col-3 a.button:hover {
	background-color: #f1f1f1;
	border: 1px solid #cfcfcf;
	}

#columns .col-3 a strong {
	text-transform: uppercase;
	}
	
#columns span.learn_more {display:block;float:right;margin:4px;padding:0 16px 0 0;color: #777;background: url(/website/images/arrow.gif) top right no-repeat;font-size:11px;font-style:italic;}


/*
 * Sign Up Box
 */

#columns dl.sign_up {
	margin: 0;
	padding: 10px;
	background-color: #f6f6f6;
	border: 1px solid #cfcfcf;
	}

#columns dl.sign_up dt,
#columns dl.sign_up dd {
	margin: 0;
	padding: 0;
	background: #f6f6f6;
	}
	
#columns dl.sign_up dd.learn_more {
	margin-top: 8px;	
	text-align: right;
	}


/*
 * Quotes
 */

#columns dl.quotes {
	margin: 10px 0;
	background: transparent url(/website/images/quote_start.gif) top left no-repeat;
	padding-top: 22px;
	font-family: "Times New Roman", Times, serif;
	}

#columns dl.quotes dt {
	background: transparent url(/website/images/quote_end.gif) bottom right no-repeat;
	padding-top: 6px;
	padding-bottom: 20px;
	font-size: 10px;
	text-align: right;
	}

#columns dl.quotes dd {
	font-size: 14px;
	}
	
/*
 * Front Page Column Titles
 */
	
#business_solutions {
	background: transparent url(/website/images/marketing_tools_home.gif) left no-repeat;
	width: 212px;
	height: 24px;
	}

#listing_services {
	background: transparent url(/website/images/marketing_tools_home.gif) left no-repeat;
	width: 212px;
	height: 24px;
	}

#marketing_tools {
	background: transparent url(/website/images/marketing_tools_home.gif) left no-repeat;
	width: 212px;
	height: 24px;
	}

.header span {
	display: none;
	}
	
dl.faq dt {
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}
	
	
