@import url("reset.css");
body {
	background: #3065B5 url(images/bg_body_repeat-x-3065B5.jpg) top left repeat-x;
}

a {
	color: #00f;
}

a:visited {
	color: #00f;
}

.grey-box a, .greybox a:visited {
	color: #fff;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

li.last {background:none !important;}
a.bg-btn {
	display:block;
	background-position:0 0;
	background-repeat:no-repeat;
	overflow:hidden;
	height:0;
}
.cms {
	/*color:#0a1e41;*/
	color: #555;
	font-size:15px;
	line-height: 19px;
	padding:10px 30px 50px 30px;
	overflow:hidden;
}

.home-cms {
	padding-top: 35px;
	padding-left: 20px;
	width: 740px;
}

.index .cms {
	background:url("images/bg_home.jpg") no-repeat scroll 0 320px transparent;
	color:#5A5A5A;
	padding:0;
}

.index .cms .cms {
	background-color:#fff;
	background-image: none;
}

.cms .faq table td {
	vertical-align: top;
}

.cms h1 {
	color:#0b2144;
	font-weight:bold;
	font-size:25px;
	line-height:30px;
	padding:0;
}
.cms h2 {
	color:#978B5F;
	font-style:oblique;
	font-weight: normal;
	font-size:20px;
	padding:15px 0 0 0;
	margin-bottom: 10px;
	line-height:25px;
}

.cms h3 {
	margin-bottom: 5px;
	font-size: 14px;
}

.cms form h3 {
	margin-top: 25px;
}

.cms h4 {
	font-size: 20px;
	color: #3365b6;
}

.cms .right {
	width: 219px;
	float: right;
	font-size: 12px;
	line-height: 14px;
}

	.right .grey-box {
		border: 1px solid #858585;
		background-color: #858585;
		color: #fff;
		padding: 15px 0 0 0;
	}
	
	.right .grey-box p {
		padding: 0 15px 15px 15px;
		font-size: 14px;
	}
	
	.right .grey-box img {
		margin: 0;
	}
	
	.right img {
		margin-top: 20px;
	}
	
.cms .left {
	width: 440px;
	float: left;
}

.cms .affiliations td {
	padding-bottom: 15px;
}

#wrapper {
	width:980px;
	_width:1000px;
	margin:0 auto;
}
div#top {
	padding:7px 0 6px 0;
	position:relative;
	width:980px;
	overflow:hidden;
}
		div#top ul li {
			float:left;
			padding-right:4px;
			color:#fff;
			font-size:11px;
			line-height:22px;
		}
		div#top li.last {
			background:url(images/bg_topmenu_li.gif) 0 6px no-repeat !important;
			margin-left:4px;
			padding-left:10px;
		}
		div#top ul li a, div#top ul li a:visited {
			color:#fff;
		}
		div#top a.login{
			background-image:url(images/btn_login.gif);
			padding-top:22px;
			width:100px;
		}
		div#top a.sign-up{
			background-image:url(images/btn_signup.gif);
			padding-top:22px;
			margin-right:0px;
			width:100px;
		}
		div#top a:hover {
			background-position:0 -22px;
			color:#a1cdeb;
		}
		div#top input {
			float:left;
			margin-left:6px;
		}
		div#top input[type="text"] {
			border:none;
			padding:3px;
			color:#999;
			width:171px;
		}
		div#top form {
			float:right;
			position:relative;
		}
