/*	author: Stephanie Finken
	company: WSOL (http://www.wsol.com);
	email: sfinken@wsol.com
	
	notes on sizing:
	Why size with ems? I have replaced pixel heights and margins with ems so that the type can scale
	gracefully. Although most browsers implement a page zoom, this site also uses a jquery text resizer.
	The text resizers adjusts the default font size. Using ems allows all the text to scale proportionally.
*/

h1 {
	font-size: 28px;
	line-height: 1.5em;
	color: #222;
	font-weight: normal;
	margin: .25em 0 .6em 0; /*12px 0 20px 0 */
	
}

h2 {
	font-size: 22px;
	line-height: 1.3333em;
	color: #C00; /*316b0a */
	font-weight: normal;
	margin: 1.3em 0 .6667em 0; /* 32px 0 16px 0 */
	padding:0px;
	border-bottom: 1px solid #ddd;
}

h3 {
	font-size: 19px; 
	color: #C00; 
	font-weight: normal; 
	margin: .718em 0 .444em 0;	/* 18px 0 8px 0 */
	line-height: 1.3em;
}

h4 {
	color: #C00;
	font-size: 18px; 
	margin: 1em 0 .444em; 
	line-height: 1.555em;
}

h5 {
	font-size: 16px; /* 16px */
	line-height: 1.4em; 
	margin: .625em 0 .425em 0; 
	font-weight: normal;
	color:#222;
}
.callout { 
	font-family: Helvetica, Arial, Sans-Serif; 
	font-size: 1.286em; 
	margin: .8889em 0 .8889em 0; /* 16px 0 16px 0 */
	color: #555; 
	clear: both; 
	line-height: 1.555em;
}

.caption { font-style: italic; font-size: 11px; color: #666;}

.blockquote { 
	display: block; 
	clear: both; 
	padding: 0 0 0 30px; 
	margin: 1em 0;
	line-height: 2em; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: .8571em; /* 12px */
	border-left: 5px solid #ddd; color: #555;
}

.large-text{ font-size:16px; line-height:20px;}

.small-text { font-size: 10px;}

.alignLeft { display: block; float: left; padding-right: 14px;}

.alignRight { display: block; float: right; padding-left: 14px;}

.imagePadding { padding: 8px 16px;}

.alert {
	font-size: 1em;
	color: #e12f29;
	background: #fdfbd4;
	border: 4px double #b60000;
	padding: 8px;
	margin: 1.1429em 0;
	clear: both;	
}

.alignCenter {
	text-align: center;
}

.table-cell-borders td {
	border: solid 1px #c0c0c0;
}