/* global whitespace reset */
* { padding:0; margin:0; }

body {
    background: #fff;
	color: #111;
	font-family: Arial, sans-serif;
	font-size:62.5%;
	text-align: center;
}

/*********** = structure = ***********/

#wrapper {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	width: 932px;
}

#content {
	min-height: 50px;
	padding: 20px 0;
	position: relative;
	text-align: left;
}

* html #content {
	height: 50px;
}

body.home #content {
	border-top: 1px solid #fff;
	margin: 10px 0 0 0;
	padding: 0;
	background: transparent url(../images/bg-colDivider.gif) 627px bottom repeat-y;
}

body.three-col #content {
	background: url(../images/bg-content-3col.gif);
	min-height: 200px;
}

* html body.three-col #content {
	min-height: 200px;
}

body.three-col.narrow #content {
	background: none;
	min-height: 200px;
}

* html body.three-col.narrow #content {
	height: 200px;
}

#header {
	background: url(../images/bg-header.jpg) no-repeat 0 0;
	height: 121px;
	position: relative;
	z-index: 997;
	text-align: left;
}

body.home #header {
	height: 103px;
}

#footer {
	border-top: 15px solid #e1e1e1;
	clear: both;
	margin: 20px 0;
	position: relative;
}

body.home #footer {
	margin-top: 10px;
}

#localnav {
	min-height: 50px;
	float: left;
	width: 156px;
}

* html #localnav {
	height: 50px;
}

#copy {
	float: left;
	min-height: 50px;
	margin: 0 36px 20px 18px;
	width: 425px;
}

* html #copy {
	height: 50px;
}

body.three-col.narrow #copy {
	margin: 0 11px 20px 18px;
	width: 550px;
}

body.one-col #copy {
	float: none;
	width: auto;
	margin: 0;
}

#sidebar {
	min-height: 50px;
	overflow: hidden;
	float: right;
	width:290px;
	padding-bottom: 20px;
}

* html #sidebar {
	height: 50px;
	overflow: visible;
}

#sidebar .pageImage {
	margin-bottom: 10px;
}

body.three-col.narrow #sidebar {
	width: 192px;
}

#flash {
/*	width: 620px;
	height: 208px;
*/
}


*html #localnav,
*html #content {
	height: 1%;
}

/*********** = headers = ***********/

#header h1 {
	height: 65px;
	width: 245px;
}

#header h1 a {
	zoom: 1;
    display:block;
    height: 65px;
	width: 245px;
	text-indent:-999em;    
}

h1 {
	color: #0f5dbe;
	font-size: 20px;
	font-weight: normal;
	line-height: 21px;
	margin: 0 0 20px 0 !important;
}

h2,
.QuestionTitleCell {
	color: #666;
	font-size: 14px;
	line-height: 16px;
	margin: 12px 0 0 0;
}


body.three-col.narrow h2 {
	color: #666;
	font-size: 19px;
	line-height: 1.1em;
	margin: 0 0 26px 0;
	padding: 0 11px;
}

body.three-col.narrow h3 {
	color: #666;
	font-size: 14px;
	line-height: 1.1em;
	margin: 14px 0 26px;
	padding: 0 11px;
}

h3 { 
	color: #666;
	font-size: 11px; 
	line-height: 12px;
	margin: 5px 0 0 0;
}

h3#ethic-webinars a,
h3#white-papers a {
	display: block;
	height: 70px;
	text-indent: -9999em;
}

#sidebar h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 12px;
	padding: 0 10px;
}

h4 { 
	color: #666;
	font-size:12px; 
	line-height:1.2em;
	margin: 12px 0;
}

h4 a,
h4 a:visited {
	color: #666;
}

h5 { 
	color: #666;
	font-size:12px; 
	margin: 0 !important;
	padding: 0;
}

h5 a,
h5 a:visited {
	color: #666;
}

#sidebar h4 {
	margin-bottom: 4px;
}

/*********** = typography = ***********/

.align-right { text-align: right; }
.align-center { text-align: center; }
.align-left { text-align: left; }
.align-justify { text-align: justify; }

a { 
	color: #6b0165; 
	outline: none;
	text-decoration: none;
}

#copy a,
#localnav .leftColContent a {
	text-decoration: underline;
}
/*
a:visited { 
	color: #333; 
}
*/

#copy a:hover,
#localnav .leftColContent a:hover { 
	text-decoration: none; 
}

