@charset "utf-8";
/* CSS Document */


body
{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin:0;
	padding:0;
	line-height: 135%;
	color: #515151;
    background: #666 url(images/bg_body.gif) 0 0 repeat;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h4 {
	/* setup some more readable header spacing */
	/*padding-bottom: 5px;*/
	padding-bottom:0;
	margin: 15px 0;
	padding-top:10px;
}

h1 {
	font-size: 200%;
}

h2 {
	/*font-size: 180%;*/
	font-size:140%;
}

h3 { 
   /*font-size: 150%;*/
   font-size:110%;
}

a:link,
a:visited {
	/* color: see style css */
	color: #f3362e;
	text-decoration: none;
	font-weight:bold;
	font-size:16px;
}

a:hover {
	text-decoration: underline;
}

#container
{
	margin: 18px auto 50px auto;
	width: 868px;
	border:2px solid #666;
	background-color:#fff;
}

#header
{
	background-color:#fff;
	overflow:hidden;
}

#logo
{
	float:left;
	margin: 10px 0 15px 10px;
}

#testimonials
{
	float:right;
	width:250px;
	font-size:13px;
	font-style:italic;
	margin: 15px 8px 0 0;
	padding:10px;
}

.chatBubbleRight
{
	width:845px;height:100px;background-image:url(images/talk_bubble_right.png);background-repeat:no-repeat;padding:15px;overflow:hidden;font-size:14px;}
	
.chatBubbleRight p
{
	padding:0 5px 5px 0;width:825px;margin-top:-2px;
}
	
	
	.chatBubbleLeft p
{
	padding:0 0 5px 5px;width:825px;margin-top:-2px;
}
.chatBubbleLeft
{
	 width:845px;height:100px;background-image:url(images/talk_bubble_left.png);background-repeat:no-repeat;padding:15px;overflow:hidden;font-size:14px;
}


	.chatBubbleHighLeft p
{
	padding:0 0 5px 5px;width:825px;margin-top:-2px;
}
.chatBubbleHighLeft
{
	 width:845px;height:191px;background-image:url(images/talk_bubble_hleft.png);background-repeat:no-repeat;padding:15px;overflow:hidden;font-size:14px;
}



	.chatBubbleHighRight p
{
	padding:0 5px 5px 0;width:825px;margin-top:-2px;
}
.chatBubbleHighRight
{
	 width:845px;height:210px;background-image:url(images/talk_bubble_h2right.png);background-repeat:no-repeat;padding:15px;overflow:hidden;font-size:14px;
}

	.chatBubbleHigh2Right p
{
	padding:0 5px 5px 0;width:825px;margin-top:-2px;
}
.chatBubbleHigh2Right
{
	 width:845px;height:210px;background-image:url(images/talk_bubble_h2left.png);background-repeat:no-repeat;padding:15px;overflow:hidden;font-size:14px;
}


	.chatBubbleHigh2Left p
{
	padding:0 0 5px 5px;width:825px;margin-top:-2px;
}
.chatBubbleHigh2Left
{
	 width:845px;height:210px;background-image:url(images/talk_bubble_h2left.png);background-repeat:no-repeat;padding:15px;overflow:hidden;font-size:14px;
}

.companyLogoLeft
{
	float:left;
	margin-left:5px;
	margin-bottom:25px;
}

.companyLogoRight
{
	float:right;
	margin-right:5px;
	margin-bottom:25px;
}


#content
{
	padding:0 10px;
}

.breadCrumbs a
{
	font-size:11px;
}

/* ---------- TOP MENU ---------------------------*/
div#horiz-menu {
	background: url(images/menu-bg.png) 0 0 repeat-x;
	height: 36px;
}

div#horiz-menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style-image:none;
	list-style-type:none;
}

div#horiz-menu li {
	margin: 0;
	padding-right: 2px;
	float: left;
	list-style: none;
	background: url(images/menu-divider.png) 100% 0 repeat-y;
	height:36px;
}

div#horiz-menu a:link,
div#horiz-menu a:visited {
	display: block;
	float: left;
	padding: 0 18px;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

div#horiz-menu a:hover {
	background: #5999da;
}

ul
{
	list-style-image:url(images/bulletTransparent.png);
}

.floatRight
{
	float:right;
	padding:3px;
}

.floatLeft
{
	float:left;
	padding:3px;
}