#content {
	width:980px;
	_width:1000px;
	overflow:hidden;
	background-color: #fff;
	_position: relative;
}
div#header {
	width:205px;
	_width:196px;
	float:left;
}
		ul#menu {
			margin-left:7px;
			width:190px;
			position:relative;
			z-index:999;
		}
				ul#menu li {
					position:relative;
					float:left;
					z-index:1;
					width:189px;
					_width:220px;
					overflow:hidden;
				}
				ul#menu li:hover {
					overflow:visible;
				}
				ul#menu a, ul#menu a:visited {
					display:block;
					width:166px;
					background: #d8d8d8;
					text-transform:uppercase;
					color:#0d1730;
					text-decoration:none;
					border-bottom:1px #fff solid;
					padding:2px 0 2px 23px;
					font-weight:bold;
					font-size:12px;
					letter-spacing:1px;
					float:left;
					position:relative;
					z-index:1;
				}
				ul#menu li:hover a {
					background: #8e939e;
				}
				ul#menu ul {
					position:absolute;
					left:-195px;
					border-left:#fff 1px solid;
					top:-1px;
					width:220px;
					z-index:10;
				}
				ul#menu ul ul {
					left:-9999px;
					z-index:11;
				}
				ul#menu ul li {
					width:230px;
				}
				ul#menu ul ul li, ul#menu ul ul li a {
					z-index:11;
				}
				
				ul#menu li:hover ul {
					left:189px;
				}
				ul#menu li:hover ul ul {
					position:absolute;
					left:-210px;
				}
				ul#menu ul li:hover ul {
					left:223px;
				}
				ul#menu ul li a, ul#menu ul li a:visited{
					position:relative;
					z-index:2;
					width:200px;
					padding-bottom:3px !important;
					padding-left:8px;
					border-bottom:none !important;
					background:none !important;
					background-image:url(images/bg_menu_a.gif) !important;
					background-position: 100% 5px !important;
					background-repeat:no-repeat !important;
					font-weight:normal;
					color:#fff;
					text-transform: none;
					letter-spacing:normal;
				}
				ul#menu li:hover ul a {
					background-color:#8d929c !important;
					background-image:none !important;
					padding-left:23px;
				}
				ul#menu li:hover li li a {
					background-image:url(images/bg_menu_c.gif) !important;
				}
				ul#menu li ul li:hover ul li a {
					background-image:none !important;
				}
				ul#menu li li a:hover {
					background-color:#6a6d74 !important;
				}
		ul.quicklinks {
			margin-top:7px;
			margin-left:7px;
			_margin-left:-8px;
			margin-right:7px;
			float:left;
			_display:inline;
		}
				ul.quicklinks a.l-btn {
					padding:58px 0 0 0;
					width:189px;
					margin-bottom:5px;
				}
				ul.quicklinks a.l-btn:hover {
					background-position: 0 -58px;
				}
				ul.quicklinks a.demoservices {
					background-image:url(images/btn_demoservices.jpg);
				}
				ul.quicklinks a.requestinfo {
					background-image:url(images/btn_requestinfo.jpg);
				}
				ul.quicklinks a.livechat {
					background-image:url(images/btn_livechat.jpg);
				}
				ul.quicklinks a.mailinglist {
					background-image:url(images/btn_mailinglist.jpg);
				}
				
		a.btn-twitter {
			float:left;
			padding:25px 0 0 15px;
		}
#main {
	width:775px;
	_width:770px;
	_overflow:hidden;
	float:right;
	_display:inline;
}
		.drilldown #main {
			border:#bdbdbd 1px solid;
			width:764px;
			_width:735px;
			_display:inline;
			margin:9px 9px 9px 0;
		}
		.index #main {
			
		}
		
			#rotator {
				height:305px;
				z-index: 1;
			}
			
			#rotator img {
				display: none;
			}
			
				table.sections {
					width:785px;
					_width:100%;
					border-spacing: 10px 0px;
					border-collapse:separate;
					/*margin:7px 0 10px -10px;*/
					/*_margin-left:-9px;*/
					/*background-color:#D8E6FF;*/
					/*float:right;*/
					padding:0 0 25px 10px;
					width:775px;
				}
						table.sections td {
							border:#9f9f9f 1px solid;
							padding:4px 5px;
							font-size:11px;
							background-color:#FFFFFF;
						}
						table.sections h2.indexsectionhead {
							text-transform:uppercase;
							letter-spacing:2px;
							color:#fff;
							background: #C6D0E9 url(images/bg_h_repeat-y-C6D0E9.jpg) 0 0 repeat-y;
							padding:7px;
							font-weight:normal;
							font-size:14px;
							margin-bottom:8px;
						}
						table.sections td div.cms {
							width:93%;
							margin:0 auto;
						}
#footer {
	background: #fff url(images/bg_footer_repeat-x.jpg) top left repeat-x;
	width:980px;
	_width:1000px;
	overflow:hidden;
	clear:both;
}
		#footer ul#footermenu {
			float:left;
			width:450px;
			padding:22px 0 15px 25px;
		}
		#footer ul#footermenu li {
			display:inline;
			background:url(images/bg_footermenu_li.gif) 94% 5px no-repeat;
			padding-right:12px;
		}
		#footer ul#footermenu li a, #footer ul#footermenu li a:visited {
			color:#646464;
			text-transform:uppercase;
			font-size:11px;
			text-decoration:none;
		}
		#footer ul#footermenu li a:hover {
			color:#333;
			text-decoration:underline;
		}
		#footer p.copyright {
			float:left;
			color:#646464;
			padding:0 0 0 25px;
			font-size:11px;
		}
		#footer ul#logos {
			float:right;
			width:490px;
		}
		#footer ul#logos li {
			display:inline;
			float:left;
		}
