HTML {
	min-height: 100%;
	margin-bottom: 1px;
}
BODY {
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size: .75em;
	color: #6b6868;
	background-color: #013669;
	background-image: url(images/page-bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.footer {
	font-size: .75em;
}

A {
	color: #0072bc;
}
A.notund, A.largenotund {
	text-decoration: none;
}
A.notund:hover, A.largenotund:hover {
	text-decoration: underline;
}
A.largenotund {
	font-family: arial;
	font-size: 1.2em;
	font-weight: bold;
}
A.graybold {
	text-decoration: none;
	color: #6b6868;
	font-weight: bold;
}
A.lnav-l2-inactive {
	text-decoration: none;
	padding-left:15px;
	color: #6b6868;
}
A.lnav-l2-active {
	text-decoration: none;
	padding-left:15px;
	color: #000000;
}
A.lnav-inactive {
	text-decoration: none;
	color: #6b6868;
}
A.lnav-active {
	text-decoration: none;
	color: #000000;
}
A.graybold:hover {
	text-decoration: underline;
}
.inaction-text {
	padding-right: 30px;
}
.quote-text {
	font-family: arial;
	font-size: 1.2em;
}
.quote-text-xlarge {
	font-family: arial;
	font-size: 1.3em;
}

.quote-right{
	color:#87c438;
	font-size:1.2em;
	font-family:Arial;
	background-color:#ebffdd;
	text-align:right;
	width: 200px;
}

.home-header{
	color:#87c438;
	font-size:1.2em;
	font-family:Arial;
	text-align:right;
	width: 200px;
}

.micro-text {
	font-family: arial;
	font-size: .8em;
}
#pagebody ul {
	/*list-style: circle url(images/bullet.gif);*/
	margin-left: 8px;
	padding-left: 8px;
	margin-bottom: 10px;
}
#pagebody ul li {
	padding-bottom: 10px;
	margin-left: 8px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: disc;
}
#pagebody ol {
	/*list-style: circle url(images/bullet.gif);*/
	margin-left: 16px;
	padding-left: 16px;
}
#pagebody ol li {
	padding-bottom: 10px;
	margin-left: 8px;
	padding-left: 0px;
	list-style-position: outside;
}
.heading-std {
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;
}
HR {
	border: 0;
	background-color:#CCCCCC;
	color: #CCCCCC;
	height: 1px;
}
.header-nav {
	background-image: url(images/topnav-dropdown/bg-header-water.gif);
	text-align: left;
	z-index:100;
/*	padding-right: 20px;*/
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	float: right;
}
#nav a {
	display: block;
