/*
	Website		¡Ganas!
	Author		Impulse Development
	Date		January 2009
=============================================== */

/* =GENERAL
----------------------------------------------- */

/* GENERAL: =Reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

/* =TYPOGRAPHY
----------------------------------------------- */

/* TYPOGRAPHY: =Basics */

body {
	font-size: 62.5%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	font-family: Arial, Helvetica, sans-serif;
}

/* TYPOGRAPHY: =Headings */

h1 {
	color: #ffffff;
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 1em;
}

h2 {
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 1em;
}

	.box h2 {
		color: #146d8b;
		font-size: 1.6em;
	}
	
	h2.special {
		color: #ffffff;
		font-size: 2.4em;
		font-weight: bold;
		line-height: 1em;
		margin-bottom: 1em;
	}

h3 {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 1em;
}

/* TYPOGRAPHY: =Paragraphs */

p {
	color: #000000;
	font-size: 1.1em;
	line-height: 2em;
	margin-bottom: 1.5em;
}

	.sidebar p {
		line-height: 1.5em;
	}

/* TYPOGRAPHY: =Lists */

ul {
	list-style: disc outside;
	padding-left: 16px;
}

	ul li {
		color: #000000;
		font-size: 1.1em;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
	
ol {
	list-style: decimal outside;
	padding-left: 16px;
}

	ol li {
		color: #000000;
		font-size: 1.1em;
		line-height: 1.5em;
		list-style: decimal;
		margin-bottom: 1em;
	}
	
dl {
	margin-bottom: 1em;
}

	dl dt {
		color: #ffffff;
		font-size: 1.4em;
		font-weight: bold;
		line-height: 1.5em;
		margin-bottom: 0.5em;
	}
	
	dl dd {
		color: #000000;
		font-size: 1.1em;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
	
/* TYPOGRAPHY: =Forms */

form label,
form .label {
	color: #000000;
	font-size: 1.1em;
	line-height: 1.5em;
}

form legend {
	color: #000000;
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

form input,
form textarea {
	color: #000000;
	font-size: 1.1em;
	line-height: 1.5em;
}

form button {
	outline: 0;
}
	
/* TYPOGRAPHY: =Links */

a {
	color: #810c0c;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 a {
	color: #fff;
}

/* TYPOGRAPHY: =Variants */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* =STRUCTURE
----------------------------------------------- */

/* STRUCTURE: =Background */

html {
	background: url(../images/bg-html.gif) repeat-x top #8acee8;
}

/* STRUCTURE: =Layout */

.container {
	background: url(../images/bg-container.gif) no-repeat top;
	margin: 0 auto;
	width: 920px;
}

#pageHeader {
	background: url(../images/bg-header.gif) no-repeat bottom;
	height: 119px;
	margin-bottom: 50px;
	position: relative;
	width: 100%;
}

#pageBody {
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}

	#pageBody .content {
		display: inline;
		float: left;
		margin-bottom: 2em;
		position: relative;
		width: 100%;
	}
	
		.withBox #pageBody .content .box {
			background: #e8f4f8;
			float: left;
			margin: 18px 0;
			padding: 26px 26px 0 26px;
			position: relative;
			width: 868px;		
		}
		
		.withBox #pageBody .content .box .top {
			background: url(../images/bg-box_top.gif) no-repeat;
			height: 18px;
			left: 0;
			position: absolute;
			top: -18px;
			width: 920px;
		}
		
		.withBox #pageBody .content .box .bottom {
			background: url(../images/bg-box_bottom.gif) no-repeat;
			bottom: -18px;
			height: 18px;
			left: 0;
			position: absolute;
			width: 920px;
		}
	
	.about #pageBody .content {
		background: url(../images/bg-about.gif) no-repeat right top;
		padding-right: 324px;
		width: 596px;
	}
		
	#pageBody .sidebar {
		display: inline;
		float: left;
		position: relative;
		width: 100%;
	}
	
		.home #pageBody .sidebar {
			border-top: 6px solid #ffffff;
		}

