/****** defaults ******/
html, body{
	background: #8fc446;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	/*width: 100%;
	height: 100%;
	overflow: hidden;*/
	line-height: 16px;
	margin: 0;
}
h1{
	padding: 10px 0 15px 0;
	margin: 0;
	font-size: 24px;
	font-family: Palatino, Georgia, serif;
	color: #333;
	font-weight: normal;
}
p{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 0;
}
p.right_box{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	padding: 8px;
}
a img{border:none}
a{
	text-decoration: underline;
	color: #72b84c;
}
a:hover{color:#95da6f}
td{vertical-align:top}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.diamond, li.diamond{
	padding: 0;
	list-style-type: none;
	margin: 4px 0 10px 20px;
}
ul.diamond li{
	background: url(/beta/images/icons/pip.gif) no-repeat;
	background-position: left 6px;
	margin: 0;
	padding: 2px 0 2px 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul.diamond2, li.diamond2{
	padding: 0;
	list-style-type: none;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 4px;
}
ul.diamond li2{
	background: url(/beta/images/icons/pip.gif) no-repeat;
	background-position: left 6px;
	margin: 0;
	padding: 2px 0 2px 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form{
	padding: 0;
	margin: 0;
}
.errorMsg{color:#f00}
/****** main structure ******/
table.structural, table.structural tr td{/* this is cellspacing=0 and cellpadding=0 */
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
div.clear{clear:both}
#background{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
#scrolwler{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: -4px;
	left: -1px;
	overflow: auto;
}
#container{
	width: 900px;
	background: #fff;
	color: #666;
}
/****** content structure and backgrounds ******/
img.corner_left{float:left}
img.corner_right{float:right}
table.main{margin:10px auto 0 auto}
table.main tr td.main_leftshadow{
	width: 71px;
	background: url(/beta/images/backgrounds/container_shadow_left.png) bottom right no-repeat;
}
table.main tr td.main_rightshadow{
	width: 71px;
	background: url(/beta/images/backgrounds/container_shadow_right.png) bottom left no-repeat;
}
table.main tr td.main_leftshadow div, table.main tr td.main_rightshadow div{height:216px}
table.main tr.footer td.footer_centershadow{
/*	height: 121px; */
	height: 200px;
	background: url(/beta/images/backgrounds/footer_shadow.png) top center repeat-x;
}
table.main tr.footer td.footer_shadowfiller{width:27px}
table.main tr.footer td.footer_leftshadow{
	width: 44px;
	background: url(/beta/images/backgrounds/footer_shadow_left2.png) top right no-repeat;
}
table.main tr.footer td.footer_rightshadow{
	width: 44px;
	background: url(/beta/images/backgrounds/footer_shadow_right2.png) top left no-repeat;
}
table.main tr.footer td.footer_leftshadow div, table.main tr.footer td.footer_rightshadow div{height:121px}
div.greenbtn{
	width: 135px;
	margin: 0 0 0 auto;
}
div.greenbtn a{
	background-color: #72b84c;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	height: 16px;
	padding: 4px 5px 5px 5px;
	display: block;
}
div.rightbtn a, div.leftbtn a, div.plusbtn a, div.minusbtn a{
	background-repeat: no-repeat;
	background-position: 10px 9px;
	padding-left: 17px;
}
div.rightbtn a{background-image:url(/beta/images/icons/arrow_white_right.gif)}
div.leftbtn a{background-image url(/beta/images/icons/arrow_white_left.gif)}
div.plusbtn a{background-image:url(/beta/images/icons/plus_white.gif)}
div.minusbtn a{background-image:url(/beta/images/icons/minus_white.gif)}
div.rightbtn a.arrowonlybtn, div.leftbtn a.arrowonlybtn{
	background-position-x: center;
	background-position-y: center;
}
div.disabledbtn a{background-color:#ccc;}
div.greenbtn a:hover{
	color: #fff;
	background-color: #95da6f;
	text-decoration: none;
}
div.disabledbtn a:hover{
	background-color: #ccc;
	text-decoration: none;
}
div.stripedarrowlink{float:right}
div.stripedarrowlink a{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	height: 16px;
	padding-left: 17px;
	margin: 9px 4px 0 0;
	display: block;
	background-position: 0 4px;
}
div.stripedarrowlink a:hover{font-style:italic}
input.radio{
	margin: 0 2px -2px 0;
	padding: 0;
	width: 12px;
	height: 12px;
}
div.fauxfileinput{padding:1.5px 5px 0 0}
div.fauxbrowsebtn{
	width: 74px;
	margin: 0;
	cursor: pointer;
}
/****** header ******/
#header{
	height: 95px;
	background: url(/beta/images/backgrounds/header.gif) top repeat-x;
}
#headercontent{padding:20px}
#topnav{
	float: right;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}
#topnav span.bar{
	padding: 0 5px 0 5px;
	font-weight: normal;
}

#topnav a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: bold;
	display: block;
	padding: 5px 10px 5px 10px;
	float: right;
	color: #666;
	text-decoration: none;
	margin-left: 5px;
	border: 1px solid #eee;
	background-color: #f3f3f3;
}

