body {
	background: #999;
	text-align: center;
	margin: 0;
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, sans-serif;
	/*font-family: Tahoma, Arial, Verdana, Helvetica;*/
	/* Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;  */
	/*font-size: 82%;*/
	font-size: 79%;
	color: #444;
	background: url(/images/bg_background-blend.jpg);
	line-height: 1.3em;
	
}

input[type='text'] 			{margin:0;border:1px solid black;background-color:#FFFFFF;}
input[type='password'] 	{margin:0;border:1px solid black;background-color:#FFFFFF;}
select						 	{margin:0;border:1px solid black;background-color:#FFFFFF;}
textarea					 	{margin:0;border:1px solid black;background-color:#FFFFFF;}

a {
	color: #FF7900; /*#DF7800;*/ /*#5c9894;*/
	text-decoration: none;
}

p {
	margin-bottom: 1em;
	line-height: 1.4em;
	}
	
h1, h2, h3, h4 {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #3A7DDA;
	margin-bottom: .5em;
	padding-bottom: .5em;
}

h1 { font-size: 2em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }
	
#wrapper-shadow {
	margin: 0 auto;
	text-align: center;
	width: 1008px;
	background: url(/images/shadow_left.png) repeat-y;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 978px;
	/*width:auto;*/
	padding: 0 0;
	background: #fff;
	min-height: 800px;
	position: relative;
}

/* for Internet Explorer */
/*\*/
* html #wrapper {
height: 800px;
}
/**/


#wrapper-shadow-right {
	background: url(/images/shadow_right.png) repeat-y 100% 0;	
}

#wrapper {
	background: #FFF;
}

#page {
	overflow: auto;
	background: url(/images/bg_page-blend.jpg) repeat-x 100% 0; 
}

#page.nobg {
	background: none;
}

#header {
	padding: 0;
	background-color: #fff;
/*	background-image: url(/images/header_eapps2.jpg); */
	background-repeat: no-repeat;
	height: 81px;
	position: relative;
}

#header #header_logo {
	padding: 0;
	position: relative;
	top: 21px;
	left: 27px;
	float: left;
}

#header #header_phrase {
	padding: 0;
	position: absolute;
	top: 55px;
	left: 284px;
	float: left;
}

#quicklinks {
	margin-top: 10px;
	position: relative;
	margin-right: 47px;
	width: 220px;
	float: right;
	}

#quicklinks #account-login {
	font-weight:bold;
	position: absolute;
	top: 0;
	left: 130px;
	padding-top:6px;
	}

#quicklinks #searchform {
	margin-top: 5px;
	position: relative;
	}
	
#quicklinks #searchform #searchtext{
	position: absolute;
	border: 1px solid #000;
	width: 190px;
	height: 15px;
	}

#quicklinks #searchform #searchbutton{
	position: absolute;
	top: 0;
	right: 5px;
	height: 19px;
	width: 19px;
	}
	
#headernav {
	background-color: #AFCBF0;
	background-image: url(/images/menu_back.png);
	background-repeat: repeat-x;
	height: 26px;
	overflow: hidden;
	width: 100%;
	border-bottom: 3px solid white;
}


#content {
	float: left;
	width: 450px;
	display: inline;
	margin-left: 28px;
	}

#content.wide {
	width: 100%;
	margin: 0;
	}

#content.left ul {
	list-style: disc;
	margin:5px;
	margin-left:80px;
	padding:5px;
	width: 570px;
}


#content ul {
	list-style: disc;
	margin:5px;
	margin-left:7px;
	padding:5px;
}

.create-cloud {
	text-align: center;
}

.create-cloud img {
	margin-top: 5px;
	margin-bottom: 5px;
}

#sidebar {
	float: right;
	width: 220px;
	display: inline;
	margin-right: 35px;
	padding-top: 42px;
}
#sidebar h2 {
	margin-top: 20px;
	color: #656565;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 18px;
}
#sidebar li {
	border-top: 1px solid #656565;
	padding-top: .5em;
	margin-top: 0;
	font-size: .95em;
	color: #666;
}
#sidebar .create-cloud a {
	color: #000000;
}

#social_icons img {
	margin-right: 10px;
	}
#social_icons a {
	text-decoration: none;
	color: #000000;
	font-size: 80%;
}
#social_icons_2 { border-top: 1px solid #656565; padding-top:10px;}
#social_icons_2 img { margin-bottom: 5px;}
#social_icons_2 a {
	text-decoration: none;
	color: #000000;
	font-size: 80%;
}

