/** TEXT ADJUSTER **/
div.text_size_adjuster {
	text-align:right;
	color:#003262;
	font-size:0.9em;
	position:relative;
}

div.text_size_adjuster img {
	height:1.1em;
	width:1.1em;
	border:none;
	vertical-align:bottom;
}

div.text_size_adjuster a {
	margin-left:5px;
}

/** PAGES DIVIDER **/
div.pages_divider {
	position:relative;
	height:2px;
	min-width:90px;
	background:url(/wp-content/themes/default/img/pages_divider.png) repeat-x;
}

div.pages_divider_left {
	position:absolute;
	left:0;
	top:0;
	height:2px;
	width:45px;
	background:url(/wp-content/themes/default/img/pages_divider_left.png);
}

div.pages_divider_right {
	position:absolute;
	right:0;
	top:0;
	height:2px;
	width:45px;
	background:url(/wp-content/themes/default/img/pages_divider_right.png);
}

/** CONTENT **/
div.content_content h2 {
	color:#003262;
	background:transparent url(/wp-content/themes/default/img/pages_divider.png) repeat-x scroll bottom left;
	/*max-width:15.5em;*/
}

div.content_content .entry h2 {
	background:none;
	max-width:100%;
}

div.content_content h3 {
	color:#000000;
	margin-bottom:0;
}

div.content_content h4 {
	color:#000000;
	margin-bottom:0;
}

div.content_content a img {
	border:none;
}

div.content_content p {
	margin-top:5px;
	line-height:1.3em;
}

.page_right .testimonial {
	margin-bottom:25px;
}

div.content_content blockquote {
	color:#003262;
	margin:0;
	font-family:Times New Roman;
	font-size:1.5em;
	font-style:italic;
	font-weight:bold;
}

div.content_content ul {
	list-style:none;
	line-height:1.6em;
	margin-left:13px;
	text-indent:-13px;
}

div.content_content ul.bulleted {
	list-style:inside;
}

div.content_content ul ul.sub_text_list {
	line-height:0.9em;
	margin-top:0.4em;
	text-indent:-40px;
	list-style:none;
}

div.content_content ul ul.sub_text_list span.sub_text_text {
	font-size:0.7em;
	color:#660000;
	font-weight:bold;
	padding-left:1.2em;
}

div.content_content .page_right {
	float:right;
	padding-left:15px;
	padding-top:25px;
	width:239px;
}

div.content_content .page_left {
	border-right:1px solid;
	padding-right:15px;
	width:679px;
}

div.content_content .page_left .right_images {
	float:right;
	margin:0 0 15px 15px;
	width:255px;
	text-align:center;
}

div.content_content .page_left .right_images p {
	float:right;
}