#pageFooter {
	border-top: 1px solid #5d9cb5;
	clear: both;
	height: 47px;
	position: relative;
	width: 100%;
}

/* =HEADER
----------------------------------------------- */

/* HEADER: =Logo */

#headerTitle {
	left: 0;
	position: absolute;
	top: 17px;
	z-index: 9999;
}

	#headerTitle p {
		margin: 0;
	}

	#headerTitle a {
		background: url(../images/logo-main.png) no-repeat;
		display: block;
		height: 136px;
		overflow: hidden;
		text-indent: -5000px;
		width: 359px;
	}

/* HEADER: =Navigation */

#headerNavigation {
	position: absolute;
	right: 106px;
	top: 79px;
	width: 405px;
}

	#headerNavigation li {
		display: inline;
		float: left;
		height: 46px;
		position: relative;
	}
	
		#headerNavigation li a {
			display: block;
			height: 100%;
			overflow: hidden;
			text-indent: -5000px;
		}
		
		#headerNavigation li .overlay {
			cursor: pointer;
			display: block;
			height: 46px; 
			position: absolute;
			top: 0;
			left: 0;
		}
		
		#headerNavigation li.about a {
			background: url(../images/nav-about_us.gif) no-repeat;
			width: 81px;
		}
		
		#headerNavigation li.articles a {
			background: url(../images/nav-articles.gif) no-repeat;
			width: 77px;
		}
		
		#headerNavigation li.archives a {
			background: url(../images/nav-archives.gif) no-repeat;
			width: 77px;
		}
		
		#headerNavigation li.lineup a {
			background: url(../images/nav-lineup.gif) no-repeat;
			width: 73px;
		}
		
		#headerNavigation li.photos a {
			background: url(../images/nav-showroom.gif) no-repeat;
			width: 97px;
		}
		
			#headerNavigation li.about .overlay {
				background: url(../images/nav-about_us.gif) no-repeat bottom;
				width: 81px;
			}

			#headerNavigation li.articles .overlay {
				background: url(../images/nav-articles.gif) no-repeat bottom;
				width: 77px;
			}

			#headerNavigation li.archives .overlay {
				background: url(../images/nav-archives.gif) no-repeat bottom;
				width: 77px;
			}

			#headerNavigation li.lineup .overlay {
				background: url(../images/nav-lineup.gif) no-repeat bottom;
				width: 73px;
			}

			#headerNavigation li.photos .overlay {
				background: url(../images/nav-showroom.gif) no-repeat bottom;
				width: 97px;
			}
		
		#headerNavigation li a.current {
			background-position: 0 -46px;
		}
		
/* HEADER: =Login */

#headerLogin {
	position: absolute;
	right: 0;
	top: 79px;
}

	#headerLogin p {
		margin: 0;
		position: relative;
	}

		#headerLogin p a {
			background: url(../images/nav-login.gif) no-repeat;
			display: block;
			height: 46px;
			overflow: hidden;
			text-indent: -5000px;
			width: 73px;
		}
		
		#headerLogin p .overlay {
			background: url(../images/nav-login.gif) no-repeat bottom;
			cursor: pointer;
			display: block;
			height: 46px; 
			position: absolute;
			top: 0;
			left: 0;
			width: 73px;
		}

/* =CONTENT
----------------------------------------------- */

/* CONTENT: =Text Replacement */

.replaced {
	overflow: hidden;
	text-indent: -5000px;
	width: 100%;
}

/* CONTENT: =H1 Headings */

h1.replaced {
	margin-bottom: 0.5em;
}

	.about h1.replaced {
		background: url(../images/h1-ya_were_those_people.png) no-repeat;
		height: 78px;
		width: 376px;
	}
	
	.expose h1.replaced {
		background: url(../images/h1-expose.png) no-repeat;
		height: 84px;
		width: 273px;
	}
	
	.photos h1.replaced {
		background: url(../images/h1-showroom.png) no-repeat;
		height: 56px;
		width: 333px;
	}
	
	.lineup h1.replaced {
		background: url(../images/h1-lineup.png) no-repeat;
		height: 56px;
		width: 455px;
	}
	
	.archives h1.replaced {
		background: url(../images/h1-archives.png) no-repeat;
		height: 85px;
		width: 674px;
	}
	
