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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-color: #346700;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size:12px;
	line-height:18px;
	
}
a {
   outline: none;
}

.rockwell {
	font-family: "Rockwell W01 Bold";
}

.orange {
	color: #FFA800;
}

.green {
	color: #88C425;
}

/*
font-family:'Rockwell W01 Bold';

font-family:'Rockwell W01';

font-family:'Rockwell W01 Condensed';
*/

a img {
	border:none;
}
a:link,a:visited {
	color:#336600;
	text-decoration:underline;
	font-size:12px;
	font-weight:normal;
}
a:active,a:hover {
	color:#FFA800;
	text-decoration:underline;
	font-size:12px;
	font-weight:normal;
}
   
input, select {
	border-radius: 5px;
}

p {
	margin:0 0 1em 0;
}

h1 {
	font-family: "Rockwell W01 Bold";
	font-size: 45px;
	font-weight: normal;
	color: #FFA800;
}

h2 {       
	font-family: "Rockwell W01 Bold";	
	margin:0;
	font-size:28px;	
	color:#88C425;   
	padding: 18px 0 5px;   
}
h2 a:hover {
	color:#88C425;
	text-decoration:none;
}
h3 {
	margin:0;
	font-size:16px;	
	color: #88C425;
}
h4{
	color: #88C425;
	font-size: 24px;
	margin: 0;
}
h4.shadow {
	color: #F0F8FF;
	font-size: 24px;
	margin: 0;
}
h5{
	color: #88C425;
	font-size: 45px;
	margin: 0 0 20px 0;
    font-family: "Rockwell W01 Bold";
}
#header {
	height: 67px;
	background-color: #E7F3D3;
	padding:10px;
}
#headermain {
	width: 945px;
	height: 62px;
	margin:0 auto;
}
#logo {
	float:left;
	width:350px;
	margin-top:10px;
}
#servicesnav {
	float:left;
	width:105px;
	height: 38px;
	margin-top:14px;
	border-right: 1px solid #d3d3d3;
}
#servicesbutton {
	padding-top:13px;
}
#plansnav {
	float:left;
	width:174px;
	height: 38px;
	margin:14px 10px 0 10px;
	border-right: 1px solid #d3d3d3;
}
#plansbutton {
	padding-top:13px;
}
#supportnav {
	float:left;
	width:140px;
	height: 38px;
	margin-top:14px;
	border-right: 1px solid #d3d3d3;
}
#supportbutton {
	padding-top:13px;
}
#signup {
	width:145px;
	float:right;
}
#headerstripe {
	height: 6px;
	background-color: #88C425;
	border-bottom: solid 1px #666;
}
#flasharea {
	height: 376px;
	background-color:#FFF;
}
#contentarea {
	minheight: 500px;
	background-color:#FFF;
}
#contentcontainer {
	display:block;
	width:965px;
	margin:0 auto;
	padding-top: 27px;
	padding-bottom: 27px;
	position:relative;
}
#contentleft {
	float:left;
	width: 612px;
}
#contentleft ol, #contentleft ul {
	margin-top:5px;
}
#contentleft ul li {
	background: url(../images/bullet.gif) no-repeat 0 5px;
	margin-left:-10px;
	padding-left: 20px;
	list-style: none;
}
#contentright {
	float:right;
	width: 304px;
}
#flash {
	position: relative;
	width: 945px;
	height: 376px;
	margin:0 auto;
	z-index:1; !important
}
#phone {
	position: absolute;
	z-index:3; !important;
	top: 36px;
	right: 8px;
}
#phone-shadow {
	position: absolute;
	z-index:2; !important;
	top: 37px;
	right: 7px;
}
#underflashstripe {
	height: 13px;
	background-image:url(../images/underflashstripe.gif);
	background-repeat:repeat-x;
}
#homebuckets {
	height: 234px;
	background-color: #E7F3D3;
}
#bucketcontainer {
	width:945px;
	margin:0 auto;
	padding-top:10px;
}
#homebucket1 {
	float:left;
	width: 310px;
	height:205px;
	background-image: url(../images/homebucket1-bg.jpg);
}
#homebucket2 {
	float:left;
	width: 310px;
	height:205px;
	margin-left:8px;
	background-image: url(../images/homebucket2-bg.jpg);
}
#homebucket3 {
	float:right;
	width: 310px;
	height:205px;
	background-image: url(../images/homebucket3-bg.jpg);
}
.sidebucket {
	float:left;
	margin:10px 0 10px 0;
	padding:20px;
	width: 262px;
	height:160px;
	background-image: url(../images/sidebucket-bg.gif);
}
.sidebucket .title {
	float:left;
	margin-bottom:10px;
	width:263px;
}
.sidebucket .imgbucketleft {
	float:left;
}
.sidebucket .content {
	float:left;
	width: 150px;
	padding-left:10px;
}
#footer {
	height:238px;
	background-image:url(../images/footer_back.jpg);
	background-repeat:repeat-x;
	border-top: solid 1px #666;
}
.footerheader {
	font-size:18px;
	color: #060;
	font-weight:bold;
	display:block;
	margin-bottom:7px;
}
#footerlinks {
	width:945px;
	margin:0 auto;
	margin-top:28px;
}
#footerlinks a {
	color:#FFF;	
	text-decoration:none;
	line-height:17px;
	font-size:12px;
	font-weight:normal;
}
.footercolumn {
	float:left;
	width: 20%;
	height: 170px;
}
#copyright {
	clear:both;
	text-align:center;
	color:#FFF;
}
.clear {
	clear:both;	
}
.dottedline {
	display:block;
	width:611px;
	height:1px;
	margin: 5px 0 5px 0;
	background-image:url(../images/dotted-line.gif);
	background-repeat: no-repeat;
}
#socialmediaicons {
	background-image:url(../images/finduson.gif);
	background-repeat:no-repeat;
	background-position:left center;
	text-align:right;
	width:215px;
}
#backtotop {
	width:124px;
	height: 13px;
	margin: 5px 0;	
}

