@charset "utf-8";
/* CSS Document */

/* 
#############################################
		BASE CLASSES                                     
#############################################
*/

html {
}

body {
	width: 960px;
	margin: 15px auto;
	font: normal 14px Verdana, Helvetica, serif;
	margin-bottom: 90px;
}

a {
	color: #0068a7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 24px; 
	margin: 10px 0 0 0;
	color: #fff;
}

h1 span {
	background: #999;
	display: inline-block;
	padding: 10px 20px;
}

h2 {
	line-height: 26px;
}

.red {color: #F00; }

.bold { font-weight: bold; }

.h1bottom {
	width: 24px;
	height: 9px;
}

.clear {	
	clear: both;
}

.btn {
	display: inline-block;
	background: url(/images/btn_back.gif);
	color: #fff;
	border: 1px solid #999;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	cursor: pointer;
}

.search input[type=text] {
	background: url(/images/searchbox_mag.gif) no-repeat;
	padding: 5px 4px 5px 24px;
	border: 1px solid #ccc;
	color: #999;
	font-style: italic;
}

.search input[type=submit] {
	cursor: pointer;
	height: 28px;
	width: 27px;
	margin-top: 10px;
}

.smallfont {
	font-size: 10px;
	color: #999;
}

sup {
	font-size: 8px;	
}

/* 
#############################################
		HEADER                                     
#############################################
*/

#header {

}

#header #logo {
	float: left;
	padding-bottom: 10px;
	padding-top: 3px;
}

#header #logo img {
	border: none;
}

#header #navwelcome {
	margin-left: 250px;
}

#header #welcomesearch {
	float: right;
}

#header #welcomesearch .welcome {
	float: left;
	padding: 2px 0 0 0;
}

#header #welcomesearch .welcome .welcomeloggedin {
	float: left;
	width: 400px;
	text-align: right;
	padding-top: 6px;
}

#header #welcomesearch .search {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #ccc;
	float: left;
}

#header #welcomesearch .search input[type=text] {
	width: 125px;	
}

#header #navigation {
	padding-top: 35px;	
	
}


/* 
#############################################
		NAVIGATION                                     
#############################################
*/


#navigation ul.nav {
	margin: 0 0 0 0;
	padding: 0;
	font-family: "Trebuchet MS";
}

#navigation ul.nav>li {
	float: left;
	list-style-type: none;
	background: url(/images/navdiv.gif) left center no-repeat;
}

#navigation ul.nav>li.firstnav {
	background: none;
}


#navigation ul.nav>li>a {
	text-decoration: none;
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
	display: block;
}

#navigation ul.nav>li.nh:hover>a {
	background: #eee;
	border: 1px solid #ccc;
	padding: 9px;
	border-bottom: none;
}

#navigation ul.nav li:hover a.home {
	color: #666;
}

#navigation ul.nav>li:hover>ul.sub {
	display: block;
}

#navigation ul.nav ul.sub {
	display: none;
	position: absolute;
	border: 1px solid #ccc;
	border-top: none;
	background: #eee;
	margin-top: -2px;
	margin-left: 0;
	padding-left: 0;
	z-index: 75;
	width: 300px;
}

#navigation ul ul li {
	list-style-type: none;;
	padding: none;
	margin: none;
}

#navigation ul ul li.summary {	
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana;
	color: #999;
	padding: 15px;
}

#navigation ul ul li a {
	color: #666;
	padding: 6px 15px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-top: #ccc 1px solid;
	font-size: 14px;
}

#navigation ul ul li a:hover {
	background: #fff;
}


/* 
#############################################
		PAGES                                     
#############################################
*/

#pagebody {
	margin-top: 15px;	
}

#pagebody .bodyleft {
	width: 675px;
	padding-right: 15px;
	float: left;
}

#pagebody .bodyright {
	width: 260px;
	float: left;
}

#breadcrumbs {
	font-size: 10px;
	color: #999;
}

#breadcrumbs a {
	color: #999;	
} 

.nextprev {
	padding-top: 20px;	
}

.nextprev .prev {
	width: 250px;
}

.nextprev .next {
	float: right;	
	width: 250px;
}

.pagecontent {
	line-height: 20px;
	color: #333;
	min-height: 400px;
	padding-left: 30px;
	background: url(/images/pagebody-left.gif) no-repeat;
	margin-top: -15px;
	padding-top: 20px;
}

#pagenav {
	border: 1px solid #ccc;
	min-height: 400px;
}

#pagenav ul {
	padding: 0; 
	margin: 0;
}

#pagenav ul li {
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}

#pagenav ul li a {
	padding: 6px 15px 6px 5px;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	display: block;
	width: 200px;
}

