﻿/* text.css - Text styles: margins, padding, font properties */

body {
	color: #333333;
	background-color: #f2efe6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a { color: #ab5e85; text-decoration: underline }
:visited { color: #000000; }
a:hover { text-decoration: none; }

.bold { font-weight: bold}

#content-body p { line-height: 20px; padding-bottom: 12px; margin:0}

.cta-header {
	color: #84596b;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 4px;
}

#mainnav a {
	padding: 0 35px 0 20px; 
	color: white;
	font-size: 13.5px; 
	text-decoration: none;
}
	#mainnav a:hover, #mainnav a.active {
		color: #333;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 30px;
	font-weight: normal;
	position: absolute;
	top: 77px;
	left: 0;
}

h2 {
	color: #333333;	
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 2px;
}
p {
	line-height: 16px;
}

#subnav-header {
	color: #84596b;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	padding-left: 21px;
	margin-bottom: 4px;
}

#subnav {
	padding-left: 21px;
	position: relative;
	margin-bottom: 15px;
}
	
	#subnav a, #util a {
		color: #333333;
		font-size: 11px;
		text-decoration: underline;
		padding-left: 14px;
		background: transparent url(../images/bullet.gif) 0 5px no-repeat;
	}
	
	#subnav dt, #util dt {
		padding: 2px 0;
	}
	
		#subnav dt a:hover, #util dt a:hover {
			color: #84596b;
			text-decoration: none;
		}

	#subnav dd { 
		padding: 0 0 4px 14px;
	}
	
		#subnav dd a {
			color: #333333;
			background-image: none;
			
		}
		
		#subnav dd a:hover  {
			color: #84596b;
		}
			
#footer a {
	color: #666666;
	text-decoration: none;
	padding-left: 5px;
}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer .linkdivider {
		padding-left: 7px;
	}