@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	text-align: left;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-color: #FFF;
}
.bodyWhite {
	background-color: #FFF;
	background-image: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 15px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
h3 {
	font-family: "Helvetica Neue", Verdana, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #990000;
	margin-bottom: 8px;
}
a,  a:link {
	color: #95252A;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #95252A;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:focus {
	color: #666;
}
a:active {
	color: #666;
}
#header {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 200;
	display: block;
	background-image: url(../images/header_main.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
#headerInside {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-image: url(../images/header_inside.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 112px;
}
#footer {
	height: 100px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: -44px;
	background-image: url(../images/bottom_slideArrow.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#nextPage {
	width: 100%;
	position: absolute;
	background-color: #FFF;
	top: 100%;
	min-height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contentWrapper {
	margin-right: auto;
	margin-left: auto;
}
#leftColumn {
	background-image: url(../images/leftColumn_background.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 32px;
	color: #FFF;
	line-height: 44px;
	font-weight: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#rightColumn {
	padding: 20px;
	float: left;
	width: 520px;
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
	color: #666;
}
#leftBottom {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#emailContainer {
	margin-top: 140px;
	max-width: 320px;
}
#socialContainer {
	margin-top: 30px;
	max-width: 320px;
}
.words_float_right {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	float: right;
	padding-top: 30px;
}
.table th, .table td { 
     border-top: none !important; 
 }
@media screen and (max-width:768px){
	#leftColumn {
	background-image: url(../images/leftColumn_background.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 32px;
	color: #FFF;
	line-height: 44px;
	font-weight: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
}
}
