/* CSS Document */
body, html {
height:100%;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
}

.wrapper{
width:959px;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
padding-left:10px;
padding-right:10px;
}


/* Table Styles */
.main{
width:959px;
height:100%;
}

*:first-child+html .main{
margin-top:5px;
}

.features td{
padding:10px;
}

.features td b{
color:#333333;
}

.features a{
text-decoration:none;
}

.blue{
background-color:#f0f5f9;
}

.left_column{
background-color:#525f78;
background-image:url(../images/bg_menu.jpg);
background-position:top;
background-repeat:no-repeat;
color:#FFFFFF;
border:1px solid #a9a9a9;
width:180px; 
height:100% ;
padding:17px 10px 0px 10px;
}



.left_column a{
color:#ffffff;
text-decoration:none;
font-size:13px;
}

.left_column ul{
list-style-type:none;
font-size:12px;
position:relative;
right:40px;
bottom:8px;
margin-right:-50px;
margin-bottom:-10px;
width:80px;
}

*:first-child+html .left_column ul{
margin-right:-80px;
}

.left_column ul li{
margin-bottom:8px;
border-bottom:1px solid #c0c7d4;
width:130px;
padding-bottom:8px;
}

.left_column ul li a{
color:#ffffff;
font-size:12px;
font-weight:100;
}

.left_column ul li a:hover{
text-decoration:underline;
}

.cta{
font-size:12px;
line-height:17px;
padding:3px;
padding-left:6px;
color: #525f78;
background-color:#c0c7d4;
border:1px solid #a9a9a9;
margin-top:10px
}

.cta a{
color: #525f78;
font-size:10px
}

.cta a:hover{
text-decoration:underline;
}

.right_column{
width:795px;
border:1px solid #a9a9a9;
padding:5px;
}

.products td{
padding-right:20px;
}

.products a{
font-size:10px;
font-weight:bold;
text-decoration:none;
color:#456e8d;
position:relative;
right:0px;
}

.products a:hover{
text-decoration:underline;
}

.foot{
height:21px;
width:100%;
text-align:center;
font-size:10px;
padding-top:5px;
margin-bottom:50px;
margin-top:5px;
border-top:1px solid #a9a9a9;
}

.foot a{
color:#333333;
text-decoration:none;
margin-left:10px;
margin-right:10px;
}

.foot a:hover{
text-decoration:underline;
}

td.roi{
	 background-repeat:no-repeat; 
	 width:363px;
}

td.roi ul li b{
	color:#000;
}


td.roi ul{
	padding-right:10px; 
	position:relative; 
	top:70px;
}

td.roi ul li{
	margin-bottom:25px;
}

td.quote{
	background-image:url(../images/quote_box.jpg); 
	background-repeat:no-repeat; 
	width:363px; 
	height:264px;
}

td.quote p{
	position:relative;
	top:40px;
	padding-left:15px;
	padding-right:12px;
}

*:first-child+html td.quote p{
top:45px;
}

td.stats{
	background-image:url(../images/stat_box.jpg); 
	background-repeat:no-repeat; 
	width:363px; 
	height:266px;
}

td.stats p{
	position:relative;
	top:40px;
	padding-left:15px;
	padding-right:15px;
}

*:first-child+html td.stats p{
top:45px;
}

td.stats ul{
	position:relative;
	top:40px;
	padding-right:15px;
}

*:first-child+html td.stats ul{
top:45px;
}

td.faq p{
	margin-bottom:20px;
}

td.blank_green{
	width:270px; 
	background-image:url(../images/blank_green_box.jpg); 
	background-repeat:no-repeat; 
	width:270px; 
	height:556px;
}

td.blank_green ul{
	padding-right:15px;
	position:relative;
	top:65px;
	right:5px;
}

td.blank_green ul li{
	margin-bottom:10px;
}

td.news ul li{
	margin-bottom:15px;
}

td.news a{
	color:#666;
}