#breadcrumbs {
	margin: 6px 0;
	}
#breadcrumbs a {
	color: #666;
	}

#content h1 {
	margin-top: 20px;
	border-bottom: 1px solid #656565;
	}

#content h2 {
	margin-top: 30px;
	margin-bottom: 0;
	padding-bottom: 5px;
	text-transform: uppercase;
	}

#content h3 {
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 5px;
	text-transform: uppercase;
	}

hr {
	border: 0;
	border-bottom: 1px solid #656565;
	}
	
	
/* left navigation */
	
#leftnav {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, sans-serif;
	float: left;
	width: 213px;
	display: inline;
	overflow: hidden;
	/*background-image: url(/images/subnav_bg_blend.jpg);
	background-repeat: repeat-x;*/
	background-color: #AFCBF0;
	padding-top: 15px;
	}
	
#leftnav ul.leftnav_main {
	border-bottom: 3px solid #000;
	}

#leftnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#leftnav a, #leftnav span {
	display: block;
	text-decoration: none;
	color: #000000/*#FFF*/;
	font-size: .90em; /*.95em*/
	text-transform: uppercase; 
}

#leftnav ul li a,#leftnav ul li span {
	padding: 2px 2px;
	padding-left: 20px;
	margin: 0;
	background-color: #AFCBF0/*#4F8794*/;
	font-weight: bold;
	border-top: 1px solid white;
}

#leftnav ul li a:hover {
	background-color: #3B7ED9 /*#8BB0B9*/;
	background-image: none;
}

#leftnav ul li ul a , #leftnav span.regular_txt{
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #FFF;
	text-transform: none; 
}

#leftnav ul li ul li a {
	padding: 2px 10px 2px 31px;
	margin: 0;
	font-weight: normal;
	background-color: #AFCBF0/*#4F8794*/;
	background-image: none;
}

#leftnav span.regular_txt {
	padding: 2px 10px 2px 31px;
	margin: 0;
	font-weight: normal;
	background-color: #AFCBF0/*#4F8794*/;
	background-image: none;
	font-weight: bold;
}

#leftnav ul li ul li ul a {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #FFF;
}

#leftnav ul li ul li ul li a {
	padding: 5px 0 5px 50px;
	margin: 0;
	background-color: #7398B2;
}

#leftnav li.current_page_item a {
	background-color: #8AB1EA /*#436169*/;
	background-image: url(/images/subnav_arrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
	
}

#leftnav li.current_page_item a:hover {
	background-color: #3B7ED9/*#7f9ca2*/;
	background-image: url(/images/subnav_arrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
#leftnav ul li.current_page_item ul li a {
	background-image: none;
	background-color: #4F8794;
}

#footer {
	width: 880px;
	margin: auto;
	margin-top: 10px;
	text-align: center;
	font-size: .85em;
	color: #999;
	padding-bottom: 40px;
	
}

#footer_icons {
	font-size: 1.2em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #666;
	padding: 10px 0;
	margin: 15px 0;
}

#footer_icons img {
	margin: 0 10px;
	vertical-align: middle;
}

.phones {
	color: #77B800;
	font-weight: bold;
}

.applogo {
	padding-top:4px;
	padding-bottom:4px;
	padding-right:8px;
	float:left;
	border:0;
	}
	
.apps-index { width:100%; border:0;}
.apps-index td { width:33%; }
.apps-index th { height:36px; }
.eve {background-color:#F0F0F0;}
.odd {background-color:#FFFFFF;}

#head_ad {
position:absolute;
top:6px;
left:182px;
width:495px;
font-size: .85em;
color: #999999;
}

.plans-index { width:100%; border:0;}
.plans-index td.plname { width:125px; color:#33CC33; font-weight:bold;}
.plans-index td.pldesc { width:275px;}
.plans-index td.plprice { width:50px; text-align:right;}
.plans-index th { height:36px; vertical-align:bottom;}
.plans-index th.plfrom { text-align:right; margin-right:5px;}
.plans-index td.plname1 { width:350px; font-weight:bold;}
.plans-index td.pldesc1 { width:50px; text-align:center;}
.plans-index td.plprice1 { width:50px; text-align:center;}
.plans-index td.subtitle { width:100%; color:#33CC33; font-weight:bold; }
.plans-index td.spacer {height:7px;}

.clas1 td.box_title {padding:3px; font-size:.85em;}
.clas1 td.box_desc {font-size:.75em;}
.clas1 td.box_desc img {vertical-align:middle;}