#sidebar a {
	color: #759ed4;
}

table.tablesorter a {
	color: #4a8bcf;
	text-decoration: none !important;
}

a.seemore,
a.learnmore {
	background: url(../images/bg-seemore.gif) no-repeat 0 50%;
	display: block;
	height: 29px;
	text-indent: -9999em;
	width: 100%;
}

a.learnmore {
	background: url(../images/bg-learnmore.gif) no-repeat 0 50%;
	width: 100%;
}

#sidebar a.seemore {
	background-position: 202px 50%;
}

#sidebar a.learnmore {
	background-position: 25px 50%;
}

body.home a.seemore {
	background-position: 98% 50%;
	position: absolute;
	bottom: 0;
}

body.home a.learnmore {
	background-position: 50% 50%;
	position: absolute;
	bottom: 0;
}

#footer {
	color: #999;
	font-size: 9px;
	line-height: 22px;
	text-align: left;
	width: 932px;
}

#footer a {
	color: #999;
	line-height: 22px;
}

#footer a:hover {
	color: #888;
	text-decoration: underline;
}

#footer .footerCopyright,
#footer .footerCopyright a {
	color: #dddada;
}

#copy {
	color: #7c7b7b;
	font-size: 12px;
	line-height: 14px;
}

#copy p,
#localnav .leftColContent p {
	color: #7c7b7b;
	font-size: 12px;
	line-height: 15px;
	margin: 0px 0px 12px 0px;
}

body.three-col.narrow #copy p {
	/*padding: 0 11px;*/
}

#copy p.sparse {
	line-height: 22px;
	margin-bottom: 20px;
}

#sidebar p {
	color: #7c7b7b;
	font-size: 12px;
	line-height: 14px;
	margin: 10px 0;
	padding: 0 10px;
}

#sidebar form p {
	font-size: 11px;
	clear: both;
	padding: 0;
}

#sidebar form div.fields p {
	padding: 9px 0;
	height: 1px;
}

* html #sidebar form div.fields p {
	padding: 0;	
}

#sidebar form div.fields p.checkbox {
	height: auto;
}

#sidebar .tx-felogin-pi1 h1 {
	margin: 0 !important;
}

#sidebar .tx-felogin-pi1 p {
	padding: 0;
}

#sidebar .tx-felogin-pi1 {
	margin-left: 2px;
}

#sidebar .tx-felogin-pi1 form div.fields {
	margin: 0;
	padding: 10px 0;
}

#sidebar .tx-felogin-pi1 form div.fields p {
	height: auto;
	line-height: 1.2;
}

#sidebar .tx-felogin-pi1 form div.fields p.label {
	padding-bottom: 0;
}

#sidebar .tx-felogin-pi1 form div.fields p label {
	display: block;
	float: none;
}

#sidebar .tx-felogin-pi1 form div.fields p.input {
	padding: 0;
}

#sidebar .tx-felogin-pi1 form div.fields p.input input {
	width: 60%;
}

#sidebar .tx-felogin-pi1 form div.fields p.submit {
	float: none;
}

body.three-col.narrow #sidebar p {
	font-size: 11px;
	margin: 0 0 18px;
	padding: 0;
}

p.tight {
	margin: 5px 0 !important; 
}

.news em,
.date {
	color: #3d7b20;
	font-style: normal;	
}

ul.item .date {
	display: block;
}

/*********** = misc divs and classes = ***********/

div#home-columns {
	min-height: 180px;
	padding: 0 0 0 14px;
}

div#home-columns .column {
	display:inline;
	float:left;
	margin:0;
	min-height: 180px;
}

div#home-columns .column.one {
	padding: 10px 0 0 0;
	width: 297px;
}

div#home-columns .column.two {
	float: left;
	width: 311px;
	padding-top: 1px;
}

div#home-columns .column.three {
	float: left;
	width: 298px;
}

div#home-columns .column.three div.ethics { 
	background: transparent url(../images/bg-home-webinars.png) no-repeat 0 0;
	float: left;
	min-height: 164px;
	padding: 35px 0 35px 0;
	position: relative;
	margin-top: 10px;
	width: 155px; 
}

* html div#home-columns .three div.ethics { 
	background: url(../images/bg-home-webinars.gif) no-repeat 0 0;
	height: 232px;
}