#topnav a.top-login {
	padding: 5px 10px 5px 25px;
	background: #f3f3f3 url(../img/login-grn.png) no-repeat 10% 50%;
	font-weight: normal;
	font-style: normal;
}

#topnav a:hover{
	color: #fff;
	background-color: #acc0c6;
}

#topnav a.top-login:hover{
	color: #fff;
	background-color: #acc0c6;
}
/****** nav bar ******/
table#navbar{
	margin: 2px 8px 0 8px;
	width: 884px;
}
table#navbar tr td{
	vertical-align: top;
	text-align: center;
	border: 1px solid #fff;
}
table#navbar tr td a{
	background: #bdd73c;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 0;
	line-height: 15px;
	height: 15px;
}

table#navbar tr td.compile a {background: #666;
	font-size: .9em;
}
table#navbar tr td a:hover{background:#1c96a5}
table#navbar tr td.active{
	background: url(/beta/images/backgrounds/nav_bottom.gif) center bottom no-repeat;
	padding-bottom: 5px;
}
table#navbar tr td.active a, table#navbar tr td.active a:hover{
	background-color: #72b84c;
	font-weight: bold;
}
table#navbar tr td.home{width:65px}
table#navbar tr td.advantages{width:105px}
table#navbar tr td.features{width:160px}
table#navbar tr td.news{width:95px}
table#navbar tr td.packages{width:95px}
table#navbar tr td.contact{width:95px}
table#navbar tr td.aboutus{width:88px}
table#navbar tr td.aboutac{width:145px}
table#navbar tr td.pressreleases{width:135px}
table#navbar tr td div.subtitle{
	background: #aedfe5;
	height: 25px;
	text-align: right;
}
table#navbar tr td div.subtitle h2{
	margin: 0;
	padding: 4px 20px 0 0;
	color: #1c96a5;
	font-size: 16px;
}
table#navbar tr td div.subtitle a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	display: block;
	padding: 5px 10px 5px 30px;
	background: #aedfe5 url(/beta/images/icons/arrow_white_right.gif) 310px 9px no-repeat;
}
table#navbar tr td div.subtitle a:hover{background-color:#1c96a5}
table#navbar tr td div.subtitle div#search_input{
	padding: 4px 0 4px 45px;
	height: 17px;
	width: 250px;
	float: left;
	background: url(/beta/images/icons/x.gif);
}
table#navbar tr td div.subtitle div#search_input:hover{background-color:#aedfe5}
table#navbar tr td div.subtitle div#search_input img.endcap_left{float:left}
table#navbar tr td div.subtitle div#search_input img.endcap_right{float:right}
table#navbar tr td div.subtitle div#search_input input{
	height: 15px;
	width: 240px;
	border: none;
	padding: 2px 4px 0 4px;
	margin: 0;
	background: #fff;
	text-align: center;
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
/****** main content area ******/
#content{
	padding: 10px 10px 30px 10px;
	position: relative;
	min-height: 400px;
	height: auto;
}
#left{
	margin: 10px 0 0 0;
	width: 200px;
	float: left;
}
#center{
	margin-left: 210px;
	width: 460px;
}
#wide_center_left{width:670px}
/****** footer ******/
#footer{
	width: 900px;
	padding-top: 30px;
	text-align: center;
	color: #fff;
	font-size: 11px;
}
#footer a{
	width: 900px;
	padding: 0 5px 0 5px;
	color: #fff;
	text-decoration: none;
}
#footer a:hover{text-decoration:underline}
#footer p{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}
/****** striped boxes ******/
div.stripes{
	margin: 0;
	padding: 0;
	background: #ececec top left repeat;
}
div.blue{background:#1c96a5 url(/beta/images/backgrounds/stripes_blue.gif)}
div.orange{background:#f19900 url(/beta/images/backgrounds/stripes_orange.gif)}
div.red{background:#bb136a url(/beta/images/backgrounds/stripes_red.gif)}
div.lightgray{background:#ccc url(/beta/images/backgrounds/stripes_lightgray.gif)}
div.darkgray{background:#666 url(/beta/images/backgrounds/stripes_darkgray.gif)}
div.stripes h2{
	padding: 7px 4px 0 4px;
	margin: 0 6px 0 6px;
	font-size: 16px;
	color: #666;
	height: 29px;
	border-bottom: 1px solid #fff;
}
div.blue h2, div.orange h2, div.red h2, div.darkgray h2, div.lightgray h2{color:#fff}
div.stripes div.stripesbody{
	background: #fff;
	margin: 0 5px 0 5px;
	padding: 5px;
}
div.stripes div.stripesbody p{padding-top:0}
div.stripes div.stripesfooter{height:6px}
div.stripes div.stripesfooter div{
	margin: 0 6px 0 6px;
	border-top: 1px solid #fff;
}
div.registerbtn{width:130px}
/****** sidebar ******/
table.sidebar{width:100%}
table.sidebar tr td{
	border-bottom: 1px solid #eee;
	padding: 4px 2px 4px 2px;
	vertical-align: middle;
}
table.sidebar tr td.status{
	border-left: 1px solid #eee;
	width: 16px;
	text-align: center;
}
table.sidebar tr td a, div.sidebar a{
	font-weight: bold;
	text-decoration: none;
	background: left no-repeat;
	padding-left: 12px;
	margin-left: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.sidebar tr td a.green, div.sidebar a.green{
	color: #72b84c;
	background-image: url(/beta/images/icons/arrow_green_off.gif);
}
table.sidebar tr td a.green:hover, div.sidebar a.green:hover{
	color: #95da6f;
	background-image: url(/beta/images/icons/arrow_green_on.gif);
}
table.sidebar tr td a.blue{
	color: #1c96a5;
	background-image: url(/beta/images/icons/arrow_blue_off.gif);
}
table.sidebar tr td a.blue:hover{
	color: #3fb8c7;
	background-image: url(/beta/images/icons/arrow_blue_on.gif);
}
table.sidebar tr td a.gray, div.sidebar a.gray{
	color: #ccc;
	background-image: url(/beta/images/icons/arrow_gray_right.gif);
}
div.sidebar a{float:right}
div.sidebar label{
	margin: 0 7px 0 0;
	padding: 0;
}
/****** standard forms ******/
span.star{
	font-size: 14px;
	line-height: 12px;
	font-family: "Courier New", Courier, monospace;
}
form div.req{font-weight:bold}
form div.noteleft{
	font-style: italic;
	font-size: 11px;
}
form div.noteright{
	text-align: right;
	font-size: 11px;
}
form input.wide{width:350px}
form input.half{width:175px}
form input.threequarter{width:262px}
form div.br{height:10px}
/****** page specific ******/
a.arrow_png{
	display: block;
	width: 48px;
	height: 51px;
	background: #fff url(/beta/images/icons/arrow.png) top no-repeat;
}
a.arrow_png:hover{opacity:.85}
#why_mm_png{
	background: url(/beta/images/backgrounds/why.png) center no-repeat;
	width: 260px;
	height: 65px;
	margin: auto;
	text-indent: -9999px;
}
#mailing_list_png{
	background: url(/beta/images/backgrounds/join.png) center no-repeat;
	width: 260px;
	height: 65px;
	margin: auto;
	text-indent: -9999px;
}
table.structural tr td.right_column_home{
	width: 200px;
	padding-left: 5px;
	vertical-align: top;
}
div.graybox{
	width: 220px;
	margin: 5px 5px 0 0;
	background: url(/beta/images/backgrounds/gradient_gray.gif) top repeat-x;
	text-align: center;
}
td.graybox{background:url(/beta/images/backgrounds/gradient_gray1.gif) top repeat-x}
td.graybox div.graybox{
	width: 300px;
	margin: 0;
	padding: 30px 15px 15px 15px;
	background: transparent;
}
td.rborder{border-right:10px solid #fff}
td.lborder{border-left:10px solid #fff}
div.graybox h2{
	padding: 10px 0 10px 0;
	margin: 0;
	border-bottom: 1px dashed #ddd;
	font-size: 18px;
	font-weight: normal;
}
div.graybox p{
	text-align: left;
	padding: 8px;
}
div.graybox div.search_input2{
	margin: 0 auto 10px auto;
	height: 18px;
	width: 200px;
}
div.graybox div.search_input2 input{
	height: 14px;
	width: 190px;
	padding: 1px 2px 1px 2px;
	background: #fff;
	text-align: center;
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.structural tr td.graybox_bottom_td{vertical-align:bottom}
div.graybox_bottom{
	width: 220px;
	border-bottom: 1px solid #ddd;
	margin-right: 5px;
	padding-bottom: 10px;
	text-align: center;
}
div.graybox_bottom div.greenbtn{margin:auto}
div.graybox ul.diamond{text-align:left}
#mailing_list{text-align:left}
#mailing_list div.req{font-weight:normal}
div.agency_tabbed_list{
	background: url(/beta/images/backgrounds/gradient_invisible.gif) bottom repeat-x;
	margin-top: 15px;
}
div.inactive_tab{
	float: left;
	width: 103px;
}
div.active_tab{
	float: left;
	width: 97px;
}
div.inactive_tab a, div.active_tab a{
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px 10px 5px 10px;
	line-height: 13px;
}
div.inactive_tab a{
	background: #bdd73c;
	color: #fff;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}
div.active_tab a{
	background: url(/beta/images/backgrounds/agency_tab_top.gif) top no-repeat;
	color: #666;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;	
}
div.highlight{
	background-color: #AEDFE5;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 10px 10px 30px 0px;
	width: 650px;
}
div.highlight a{color:#1c96a5}
div.highlight a:hover{color:#fff}
table.agency_list{
	clear: both;
	width: 100%;
}
table.agency_list tr td{
	border-bottom: 1px dashed #ccc;
	padding: 5px;
}
table.agency_list tr td.diamonds{text-align:right}
table.agency_list tr td.diamonds img{
	margin-bottom: -2px;
	width: 7px;
	height: 12px;
}
table.agency_list tr td a{
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
table.agency_list tr td a:hover{color:#72b84c}
/****** compare table ******/
#compare{
	width: 550px;
	padding: 0;
	margin: 0;
}
caption{
	width: 700px;
	padding: 0 0 5px 0;
	text-align: right;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: italic;
}
th, td.compare,td.alt{
	/*border: 1px solid #AEDFE5;*/
	color: #666;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
th{
	letter-spacing: 1px;
	text-transform: none;
	text-align: left;
	background: #AEDFE5 url(/beta/images/backgrounds/table_bg_header.png) no-repeat;
	padding: 4px 4px 4px 12px;
}
th.nobg{
	border-top: 0;
	border-left: 0;
	background: none;
}
th.heading{color:#fff}
th.spec, th.specalt{
	border-top: 0;
	background: #fff url(/beta/images/backgrounds/bullet1.png) no-repeat;
}
th.specalt{background:#f5fafa url(/beta/images/backgrounds/bullet2.png) no-repeat}
td.compare,td.alt{
	border-top: 0;
	border-left: 0;
	text-align: center;
	vertical-align: middle;
}
td.compare{
	padding: 6px;
	background-color: #fff;
	background-position: center center;
}
td.alt{background:#F5FAFA}
/****** landing page ******/
#recent_additions h2{
	color: #1C96A5;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.landing_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
}
.box{
	background-color: #F19900;
	padding: 3px;
	width: 100;
	color: #fff;
	border: 1px solid #DD8A00;
	left: auto;
	background-position: center;
	text-align: center;
}
.request{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1C96A5;
	border-top: 1px dotted #1C96A5;
}
.fineprint{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 12px;
}
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer}

/* ColorBox user style*/
#colorboxParent{z-index:9999}
#cboxOverlay{background:#fff}
#colorbox{}
	#cboxContent{}
		#cboxLoadedContent{background:#fff}
		#cboxLoadingGraphic{}
		#cboxTitle{
			position: absolute;
			top: -22px;
			left: 0;
			color: #000;
		}
		#cboxCurrent{
			position: absolute;
			top: -22px;
			right: 205px;
			text-indent: -9999px;
		}
		#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{
			position: absolute;
			top: 0;
			right: 2px;
			width: 20px;
			height: 20px;
			background: url(/inc_local/css/img/controls.gif) 0 0 no-repeat;
			text-indent: -9999px;
		}
		#cboxClose{background-position:-50px 0px}
		#cboxClose.hover{background-position:-50px -25px}
div.scrollable{
	position: absolute;
	overflow: hidden;	 	
	width: 100%;	
	height: 430px;	
	top: 50px;
	left: 0;
	text-align: center;
}
div.scrollable div.items{	
	position:absolute;
	top: 0;
	left: 0;
	width: 20000px;
}
div.scrollable div.items div.itempage{
	float: left;
	width: 218px;
	height: 430px;	
}
div.navi{
	margin-left: 90px;
	width:100px;
	height:20px;
	position: absolute;
	z-index: 100;
	top: 10px;
}
div.navi a{
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background: url(/inc_local/css/img/navigator.gif) 0 0 no-repeat;
	display:block;
	font-size:1px;
	cursor: pointer;
}
div.navi a:hover{background-position:0 -8px}
div.navi a.active{background-position:0 -16px}