/*menu styles*/
#menu{
border-bottom:2px dotted #c0c7d4;
margin-bottom:8px;
padding-bottom:8px;
}

#menu a{
font-weight:bold;
}

#menu a:hover{
text-decoration:underline;
}

#menu ul{
list-style-type:none;
font-size:12px;
position:relative;
right:40px;
bottom:8px;
margin-right:-50px;
margin-bottom:-10px;
width:80px;
}

*:first-child+html #menu ul{
margin-right:-80px;
}

#menu ul li{
margin-bottom:8px;
border-bottom:1px solid #cccccc;
width:130px;
padding-bottom:8px;
}

#menu ul li a{
color:#333333;
font-size:12px;
font-weight:100;
}

/*tab menu styles*/
.tabs{
margin-bottom:-27px;
position:relative;
left:170px;
bottom:30px;
}
/*IE7*/
*:first-child+html .tabs{
bottom:33px;
margin-bottom:-35px;
}

/*content styles*/
.copy{
padding:10px 25px 10px 25px;
width:735px;
margin-bottom:50px;
font-size:12px;
color:#333333;
}

.copy b{
color:#456e8d;
}

.copy ul li{
margin-bottom:5px;
}

.copy ul b{
color:#666666;
}

.copy ul a{
	text-decoration:none;
}

.copy ul a:hover{
	text-decoration:underline;
	color:#666666;
}

.large{
color:#456e8d;
font-size:19px;
}

.large a{
color:#456e8d;
text-decoration:none;
}

.large a:hover{
text-decoration:underline;
}

.large a:active{
text-decoration:underline;
}

.divider{
border-bottom:2px dotted #a7b2c0;
border-top:2px dotted #a7b2c0;
width:100%;
padding-top:5px;
padding-bottom:5px;
margin-bottom:3px;
position:relative;
bottom:10px;
}

sup{
	font-size:10px;
}

/***features styles***/
#cont{
width:700px;
}


div.home_box{
position:relative;
width:240; 
height:214px;
font-size:11px
}

div.home_box a{
color:#FFFFFF;
text-decoration:none;
font-size:10px;
}

div.home_box a:hover{
text-decoration:underline;
}

div.home_box div.home_box_link{
position: absolute;
	bottom: 83px;
	margin-left:160px
}


/*** Subhead callout styles ***/
.orange_callout{
width:100%; 
height:56px; 
border:1px solid #cf7200; 
background-image:url(../images/bg_orange_callout.jpg); 
background-repeat:repeat-x; 
color:#FFFFFF; 
font-size:14px
}

.orange_callout p{
position:relative; 
bottom:4px; 
left:10px;
margin-bottom:4px
}

.orange_product{
position:relative; 
bottom:8px;
}

*:first-child+html .orange_product{
position:relative; 
bottom:0px;
top: 8px;
}

.orange_callout a{
	color:#FFF;
}

.green_callout{
width:100%; 
height:80px; 
border:1px solid #478b38; 
background-image:url(../images/bg_green_callout.jpg); !important
background-repeat:repeat-x; 
color:#FFFFFF; 
font-size:14px
}

.green_callout p{
position:relative; 
bottom:4px; 
left:10px
}

.green_callout a{
	color:#FFF;
}


.blue_callout{
width:100%; 
height:80px; 
border:1px solid #57738c; 
background-image:url(../images/bg_blue_callout.jpg); !important
background-repeat:repeat-x; 
color:#FFFFFF; 
font-size:14px
}

.blue_callout p{
position:relative; 
bottom:4px; 
left:10px
}

.blue_callout a{
	color:#FFF;
}

.blue_callout2{
width:100%; 
height:35px; 
border:1px solid #57738c; 
background-image:url(../images/bg_blue_callout.jpg); !important
background-repeat:repeat-x; 
color:#FFFFFF; 
font-size:14px
}

.blue_callout2 p{
position:relative; 
bottom:4px; 
left:10px
}