h2.replaced {
	margin-bottom: 1em;
}

	#h2-people {
		background: url(../images/h2-people.png) no-repeat;
		height: 72px;
		width: 100%;
	}
	
	#h2-reviews {
		background: url(../images/h2-reviews.png) no-repeat;
		height: 76px;
		width: 100%;
	}
	
	#h2-features {
		background: url(../images/h2-feature.png) no-repeat;
		height: 74px;
		width: 100%;
	}
	
	#h2-hit_us_up {
		background: url(../images/h2-hit_us_up.png) no-repeat;
		height: 74px;
		width: 100%;
	}

/* CONTENT: =Columns */

.column {
	border-right: 1px solid #5d9cb5;
	float: left;
	padding: 0 12px;
	width: 281px;
}

.column .hr {
	display: none;
}

#column-reviews {
	border: none;
}

.halfColumn {
  float: left;
  width: 460px;
}

.halfColumn h2 {
  display: none;
}

#column-polls {
  border: none;
}
	
/* CONTENT: =Items */

.item {
	clear: both;
	display: inline;
	float: left;
	margin-bottom: 1em;
	width: 100%;
}

.halfColumn .item {
  background: url(../images/hr-dotted_black.gif) repeat-x bottom left;
  margin: 0 4px 1em 4px;
  padding: 20px 0;
  width: 451px;
}

.halfColumn .item h3 {
  color: #000000;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.0em;
  font-weight: normal;
  margin-bottom: 0.5em;
}

.halfColumn .item h3 a {
  color: #000000;
}

.column .item .floatLeft {
	display: block;
	float: none;
}

.result {
  background: url(../images/hr-dotted_black.gif) repeat-x bottom left;
  clear: both;
	display: inline;
	float: left;
	margin: 0 4px 1em 4px;
	padding: 20px 40px;
	width: 371px;
}

.result h3,
.poll h3 {
  color: #000000;
  font-size: 1.1em;
  margin-bottom: 1em;
}

.result ul,
.poll ul {
  list-style: disc inside;
  padding: 0;
  margin: 0 0 1em 0;
}

.result ul {
  list-style: none;
}

.result ul li,
.poll ul li {
  color: #000000;
  font-size: 1.1em;
  margin: 0;
}

.poll ul li a {
  font-weight: normal;
}

.result ul li em,
.poll ul li em {
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
}

body .noBullet,
body .noBullet li {
  list-style: none outside;
}

/* CONTENT: =Alignment */

.floatLeft {
	display: inline;
	float: left;
	margin: 0 1em 1em 0;
}

.floatRight {
	display: inline;
	float: right;
	margin: 0 0 1em 1em;
}

/* CONTENT: =Images */

.images {
	float: left;
	width: 275px;
}

.images .image {
	text-align: center;
	width: 100%;
}

.image,
.thumb {
	margin-bottom: 1em;
	text-align: center;
}

.image p,
.thumb p {
	color: #aa3838;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0.5em 0 0 0;
}

.image a,
.thumb a {
	color: #146d8b;
}

.image img,
.thumb img {
	background: #ffffff;
	border: 3px solid #159dd1;
	padding: 1px;
}

.box .image img {
	border: 2px solid #7bb0c0;
	padding: 5px;
}

/* CONTENT: =Lineup Detail */

.lineupDetail {
	float: left;
	margin-right: 3em;
	width: 232px;
}

.lineupDetail h2 {
	color: #003243;
}

.lineupDetail dl dt {
	color: #146d8b;
	float: left;
	font-size: 1.2em;
	line-height: 1em;
	margin-bottom: 0;
	margin-right: 0.5em;
}

.lineupDetail dl dd {
	color: #003243;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 0.5em;
}

.lineupDetail p {
	color: #003243;
	font-size: 1.2em;
	line-height: 1.5em;
}

/* CONTENT: =Galleries */

