/*
	BROADSTREET DATA
	By: Chris Lopes
	http://www.gocactus.com
*/

/* BASIC PAGE SETUP & RESET */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 62.5% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; background: url(images/bg-site.gif) top center no-repeat #ffffff; color:#666666; }

ul { list-style: none inside; }
p { font: 1.2em/1.3em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; margin-bottom: 1.3em; }
a { outline: none; }
img, a img { border: none; }
/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.no-bg { background: none; }
/* END TOOLBOX */


/* STRUCTURE */
#page-wrap {
	margin: 0 auto;
	width: 936px;
}
/* END STRUCTURE */


/* NAVIGATION */

#topNav{z-index: 100;}

#nav {background-image: url(images/nav.gif); background-repeat: no-repeat; padding:0; height:31px; margin:}
#nav span {display: none;}
#nav li, #nav a {display:block; height:31px;}
#nav li {float:left; list-style:none; display:inline;}

#topNav #spacer {width:18px;}
#topNav #solutions {width:150px;}
#topNav #partners {width:150px;}
#topNav #company {width:150px;}
#topNav #customers {width:150px;}
#topNav #contact {width:150px;}
#topNav #careers {width:150px;}

/* OVER STATES*/
#topNav #solutions a:hover {background:url(images/nav.gif) -18px -35px no-repeat; }
#topNav #partners a:hover {background:url(images/nav.gif) -168px -35px no-repeat; }
#topNav #company a:hover {background:url(images/nav.gif) -318px -35px no-repeat; }
#topNav #customers a:hover {background:url(images/nav.gif) -468px -35px no-repeat; }
#topNav #contact a:hover {background:url(images/nav.gif) -618px -35px no-repeat; }
#topNav #careers a:hover {background:url(images/nav.gif) -768px -35px no-repeat; }

/* ON STATES*/
#topNav.solutions #solutions a {background:url(images/nav.gif) -18px -70px no-repeat; }
#topNav.partners #partners a {background:url(images/nav.gif) -168px -70px no-repeat; }
#topNav.company #company a {background:url(images/nav.gif) -318px -70px no-repeat; }
#topNav.customers #customers a {background:url(images/nav.gif) -468px -70px no-repeat; }
#topNav.contact #contact a {background:url(images/nav.gif) -618px -70px no-repeat; }


#nav li ul { /* second-level lists */
	position: absolute;
	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;
	width:146px;
	margin-left:2px;
}

#topNav #nav #nav2 span {display: block; padding-left:5px;} /* this sets the padding on the spans for the subnav */

#nav li ul li a, #topNav.solutions #nav li ul li a, #topNav.partners #nav li ul li a, #topNav.company #nav li ul li a, #topNav.customers #nav li ul li a, #topNav.contact #nav li ul li a
{
	background-color:#898989;
	background-image: none;
	width:146px;
	height:15px;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color:#fff;
	padding:10px 0px 10px 0px;
	text-decoration: none;
}

#topNav #nav li ul li a:hover,#topNav.solutions #nav li ul li a:hover, #topNav.partners #nav li ul li a:hover, #topNav.company #nav li ul li a:hover, #topNav.customers #nav li ul li a:hover, #topNav.contact #nav li ul li a:hover
{
	background-color:#666;
	background-image: none;
	width:146px;
}

	
/* END NAVIGATION */

/* CONTENT */


#content {
	background: url(images/bg-content.gif) top no-repeat;
	padding: 40px 15px 0 15px;
	}
	
h1 {
	font-size: 1.25em;
	color: #ed1c24;
	background:url(images/bg-h1.gif) no-repeat;
	padding: 4px 0 3px 10px;
	margin-bottom: 10px;
	}
	
h2 {
	font-size: 2em;
	color: #ed1c24;
	margin-bottom: .5em;
	}

h3 {
	font-size: 1.5em;
	color: #000000;
	margin-bottom: .5em;
	}
		
h4 {
	font-size: 1.25em;
	color: #ed1c24;
	margin-bottom: .5em;
	}
	
h5 { font-size: 1.5em; color: #000; margin: 0 30px 10px 0; padding-bottom: 10px; border-bottom: 1px solid #ccc; }
	
p a:link, p a:visited {
	color: #ed1c24;
	text-decoration: none; 
	}
	
	p a:hover, p a:active {
		color: #333333;
		border-bottom: #333333 1px dotted;
		}
	
#sidebar {
	width:33%;
	float: left;
	}
		
#main {
	width: 66%;
	float: right;
	}

ul.sub-nav li a:link, ul.sub-nav li a:visited {
	font-size: 1.5em;
	color: #666666;
	text-decoration: none;
	margin-left: 10px;
	text-indent: 10px;
	line-height: 1.5em;
	}
	
	ul.sub-nav li a:hover, ul.sub-nav li a:active {
		color: #ed1c24;
		}
		
	ul.sub-nav {
		margin-bottom: 25px;
		}
		