div#home-columns .column.three div.white { 
	background: url(../images/bg-home-whitepapers.png) no-repeat 0 0;
	float: left;
	min-height: 164px;
	margin-top: 10px;
	padding: 35px 0 35px 0;
	position: relative;
	width: 143px;
}

* html div#home-columns .three div.white {
	background: url(../images/bg-home-whitepapers.gif) no-repeat 0 0;
	height: 232px;
}

div#sidebar div.hr {
	clear: both;
	background: url(../images/bg-sidebar-hr.gif) no-repeat 0 0;
	height: 35px;
}

div#copy div.hr {
	background: #666;
	height: 5px;
	overflow: hidden;
}

/*********** = lists = ***********/

ul  {
}

#copy ul, #copy ol {
	margin:0px 0px 5px 35px;
}

#localnav .leftColContent ul {
	margin-bottom: 10px;
}

#copy li,
#localnav .leftColContent li {
	margin: 3px 0;
}

#copy ul.altList {
	margin: 0 0  20px 35px;
}

#copy .altList li {
	margin: 10px 0;
	background-position: left 1px;
}

#localnav .leftColContent li {
	color: #666;
	background: 0;
	padding: 0;
	list-style-type: disc;
}

ul.item {
	list-style-type:none;
	padding: 0;
	margin: 0 10px 0 17px;
	zoom: 1;	
}

ul.item li {
	float: none;
	font-size: 11px;
	line-height: 13px;
	padding: 0 0 5px 0;
}

ul.item li a,
ul.item li a:visited {
	color: #344b9a;
}

div.news {
	background: url(../images/bg-news.png) no-repeat 0 0;
	padding: 25px 0 0 0;
	width:290px;
}

body.home div.news {
	position: relative;
	min-height: 170px;
	padding-bottom: 35px;
}

* html div.news {
	background: url(../images/bg-news.gif) no-repeat 0 0;
}

div.news ul {
	margin: 4px 0 0 0;
	list-style-type: none;
}

div.news ul li {
	zoom: 1;
	clear: both;
	font-size: 11px;
	line-height: 13px;
	padding: 8px 0 0 0;
}

div.news ul li a,
div.news ul li a:visited {
	color: #333366;
	display: block;
	float: left;
	padding-left: 14px;
	width: 180px;
}

div.news em {
	float: left;
	text-align: right;
	width: 84px;
}

ul.item li a:hover,
div.news a:hover {
	text-decoration: underline;
}

/*********** = #navs = ***********/

ul.nav {
	left: 2px;
	top: 79px;
	position: absolute;
	width: 100%;
	text-align: left;
	z-index: 998;
	height: 22px;
	list-style-type: none;
	font-family: arial, verdana, sans-serif;
}

ul.nav li {
	float: left;
	position: relative;
}

* html ul.nav li { height: 1%; }

ul.nav li a {
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	font-size: 11px;
	position: relative;
	padding: 0 10px 0 12px;
	margin-right: 2px;
	color: #1d3e56;
	background: transparent url(/fileadmin/templates/images/bg-primary-tab.png) top left no-repeat;
	zoom: 1;
}

* html ul.nav li a {
	background: transparent url(/fileadmin/templates/images/bg-primary-tab.png) top left no-repeat;
}

ul.nav li a em {
	display: block;
	position: absolute;
	right: -2px;
	top: 0;
	width: 2px;
	height: 22px;
	background: transparent url(/fileadmin/templates/images/bg-primary-tab.png) top right no-repeat;
}

* html ul.nav li a em {
	background: transparent url(/fileadmin/templates/images/bg-primary-tab.gif) top right no-repeat;
}
/*
ul.nav li#solutions a { background-image: url(../images/bg-nav_01.gif); width: 80px; }
ul.nav li#industries a { background-image: url(../images/bg-nav_02.gif); width: 92px; }
ul.nav li#partners a { background-image: url(../images/bg-nav_03.gif); width: 84px; }
ul.nav li#news a { background-image: url(../images/bg-nav_04.gif); width: 70px; }
ul.nav li#about a { background-image: url(../images/bg-nav_05.gif); width: 88px; }
ul.nav li#resource a { background-image: url(../images/bg-nav_06.gif); width: 121px; }
ul.nav li#contact a { background-image: url(../images/bg-nav_07.gif); width: 96px; }
*/
ul.nav li:hover a,
ul.nav li.sfHover a,
ul.nav li a:hover {
	background-position: 0 -22px !important;
	color: #65b43b;
}