.gallery {
	clear: both;
	margin-bottom: 1em;
	width: 100%;
}

	.gallery .row {
		clear: both;
		float: left;
		margin-bottom: 18px;
		width: 100%;
	}

	.gallery .image {
		display: inline;
		float: left;
		margin: 0 8px 16px 8px;
		width: 108px;
	}
	
/* CONTENT: =Comments */

.comments {
	float: left;
	width: 100%;
}

.comments form {
	float: left;
	margin: 0 5% 0 0;
	width: 45%;
}

	.comments form .textArea label {
		float: left;
		width: 35%;
	}
	
	.comments form .textArea textarea {
		float: left;
		width: 61%;
	}

.comments .warning {
	background: #d5d5d5;
	border: 2px solid #afafaf;
	float: left;
	padding: 6px 12px 2px 12px;
	text-align: center;
	width: 46.5%;
}

	.comments .warning p {
		color: #0a3b4b;
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 0.2em;
	}
	
.comments table {
	border-collapse: separate;
	border-spacing: 3px;
	clear: both;
	display: inline;
	float: left;
	margin: 2em 12.5% 0 12.5%;
	width: 75%;
}

	.comments table th {
		background: #bedde7;
		border: 2px solid #a2c7d3;
		color: #146d8b;
		font-size: 1.1em;
		font-weight: bold;
		padding: 12px 12px 0 12px;
		vertical-align: top;
		width: 17%;
	}
	
	.comments table .female th {
		background: #e9cfde;
		border: 2px solid #dab7cb;
		color: #7d4766;
	}
	
		.comments table th .image {
			margin-top: 6px;
			text-align: left;
		}
		
		.comments table .female th .image img {
			border-color: #b994a9;
		}

	.comments table td {
		background: #bedde7;
		border: 2px solid #a2c7d3;
		padding: 12px;
		vertical-align: top;
		width: 83%;
	}
	
	.comments table .female td {
		background: #e9cfde;
		border: 2px solid #dab7cb;
	}
	
	.comments table td p {
		margin-bottom: 0px;
	}
	
		.comments table td h3 {
			color: #2e383b;
			margin-bottom: 0.2em;
		}
		
/* CONTENT: =Breadcrumbs */

.breadcrumbs {
	border-bottom: 1px solid #a8ccd7;
	border-top: 1px solid #a8ccd7;
	float: left;
	list-style: none;
	margin-bottom: 12px;
	padding: 6px 0;
	width: 100%;
}

	.breadcrumbs li {
		color: #0a3b4b;
		float: left;
		font-size: 1.2em;
		font-weight: bold;
		margin: 0 6px 0 0;
	}
	
		.breadcrumbs li a {
			color: #146d8b;
		}
		
/* CONTENT: =Zoom */

.zoom {
	position: absolute;
	right: 150px;
	top: 63px;
}

	.zoom p {
		font-size: 1.2em;
	}
	
		.zoom p a {
			background: url(../images/icn-zoom.gif) no-repeat left;
			color: #67787f;
			display: block;
			padding-left: 24px;
		}
		
/* CONTENT: =Pagination */

.pagination {
	list-style: none;
	position: absolute;
	right: 26px;
	top: 66px;
}

	.pagination li {
		float: left;
		font-size: 1.1em;
		margin-left: 12px;
	}
	
		.pagination li a {
			color: #67787f;
		}
	
/* CONTENT: =Horizontal Rules */

.hr {
	border-bottom: 1px solid #000000;
	clear: both;
	height: 1px;
	margin: 2em 0;
	width: 100%;
}

	.hr hr {
		display: none;
	}
	
.box .hr {
	border-bottom: 1px solid #a8ccd7;
	margin: 0 0 1em 0;
}

/* CONTENT: =Login To Comment */

.loginToComment p {
	margin: 0 auto;
	width: 420px;
}

	.loginToComment p a {
		background: url(../images/txt-sign_up_or_login_to_comment.png) no-repeat;
		display: block;
		height: 134px;
		overflow: hidden;
		text-indent: -5000px;
		width: 420px;
	}

