
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 17, 2011 */
@font-face {
	font-family: 'Serifa';
	src: url('../fonts/serifastd/serifastd-roman-webfont.eot');
	src: url('../fonts/serifastd/serifastd-roman-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/serifastd/serifastd-roman-webfont.woff') format('woff'),
		 url('../fonts/serifastd/serifastd-roman-webfont.ttf') format('truetype'),
		 url('../fonts/serifastd/serifastd-roman-webfont.svg#SerifaStd55Roman') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Serifa';
	src: url('../fonts/serifastd/serifastd-bold-webfont.eot');
	src: url('../fonts/serifastd/serifastd-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/serifastd/serifastd-bold-webfont.woff') format('woff'),
		 url('../fonts/serifastd/serifastd-bold-webfont.ttf') format('truetype'),
		 url('../fonts/serifastd/serifastd-bold-webfont.svg#SerifaStd65Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}


.typography h1
{
	font-size: 31px;
	line-height: 1em;
	font-family: 'Serifa', serif;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
}

.typography h2
{
	font-size: 22px;
	line-height: 1em;
	font-family: 'Serifa', serif;
	font-weight: normal;
	margin: 0 0 1em 0;
	padding: 0;
}

.typography h3
{
	font-size: 19px;
	line-height: 1em;
	font-family: 'Serifa', serif;
	font-weight: normal;
	margin: 0;
}


.typography h4
{
	font-size: 17px;
	line-height: 1em;
}

.typography h5
{
	font-size: 15px;
	line-height: 1em;
}

.typography h6
{
	font-size: 13px;
	line-height: 1em;
	font-family: 'Serifa', serif;
	font-weight: normal;
	margin: 0 0 1em 0;
	padding: 0;
}

.typography p
{
	color: #2c2c2c;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}

.typography p.intro
{
	color: #2c2c2c;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	font-size: 17px;
	font-family: 'Serifa', serif;
}

.typography blockquote
{
	color: #2c2c2c;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	padding: 20px;
	background: url(../img/body-bg.gif) 0 0 repeat;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

.typography blockquote h3
{
	font-size: 17px !important;
	line-height: 2.5em;
	font-family: 'Serifa', serif;
	font-weight: normal;
	color: #292929;
	margin: 0;
	padding: 0 0 0 50px;
	background: url(../img/ico-phone.png) 0 0 no-repeat;
}

.typography blockquote p
{
	margin: -10px 0 10px 0;
	padding: 0 0 0 50px;
}

.typography a:link,
.typography a:visited
{
	color: #1064a6;
	text-decoration: none;
}

.typography a:hover,
.typography a:active
{
	color: #1064a6;
	text-decoration: underline;
}

.typography ul,
.typography ol
{
	color: #2c2c2c;
	line-height: 1.5em;
	margin: 0 0 1.5em 2.5em;
	padding: 0;
}

.typography ul li,
.typography ol li
{
	font-size: 1em;
}

.typography ol
{
	list-style: decimal;
}

.typography ul
{
	list-style: none;
	margin-left: 5px;
}

.typography ul li
{
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 1em;
	list-style: none;
	background: url(../img/bullet-blue-diamond.png) 0 5px no-repeat;
}


.tabular { }

.typography table.tabular
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1.5em 0;
	background-color: #FAFAFA;
	border: 1px solid #CCC;
	/*font-size: .85em;*/
}

.typography table.tabular td,
.typography table.tabular th
{
	vertical-align: top;
	padding: .5em;
	border-top: 1px dashed #CCC;
}

.typography table.tabular tr:first-child td,
.typography table.tabular tr:first-child th
{
	border-top: none;
}

.typography table.tabular tr:first-child td p,
.typography table.tabular tr:first-child th p,
.typography table.tabular td ul
{
	margin-bottom: 0;
}

.typography table.tabular thead td,
.typography table.tabular th
{
	font-weight: bold;
	background-color: #F0F0F0;
}

.typography table.tabular thead th:first-child {
	text-align: left;
}

.th-first-child{ /* fix for ie7 and ie8 */
	text-align: left;
}

.typography table.tabular tr.even td,
.typography table.tabular tr.even th {
	background-color: #E0E0E0;
}

.typography table,
.typography td
{
	font-size: 1em;
	line-height: 1.5em;
	color: #656565;
}

.typography hr
{
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}


.disclaimer { }


.typography .disclaimer
{
	font-size: .9em;
	line-height: 1.5em;
	color: #656565;
}


/**
 * left and right floated columns
 * with flexible remainders. Useful for images / paragraphs that
 * need to sit over one side while remaining images / paragraphs
 * sit neatly beside
 */
.align-left
{
	float: left;
	display: inline;
	margin: 0 1.5em .5em 0;
}

.align-right
{
	float: right;
	display: inline;
	margin: 0 0 .5em 1.5em;
}

.align-center
{
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}

.align-remainder
{
	display: inline-block;
	min-height: 0;
	overflow: hidden;
}

/* hides from IE-mac \*/
* html .align-remainder { height: 1%; }
.align-remainder { display: block; }
/* end hide from IE-mac */

* html .align-remainder { overflow: visible; }



/**
 * image alignment - adopted from the above image / paragraph
 * alignment styles. Used only when applied to images.
 */
img
{
	display: inline;
	border: none;
}

img.align-right 
{
	float: right;
	margin-left: 1.5em;
	margin-bottom: .5em;
}

img.align-left
{
	float: left;
	margin-right: 1.5em;
	margin-bottom: .5em;
}

img.align-center
{
	display: inline;
}