#pagenav ul .hdr {
	font-size: 18px;
	font-weight: bold;
	background: #eee;
	color: #999;
	padding: 10px 15px;
	text-transform: uppercase;
}

#pagenav .sub {
	margin-left: 15px;
}

#pagenav .sub li a {
	text-transform: none;
	font-weight: normal;
	padding: 4px 14px;
}

#pagenav ul ul.sub li {
	border: none;	
}

.actions {
	float: right;
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #ccc;
	margin-right: 10px;
}

.actions a {
	display: block;
	color: #999;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	padding-left: 23px;
	line-height: 16px;
	margin-bottom: 8px;
}

.actions a.share {
	background: url(/images/icon_share.gif) no-repeat;
}

.actions a.email {
	background: url(/images/icon_email.gif) no-repeat;
}

.actions a.print {
	background: url(/images/icon_print.gif) no-repeat;
}

/* 
#############################################
		FOOTER                                     
#############################################
*/

#footer {
	border-top: 1px solid #ccc;
	margin-top: 15px;
	clear: both;
}


/* 
#############################################
		HOME                                     
#############################################
*/

#articles {
	border-top: 1px solid #ccc;
	margin-top: -10px;
	padding-top: 10px;
	margin-bottom: 20px;
}

.middleblocks {
}

.middleblocks .midblock {
	float: left;	
}


.middleblocks .title a.boxlink {
	background: #666;
}


		
.middleblocks .blockbody a {
	color: #888;
	font-size: 11px;
	font-weight: bold;
}

.middleblocks .midblock .title {
	background: #ececec url(/images/home_midblocks_titleback.gif) repeat-x;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	padding: 9px 20px;
	text-transform: uppercase;
	font-size: 15px;
	border: 1px solid #ccc;
	border-right: none;
	border-left: none;
}


.middleblocks .midblock .title a {
	display: block;
	color: #999;
	text-decoration: none;
}

.middleblocks .title a.boxlink {
	margin-top: 5px; 
	float: right;	
	background: #999;
}

.middleblocks .midblock .title a:hover {
	color: #333;	
}

.middleblocks .block1 {
	width: 319px;	
}

.middleblocks .block3 {
	width: 319px;	
}

.middleblocks .block2 {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 319px;
}

.middleblocks .block1 .title {
	border-left: 1px solid #ccc;	
}

.middleblocks .block1 ul {
	margin: 0;	
	padding: 0 0 0 20px;
}

.middleblocks .block1 ul li {
	padding-bottom: 20px;	
}

.middleblocks ul li {
	list-style:url(/images/li_arrow.gif);	
}

.middleblocks .block3 .title {
	border-right: 1px solid #ccc;	
}

.middleblocks .blockbody {
	color: #444;
	line-height: 18px;
	font-size: 12px;
	padding: 20px 20px 0 20px;
	min-height: 160px;
}

.middleblocks .blockbody p {
	padding-top: 0;
	margin-top: 0;
}

.middleblocks .more {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	background: #fff;
	font-size: 11px;
	padding-bottom: 15px;
}

.middleblocks .more a {
	color: #444;
	font-size: 12px;
}


.bottomblocks .title {
	background: #ececec url(/images/home_midblocks_titleback.gif) repeat-x;
	font-family: "Trebuchet MS";
	font-weight: bold;
	padding: 9px 20px;
	text-transform: uppercase;
	font-size: 15px;
	border: 1px solid #ccc;
}

.bottomblocks .title a {
	display: block;
	color: #999;
	text-decoration: none;	
}

.bottomblocks .content, 
.bottomblocks .liquistat, 
.bottomblocks .links {
	float: left;
}

.bottomblocks .content {
	width: 590px;	
	color: #444;
	line-height: 18px;
	font-size: 12px;
	padding-right: 10px;
}

.bottomblocks .content p {
	padding: 0;
	margin: 0;
}

.bottomblocks .liquistat {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 120px;
}

.bottomblocks .liquistat {
	font-size: 20px;
	font-weight: bold;
	padding: 0 15px;
}

.bottomblocks .liquistat .label {
	float: left;
	width: 50px;
}

.bottomblocks .liquistat .value {
	float: left;
	padding-left: 20px;
}

.bottomblocks .liquistat .neg {
	color: #F00;	
}

.bottomblocks .liquistat .pos {
	color: #090;
}

.bottomblocks .liquistat .rs,
.bottomblocks .liquistat .ars {
	margin-bottom: 5px;	
}

.bottomblocks .liquistat .neg .value {
	background: url(/images/arrow_neg.gif) no-repeat;	
}

.bottomblocks .liquistat .pos .value {
	background: url(/images/arrow_pos.gif) no-repeat;	
}


.bottomblocks .links {
	width: 145px;
	padding: 0 0 0 15px;
}