/* CONTENT: =Calendar */

.event-calendar {
	margin: 0 auto;
	width: 861px;
}

.event-calendar td {
	width: 123px;
}

.event-calendar .monthName th {
	color: #003243;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}

.event-calendar th {
	color: #146d8b;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}

.event-calendar td {
	padding: 4px;
	height: 60px;
	vertical-align: top;
}

.event-calendar ul {
	margin: 0 0 0 10px;
	padding: 0;
}

.event-calendar li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	margin: 7px 0px;
}

.event-calendar .otherMonth, .event-calendar .day, .event-calendar .specialDay {
	border-right: 1px solid #d3ecf4;
	border-bottom: 1px solid #d3ecf4;
	font-size: 11px;
	font-weight: bold;
	width: 132px;
}

.event-calendar .otherMonth {
	background: #afd3e0;
	color: #88b7c8;
}

.event-calendar .day {
	background: #b8deec;
	color: #146d8b;
}

.event-calendar .specialDay {
	background: #3dbdd0;
}

.event-calendar .specialDay a {
	color: #003243;
	line-height: 12px;
}

.calendar-dates p {
	margin-top: 16px;
	font-size: 11px;
	font-weight: bold;
}

.calendar-dates .prev-date {
	float: left;
}

.calendar-dates .next-date {
	float: right;
}

/* =SIDEBAR
----------------------------------------------- */

/* SIDEBAR: =Sections */

#bodySidebar .section {
	background: url(../images/bg-sidebar_section.gif) repeat-x top;
	border-right: 1px solid #88cce6;
	float: left;
	min-height: 236px;
	padding: 12px;
	position: relative;
	width: 195px;
}

#bodySidebar .last {
	border-right: none;
	width: 236px;
}

/* SIDEBAR: =Quote Sections */

#bodySidebar .quote blockquote {
	background: url(../images/misc-balloon.gif) no-repeat;
	height: 49px;
	padding: 35px 29px 65px 26px;
	position: absolute;
	right: 0;
	top: 20px;
	width: 136px;
}

	#bodySidebar .quote blockquote p {
		font-size: 1.0em;
		line-height: 1.2em;
	}
	
#bodySidebar .quote .image {
	left: 16px;
	position: absolute;
	top: 122px;
}

	#bodySidebar .quote .image img {
		border: 3px solid #000000;
	}
	
/* SIDEBAR: =Sponsors */

#bodySidebar .gallery .image {
	width: 210px;
}

/* SIDEBAR: =Section Headings */

#bodySidebar h2 {
	height: 55px;
	overflow: hidden;
	text-indent: -5000px;
	width: 100%;
}

	#sidebar-feature_article h2 {
		background: url(../images/h2-feature_article.png) no-repeat;
	}
	
	#sidebar-lineup_whats_happening h2 {
		background: url(../images/h2-lineup_whats_happening.png) no-repeat;
	}
	
	#sidebar-feature_people h2 {
		background: url(../images/h2-feature_people.png) no-repeat;
	}
	
	#sidebar-poll h2 {
		background: url(../images/h2-ecb_poll.png) no-repeat;
	}

	#sidebar-what_did_you_say h2 {
		background: url(../images/h2-what_did_you_say.png) no-repeat;
		height: 84px;
		margin: -4px 0 0 -4px;
	}
	
	#sidebar-sponsors h2 {
		background: url(../images/h2-sponsors.png) no-repeat;
		height: 12px;
		width: 82px;
	}

/* =FOOTER
----------------------------------------------- */

/* FOOTER: =Typography */

#pageFooter p {
	color: #000000;
	font-size: 1.1em;
	line-height: 32px;
	margin-bottom: 0;
}

/* FOOTER: =Copyright */

#pageFooter .copyright {
	left: 0;
	position: absolute;
	top: 0;
}

/* FOOTER: =Developer */

#pageFooter .developer {
	position: absolute;
	right: 0;
	top: 0;
}

	#pageFooter .developer p {
		background: url(../images/logo-impulse_development.gif) no-repeat right;
		padding-right: 26px;
	}
	
		#pageFooter .developer p a {
			color: #000000;
			font-weight: bold;
		}
		