ul.nav li:hover a em,
ul.nav li.sfHover a em,
ul.nav li a:hover em {
	background-position: right bottom;
}

ul.nav li.active a {
	background-position: 0 -22px;
	color: #65b43b;
	font-weight: bold;
}

ul.nav li.active a em {
	background-position: right -22px;
}

ul.nav li ul {
	display: none;
	background: #fff url(../images/bg-drop.jpg) repeat-x 0 100%;
	border: 1px solid #e5e5e5;
	border-top: none;
	position: absolute;
	top: 22px;
	left: 0;
	width: 128px;
	z-index: 999;
}

ul.nav li ul ul {
	background: #fff url(../images/bg-drop.jpg) repeat-x 0 100%;
	border: 1px solid #e5e5e5;
	left: 0 !important;
	position: absolute;
	margin-left: 128px;
	z-index: 998;
	top: 0;
}
/*
ul.nav li#solutions ul { left: 0px; }
ul.nav li#industries ul { left: 7px; }
ul.nav li#partners ul { left: 7px; }
ul.nav li#news ul { left: 10px; }
ul.nav li#about ul { left: 9px; }
ul.nav li#resource ul { left: 6px; }
ul.nav li#contact ul { left: 8px; } 
*/
*html ul.nav li ul ul { left: -14px !important; }

/**html ul.nav li#solutions ul ul { left: 0px !important; }*/

ul.nav li ul li {
	display: block;
	float: none !important;
	height: auto;
	margin: 0 !important;
}

*html ul.nav li ul li {
	display: inline;
	height: 1%;
}

/*
ul.nav li#solutions ul li:first-child { background: url(../images/bg-drop-first.gif) no-repeat 78px 0; }
ul.nav li#industries ul li:first-child {  background: url(../images/bg-drop-first.gif) no-repeat 83px 0; }
ul.nav li#partners ul li:first-child {  background: url(../images/bg-drop-first.gif) no-repeat 75px 0; }
ul.nav li#news ul li:first-child { background: url(../images/bg-drop-first.gif) no-repeat 58px 0; }
ul.nav li#about ul li:first-child {  background: url(../images/bg-drop-first.gif) no-repeat 77px 0; }
ul.nav li#knowledge ul li:first-child { background: url(../images/bg-drop-first.gif) no-repeat 133px 0; }
ul.nav li#contact ul li:first-child {  background: url(../images/bg-drop-first.gif) no-repeat 86px 0; }
*/
ul.nav li ul a,
ul.nav li:hover ul a {
	margin: 0;
	background: none !important;
	color: #65b43b !important;
	display: block !important;
	float: none !important;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.1;
	height: auto !important;
	padding: 5px 5px 5px 14px !important;
	text-indent: 0 !important;
	width: auto !important;
}

*html ul.nav li ul a,
*html ul.nav li:hover ul a {
	height: 1%;
}

ul.nav li ul a:hover,
ul.nav li:hover ul a:hover {
	background: #e1e1e1 !important;
	color: #333 !important;
}

ul.nav li ul ul a,
ul.nav li:hover ul ul a {
	background: none !important;
	color: #344b9a !important;
}

ul.nav li ul ul li {
	background: none !important;
}

/* localnav */

#localnav ul {
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
}

#localnav ul ul {
	margin: 0 0 25px 0;
	padding: 20px 0 0 16px;
}

#localnav ul li {
	background: url(../images/bg-localnav.gif) no-repeat 0 4px;
	margin: 0 0 22px 0;
	padding: 0 0 0 9px;
}

#localnav ul li.active,
#localnav ul li.with-child {
	background: url(../images/bg-localnav-active.gif) no-repeat 0 4px;
}

#localnav ul li.with-child a {
	color: #333;
	font-weight: bold;
}

#localnav ul li li,
#localnav ul li.active li {
	background: none;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0;
}

#localnav ul li li.active {
	background: none;
}

#localnav ul li a {
	color: #3366CC;
}

#localnav ul li.active ul a,
#localnav ul li.with-child ul a {
	color: #999;
}

#localnav ul li.active ul a,
#localnav ul li.with-child ul a {
	font-weight: normal;
}

#localnav ul li a:hover,
#localnav ul li li a:hover {
	color: #666;
}

#localnav ul li.active a,
#localnav ul li li.active a {
	/*color: #3366CC;*/
	color: #666;
}

/*********** = tables = ***********/

