@charset "utf-8";
/* CSS Document */

  


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	background-image: url(015-JT-Splash-Site-SidePattern090824-03.jpg);
	background-repeat: repeat-x;
}

li {
margin-left: 20px;
}

.thrColFixHdr #container {
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(015-JT-Splash-Site-bkgd-090824-03.jpg);
	background-repeat: repeat-y;
	width: 960px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.thrColFixHdr #header {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 210px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
.thrColFixHdr #header h1 {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	margin: 0;
	color: #FFF;
	font-style: italic;
	width: 500px;
	float: left;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-style: italic;
}
.price{
	text-align: right;
	padding-right: 70px;
	margin-top: -20px;
	margin-bottom: -20px;
}
#headerText{
	margin-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-style: italic;
	width: 400px;
	text-align: left;
	float: left;
}

#headerImages{
	float: right;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 455px; /* padding keeps the content of the div away from the edges */
	padding-top: 30px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	padding-right: 20px;
}
.thrColFixHdr #mainContent {
	width: 460px;
	text-align: center;
	float: right;
	padding-bottom: 40px;
	margin-top: 20px;
} 
.border {
	background-image: url(015-JT-Splash-Site-Border-090824-01.jpg);
	height: 20px;
}

.thrColFixHdr #footer {
	padding-top: 0;
	padding-bottom: 0;
	background-repeat: repeat-x;
	background-color: #2B4BB8;
	background-image: url(015-JT-Splash-Site-FooterPattern090824-01.jpg);
	height: 120px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#footerElements {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	padding-top: 40px;
	width: 430px;
	float: left;
	margin-left: 40px;
}
#footerElements_sub {
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 300px;
	padding-top: 40px;
	color: #FFF;
	font-size: 16px;
	float: right;
	margin-right: 75px;
}
#footerContainer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
}

#logos {
	float: right;
	padding-top: 0px;
	margin-top: 25px;
	margin-right: 35px;
}
#immersion {
	float: right;
	padding-top: 0px;
	margin-right: 60px;
	margin-top: 10px;
}

#sidebar1 p {
margin-left: 40px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
