/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: ;
	color: #808080;
	background-color: #FFF;
	text-align: center;
	padding-top: 20px;
}
.noSpace {
	padding: 0;
	margin: 0;
}
	.hidden {
		display: none;
		visibility: hidden;
	}
	img {
		border: 0;
	}
	h1 {
		font-size: 16px;
	}
	h2 {
		font-size: 14px;
	}
	h3 {
		font-size: 12px;
	}
	p {
		line-height: 18px;
	}
	a {
		color: #333;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	/*a:visited {
		color: #990033;
	}*/
.808080 {
	color: #808080;
}
.mainTitle {
	position: absolute;
	width: 600px;
	height: 100px;
	top: -2000px;
	left: 0px;	
}
#container {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#pageholder {
	float: left;
	width: 960px;
}
#header {
	float: left;
	width: 960px;
	height: 100px;
}
#logo {
	float: left;
	width: 198px;
	height: 66px;
}
	#logo a {
		float: left;
		width: 198px;
		height: 66px;
		background-image: url(/data/assets/aera/images/AERA-logo.gif);
		background-position: center;
		background-repeat: no-repeat;
	}
#search {
	float: right;
	width: 165px;
	background-color: #FFF;
	border: 5px solid #eeeeee;
}
#search #searchForm {
	float: left;
	width: 165px;
}
#search #searchText {
	float: left;
	width: 134px;
	height: 20px;
	padding-top: 3px;
	padding-left: 5px;
	border: 1px solid #e4e4e4;
	border-right: 0;
	color: #ccc;
}
#search .form {}
#search #searchButton {
	float: right;
	width: 25px;
	height: 25px;
	border: 1px solid #e4e4e4;
	color: #ccc;
	background-color: #FFF;
	cursor: pointer;
}
#search .button {
}
#lowerHeader {
	float: left;
	width: 960px;
	margin-bottom: 15px;
}
#breadcrumb {
	float: left;
	width: 700px;
}
#breadcrumb ul {
	float: left;
}
#breadcrumb ul li {
	float: left;
	list-style: none;
	margin-right: 5px;
	font-size: 11px;
	color: #333;
}
#breadcrumb ul li a {
	color: #808080;
	font-size: 11px;
	font-weight: normal;
}
#breadcrumb ul li .selected {
	text-decoration: underline;
}
#options {
	float: right;
	width: 160px;
}
#options ul {
	float: left;
}
#options ul li {
	float: left;
	list-style: none;
	margin-left: 5px;
	font-size: 11px;		
}
#options ul li a {
	color: #808080;
	font-size: 11px;
}
#contentHolder {
	float: left;
	width: 960px;
}
#mainMenu {
	float: left;
	width: 165px;
	background-color: #e4e4e4;
	border: 5px solid #808080;
}
#mainMenu ul {
	float: left;
	width: 165px;
}
#mainMenu ul li {
	float: left;
	width: 165px;	
	list-style: none;
	text-align: left;
	border-bottom: 1px dotted #808080;
}
#mainMenu ul .bottomListItem {
	border: 0;
}
#mainMenu ul li a {
	float: left;
	padding: 5px;
	padding-left: 15px;
	color: #808080;
	text-decoration: none;
}
#mainMenu ul li a:hover, #mainMenu #Navi .Selected a {
	color: #333;
	text-decoration: underline;
}
#contentColumnLeft {
	float: left;
	width: 280px;
	text-align: left;
	margin-left: 16px;
	margin-right: 8px;
}
#contentColumnRight {
	float: left;
	width: 280px;
	text-align: left;
	margin-left: 8px;
	margin-right: 16px;	
}
#contentColumnRight ul {
	float: left;
	width: 280px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contentColumnRight ul li {
	float: left;
	width: 270px;
	background-image: url(/data/assets/aera/images/aera-bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: 11px;
	list-style: none;
	line-height: 14px;
	/*here*/
}
#contentColumnRight h2 {
	float: left;
	width: 280px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #808080;
	border-top: 1px dotted #808080;	
}