/*	width: 10em;*/
}
#nav-solutions {
	height: 100px;
	width: 84px;
	background-image: url(images/topnav-dropdown/menu-solutions-inactive.gif);
}
#nav li.products { /* all list items */
	float: left;
	height: 130px;
	width: 84px; /* width needed or else Opera goes nuts */
	background-image: url(images/topnav-dropdown/menu-products-inactive.gif);
}
#nav li.services { /* all list items */
	float: left;
	height: 130px;
	width: 81px; /* width needed or else Opera goes nuts */
	background-image: url(images/topnav-dropdown/menu-services-inactive.gif);
}
#nav li.company { /* all list items */
	float: left;
	height: 130px;
	width: 88px; /* width needed or else Opera goes nuts */
	background-image: url(images/topnav-dropdown/menu-company-inactive.gif);
}
#nav li.buzzblogs { /* all list items */
	float: left;
	height: 130px;
	width: 129px; /* width needed or else Opera goes nuts */
	background-image: url(images/topnav-dropdown/menu-buzzblogs-inactive.gif);
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	margin-top: 100px;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.leadin-bot {
	background-color: #2D80B3;
	background-image: url(images/leadin-bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
}
.leadin-bot p {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}


.chunk-home-1sf {
	background-image: url(images/home-1storefront-bg.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 247px;
}
.chunk-home-partnering {
	background-color: #ffffff;
	width: 466px;
	padding-top:20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	float:left;
}
.chunk-home-buzz-title {
	background-color: #ffffff;
	width:304px;
	padding-top:20px;
	padding-left: 20px;
	padding-right: 20px;
	float:left;
	clear:right;
}
.chunk-home-buzz {
	background-color: #ffffff;
	width:344px;
	float:left;
	padding-bottom: 20px;
}
.chunk-home-ourcustomers {
	background-color: #E4E4E3;
	background-image: url(images/home-ourcustomers-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
	padding-top: 10px;
	padding-bottom: 10px;
}
.chunk-home-ourcustomers-title {
	padding-left: 20px;
}
.chunk-home-custlogos-top {
	border:none;
	width: 824px;
	height: 13px;
	background-image: url(images/home-custlogos-top.gif);
	background-color: #ffffff;
	margin-left:13px;
}
.chunk-home-custlogos-mid {
	border:none;
	text-align: center;
	width: 824px;
	background-image: url(images/home-custlogos-mid.gif);
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: top;
	margin-left:13px;
}
.chunk-home-custlogos-bottom {
	border:none;
	width: 824px;
	height: 13px;
	background-color: #ffffff;
	background-image: url(images/home-custlogos-bottom.gif);
	margin-left:13px;
}
.chunk-footer {
	background-color: #FFFFFF;
	height: 44px;
	font-size: 11px;
}
.chunk-footer-left {
	padding-left: 20px;
}
.chunk-footer-right {
	float:right;
	padding-right: 20px;
}
A.footer-active {
	font-weight: bold;
	color: #78b32a;
	text-decoration: none;
}
A.footer-inactive {
	color: #0072bc;
	text-decoration: none;
}
A.yellowarrowlink {
	color: #ffffff;
	font-weight: bold;
	background-image: url(images/link-yellowarrow.gif);
	background-position: right;
	padding-right: 10px;
	background-repeat: no-repeat;
	text-decoration: none;
}
A.yellowarrowlink:hover {
	text-decoration: underline;
}
A.greenarrowlink {
	font-weight: bold;
	background-image: url(images/link-greenarrow.gif);
	background-position: right;
	padding-right: 10px;
	background-repeat: no-repeat;
	text-decoration: none;
}
A.greenarrowlink:hover {
	text-decoration: underline;
}
A.sidebar-whitelink {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}
A.sidebar-whitelink:hover {
	color: #ffffff;
	text-decoration: underline;
}
A.largelink-greenarrow {
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/link-largegreenarrow.gif);
	background-position: right;
	padding-right: 15px;
	background-repeat: no-repeat;
	text-decoration: none;
	line-height:30px;
}
A.largelink-greenarrow:hover {
	text-decoration: underline;
}
UL.ul-arial14 LI {
	background-image: url(images/bullet-grayarrow.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 4px top;
}
UL.ul-arial14 {
	font-size: 14px;
	font-family: arial;
	color: #000000;
	list-style-type: none;
}
.chunk-quote-txt {
	font-family: tahoma;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	color: #616161;
}
.buzz-title {
	width: 50px;
	float:left;
}
.chunk-home-quotetop {
	width: 331px;
	float:left;
	background-image: url(images/chunk-home-quotetop.gif);
	height: 17px;
}
.chunk-home-quotemid {
	width: 331px;
	float:left;
	background-image: url(images/chunk-home-quotemid.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.chunk-home-quotebottom {
	width: 331px;
	float:left;
	background-image: url(images/chunk-home-quotebottom.gif);
	height: 17px;
	margin-bottom: 12px;
}
.highlightbox-green {
	width: 488px;
	font-size: 14px;
	background-color: #e8fbce;
	color: #4a7f27;
	padding:15px;
}
h3 {
	margin:0px;
	padding:0px;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 15px;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}
.bullet-heading {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: arial;
}
.chunk-cta-top {
width:215px;
padding-left: 12px;
padding-top: 15px;
}
.chunk-cta-textlink-ts {
	width:215px;
	height: 32px;
	text-align:center;
	padding-top: 15px;
	background-image: url(images/sidenav/cta-1storefront-img-b.gif);
}
.chunk-cta-textlink-ws {
	width:215px;
	height: 32px;
	text-align:center;
	padding-top: 15px;
	background-image: url(images/sidenav/cta-1workspace-img-b.gif);
}
.chunk-cta-mid {
width:185px;
color: #ffffff;
font-size: 11px;
background-color: #f04a00;
padding-top: 12px;
padding-left: 15px;
padding-right: 15px;
margin-left: 12px;
}
.chunk-cta-bottom {
	width:215px;
	height: 12px;
	margin-left: 12px;
	background-image: url(images/sidenav/cta-bottomcap.gif);
}
.sidebar-titletxt{
	margin-left:18px;
	padding-top: 12px;
	width: 211px;
}
.sidebar-customerlogo {
	margin-left:18px;
	width: 203px;
}
.sidebar-sepline {
	width: 203px;
	margin-left:18px;
	height: 1px;
	line-height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;	
}
.chunk-home-1sf-title {
	padding-top: 18px;
	padding-left: 19px;
	padding-bottom: 10px;
}
.chunk-home-1sf-textlink {
	padding-top: 10px;
	padding-left: 19px;
}
.chunk-home-1sf-bar1 {
	margin-left: 11px;
	padding-top: 28px;
	padding-left: 53px;
	width: 259px;
	height: 20px;
	background-image: url(images/home-1sf-bar1.gif);
}
.chunk-home-1sf-bar2 {
	margin-left: 11px;
	padding-top: 24px;
	padding-left: 53px;
	width: 259px;
	height: 20px;
	background-image: url(images/home-1sf-bar2.gif);
}
.chunk-home-1sf-bar3 {
	margin-left: 11px;
	padding-top: 28px;
	padding-left: 53px;
	width: 259px;
	height: 21px;
	background-image: url(images/home-1sf-bar3.gif);
}
a.wrappedlink {
	color: #606060;
	cursor: hand;
	text-decoration: none;
}
.icon {
float:left;
}
.icon-text {
}

.bullet-heading img{
	border:none;
}

/* ================================= 2009 Updates ============================ */

div#banner {
	width:801px;
	padding: 10px 11px 0 38px;
	margin:0 auto 0 auto;
	background: rgb(255,255,255) url(images/banner-bg.jpg) no-repeat 11px 0;
	height:247px;
	position:relative;
	z-index:1;
	display:block;
	overflow:hidden;
	}
	
div#banner h1 {
	background: url(images/banner-cloudprofile.gif) no-repeat;
	text-indent:-10000px;
	width:363px;
	height:74px;
	margin:26px 0 15px 0;
	}	
	
div#banner h1 a {
	width:363px;
	height:74px;
	display:block;
	}	
	
div#banner ul {
	list-style-type:none;
	}
	
div#banner ul li {
	background: url(images/banner-bullet.gif) no-repeat 0 5px;
	padding-left:9px;
	font-size:14px;
	color:#231F20;
	margin-bottom:6px;
	}
	
div#banner a#plans {
	position:absolute;
	top:6px;
	right:34px;
	}	
	
div#banner ul#follow li {
	padding-left:30px;
	float:left;
	width:215px;
	display:inline;
	height:28px;
	line-height:28px;
	font-size:12px;	
	color: #6D6D6D;
	margin-top:10px;
		}

div#banner ul#follow li a {	
	color: #6D6D6D;
	}	
	
div#banner ul#follow li.twitter {
	background: url(images/banner-twitter.png) no-repeat;
	}		
	
div#banner ul#follow li.facebook {
	background: url(images/banner-facebook.png) no-repeat;
	}	
		
div#banner img {
	border:0;
	}	
