@charset "UTF-8";
/* CSS Document */
/* Adam Schiffmann 2010 - REORGANIZED & changed Chris Laning 6/2012   */
/* Despite the name, this file is for Quick Tips                      */
/* Updated 3/06/2013 3:00                                             */


/* ------------------------- HEADLINES ------------------- */

.h4box,
.h4boxblue,
.h4boxorange,
.h4boxbeige,
.h4boxred {
	margin-bottom:.5em;
	font-family: Verdana, Geneva, sans-serif;
	width: 450px;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #ccc;
	color: #138134;
}

.h4boxred {
	color: #c72e27;
	width:100%;
}

/*  with headstables.css, the headline below looks like an h3 */

#ipmh1 {
	font-size: 1.5em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin: 0px;
	text-align: left;
	line-height: 130%
}

/*  with headstables.css, the headline below looks like an h1 */

h2 {
	font-size: 1.2em;
	margin: 0.5em 0 -1em 0;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #194687;
	line-height: 130%
}


/* ------------------------- READ MORE ------------------- */

div#readmore {
	padding-top: 1em;
}

.readmorebutton, .readmorebuttonblue {
	padding: 10px 0 0 0px;
/*	width:160px;                          */
	margin-bottom:.5em;
	font-family: Verdana, Geneva, sans-serif;
}

/* ------------------------- PHOTOS ---------------------- */

.centerphoto {text-align:center}

/* ------------------------- PARAGRAPHS AND LISTS ---------------------- */

p.centertext {
    width:200px;
	margin-left: auto;
    margin-right: auto;
	padding-left:2px;
}

.greybold {
	color: #666666;
	font-weight: bold;
}

.boldred{
	color: #c72e27;
	font-weight: bold;
}

.darkred {
	font-weight:bold;
	color: #c72e27;
}