@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #1848AA;
	background-image: url(images/background.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	line-height: 18px;
}
.thrColFixHdr #container {
	width: 899px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #D7EAFD;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/main-horizontal-bg.png);
	background-repeat: repeat-y;
} 
.thrColFixHdr #header {
	background-color: #BDDAF9;
	background-image: url(images/header.png);
	height: 186px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
} 
.thrColFixHdr #container #mainContent ul li {
	list-style-image: url(images/bullet-red.png);
	padding-bottom: 10px;
	margin-left: 15px;
}
.thrColFixHdr #container #mainContent h1 {
	font-size: 22px;
	color: #C21310;
	display: none;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 185px;
	margin-bottom: 0;
	margin-left: 185px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #container #mainContent a:link {
	color: #B7120E;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #78A0DD;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent a:visited {
	color: #B7120E;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #78A0DD;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent a:hover {
	color: #78A0DD;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #78A0DD;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent #services {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.thrColFixHdr #container #mainContent #services a:link {
	color: #B7120E;
}
.thrColFixHdr #container #mainContent #services a:visited {
	color: #B7120E;
}
.thrColFixHdr #container #mainContent #services a:hover {
	color: #78A0DD;
}
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	display: none;
	color: #FFF;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 172px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 8px;
}
#sidebar2  h2 {
	font-size: 12px;
	font-weight: bold;
	color: #201E1B;
	margin-bottom: 0px;
}
#sidebar2 p {
	margin-bottom: 8px;
	margin-top: 3px;
}
#sidebar2 a:link {
	color: #3A79D0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5188D3;
}
#sidebar2 a:visited {
	color: #3A79D0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5188D3;
}
#sidebar2 a:hover {
	color: #B7120E;
	
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #text-menu {
	height: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
}
.thrColFixHdr #text-menu a:link {
	color: #FDF26E;
}
.thrColFixHdr #text-menu a:visited {
	color: #FDF26E;
}
.thrColFixHdr #text-menu a:hover {
	color: #BC5C54;
}
p {
	text-indent: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
h2 {
	color: #2E292B;
	font-size: 14px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #BF2E2C;
}
.list-leadin {
	font-size: 12px;
	font-weight: bold;
	color: #BF2E2C;
}
.alignright  {
	padding-left: 8px;
}
.lsidebar-box1 {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #B7120E;
	margin-bottom: 15px;
}

.alignleft {
	padding-right: 8px;
}
.test-by {
	text-align: right;
}
.testimonial {
	background-image: url(images/quote-top.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 23px;
	color: #0A336C;
	margin-bottom: 10px;
}
.testimonial-right {
	margin-right: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main-photo {
	height: 291px;
	width: 214px;
	padding-left: 10px;
}
.call-to-action-box {
	background-color: #FEF8CC;
	padding: 6px;
	border: 1px solid #FDF26E;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #0A2C66;
}
.quote-attr {
}
.testimonial-sidebar {
	font-size: 12px;
	font-weight: bold;
	color: #B7120E;
}
.options {
	font-weight: bold;
	color: #1848AA;
	padding: 3px;
	font-size: 12px;
}
.caption {
	font-weight: bold;
	color: #BF2E2C;
	padding: 3px;
	font-size: 11px;
}
.subhead-bl {
	font-weight: bold;
	color: #1848AA;
	padding: 3px;
}
#fl-sample {
	border: 1px solid #CE615F;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#option-list ul li{
	list-style-image: url(images/bullet-red.png);
	margin-bottom: 10px;
	margin-left: -20px;
}
#sidebar2 #testimonials-box {
	padding-right: 3px;
	padding-left: 8px;
}
iframe {
	border: 1px solid #B7120E;
	background-color: #FEF8CC;
	padding: 2px;
	margin-top: 10px;
}
.ionic-image {
	width: 260px;
}
table tr td img {
}
.thrColFixHdr #container #mainContent .inhome-policy {
	padding: 4px;
	border: 1px solid #2B5DB5;
	color: #B7120E;
	text-align: center;
}
.img-brdr {
	border: 1px solid #1848AA;
	margin-left: 10px;
	padding: 2px;
	background-color: #FDF26E;
}
#sidebar-rgt-box {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	border: 1px solid #B7120E;
	background-color: #FEF8CC;
	margin-left: 8px;
	margin-right: 8px;
}
#whatsnew {
	padding: 5px;
	border: 1px solid #C00;
	background-color: #FFF;
	margin-bottom: 10px;
}
.anchor {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