div.cms div.faq p{
	/*padding: 0.3em 0 2.7em 2em;*/
}

div.cms div.invisible {
	margin-left: 55px;
}

div.cms div.faq h1 {
	margin-bottom: 0;
}

div.cms div.faq h2 {
	/*margin-top: 30px;*/
}

div.cms div.faq h3 {
	position: relative;
	margin-bottom:0px;
	margin-top:15px;
	margin-left:55px;
	cursor:pointer;
	font-size: 16px;
}

.faq h3 img {
    position: absolute;
    margin-left: -25px;
    left: 0;
    top: 0;
    
}

.faq ol, .faq ul {
	margin:10px 0 15px 55px !important;
}

div.cms div.expandy p{
	padding: 0.3em 0 1.7em 2em;
}

div.cms div.expandy h1 {
	margin-bottom: 0;
}

div.cms div.expandy h2 {
	margin-top: 10px;
}

div.cms div.expandy h3 {
	position: relative;
	margin-bottom:0px;
	margin-top:15px;
	margin-left:55px;
	cursor:pointer;
	font-size: 16px;
}

.expandy h3 img {
    position: absolute;
    margin-left: -25px;
    left: 0;
    top: 0;
    
}

.expandy ol, .expandy ul {
	margin:10px 0 15px 55px !important;
}

#breadcrumbs {
    margin:10px; 
    font-size:9pt;
    color:#999999;
}
.crumb {
    color:#999999;
    text-decoration:none;
}
.crumb:hover, .last-crumb:hover {
    text-decoration:underline;
}
.last-crumb {
    color:#0D1730;
    text-decoration:none;
}

.invisible {
    display:none;
}

.contact-table td{
	padding: 5px 10px 5px 0;
}

.collapse_next {
	cursor:  pointer;
}

.cms ol, .cms ul {
	margin:0 0 15px 30px;
}

.bottom-nav {
	padding: 10px;
	margin: 0 10px 20px 20px;
	border: 1px solid #9F9F9F;
	overflow: hidden;
}

.bottom-nav ul {
	float: left;
	list-style: none;
	margin: 0 20px 0 0;
	overflow: hidden;
	width: 22%;
	height: 100%;
}

.bottom-nav ul a {
	color: #2876A7;
	text-decoration: none;
	font-weight: bold;
}

.bottom-nav ul ul {
	float: none;
	height: auto;
	margin: 0;
	width: auto;
}

.bottom-nav ul ul a {
	font-weight: normal;
}

.headerSecondLine {
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
}
.headerSecondLeft {
	float:left;
	width:35%;
	text-align:center;
	color: #FFF;
	font-size: 10px;	
}
.headerSecondRight {
	float:left;
	width:65%;
	text-align:right;	
}
.headerSecondRight p {
	display:inline;	
}
.socialTextCentered {
	color: #FFF;
	font-size: 13px;
	font-weight:bold;
	position:relative;
	top: -11px;
}
div#top a.contact{
	background-image:url(images/btn_contact.gif);
	padding-top:22px;
	margin-right:11px;
	width:100px;
}
.blogScroller {
	width:171px;
	margin-right: 18px;
	margin-left: 18px;
	clear:both;
	padding-top:9px;
	
}
.blogScrollerHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5a5a5a;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5a5a5a;
	border-bottom-color: #5a5a5a;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
}
.blogScrollerBlogArea {
	height: 124px;
	overflow: hidden;
}
.blogScrollerBlogs {
	padding-top: 5px;
	padding-right: 2px;
	height: 100px;
}
.blogScrollerBlogs a {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3164b5;
	line-height: 16px;
}
.blogScrollerFooter a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #01375d;
	text-decoration: none;
	font-weight: normal;
	background-image: url(images/blogArrow.png);
	display: block;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-bottom: 5px;
	height: 15px;
}
.blogScrollerFooter a:hover {
	text-decoration:underline;
}