/*balloons */
#balloon1 {
	position:absolute;
	left:460px;
	top:42px;
	background-image: url(../images/balloon1.png);
	display:block;
	width:122px;
	height:162px;
}

#balloon2 {
	position:absolute;
	left:460px;
	top:42px;
	background-image: url(../images/balloon2.png);
	display:block;
	width:129px;
	height:176px;
}

#balloon3 {
	position:absolute;
	left:460px;
	top:42px;
	background-image: url(../images/balloon3.png);
	display:block;
	width:136px;
	height:142px;
}

#balloon4 {
	position:absolute;
	left:460px;
	top:42px;
	background-image: url(../images/balloon4.png);
	display:block;
	width:179px;
	height:165px;
}

/*live chat */
#livechat {
	padding-bottom:15px;
}


/* menu */
#menucontainer {
	float:left;
	width:450px;
	margin-top:28px;
	z-index:50; 
	position:relative; 
}
.menu {font-size:0.85em;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:25px;/*z-index:50;*/}

/* style the sub-level lists */
.menu ul ul {}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left; height:25px; line-height:24px; display:block;}

/* style the sub level list items */
.menu ul ul li {display:block; width:249px; height:auto; line-height:1em;}
.menu ul ul li.last {padding-bottom:25px; background:url(../images/dropdown-green-bottom.png) bottom left no-repeat;}
.menu ul ul ul li.last {padding-bottom:25px; background:url(../images/dropdown-orange-bottom.png) bottom left no-repeat;}
.menu ul ul ul ul li.last {padding-bottom:10px; background:url(../tab/three_bottom.gif) bottom left no-repeat;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block; float:left; height:24px; font-size:10px; text-decoration:none; color:#000; padding:0 20px 0 0;}
/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .menu a, * html .menu a:visited {}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:url(../images/dropdown-green-middle.png) repeat-y; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; color:#000;width:249px; height:100%; line-height:1em; padding:5px 10px;}
* html .menu ul ul a, * html .menu ul ul a:visited  {width:150px; w\idth:128px;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; font-size:1em; z-index:1;}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:url(../images/dropdown-orange-middle.png) repeat-y;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:url(../images/dropdown-orange-middle.png) repeat-y;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:url(../images/dropdown-green-hilite.png) no-repeat;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:url(../images/dropdown-orange-middle.png) repeat-y;}