.bottomblocks .links ul {
	padding: 0px;
	margin: 0px;
}

.bottomblocks .links ul li {
	list-style:url(/images/li_arrow.gif);	
	margin-left: 15px;
	margin-bottom: 10px;
}

.bottomblocks .links ul li a {
	font-size: 10px;
	color: #666;
}

.bottomblocks .blockbody {
	padding: 20px;	
}


/* 
#############################################
		MEET THE TEAM                                     
#############################################
*/

#meetteam {
	padding-top: 40px;	
}

.teammember {
	border-bottom: 1px dotted #ccc;	
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.teammember .photo {
	border: 1px solid #000;	
	float: left;
}

.teammember .tminfo {
	margin-left: 90px;
	border-left: 3px solid #eee;
	padding-left: 10px;
}

.teammember .tminfo .memname {
	font-size: 18px;
	font-weight: bold;
}

.teammember .tminfo .memtitle {
	font-size: 12px;
	font-style: italic;
	color: #999;
}

#memprofile {
		
}

#memprofile .photo {
	float: left;	
	font-size: 12px;
	font-style: italic;
	color: #999;
	text-align: center;
}

#memprofile .photo img {
	border: 1px solid #ccc;
	padding: 3px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.quotebanner {
	border: 1px solid #ccc;
	height: 99px;
    background: url(/images/quote-back.gif);
	margin-bottom: 15px;
	margin-top: -15px;
	padding-left: 60px;
	cursor: pointer;
}

.quotebanner .leftquote {
	font-size: 72px;
	line-height: 24px;
	height: 99px;
	background: url(/images/quote-left.png) no-repeat;
	width: 29px;
	float: left;
}

.quotebanner .quote {
	font-size: 18px;	
	display: inline-block;
	float: left;
	padding: 0 15px;
	max-width: 530px;
}

.quotebanner .table {
	display: table;
	height: 99px;
}

.quotebanner p {
	display: table-cell;
	vertical-align: middle;
}

.quotebanner .rightquote {
	font-size: 72px;	
	display: inline-block;
	line-height: 24px;
	height: 99px;
	background: url(/images/quote-right.png) no-repeat;
	width: 29px;
	float: left;
}

.quotebanner .author {
	display: inline-block;
	height: 55px;
	padding-top: 35px;
	padding-left: 10px;
}

.quotebanner .author .who {
	font-weight: bold;
	color: #777;
	font-size: 13px;
}

.quotebanner .author .company {
	font-style: italic;
	color: #999;
	font-size: 11px;
}

	.btndl {
		font-size: 14px;
		color: #fff;
		font-weight: bold;
		cursor: pointer;
		float: left;
	}

	.btndl .btn_left {
		background: url(/images/btn_left.png) no-repeat;
		height: 42px;
		width: 5px;
		float: left;
	}
	
	.btndl .btn_body {
		background: url(/images/btn_body.png) no-repeat;
		height: 32px;
		float: left;
		min-width: 150px;
		padding: 5px 10px 0 42px;
	}
	
	.btndl .btn_right {
		background: url(/images/btn_right.png) no-repeat;
		height: 42px;
		width: 5px;
		float: left;
	}
	
	.btndl .btn_filetype {
		position: absolute;	
		margin: 7px;
	}
	
	.clear {
		clear: both;	
	}


	.reglog {
		width: 530px;	
		padding: 1px;
		position: absolute;
		z-index: 500;
		margin-top: -50px;
		background: #fff;
	}
	
	.panel {
		padding: 1px;
		position: absolute;
		z-index: 500;
		background: #fff;	
		width: 400px;
	}
	
	.reglog .headline, .panel .headline {
		color: #fff;
		font-weight: bold;
		padding: 5px 10px;
		font-size: 14px;
	}
	
	.reglog .x, .panel .x {
		background: #fff;
		font-weight: bold;
		padding: 2px 5px;
		float: right;
		font-size: 12px;
		margin: 3px;
		cursor: pointer;
	}
	
	.reglog .leftform {
		border-right: 1px solid #ccc;
		width: 330px;
		float: left;
	}
	
	.reglog .leftform input[type=text], .reglog .leftform input[type=password] {
		width: 135px;
	}
	
	.reglog .leftform .inputwrap {
		float: left;
		color: #999;
		margin-right: 15px;
		margin-bottom: 10px;
		width: 140px;
	}
	
	.panel .inputwrap {
		color: #999;
		font-size: 11px;
		margin-right: 10px;
	}
	
	.panel .boldheadline {
		font-size: 16px;
		color: #666;
		font-weight: bold;
	}
	
	.panel input.small {
		width: 110px;	
	}
	
	.panel .gray {
		color: #999;
		font-size: 12px;
		font-style: italic;
		font-weight: normal;
	}
	
	.panel textarea {
		width: 365px;
		height: 40px;
	}
	
	.left {
		float: left;	
	}
	
	.reglog .rightform .inputwrap2 {
		color: #999;
		margin-right: 15px;
		margin-bottom: 10px;
	}

	.reglog .rightform {
		width: 199px;
		float: left;
	}
	
	.reglog .grayheadline {
		background: #ccc;
		font-size: 14px;
		font-weight: bold;
		color: #666666;
		padding: 10px;
	}
	
	.reglog .theform, .panel .theform {
		font-size: 11px;
		padding: 10px;
	}
	
	.reglog .formbody {
		
	}

	.reglog .smallfont {
		font-size: 10px;
		font-style: italic;
		line-height: 12px;
	}

	.reglog input[type=submit], .panel input[type=submit] {
		border: none;
		color: #fff;
		padding: 5px 15px;
		font-weight: bold;
	}
	
	.reglog .forgot {
		font-size: 12px;
		font-weight: bold;
	}
	
	.reglog .forgotwrap {
		border-top: 1px dotted #ccc;
		padding-top: 15px;
		margin-top: 15px;
	}

