@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
* html {
	border-width: 2px 0 0;
}


a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
img, fieldset {
	border: none;
}
img {
	vertical-align: top;
	behavior: url("../js/iepngfix.htc");
}
legend {
	display: none;
}

html {
	background: #FFFFFF;
	behavior: url("../js/csshover3.htc");
}

button {
	padding:15px;
	font-size:1.5em;
	padding-left:30px;
	padding-right:30px;
	margin-top:20px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background:#fff;
	font-size:14px;
	overflow: -moz-scrollbars-vertical !important;
	overflow-y: scroll !important;
}

.HeaderFooterContainer {
	width:100%;
}

.maincontentContainer {
	position: relative;
	margin:0 auto;
	width: 990px;	
	padding:6px;
	overflow:hidden;
}

.clear {
	clear:both;
	margin:0;
	padding:0;	
}

#pageContent {
	float:right;
	width:768px;
	padding-right:6px;
}

#breadcrumbHeader {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size:75%;
	background:#FF9933;
	color:#fff;
	padding:7px;
	border-bottom:1px solid #fff;
}

#imageHeader {
	background: #fff url(../images/homepageHeader.jpg) left bottom no-repeat;
	min-height:165px;
	width:100%;
}

#journalFlowContainer {
	width:410px;
	float:right;
	position:relative; 
	margin-top:-60px;
	padding-top:25px;
	margin-bottom:0;
}

#imageHeaderReduced {
	background: #fff url(../images/homepageHeaderReduced.jpg) left top no-repeat;
	min-height:65px;
	padding-top:15px;
	width:100%;
}

.journalFlow {
	float:right;
	width: 333px;
	height: 143px;	
	padding-top:4px;
	padding-right:6px;
}

.ESLinksContainer {
	width:29%;
	float:right;
	padding:8px;
	border-left:3px solid #fff;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	background-color:#ccc;
	font-size:80%;
	height:1.3em;
	text-align:center;
	margin-top:10px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	}
	
.contactFloat {
	float:left;
	width:200px;
	margin-top:20px;
	line-height:150%;
	margin-left:10px;
	margin-right:60px;
	font-size:90%;
	color:#666;
}

.contactFloatEnd {
	float:left;
	width:200px;
	margin-top:20px;
	line-height:150%;
	font-size:90%;
	color:#666;
}

.contactDetails {
	margin-bottom:16px;
}

.webinarPics {
	padding:10px;
	border:1px solid #ccc;
	margin-top:12px;
	margin-bottom:20px;
}

.liHomepage {
	line-height: 24px;
}

.compendiaIcon {
	height:589px;
	width:157px;
	float:right;
	padding-left:15px;
	padding-right:15px;
}