ul.sub-nav-docs li a:link, ul.sub-nav-docs li a:visited {
	font-size: 1.5em;
	color: #666666;
	text-decoration: none;
	}
	
	ul.sub-nav-docs li a:hover, ul.sub-nav-docs li a:active {
		color: #ed1c24;
		}
		
	ul.sub-nav-docs li {
		margin-left: 1em;
		margin-right: 1.5em;
		}
		
	li.doc-description {
		margin: 0 0 10px 10px;
		}

		
ul.sub-points li {
	color: #ed1c24;
	font-size: 1.25em;
	margin-bottom: 1.15em;
	}
	
	ul.sub-points ul li {
		color: #666666;
		}
		
		ul.sub-points ul li a {
			color: #333333;
			text-decoration: none;
			border-bottom: #ed1c24 1px dotted;
			}
			
			ul.sub-points ul li a:hover {
				border-bottom: none;
				color: #333333;
				}
		
	ul.sub-points {
		margin-bottom: 15px;
		}

/* HOME PAGE */

ul#tabs li {
	float: left;
	}
	
	ul#tabs li#tab-customer a:link, ul#tabs li#tab-customer a:visited {
		display: block;
		color: #000000;
		width: 120px; height: 24px;
		background: url(images/tab-customer.gif) no-repeat top;
		text-indent: -9999px;
		}
		
		ul#tabs li#tab-customer a:active, ul#tabs li#tab-customer a:hover {
			background: url(images/tab-customer.gif) no-repeat bottom;
			}
			
	ul#tabs li#tab-careers a:link, ul#tabs li#tab-careers a:visited {
		display: block;
		width: 63px; height: 24px;
		background: url(images/tab-careers.gif) no-repeat top;
		text-indent:-9999px;
		}
		
		ul#tabs li#tab-careers a:active, ul#tabs li#tab-careers a:hover {
			background:url(images/tab-careers.gif) no-repeat bottom;
			}
			
	ul#tabs li#tab-papers a:link, ul#tabs li#tab-papers a:visited {
		display: block;
		width: 100px; height: 24px;
		background:url(images/tab-papers.gif) no-repeat top;
		text-indent: -9999px;
		}
		
		ul#tabs li#tab-papers a:active, ul#tabs li#tab-papers a:hover {
			background: url(images/tab-papers.gif) no-repeat bottom;
			}

.col-3 {
	width: 30%;
	padding: 10px 10px 10px 5px;
	margin-right: 10px;
	}
	
	.col-3 img.bulletin {
		margin: 25px 25px;
		}
		
	.col-3 p {
		margin-left: 10px;
		}

.updates h4 {
	text-indent: none;
	font-weight: bold;
	margin-left: 10px;
	font-size: 1.25em;
	}
	
.updates p {
	font-size: 1.25em;
	margin-bottom: 5px;
	}
	
.event-divider { border-bottom: 1px dotted #cccccc; margin: 10px 0; }
	
#dashboarding {
	padding: 5px 10px 10px 10px;
	border: 1px solid #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}


.col-2 {
	width: 48%;
	margin: 10px 15px 10px 0;
	float: left;
	}

ul#press li {
	list-style: inside circle;
}

ul#press li a {
	font-size: 14px;
	color: #ed1c24;
	text-decoration: none;
}
	
	ul#press li a:hover {
		border-bottom: 1px dotted #ed1c24;
	}
	
	ul#press li a:visited {
		color: #666;
	}

ul#press li a span {
	font-weight: bold;
}



/* END CONTENT */
	
/* FOOTER */

#footer {
	margin: 20px 15px;
	padding-top: 10px;
	border-top: #666666 1px solid;
	font-size: .85em;
	}
	
#footer ul#footer-nav li {
	display: inline;
	border-right: #666666 1px solid;
	margin-right: 5px;
	padding-right: 5px;
	font-size: 1.25em;
	}
	
	#footer ul#footer-nav li#last {
		border-right: none;
		}
		
#footer ul#footer-nav li a:link, #footer ul#footer-nav li a:visited {
	color: #666666;
	text-decoration: none;
	}
	
	#footer ul#footer-nav li a:hover, #footer ul#footer-nav li a:active {
		color: #ed1c24;
		}
		
/* END FOOTER */

.underline {
	border-bottom: #000000 1px solid;
	padding-bottom: 5px;
	}
	
ul.sitemap li {
	color: #ed1c24;
	font-size: 14px;
	margin-bottom: 10px;
	}

ul.sitemap li a:link, ul.sitemap li a:visited {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	}
	
	ul.sitemap li a:hover, ul.sitemap li a:active {
		color: #ed1c24;
		}