/* =FORMS
----------------------------------------------- */

/* FORMS: =Basic */

form {
	clear: both;
	margin: 0 19% 2em 19%;
	width: 60%;
}

/* FORMS: =Labels */

form label,
form .label {
	display: block;
	padding: 6px 0;
	width: 100%;
}

/* FORMS: =Required Fields */

form .required label,
form .required .label {
	font-weight: bold;
}

form .required .option label {
	font-weight: normal;
}

/* FORMS: =Text Fields */

form .textField {
	float: left;
	margin-bottom: 1em;
	width: 100%;
}

	form .textField input {
		background: #ffffff;
		border: 1px solid #d3d3d3;
		float: left;
		padding: 6px;
		width: 97%;
	}

	form .textField input.small {
		width: 15%;
	}

	form .textField input.medium {
		width: 40%;
	}

	form .textField .fieldWithErrors input {
		border: 1px solid #ef6161;
	}
	
/* FORMS: =File Fields */

form .fileField {
	float: left;
	margin-bottom: 1em;
	width: 100%;
}

	form .fileField input {
		background: #ffffff;
		border: 1px solid #d3d3d3;
		float: left;
		padding: 6px;
	}

	form .fileField .fieldWithErrors input {
		border: 1px solid #ef6161;
	}

/* FORMS: =Text Areas */

form .textArea {
	float: left;
	margin-bottom: 1em;
	width: 100%;
}

	form .textArea textarea {
		background: #ffffff;
		border: 1px solid #d3d3d3;
		float: left;
		height: 75px;
		padding: 6px;
		width: 97%;
	}

	form .textArea .fieldWithErrors textarea {
		border: 1px solid #ef6161;
	}
	
/* FORMS: =Check Box */

form .checkBox {
	background: #eeeeee;
	float: left;
	margin-bottom: 1em;
	padding: 0 7px;
	width: 97%;
}

	form .checkBox input {
		float: left;
		margin-top: 8px;
	}
	
	form .checkBox label {
		display: inline;
		float: left;
		padding: 6px;
		width: auto;
	}
	
/* FORMS: =Text Areas */

form .selectField {
	float: left;
	margin-bottom: 1em;
	width: 100%;
}

	form .selectField select {
		float: left;
	}

	form .selectField .fieldWithErrors select {
		border: 1px solid #ef6161;
	}

/* FORMS: =Submit Buttons */

.submitButton {
	display: inline;
	float: left;
	text-align: right;
	width: 100%;
}

	.submitButton button {
		background: #ffffff;
		border-bottom: 1px solid #a9a9a9;
		border-left: 1px solid #d5d5d5;
		border-right: 1px solid #a9a9a9;
		border-top: 1px solid #d5d5d5;
		cursor: pointer;
		padding: 0;
	}

		.submitButton button span {
			background: #ffffff;
			border-bottom: 1px solid #a9a9a9;
			border-left: 1px solid #d5d5d5;
			border-right: 1px solid #a9a9a9;
			border-top: 1px solid #d5d5d5;
			color: #146d8b;
			display: block;
			font-size: 1.1em;
			font-weight: bold;
			margin: 1px -1px;
			*margin: 1px 1px 0 1px;
			padding: 2px 12px;
			*padding: 2px 0;
		}
		
.backToTop {
	clear: both;
	text-align: center;
}

/* FORMS: =Error Explanation */

.errorExplanation {
	background: #f7eded;
	border: 1px solid #b00000;
	margin: 12px 0;
	padding: 12px;
}

	.errorExplanation h2 {
		display: none;
	}

	.errorExplanation p {
		color: #b00000;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}

	.errorExplanation ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}

		.errorExplanation ul li {
			color: #b00000;
			font-size: 12px;
			line-height: 15px;
			list-style: none;
			margin-bottom: 0;
			text-align: center;
		}
		
		
		
		
.login-followup {
	clear: both;
}

.article-content {
	float: left;
	width: 620px;
}