#page #contentColumnLeft {
	float: left;
	width: 576px;
	text-align: left;
	margin-left: 16px;
	margin-right: 16px;
}
	#page .columnImage {
		float: left;
		width: 576px;
		height: 218px;
	}
	#page .columnContent {
		float: left;
		width: 576px;
	}
#page .columnContent h1 {
	float: left;
	width: 576px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #808080;
	border-top: 1px dotted #808080;		
}
#page .columnContent p {
	float: left;
	width: 576px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: justify;
}
#page .columnContent ul {
	float: left;
	width: 560px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
}
#page .columnContent ul li {
	float: left;
	float: none;	
	width: 560px;
	list-style: square;
}
#page .columnContent ol {
	float: left;
	width: 555px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
}
#page .columnContent ol li {
	float: left;
	float: none;	
	width: 555px;
}
.columnImage {
	float: left;
	width: 280px;
	height: 218px;
}
.columnContent {
	float: left;
	width: 280px;
}
.columnContent h1 {
	float: left;
	width: 280px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #808080;
	border-top: 1px dotted #808080;		
}
.columnContent p {
	float: left;
	width: 280px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: justify;
}

#farRightColumn {
	float: left;
	width: 165px;
	background-color: #e4e4e4;
	border: 5px solid #808080;	
}
	#newsletterSignup {
		float: left;
		width: 165px;
	}
	#newsletterSignup a {
		float: left;
		width: 165px;
		display: block;
		cursor: pointer;
	}
		#newsletterSignup a .nlLogo {
			float: left;
			width: 165px;
			height: 32px;
			padding-top: 10px;
			padding-bottom: 10px;
			background-image: url(/data/assets/aera/images/grey-back-logo.gif);
			background-position: center;
			background-repeat: no-repeat;
			border-bottom: 1px dotted #808080;				
		}
		#newsletterSignup a .nlText {
			float: left;
			width: 165px;
			height: 13px;
			padding-top: 10px;
			padding-bottom: 10px;			
			background-image: url(/data/assets/aera/images/newsletter-signup.gif);
			background-position: center;
			background-repeat: no-repeat;
		}		
#footer {
	float: left;
	margin-top: 90px;
	width: 960px;
	padding-bottom: 20px;
}
#footerLinks {
	float: left;
	width: 500px;
}
#footerLinks ul {
	float: left;
}
#footerLinks ul li {
	float: left;
	list-style: none;
	margin-right: 5px;
}
#footerLinks ul li a {
	color: #808080;
	font-size: 10px;
}
#networkingLinks {
	float: right;
	width: 109px;
	background-image: url(/data/assets/aera/images/bookmark-icons-grey.gif);
	background-position: center;
	background-repeat: no-repeat;	
}
#networkingLinks a {
	float: left;
	width: 109px;
	height: 17px;
}
#networkingLinks a:hover {
	background-image: url(/data/assets/aera/images/bookmark-icons.gif);
	background-position: center;
	background-repeat: no-repeat;
}

/*Contact Page*/
form {
	padding: 0;
	margin: 0;
}
.ContactForm {
	float: left;
	width: 556px;
	margin-top: 10px;
	background-color: #FFF;
	border: 5px solid #eeeeee;
	padding: 5px;
}
#ContactForm_2_ValidationSummary {}
.Error {
	color: #FF0000;
}
fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
legend {
	display: none;
	visibility: hidden;
}
label {
	float: left;
	width: 553px;
	margin-bottom: 5px;
}
#ContactForm_2_RequiredName {
	float: left;
	width: 553px;
}
#ContactForm_2_txtName, #ContactForm_3_txtName, #ContactForm_3_txtEmail {
	float: left;
	width: 553px;
	margin-top: 3px;
	border: 1px solid #e4e4e4;	
}
.TextBox {
	float: left;
	width: 553px;	
}
#ContactForm_2_RequiredEmail {
	float: left;
	width: 553px;
}
#ContactForm_2_RegularExpressionEmailValidator {
	float: left;
	width: 553px;
}
#ContactForm_2_txtEmail {
	float: left;
	width: 553px;
	margin-top: 3px;	
	border: 1px solid #e4e4e4;	
}
#ContactForm_2_RequiredMessage {
	float: left;
	width: 553px;
}
.ErrorStar {
	color:Red;
	display:none;
}	
textarea {
	float: left;
	width: 553px;
	height: 200px;
	border: 1px solid #e4e4e4;
}
#ContactForm_2_txtMessage {
	float: left;
	width: 553px;
	margin-top: 3px;
}
#ContactForm_3_btnSubmit {
	float: right;
	width: 100px;
	height: 20px;
	border: 1px solid #e4e4e4;
	color: #808080;
	background-color: #FFF;
	cursor: pointer;
}