table.tablesorter {
/*	border: 1px solid #ccc;*/
	font-family:arial;
	background-color: #fff;
	margin:0 0 12px 0;
	font-size: 12px;
	width: 100%;
	text-align: left;
}

table.tablesorter thead {
/*	background: url(../images/table-bg.gif) repeat-x 0 0;*/
	cursor: pointer;
}

table.tablesorter thead tr th {
	background: url(../images/table-asc.gif) no-repeat right 50%;
	border-left: 1px dotted #fff;
	color: #000;
	font-size: 11px;
	padding: 10px 35px 5px 8px;
}

table.tablesorter thead tr th.null {
	background: none !important;
}

table.tablesorter thead tr th:first-child { border: none; }

table.tablesorter tbody td {
	color: #222;
	padding: 5px 9px;
	background-color: #fff;
	vertical-align: top;
}

table.tablesorter tbody td {
	border-left: 1px dotted #aaa;
}

table.tablesorter tr td:first-child { border: none; }

table.tablesorter tbody tr.odd td {
	background-color: #f4f4f4;
}

table.tablesorter thead tr .headerSortUp {
	background: url(../images/table-asc.gif) no-repeat right 50%;
}

table.tablesorter thead tr .headerSortDown {
	background: url(../images/table-desc.gif) no-repeat right 50%;
}

/*********** = utility classes = ***********/

.clearfix {
	display:inline-block; /* IE 6 & 7 */
}

.clearfix:after { /* modern browsers */
	content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

*html .clearfix {
	height:1%; /* fIE 6 */
}

.clear {
	display: block;
	clear: both;
	line-height: 1px;
	height:1px;
	margin:-1px 0 0 0;
	padding:0;
	float: none;
}

.clear.height {
	margin: 25px 0;
}

.clear.left {
	clear:left;
}

.clear.right {
	clear:right;
}

.center {
	text-align:center;
}

.centered {
	margin-left:auto;
	margin-right:auto;
}

.alignright {
	float:right !important;
}
	
.alignleft {
	float:left !important;
}

.collapse-top {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.margin-top {
	margin-top: 12px;
}

/* images */

img.more {
	position: absolute;
	left: 50px;
	bottom: 40px;
}

img.newsletter {
	position: absolute;
	right: 0px;
	bottom: 40px;
}

img { border:none; }

img.pdf {
	margin:10px 0;
}

img.float-r {
	float:right;
    margin:0px 0 2px 15px;
}

img.float-l {
	float:left;
	margin:0px 15px 2px 0;
}

/* forms */

#search {
	position: absolute;
	left: 749px;
	top: 33px;
	height: 20px;
	width: 179px;
	background: none;
}

#search form {
	background: none;
	height: 21px;
	line-height: 21px;
}

#search label {
	display: none;
}

#search #search-input {
	background: #fff;
	border: 0;
	color: #999;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	padding: 0;
	width: 132px;
	background: transparent;
	vertical-align: baseline;
	position: absolute;
	left: 2px;
	top: 4px;
}

#search #search-submit {
	height: 19px;
	width: 19px;
	position: absolute;
	left: 140px;
	top: 0;
}

#sidebar form {
	margin: -10px 0 10px 0;
	zoom: 1;
}

form p {
	clear: both;
	padding: 0;
	font-size: 11px;
}

form div.fields {
	margin: 25px 0 0 0;
}

form div.fields p {
	padding: 0;
}

form .split {
	clear: both;
	height: 30px;
}

div.fields b {
	float: left;
}

#sidebar label, label {
	display: block;
	margin-bottom: 5px;
}
#sidebar label {
	float: left;
	width: 114px;
	margin: 0;
}

input.checkbox {
	float: left;
}

label.checkbox,
#sidebar label.checkbox {
	display: inline;
	float: none;
	width: auto;
}

p.checkbox {
	padding-left: 114px !important;
}

select,
input.text {
	margin-right: 2px;
	padding: 0 1px;
}

input.text {
	width: 161px;
}

div.submit { 
	margin-left: 114px;
	text-align: center; 
}

div.submit input { margin: 0 auto; }

b.required { color: #0f0feb; }

.tx-indexedsearch td {
	padding: 5px;
	padding-left: 0;
}

#copy .tx-indexedsearch p {
	margin-top: 8px;
}

#copy .tx-indexedsearch h4 {
	margin-bottom: 1px;
	font-size: 1.2em;
}

