* { 
	empty-cells:show;
   -webkit-box-sizing: border-box; /* Safari/WebKit */ 
   -moz-box-sizing: border-box; /* Firefox */
   -ms-box-sizing: border-box; /* IE8 */
	box-sizing: border-box; /* W3C Property */
	padding:0;
	margin:0;
}

body {
	font-family:Verdana;
	text-align:center;
	background:url(../pix/bodyBg.jpg);
}

ul { padding-left:30px;}

/* Layout */
div.thWrapper {
	width:100%;
	height:53px;
	background:url(../pix/headerMenuBg.jpg) repeat-x;
	text-align:center;
	position:relative;
	display:inline-block;
}

div.thHeader {
	width:980px;
	height:53px;
	margin:0 auto;
	position:relative;
}

div.thContent {
	width:980px;
	margin:0 auto;
	padding-bottom:20px;
	position:relative;
	display:inline-block;
	background:#FFF;
}

div.thLeftCont {
	float:left;
	width:250px;
	margin-left:30px;
	position:relative;
	text-align:left;
}

div.thTeaserBox,
div.thTeaserBox2 {
	color:#424242;
	font-size:10px;
}

h1.thTeaserHeader {
	width:250px;
	#width:200px;
	height:32px;
	display:block;
	background:#c9282d;
	padding:0 25px;
	color:#FFF;
	font-size:10pt;
	line-height:28px;
}

div.thTeaserBorder {
	padding:10px 0;
}

div.thTeaserBox table {
	width:100%;
}

div.thTeaserBox2 table {
	width:100%;
}

div.thTeaserBox input {
	width:150px;
	border:solid 1px #a6a1a1;
	background:#e9e9e9;
}

div.thTeaserBox textarea {
	width:150px;
	border:solid 1px #a6a1a1;
	background:#e9e9e9;
}

input.thSubmit {
	float:right;
	width:65px !important;
	height:20px;
	display:block;
	border:0 !important;
	background:#c9282d !important;
	color:#FFF;
	font-size:8pt;
	line-height:14px;
	margin-right:6px;
}

div.thRightCont {
	float:right;
	width:660px;
	margin-right:20px;
	padding-top:20px;
	position:relative;
	text-align:left;
}

div.thPhoneNumberImage {
	padding:10px 0 15px;
}

div.thCenterLeft {
	float:left;
	width:400px;
	position:relative;
	border-right:dotted 1px #959595;
}

div.thCenterRight {
	float:right;
	width:235px;
	position:relative;
}

h1.thTeaserHeader2 {
	width:235px;
	#width:185px;
	display:block;
	background:#c9282d;
	padding:5px 25px;
	color:#FFF;
	font-size:10pt;
	line-height:16px;
}

div.thTeaserBorder2 {
	padding:10px 0;
}

div.thFlashSlide {
	width:660px;
	height:285px;
	#width:650px;
	#height:275px;
	position:relative;
	border:solid 5px #c9282d;
}

div.thClearCont {
	width:660px;
	position:relative;
}

div.thFooter {
	clear:both;
	width:980px;
	height:45px;
	margin:0 auto;
	position:relative;
	border-top:solid 7px #c9282d;
	background:#FFF;
	text-align:left;
}

div.thCopyright {
	text-align:center;
	font-size:10pt;
	padding-top:8px;
}