.threeColContainer
{
	overflow:hidden;
	margin:0 auto;
	background-color:#f2f2f2;
	border:1px solid #ccc;
}

.threeColContainer li
{
	padding-bottom:5px;
}

.colOne
{
	float:left;
	padding:3px;
	width:250px;
	line-height:120%;
}

.colTwo
{
	float:left;
	padding:3px;
	width:300px;
	line-height:120%;
}

.colThree
{
	float:left;
	padding:3px;
	width:230px;
	line-height:120%;
}

.colHeader
{
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
}


/*---------ABOUT---------*/
.aboutQuote
{
	border:1px solid #ccc;
	background-color:#f2f2f2;
	padding:15px;
	font-style:italic;
	color:#666;
}

#footer
{
	font-size:12px;
	text-align:center;
	background-color:#f2f2f2;
	margin-top:50px;
}

#footer a
{
	font-size:12px;
	font-weight:normal;
}




/*---------- bubble tooltip -----------*/
.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 10px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 300px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

.balloonstyle ul{
	list-style-image:url(images/small_arrow.png);
}


#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}


/* CAROUSEL EFFECT */

.prev
{
	background-image:url(images/button_up.png);
	background-repeat:no-repeat;
	background-position: center;
	width:106px;
	height:30px;
	text-align:center;
}

.next
{
	background-image:url(images/button_down.png);
	background-repeat:no-repeat;
	background-position: center;
	width:106px;
	height:30px;
	text-align:center;
}
.carousel
{
text-align:center;
padding:0;
margin:0 auto;
vertical-align:middle;
}

.carousel ul
{
list-style-type:none;
list-style-image:none;
}

.carousel li
{

list-style-type:none;
list-style-image:none;
width:106px;
}


.carousel ul li
{
/*display:inline;*/
list-style-type:none;
list-style-image:none;
/*padding:12px 0 0 3px;*/
}


.catCD
{
	float:left;
	margin:0 10px 5px 0;
	border:1px solid #333;
}


.bulletTitle
{
font-size:12px;
width:350px;
clear:left;
}


.bulletFacts
{
	float:left;
	width:350px;
	font-size:12px;
	overflow:hidden;
}

.bulletFacts ul
{
margin:0;
}

.bulletFacts li
{
margin:0;
}

.introText
{
	 font-size:14px;
	 color: #666;
}

.topSection
{
	padding-bottom:0;
	margin-bottom:20px;
	margin-top:20px;
/*	border-top:2px dashed #ccc;*/
}

.bottomSection
{
	/*border-top:2px dashed #ccc;*/
	margin-top:0;
	padding-top:0;
}

.mainHeader1
{
background-color:#fff;
border-bottom:1px solid #aeadad;
border-top:1px solid #aeadad;
width:365px;
overflow:hidden;
text-align:center;
margin-top:3px;
color:#3e7bb9;
}

.mainHeader2
{
background-color:#fff;
border:2px solid #aeadad;
width:385px;
overflow:hidden;
text-align:left;
margin-top:3px;
color:#3e7bb9;
padding:0;
}

#featureBoxes
{
	float:right;
	overflow:hidden;
	width:300px;
	margin-left:20px;
	margin-top:10px;
	margin-right:10px;
}

.featureHeaders
{
	color:#fff;
	background-color:#b0ca83;
	font-weight:bold;
	text-align:center;
	width:300px;
	border:1px solid #7b987b;
	font-size:16px;
}

.featureHeaders2
{
	color:#ffe1a8;
	background-color:#eb9b00;
	font-weight:bold;
	text-align:center;
	width:300px;
	border:1px solid #cd8701;
	font-size:16px;
}

.featureBox1
{
	border-left:1px solid #7b987b;
	border-right:1px solid #7b987b;
	border-bottom:1px solid #7b987b;
	background-color:#f6ffa8;
	font-size:12px;
	line-height:120%;
	padding:5px;
	color:#333;
}

.featureBox1 li
{
padding:3px;
}

.featureBox2 li
{
padding:3px;
}


.featureBox2
{
	 border-left:1px solid #cd8701;
	 border-right:1px solid #cd8701;
	 border-bottom:1px solid #cd8701;
	 background-color:#f6ffa8;
	 font-size:12px;
	 line-height:120%;
	 padding:5px;
	 color:#333;
}

.featureImage img
{
	border:0;
}

.featureImage
{
	float:left;
	padding: 0 10px 5px 10px;
}