#copy .tx-indexedsearch a {
	text-decoration: none;
}

#copy .tx-indexedsearch a:hover {
	text-decoration: underline;
}

.contactForm td {
	vertical-align: top;
	padding: 5px;
	padding-left: 0;
}

/* -- News -- */
.newsListItem {
	border-bottom: 1px solid #fff;
	margin: 0 0 15px 0;
}

.newsListItem a,
.newsListItem a:visited {
	color: #666666;
}

#copy .newsListItem p {
	margin: 0 0 8px 0;
}

/* -- Home Page -- */
body.home hr {
	display: block;
	height: 2px;
	line-height: 2px;
	background: transparent url(../images/bg-bottomBorder.gif) bottom left repeat-x;
	margin: 20px 0;
	color: #fff;
	border: 0;
}

body.home a.homeRo {
	position: relative;
	z-index: 1;
	display: block;
	width: 300px;
	margin-left: 2px;
}

* html body.home a.homeRo {
	behavior: url(/fileadmin/templates/js/iepngfix.htc);
	cursor: pointer;
}

body.home a.homeRo:hover {
	z-index: 2;
}

body.home a.homeRo img,
body.home a.homeRo span {
	display: none;
}

body.home a.homeRo1 {
	height: 84px;
	margin-top:-9px;
	background: transparent url(/fileadmin/templates/images/bg-homeRo-fda.png) top left no-repeat;
}

body.home a.homeRo1:hover {
	background-position: left -84px;
}

body.home a.homeRo2 {
	margin-top: -9px;
	height: 84px;
	background: transparent url(/fileadmin/templates/images/bg-homeRo-lifeScience.png) top left no-repeat;
}

body.home a.homeRo2:hover {
	background-position: left -84px;
}

body.home a.homeRo3 {
	margin-top: -9px;
	height: 84px;
	background: transparent url(/fileadmin/templates/images/bg-homeRo-advaMed.png) top left no-repeat;
}

body.home a.homeRo3:hover {
	background-position: left -84px;
}

body.home a.homeRo4 {
	margin-top: -7px;
	height: 39px;
	background: transparent url(/fileadmin/templates/images/bg-homeRo-bottom.png) 3px top no-repeat;
}

body.home a.homeRo4:hover {
	background-position: 3px -39px;
}

#copy ul.browsebox {
	margin-left: 0;
}

ul.browsebox li {
	padding: 0 10px 0 0;
}

#sidebar select, #sidebar input.text {
	float: left;
	margin-right:2px;
	padding:0 1px;
	width:155px;
}

/* Registration form */
.error {
	color: #ff0000 !important;
}


/* NEW HOME PAGE */
body.home a {
	color: #336699;
}

body.home #homeLeft,
body.home #homeRight {
	font-size: 1.3em;
	color: #6f6f70;
}

body.home h1 {
	color: #124cc0;
	font-size: 20px;
	margin: 0 0 10px 0 !important;
}

body.home h5 {
	color: #339900;
	font-size: 11px;
	margin: 0;
	font-weight: normal;
}

body.home p {
	margin: 0 0 10px 0;
}

body.home p a {
	
}

body.home #homeLeft {
	width: 628px;
	float: left;
}

body.home #homeLeft .lower {
	background: transparent url(../images/bg-colDivider.gif) 304px bottom repeat-y;
}

body.home #homeLeft .lower {
	margin-top: 10px;
}

body.home #homeLeft .left {
	float: left;
	width: 285px;
}

body.home #homeLeft .left .inner {
	margin: 0 0 0 8px;
}

body.home #homeLeft .right {
	float: right;
	width: 50%;
}

body.home #homeLeft .right .left {
	width: 49%;
}

body.home #homeLeft .right .inner {
	margin: 0 22px 0 11px;
}

body.home #homeRight {
	width: 288px;
	float: right;
}

body.home ul.rdcList {
	font-size: 11px;
	list-style-type: none;
	margin: 0 10px;
}

body.home .right .right ul.rdcList {
	margin-left: 20px;
}

body.home .right .let ul.rdcList {
	margin-right: 10px;
}

body.home ul.rdcList li {
	margin: 0 0 10px 0;
}

body.home ul.rdcList a {
	
}

body.home ul.rdcList a:hover {
	text-decoration: underline;
}

