@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}
body {
	font: normal 11px/1.1 Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	/*background: #dcc3ad;*/
	background: #C9AC85;
	}
img {
	border: 0px;
	}
p {
	padding-bottom: 12px;
	}
ul, ol {
	margin-left: 40px;
	}
a {
	color: #73695d;
	text-decoration: none;
	}
	a:hover {
		color: #652b15;
		}
h1 {
	font-size: 24px;
	color: #e77636;
	padding-bottom: 10px;
	}
h2 {
	font-size: 18px;
	color: #cccccc;
	padding-bottom: 10px;
	}
h3 {
	color: #9e9e9e;
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 10px;
	}
.gray {
	color: #666666;
	}
/** Top **/
.top {
	width: 100%;
	float: left;
	}
	.header {
		width: 760px;
		height: 86px;
		background: #fff;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
		}
		.header img {
			padding-left: 15px;
			}
		.dotted {
			border-top: 1px dashed #cfcfcf;
			margin-top: 15px;
			}
/** Middle **/
.middle {
	/*background: url(../images/bg_tan.jpg);*/
	background: url(../images/customerBackgroundTile.jpg);
	width: 100%;
	float: left;
	}
	.content {
		width: 760px;
		margin-left: auto;
		margin-right: auto;
		}
		.content_padding {
			float: left;
			width: 730px;
			padding: 0 15px 15px 15px;
			background: #ffffff;
			}
/** Footer **/
.bottom {
	width: 100%;
	float: left;
	}
	.footer {
		width: 750px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
		padding-right: 10px;
		font-size: 9px;
		text-align: right;
		color: #73695d;
		}
		.footer_links,  {	
			color: #73695d;
			float: left;
			}
		.copyright {
			float: right;
			width: 200px;
			}
/** Misc Styles **/
.error {
	border: 2px solid #e80000;
	color: #e80000;
	font-weight: bold;
	background: url(../images/error.gif) 15px 50% no-repeat;
	padding: 25px 25px 25px 75px;
	display: none;
	margin-bottom: 20px;
	}
	
	.error *{ 
		color: #e80000;
	}
.language a {
	font-weight: bold;
	color: #c9ac85;
	margin-right: 15px;
	}
.card {
	float: left;
	width: 432px;
	height: 316px;
	background: url(../images/HE_events_mainimage.jpg) no-repeat;
	}
.main_bg {
	float: left;
	width: 735px;
	height: 390px;
	background: url(../images/main_bg2.jpg) no-repeat;
	}
.top_title {
	float: left;
	width: 289px;
	height: 316px;
	background: #ada693;
	margin-left: 9px;
	padding: 0px;
	}
	.top_title h1 {
		color: #fff;
		font-weight: normal;
		font-size: 30px;
		}
	.top_title h2 {
		color: #fff;
		font-weight: normal;
		}
		.top_title table{
			width: 289px;
			height: 316px;
		}
		.top_title td{			
			padding-bottom:10px;
			padding-left:30px;
		}
.filter td {
	width: 140px;
	padding: 2px;
	vertical-align: top;
	}
	.filter select {
		width: 140px;
		}
.city_details td {
	vertical-align: top;
	padding: 6px;
	}
.heading td {
	background: #d5b56e;
	color: #fff;
	font-weight: bold;
	}
.city_details tr.even td {
	background: #e5e5e5;
	}
/* Events Page */
.events_table td {
	padding: 8px;
	vertical-align: top;
	}
.events_table tr:first-child {
	background: #d1b897;
	font-weight: bold;
	color: #fff;
	}
.event_card {
	float: left;
	width: 437px;
	height: 347px;
	padding-bottom: 20px;
	padding-right: 5px;
}
.event_card_box {
	float: left;
	background: #c9ac85;
	color: #fff;
	height: 317px;
	width: 255px;
	padding: 15px;
}
	.event_card_box h1 {
		font-size: 30px;
		color: #fff;
		padding-top: 125px;
		font-weight: normal;
	}
.demonstrator_signup {
	padding: 30px;
	background: #fff;
	float: left;
	}
.left {
	float: left;
	width: 315px;
	padding-right: 15px;
	border-right: 1px solid #d9d9d9;
	}
.right {
	float: left;
	width: 315px;
	padding-left: 15px;
	}
.red {
	color: #da0000;
	font-weight: bold;
	}
.list_link {
	color: #D5B56E;
	/*color: #58A650;*/
	font-weight: bold;
}
.button_blank {
	border: 0px;
	color: #ffffff;
	text-align: center;
	width: 110px;
	padding: 7px 0 14px;
	background: url(../images/button_blank.jpg) no-repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}