/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);




body {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-family: 'Droid Sans', sans-serif;

	font-size: 15px;
		font-weight: normal;


	line-height: 1.2;
	/*color: #666;
	color:#b1b2b2;*/

	color:#555554;


}

body {



	/* Better Font Rendering =========== */
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	border:none;
	clear: both;
	height: 1px;
	background-image: url(../img/hr.png);
	background-repeat: repeat-y;
	background-position: center top;

	 background-size: 100% 1px;
}






.content_text {


	line-height: 1.6;

}






/* `Headings
----------------------------------------------------------------------------------------------------*/


p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 25px;
}

h1 {
	font-size: 40px;
	font-size: 33px;
	font-weight: normal;
	color: #75b2e3;
	margin-top: -0.15em;
	line-height: 1.2;
	text-transform: uppercase;
}

h2 {
	font-size: 25px;
	font-weight:normal;
	color: #75b2e3;
}

h3 {
	font-size: 25px;
	font-weight:normal;
	color: #75b2e3;
}

h1, h2, h3 {
	font-size: 33px;
}

h4,h5,h6 {
	font-size: 15px;
	color: #75b2e3;
	margin-bottom: 0px;
}

hr {
	margin-top: 0px;

}





/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}



em {
	font-size:0.8em;
	color:#999;

}

a {
	color:#75b2e3;
}

.inverted a {
	color:#fff;
}

.sub_p a {
	color:#000;
}


a.post-edit-link {
	color: #F00;
}









@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?u21euf');
	src:url('fonts/icomoon.eot?#iefixu21euf') format('embedded-opentype'),
		url('fonts/icomoon.ttf?u21euf') format('truetype'),
		url('fonts/icomoon.woff?u21euf') format('woff'),
		url('fonts/icomoon.svg?u21euf#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eck2:before {
	content: "\201d";
}
.icon-eck:before {
	content: "\201c";
}



#legalline_footer  {
	color:#b1b2b2;
}


blockquote {

	color:#b1b2b2;

  font-size: 30px;
/*  text-align:center;*/
  margin-top:5px;

  margin-bottom:10px;
 /* padding-left:0.4em;*/

 width:1180px;

 text-align: center;

}

.big_blockquote {
	font-size: 38px;
}

blockquote p {
	line-height: 1.1;
/*margin-bottom:10px;
*/}


blockquote p:first-child .p_inner,
blockquote p:last-child .p_inner {
/*margin-left:-36px;*/

}

blockquote p:first-child .p_inner {
margin-left:-0.5em;

}

blockquote p:first-child .p_inner:before,
blockquote p:last-child  .p_inner:after {
	font-family: 'icomoon';

	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	color: #75b2e3;



	display:inline-block;
	position:relative;
	font-size:0.8em;
}


blockquote p:first-child .p_inner:before {
	content: "\201c";
	top:-0.6em;
	left:0.2em;
	/*margin-left:-16px;

*/
}

blockquote p:last-child .p_inner:after {
	content: "\201d";
	top:0.6em;
	left:-0.2em;
}


.incum_red {
	color: #75b2e3;
}

td, th {

	text-align: left;
	font-weight: normal;
}