/*Newsletter Signup*/
#newsletterSignupForm {
	float: left;
	width: 556px;
	margin-top: 10px;
	background-color: #FFF;
	border: 5px solid #eeeeee;
	padding: 5px;
	color: #808080;	
}
#newsletterSignupForm .left, #newsletterSignupForm img {
	float: left;
}
#signupForm {
	padding: 0;
	margin: 0;
}
#email_address {
	float: left;
	width: 553px;
	border: 1px solid #e4e4e4;	
}
#first_name {
	float: left;
	width: 553px;
	border: 1px solid #e4e4e4;	
}
#last_name {
	float: left;
	width: 553px;
	border: 1px solid #e4e4e4;	
}
#work_phone {
	float: left;
	width: 553px;
	border: 1px solid #e4e4e4;	
}
#company_name {
	float: left;
	width: 553px;
	margin-bottom: 10px;
	border: 1px solid #e4e4e4;	
}
#newsletterSignupForm label {
	margin-top: 5px;
}
#captchaPreview {
	float: left;
	width: 553px;
}
.field {}
#vrCaptchaImage {
}
#captcha_text {
	float: left;
	width: 553px;
}
#captcha_guess {
	float: left;
	width: 125px;
	border: 1px solid #e4e4e4;		
}
#vrCaptchaHash {}
#signUp {
	float: right;
	width: 100px;
	height: 20px;
	border: 1px solid #e4e4e4;
	color: #808080;
	background-color: #FFF;
	cursor: pointer;
}
table {
	float: left;
	width: 577px;
	margin-top: 10px;
	background-color: #FFF;
	border: 5px solid #eeeeee;
	color: #808080;
}
table tr td {
	padding: 5px;
	width: 556px;
}
table #password, table #UserName, table #CreateLoginEmail, table #CreateLoginFirstName, table #CreateLoginLastName, table #CreateLoginPassword, table #CreateLoginPasswordConfirm, table #CreateLoginUserName, table #SendInfoEmail, table #EditLoginFirstName, table #EditLoginLastName, table #EditLoginUserName, table #EditLoginPassword, table #EditLoginPasswordConfirm, table #EditLoginEmail {
	float: right;
	width: 450px;
	border: 1px solid #e4e4e4;	
}
table #ConfirmationNumber {
	float: right;
	width: 550px;
	border: 1px solid #e4e4e4;	
}
table #login, table #submit {
	float: right;
	width: 100px;
	height: 20px;
	border: 1px solid #e4e4e4;
	color: #808080;
	background-color: #FFF;
	cursor: pointer;
}
table #Reset {
	float: left;
	width: 100px;
	height: 20px;
	border: 1px solid #e4e4e4;
	color: #808080;
	background-color: #FFF;
	cursor: pointer;
}
table #RememberMe {
	float: left;
}
.noTopBorder {
	border-top: 0;
}
.noBottomBorder {
	border-bottom: 0;
}
#supplierLogos p {
	float: left;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom: 1px dotted #808080;	
}
#supplierLogos img {
	float: right;
	border: 0;
	margin-top: -35px;
}