/* Special styles, originated on the new homepage design 2009-09 -gb */
ul.featured {
	margin-left: 10px;
	list-style-type: none;
	color: #4d9cd4;
	font-size: 15px;
	font-weight: normal;
}

ul.featured li {
	margin-bottom: 12px;
	padding-left: 23px;
	background: transparent url(../images/carat-featuredList.gif) left 4px no-repeat;
}

ul.featured a {
	color: #413c33;
	text-decoration: underline;
}

ul.featured a:hover {
	text-decoration: none;
}

h1.large,
body.home h1.large {
	color: #124cc0;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 23px;
	padding-left: 5px;
	padding-bottom: 7px;
}

body.home .homeGradient {
	padding: 14px 8px;
	background: transparent url(../images/bg-home-gradient.png) top left repeat-x;
	min-height: 270px;
}

* html body.home .homeGradient {
	height: 270px;
}

body.home h2.buttonHeader {
	display: block;
	width: 143px;
	height: 41px;
	margin-bottom: 5px;
}

body.home h2.buttonHeader span {
	display: none;
}

body.home h2.webinars {
	background: transparent url(../images/btn-homeHeader-webinars.gif) top left no-repeat;
	position: relative;
	left: -8px;
}

body.home h2.webinars a {
	background: transparent url(../images/btn-homeHeader-webinars.gif) top left no-repeat;
}

body.home h2.whitePapers,
body.home h2.whitePapers a {
	background: transparent url(../images/btn-homeHeader-whitePapers.gif) top left no-repeat;
}

body.home h2.buttonHeader a {
	background-position: top left;
	background-color: transparent;
	background-repeat: no-repeat;
	display: block;
	width: 143px;
	height: 41px;
	margin: 0;
}

body.home h2.buttonHeader a:hover {
	background-position: bottom left;
}



body.home .twoCol {
	zoom: 1;
	background: transparent url(../images/bg-bottomBorder.gif) bottom left repeat-x;
	padding-bottom: 55px;
	margin-bottom: 25px;
	position: relative;
}

body.home #homeLeft .moreLink {
	position: absolute;
	display: block;
	width: 89px;
	height: 30px;
	bottom: 20px;
	background: transparent url(../images/btn-learnMore.gif) top left no-repeat;
}

body.home #homeLeft .leftMoreLink {
	left: 15px;
}

body.home #homeLeft .rightMoreLink {
	right: 20px;
}

body.home #homeLeft .moreLink span {
	display: none;
}

body.home #homeLeft .callout .rightMoreLink {
	right: 30px;
}

/* Left col partners box */
body.home .callout {
	background: transparent url(../images/bg-roundedGradient.gif) top left no-repeat;
	min-height: 242px;
	width: 277px;
	border-top: 1px solid #fff;
	margin-top: 16px;
	position: relative;
	padding-bottom: 30px;
}

* html body.home .callout {
	height: 242px;
}

body.home .callout .inner {
	padding: 0 20px;
	margin: 0 !important;
}

body.home .callout h2 {
	font-size: 20px;
	color: #124cc0;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}

body.home .callout ul {
	font-size: 11px;
	list-style-type: none;
}

body.home .callout ul li {
	background: transparent url(../images/bg-calloutDivider.gif) center bottom no-repeat;
}

* html body.home .callout ul li {
	zoom: 1;
}

body.home .callout ul li.last {
	background: none;
}

body.home .callout ul a {
	vertical-align: center;
	min-height: 27px;
	text-decoration: underline;
	color: #2671b9;
	display: block;
	padding: 15px 5px 15px 39px;
	background: transparent url(../images/btn-arrow.png) left 14px no-repeat;
}

* html body.home .callout ul a {
	background: transparent url(../images/btn-arrow.gif) left 8px no-repeat;
	height: 47px;
}

body.home .callout ul li.advaMed a {
	padding-left: 34px;
	padding-right: 0;
}

body.home .callout ul a:hover {
	text-decoration: none;
}

body.home .callout ul a span {
	display: block;
	float: left;
	padding: 5px 10px 0 0;
}

body.home .callout ul li.advaMed a span {
	padding-top: 2px;
}

body.home .callout ul a span.clear {
	float: none;
	line-height: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin-top: -10px;
}


/* Home page contact box (top right) */
body.home .contact {
	list-style-type: none;
	padding: 4px 0 5px 0;
	margin: 0;
	
}

body.home .contact li {
	display: block;
	float: left;
	padding-right: 15px;
	color: #3b3c3d;
	background: transparent url(../images/bg-contact-divider.gif) top right no-repeat;
	text-align: center;
	margin-left: 10px;
}

body.home .contact li.first {
	text-align: left;
	margin: 0;
}

body.home .contact li.last {
	display: block;
	float: right !important;
	padding: 0 !important;
	background: none;
	text-align: right;
	margin: 0;
}

body.home .contact li span {
	color: #999999;
	font-size: 11px;
}

body.home .contact li.clear {
	padding: 0 !important;
	clear: both;
	float: none;
	line-height: 1px;
	margin: 0 !important;
	height: 1px;
	margin-top: -10px !important;
	zoom: 1;
	background: none;
}

body.home .contact li a {
	color: #1a9809;
	text-decoration: underline;
}

body.home .contact li a:hover {
	text-decoration: none;
}

body.home .contact li.last a {
	color: #124cc0;
}

/* PREVIEW BOX FOR WORKSPACES */
#typo3-previewInfo {
	top: 5px !important;
	left: 20px;
}

