/* CSS Document */

* {
	margin:0;
	padding:0;
	line-height:1.3;
	widows:none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	width:85%;
	margin:0 auto;
	color:#333;
}

p {
	margin-bottom:10px;
}

h1 {
	font-size:18pt;
	margin-bottom:10px;
}

h2 {
	font-size:16pt;
}

h3 {
	font-size:14pt;
}

a, a:visited, a:hover {
	color:#999;
	text-decoration:none;
}

a img {
	border:none;
}

#main_nav, #learn_more, #footer ul {
	display:none !important;
}

#header {
	display:block;
	width:100%;
	padding-bottom:10px;
	border-bottom:3px solid #333;
}

#masthead, #masthead_overview {
	display:block;
	width:100%;
	border-bottom:1px solid #333;
	margin-bottom:25px;
	padding:20px 0;
}

#left_col {
	width:30%;
	float:left;
	padding:0;
	font-size:10pt !important;
}

#left_col ul {
	margin:3px 0 10px 0;
	padding:10px 0 10px 20px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}

#left_col ul li {
	margin:5px 0;
}

#left_col #salesforce_logo {
	margin-top:20px;
}

#right_col {
	float:right;
	width:65%;
	font-size:11pt !important;
	padding:0 0 50px 15px;
	margin-bottom:50px;
	border-left:1px solid #333;
}

#right_col h3 {
	margin-top:20px;
}

#right_col .learn_more {
	display:none !important;
}

#home #right_col ul {
	margin:5px 0;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
}

#home #right_col ul li, #services #right_col ul li {
	list-style-type:none;
	padding:8px 0;
	font-size:10pt;
}

#home #right_col ul li a, #home #right_col ul li a:visited, #home #right_col ul li a:hover, #services #right_col .learn_more {
	display:none !important;
}

.blue_row, .grey_row, #services #right_col ul li {
	border-bottom:1px solid #999;
}

#solutions ul {
	padding-left:20px;
	font-size:10pt;
}

#solutions ul li {
	margin-bottom:20px;
}

#footer {
	clear:both;
	border-top:1px solid #333;
	padding-top:15px;
	width:100%;
	text-align:center;
	font-size:8pt !important;
}

#sub_current {
	color:#333;
	font-weight:bold;
	border-bottom:1px dashed #333;
}