.article {
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
}

.article .publogo, .press .logo {
	float: left;
	padding: 3px;
	border: 1px solid #ccc;
	width: 150px;
	margin-right: 20px;
}

.article .desc, .press .desc {
	float: left;
	width: 425px;
}

.article .title {
	font-weight: bold;
	font-size: 16px;
}

.article .date, .press .date, .webinar .date {
	font-size: 12px;
	color: #999;
}


.press .title {
	font-weight: bold;	
}

.press .contactblock {
	float: right;
	margin: 0 10px 10px 10px;
	padding: 0 0 10px 10px;
	font-size: 12px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.webinar {
	margin-bottom: 15px;	
}

.webinar .title {
	font-weight: bold;
}

.webinar .file {
	padding-left: 20px;	
	font-size: 11px;
}

.webinar .audio {
	background: url(/images/audio.gif) no-repeat;	
	background-position: 3px;
}

.footer {
	font-size: 11px;
	border-top: 1px solid #ccc;
	margin-top: 25px;
	padding-top: 25px;
}

.footer .links {
	text-align: center;
}

.footer .links a {
	margin-right: 15px;
	border-right: 1px solid #ccc;
	padding-right:15px;
	font-size: 11px;
	color: #666;
}

.footer .copyright {
	text-align: center;
	margin-top: 20px;
	color: #666;
}

.footer .copyright a {
	margin: 0 5px;	
	color: #666;
}

.footer .links a.last {
	border: none;	
}

.recordbit {
	border-bottom: 1px dotted #eee;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.recordbit .title {
	font-size: 16px;
	font-weight: bold;	
}

.recordbit .smalltitle {
	font-size: 12px;
	font-style: italic;
	color: #999;
}

.recordbit .date {
	font-weight: bold;
	font-size: 10px;
	color: #666;
}

.recordbit p {
	padding: 0;
	margin: 0;
}

.recordbit .summary {
	font-size: 12px;	
}

.recordbit .more {
	font-size: 12px;		
}

.recordbit .author {
	font-weight: bold;
	font-size: 11px;	
}

.recordbit .photo {
	border: 1px solid #000;	
	float: left;
}

.recordbit .indent {
	margin-left: 90px;
	padding-left: 10px;	
}

.recordbit .download {
	padding-left: 20px;
}

.recordbit .icon_file {
	background: url(/images/icon_file.png) no-repeat;
	background-position: 3px;	
}

.recordbit .audio {
	background: url(/images/audio.gif) no-repeat;	
	background-position: 3px;
}

.recordbit .download a {
	font-size: 10px;
	color: #999;	
}




.appearancebit, .vcr {
	border-bottom: 1px dotted #eee;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.appearancebit .conf, .vcr .title {
	font-size: 16px;
	font-weight: bold;
}

.appearancebit .date , .vcr .date {
	font-weight: bold;
	font-size: 10px;
	color: #666;
}

.appearancebit p, .vcr p {
	padding: 0;
	margin: 0;
}

.appearancebit .desc, .vcr .desc {
	font-size: 12px;
}

.appearancebit .more {
	font-size: 12px;	
}

.vcr .author {
	font-weight: bold;
	font-size: 11px;
}

.carousel_note {
	text-align: center;
	position: absolute;
	z-index: 50;
	margin-top: -100px;	
	width: 950px;
}

.pubblock {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #999;
	text-align: center;
	margin-top: 20px;	
}

.smallbullet { 
	display: inline-block; 
	background: #999; 
	margin-left: 15px; 
}