/*typography.css - fonts, headlines, text */

.p1 {
	font-size: .9em;
	color: #8b8a8b;
	font-weight: bold;
	line-height: 18px;
}

.p2 {
	font-size: .8em;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}

/* page titles. */
h1, h2, h3, h4, h5, h6 {
	text-align: left;
}


h1 {
	color: #1A458F;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 8px;
}

.h1center {
	text-align: center;
}

/* section titles. */
h2 {
  color: #3665AF;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 10px;
}

.h2center {
	text-align: center;
}

h3 {
  color: #ca0009; 
  font-size: 1.3em;
  font-weight: bold;
  font-style: italic;
  line-height: 24px;
  margin-bottom: .5em;
}

.h3center {
	text-align:center;
}

h4 {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	line-height: 18px;
	margin-bottom: 6px;
}

.h4center {
	text-align:center;
}

h5 {
  color: #990000; 
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
  line-height: 24px;
  margin-bottom: .5em;
}

.h5center {
	text-align: center;
}

h6 {
  color: #d74f4f; 
  font-size: 1.3em;
  font-weight: bold;
  font-style: italic;
  line-height: 24px;
  margin-bottom: .5em;
}	
	
.h6center {
  color: #d74f4f; 
  font-size: 1.1em;
  font-weight: bold;
  font-style: italic;
  line-height: 24px;
  margin-bottom: .5em;
  text-align: center;
}	
	
	.text1 {
	color: #000000;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 16px;
}
	
	

/*blog page */
.blog_title {
	color: #0367ff;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 18px;
}

.odd {
	background-color: #edf5ff;
}

.even {
	background-color: #fff;
}


table.blog-pg td:hover {
	background: #3d80df;
	color: #fff;
}

table.blog-pg td:hover .blog_title {
	color: #fff;
}
	

thead tr:hover {
	background-color:transparent;
	color: inherit;
}

#content img {
	margin: 10px;
}

.boxR2 img {
	margin: 2px;
}

#content tr img  {
	margin: 0px;
}

/* Sets the style for blue button links at the top of the page */
table.blue-buttons td:hover,
table.sm-icons td:hover{
	text-decoration: none;
	border-width: 0;
	background: none;
	color:#fff;
	}

table.blue-buttons td a:hover {
	text-decoration: none;
	border: 0;
	}
	
table.blue-buttons td a:hover img{
	text-decoration: none;
	border-width: 0;
	}

/* Sets the style for seo services bulleted list */
table.seo-services td.blog_title:hover {
	background: none;
	color:#0367FF;}
	
	table.seo-services td.blog_title li {
	line-height:22px;
	margin-bottom:10px;}