/* style the level hovers */
/* first */
* html .menu a:hover {color:#85C425; border:0; height:25px; position:relative; z-index:100;}
.menu li:hover {position:relative;}

.menu :hover > a {color:#FFF; border:0; height:25px;}
/* second */
* html .menu ul ul a:hover{color:#85C425; position:relative; width:220px; z-index:110; height:100%;}

.menu ul ul li:hover {position:relative;}
.menu ul ul :hover > a {color:#FFF; z-index:110; height:100%;}
/* third */
* html .menu ul ul ul a:hover {color:#fff; position:relative; z-index:120;}
.menu ul ul ul :hover > a {color:#fff;}
/* fourth */
.menu ul ul ul ul a:hover {background:#a75; position:relative; z-index:130;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0; top:25px; left:0; width:249px;}

/* position the third level flyout menu */
.menu ul ul ul{top:-10px; width:249px;}


/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul {visibility:visible; height:auto; padding:25px 30px 30px 30px; background:transparent url(../images/dropdown-green-top.png) 30px 0 no-repeat; left:-30px;}
.menu ul :hover ul.left {visibility:visible; height:auto; padding:15px 30px 30px 30px; background:transparent url(../tab/sub_top_left.gif) 30px 0 no-repeat; left:-55px;}


/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible; left:90px; height:auto; padding:13px 30px 30px 30px; background:transparent url(../images/dropdown-orange-top.png) 30px 0 no-repeat;}
.menu ul :hover ul.left :hover ul {left:-150px;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible; left:90px; height:auto; padding:10px 30px 30px 30px; background:transparent url(../tab/three_top.gif) 30px 0 no-repeat;}

/* Accordion area menu */
#AccordionLink ul {
	padding:2px 0 2px 30px;
	margin:0;
}

#AccordionLink ul li {
	background-image: url(../images/arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
	color: #666;
	padding: 2px 0 2px 20px;
}

#AccordionLink a:link,#AccordionLink a:visited {
	font-size:14px;
	font-weight:bold;
	color: #666;
	text-decoration:none;
}

#AccordionLink a:active,#AccordionLink a:hover {
	font-size:14px;
	font-weight:bold;
	color: #FFA800;
	text-decoration:none;
}

.AccordionPanelContent ul li {
	padding:2px 0;
}

.AccordionPanelContent ul li.last {
	padding:2px 0 0 0;
}

.AccordionPanelContent a:link,.AccordionPanelContent a:visited {
	font-size:14px;
	font-weight:bold;
	color: #666;
	text-decoration:none;
}

.AccordionPanelContent a:active,.AccordionPanelContent a:hover {
	font-size:14px;
	font-weight:bold;
	color: #FFA800;
	text-decoration:none;
}

/* sign up form */
.required {
	color:#ff0000;
}


/* Table Styles */
table {
    border-collapse: collapse;
}

th {
background-color: #A7C942;
    color: #FFFFFF;
    font-size: 1.4em;
    padding-bottom: 4px;
    padding-top: 5px;
    text-align: left
}

td, th {
/*border: 1px solid #98BF21;*/
    font-size: 1.2em;
    padding: 3px 7px 2px;
}

.internet-table th,
.internet-table td {
	border: 1px solid #98BF21;
}

table.phone-system-yes-no td,
table.phone-system-yes-no th {
	border: none;
}