/* Validar Auto-generated forms */
.QuestionTitleCell {
	padding-bottom: 10px;
}

.QuestionCell label {
	display: block;
	padding: 3px 0 0 0;
}

.QuestionCell input[type=radio] {
	position: relative;
	bottom: -4px;
}

.QuestionCell td {
	padding: 5px;
	vertical-align: top;
}

/* Special dropdowns for IE fix: only in RDC plugin form for now */
#sidebar .expandSelect {
	display: block; position: relative;
}

#sidebar .expandSelect .container {
	display: block; position: absolute; top: 10px; left: 114px;
}

#sidebar .expandSelect b.required {
	display: block;
	float: right;
	margin: 0 14px 0 0;
}

/* Social Media Icons */
body.home ul.socialIcons {
	background: transparent url(../images/bg-bottomBorder.gif) bottom left repeat-x; 
	list-style-type: none;
	padding: 10px 0;
	text-align: center;
}

ul.socialIcons li {
	display: inline;
}

h1.special,
body.home h1.special {
	font-size: 18px; 
	font-weight: bold; 
	margin: 0 !important; padding: 0;
}

body.home h1.special {
	text-align: center;
}

#footer ul.socialIcons {
	position: absolute;
	right: 0;
	top: 5px;
	background: none;
}

#header ul.socialIcons {
	position: absolute;
	right: 0;
	background: none;
	bottom: -5px;
}

body.home #footer ul.socialIcons {
	top: -5px;
}


#header .addthis_toolbox,
#footer .addthis_toolbox {
	position: absolute;
	right: 105px;
	bottom: -5px;
}

#header .addthis_toolbox {
	height: 19px !important;
}

#footer .addthis_toolbox {
	top: 5px;
}

/** START File Listing **/
	.tx-filelisting-pi1 table {
		border-spacing: 0;
	}

	.tx-filelisting-pi1 a {
		padding: 2px 0 0 22px;
	}
	
	.tx-filelisting-pi1 a {
		background: url('/fileadmin/templates/images/mime/generic.png') left 0px no-repeat;
		line-height: 16px;
		display: inline-block;
		font-size: 11px;
		text-decoration: none;
	}
	
	.tx-filelisting-pi1 a.pdf {
		background-image: url('/fileadmin/templates/images/mime/pdf.png')
	}
	
	.tx-filelisting-pi1 a.doc,
	.tx-filelisting-pi1 a.docx {
		background-image: url('/fileadmin/templates/images/mime/doc.png')
	}
	
	.tx-filelisting-pi1 a.image {
		background-image: url('/fileadmin/templates/images/mime/generic_image.png')
	}
	
	.tx-filelisting-pi1 a.jpg {
		background-image: url('/fileadmin/templates/images/mime/jpg.png')
	}
	
	.tx-filelisting-pi1 a.gif {
		background-image: url('/fileadmin/templates/images/mime/gif.png')
	}
	
	.tx-filelisting-pi1 a.png {
		background-image: url('/fileadmin/templates/images/mime/png.png')
	}
	
	.tx-filelisting-pi1 ul li {
		list-style-type: none;
		background: none;
		padding: 0 0 8px 0;
	}
	
	.tx-filelisting-pi1 .col-date {
		width: 150px;
	}
	
	.tx-filelisting-pi1 td a {
		display: block;
	}
	
/** END File Listing **/
