/*  ----------------------------------------------------------------------- */
/*  These are all the styles which need to be viewed and/or pulled out into the text editor.   */
/*  ----------------------------------------------------------------------- */

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, tr, td, blockquote, fieldset {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color: black;
}

p {
	margin: 10px 0 10px 0;
}

.title1 {
color:#006697;
font-size:15px;
margin-top: 0px;
font-weight:bold;
}

.title2 {
color:#006697;
font-size:11px;
margin-top: 0px;
font-weight:bold;
}

.title4 {
color:#006697;
font-size:13px;
margin-top: 0px;
font-weight:bold;
}

.title3  {
color:#006697;
font-size:11px;
margin-top: 0px;
font-style:italic;
font-weight: bold;
}

.testimonial_right
{
	position:relative;
	display: inline-block;
	float: right;
	padding: 5px;
	width: 140px;
	margin: 5px;
}

#content_column li { list-style: outside; }
#content_column li p { margin:0px; }



.green_box{
background-color:#CBCC64;
padding:2px 4px;
}

.turquoise_box{
background-color:#6AC8C9;
padding:2px 4px;
}

.blue_box{
background-color:#73C8ED;
padding:2px 4px;
}

.yellow_box{
background-color:#FECD07;
padding:2px 4px;
}

.green_arrow_bullet {
color:#CBCC64;
}

.blue_arrow_bullet {
color:#73C8ED;
}

ul, ol {
margin-left:18px;
list-style:disc;
}

a {
color:#006697;
text-decoration:none;
}

.homepage_title a, .homepage_title a:visited, .homepage_title a:link
{
	font-weight:bold;
	color: #000000;
	display:block;
	width: 100%;
	height:100%;
}

.no_border, .no_border td
{
	border:0 !important;
}