@charset "utf-8";
/*	
#57212E = dark red color for text and border
#B6A978 = gold for text and shadow
#887B49 = gold for text hover on top nav & index 2
*/

html, h1, h2, h3, h4, h5, h6, p, ul, li { /* zero margin and padding on all tags & elements used */
	margin: 0;
	padding: 0;
	color: #57212e;
	font-size: 100%;
}
body {
	font: 100% "Times New Roman", Times, 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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #57212e;
	background: url(../images/bckgrnd.jpg) top center no-repeat;
	background-color: #000;
	text-align: left;
}

.globalLayout #container {
	width: 1170px; /* this overrides the text-align: center on the body element. */
	height: 925px;
	margin-right: auto;
	margin-left: auto;
	font-style: italic;
}

/*
all Header structures
*/ 
.globalLayout #headerContent h1 { /* main heartline logo */
	background: url(../images/logo.png) top left no-repeat;
	width: 290px;
	height: 60px;
	margin-top: 75px;
	font-size: 100%;
	color: #57212e;
}
.globalLayout #headerContent h1 span {
	display: none;
}
.globalLayout #headerContent #headerTagLine {
	font: 85% oblique;
	text-align: center;
	float: left;
	width: 290px;
	padding-top: 8px;
	line-height: 1.5;
}
.globalLayout #headerContent p { /* Contact Us */
	font-size: 105%;
	text-align: left;
	float: left;
	width: 290px;
	margin-top: -170px; /* must be 100px more than margin of #headerContent h1 (absolute number) */
	margin-left: 10px;
}
.globalLayout #headerContent p a {
	font-size: 100%;
	padding: 0;
}
.globalLayout #headerContent ul { /* top nav bar positioning*/
	list-style: none inside;
	text-align: right;
	float: right;
	margin-top: -145px;
}
.globalLayout #headerContent ul li {
	display: inline;
	margin: 0 0.75em;
}

/*
mainContent
*/
.globalLayout #mainContent {
	height: 550px;
}

/*
all Footer structures
*/
.globalLayout #footerContent {
	text-align: center;
	color: #B6A978;
	margin-bottom: 150px;
}
.globalLayout #footerContent ul {
	font-size: 90%;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	line-height: 35px;
	
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.globalLayout #footerContent ul li {
	display: inline;
	margin: 0 0.5em;
	color: #B6A978;
}
.globalLayout #footerContent p {
	font-size: 12px;
	line-height: 30px;
}

/* top nav and global link styles */

.globalLayout #headerContent a {  /* top nav adjustments*/
	font-weight: bolder;
	font-size: 120%;
	padding-right: 9px;
	font-style: italic;
}
.globalLayout #headerContent a:link {
	
	color: #57212E;
}
.globalLayout #headerContent a:visited {
	text-decoration: none;
	color: #57212E;
}
.globalLayout #headerContent a:hover {
	text-decoration: none;
	color: #887b49;
	
}
.globalLayout #headerContent a:active {
	text-decoration: none;
	color: #887b49;
}


/* foot link control */

.globalLayout #footerContent a:link {
	text-decoration: none;
	color: #B6A978;
	
}
.globalLayout #footerContent a:visited {
	text-decoration: none;
	color: #B6A978;
	
}
.globalLayout #footerContent a:hover {
	text-decoration: none;
	font-weight: bolder;		
}
.globalLayout #footerContent a:active {
	text-decoration: none;	
}

/* index 2 & 3 non-specified link adjustments */

a:link {
	text-decoration: none;
	color: #57212E;
}
a:visited {
	text-decoration: none;
	color: #57212E;
	
}
a:hover {
	text-decoration: underline;
	color: #887b49;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #57212e;
	text-align: right;
	
}

/*
other non-specific classes and elements
*/
.clear {
	clear: both;
}
.footBar {
	background-color: #B6A978;
	height: 2px;
	border: none;
	color: #B6A978;
}
#container #headerContent #headerTagLine h3 span {
	font-weight: bold;
}
#container #headerContent #headerTagLine h3 span {
	font-style: italic;
	font-size: 82%;
	font-family: oblique;
}
#container #headerContent #headerTagLine h2 span {
	font-size: 93%;
	font-family: oblique;
	font-style: italic;
	font-weight: bold;
}
#container #footerContent ul li a {
	font-size: 18px;
}
#h4style {
	font-size: 130%;
	font-style: normal;
	color: #57212e;
}
#h5style {
	font-size: 95%;
	font-style: normal;
}
.subpagenavstyle {
	font-size: 110%;
}
#subnavestyle {
	font-size: 110px;
}
#testimonial {
	font-size: 115%;
	text-align: left;
	font-style: normal;
}
#clicktoenlarge {
	font-size: 95%;
	margin-top: 2px;
	text-align: center;
}
#situation {
	font-weight: bold;
	text-decoration: underline;
}
#solutions {
	font-weight: bold;
	text-decoration: underline;
}
#subPageIMG1 {
	text-align: center;
}
#testimonial {
}
testimonialcontent {
	text-align: left;
}
#container #mainContent #pageContentBox #pageContent #subPageText_images #testimonial {
	text-align: left;
}
.testimonialcontent {
	text-align: justify;
	font-size: 90%;
	font-style: italic;
	color: #600;
}
siteofmonth {
	font-size: 105%;
}
#siteofmonthfont {
	font-size: 115%;
	font-weight: bold;
}
#companyflash {
	float: left;
	height: 400px;
	width: 450px;
	text-align: center;
	margin-top: 10px;
}
#companylinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	color: #600;
	float: left;
	height: 30px;
	width: 250px;
	margin-left: 30px;
	margin-top: 12px;
	text-align: left;
}
#arrowpic {
	height: 35px;
	width: 35px;
	margin-left: 35px;
	float: left;
	margin-top: 20px;
}
#anvlogo {
	float: inherit;
	height: 50px;
	width: 70%;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 35px;
	margin-left: 60px;
}
#anvlogo {
	float: left;
	height: 121px;
	width: 170px;
	margin-left: 60px;
	margin-right: 80px;
	clear: left;
}
#historycontent {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	text-align: justify;
	float: left;
	width: 737px;
	max-height: 450px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-right: 20px;
	padding-left: 1.5em;
}
#historybold {
	font-weight: bold;
}
#historybold2 {
	font-weight: bold;
	font-size: 120%;
	color: #600;
}

#boardphoto {
	float: left;
	height: 450px;
	width: 100px;
	text-align: center;
}
#boardcontent {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	float: left;
	height: 450px;
	width: 75%;
	margin-left: 20px;
	margin-bottom: 2px;
	text-align: justify;
}
#inc5000img {
	float: left;
	height: 40px;
	width: 60px;
	margin-left: 35px;
	margin-top: 20px;
	text-align: center;
}
#bold1 {
	font-weight: bold;
	font-size: 125%;
}
#biocontent {
	font-size: 94%;
}
#teamtable {
	float: left;
	height: 400px;
	width: 92%;
	color: #600;
	margin-top: 15px;
	text-align: center;
	margin-right: 30px;
	margin-left: 30px;
}
#fontcolorwhite {
	color: #FFF;
	font-style: normal;
	font-size: 95%;
}
#tableid1 {
	font-style: normal;
	text-align: center;
	font-size: 95%;
}
#galleryphoto {
	float: left;
	height: 178px;
	width: 230px;
	margin-left: 15px;
	text-align: center;
}
#gallerytext {
	float: left;
	height: 20px;
	width: 230px;
	text-align: center;
	margin-left: 15px;
	margin-top: 15px;
}
.servicelogo {
	float: left;
	height: 150px;
	width: 150px;
	margin-top: 350px;
}
.Latest {
	float: left;
	height: 335px;
	width: 370px;
	background-image: url(../images/container%20430x320.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	margin-bottom: 23px;
	padding-right: 45px;
	margin-left: 8px;
}
.twitterbox {
	float: right;
	height: 440px;
	width: 290px;
	margin-right: 10px;
}
#galleryContent {
	float: left;
	height: 450px;
	width: 750px;
	margin-top: 10px;
}
#companycontent {
	height: 400px;
	width: 280px;
	float: left;
	text-align: justify;
	padding-right: 20px;
	margin-bottom: 15px;
	margin-right: 10px;
	clear: right;
}
#servicephototext {
	float: right;
	height: 25px;
	width: 150px;
	margin-left: 15px;
}
#servicephoto {
	float: left;
	height: 107px;
	width: 158px;
	text-align: center;
	margin-left: 15px;
	margin-bottom: 10px;
}
#servicephototext {
	float: left;
	height: 25px;
	width: 158px;
	text-align: center;
	margin-left: 15px;
}
#servicecontent {
	float: right;
	width: 380px;
	text-align: justify;
	max-height: 415px;
	padding-right: 20px;
	padding-left: 1.5em;
	overflow-x: hidden;
	overflow-y: scroll;
}
#servicephoto2 {
	float: left;
	height: 200px;
	width: 325px;
	text-align: left;
}


#servicelowercontent {
	float: left;
	height: 190px;
	width: 300px;
	margin-top: 15px;
	margin-left: 15px;
}
#employeebio2 {
	float: left;
	width: 530px;
	padding-right: 20px;
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 325px;
	margin-left: 30px;
	padding-top: 15px;
	text-align: justify;
}
#employeebio3 {
	width: 520px;
	padding-right: 20px;
	float: left;
	max-height: 290px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#replocator {
	float: left;
	width: 761px;
	padding-right: 20px;
}
#corpaddcontent {
	float: left;
	height: 120px;
	width: 200px;
	margin-top: 10px;
}
#usmap {
	clear: right;
	float: right;
	height: 400px;
	width: 550px;
	margin-top: 10px;
}
#locatorcontent {
	clear: left;
	float: left;
	width: 190px;
	margin-top: 20px;
	text-align: justify;
	padding-right: 15px;
}
#videotestcontainer {
	height: 542px;
	width: 812px;
	background-color: #000;
	text-align: center;
	padding-top: 18px;
}
.globalLayout #container #mainContent #advantageList p #advantage {
	color: #FFF;
}
.globalLayout #container #footerContent p #addressfooter {
	color: #B6A978;
	font-size: 16px;
}
#historyphoto {
	clear: left;
	float: right;
	height: 254px;
	width: 300px;
	margin-left: 20px;
	margin-bottom: 25px;
}
#serviceContent2 {
	float: left;
	width: 380px;
	padding-right: 20px;
	text-align: justify;
}
#employementContent {
	float: left;
	width: 761px;
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 160px;
	padding-right: 20px;
}
#sparepartsContent {
	float: left;
	width: 380px;
	padding-right: 20px;
	height: 390px;
}
#pageContent2 {
	width: 780px;
	padding-top: 30px;
	padding-left: 30px;
	position: relative;
}
#formcolumn {
	float: left;
	height: 300px;
	width: 80px;
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
}
#hlproductpdfsContainer {
	padding-left: 25px;
	min-height: 83px;
	text-align: center;
}
#flagContainer {
	float: left;
	height: 75px;
	width: 100px;
}
#hlproductinfoContainer {
	float: left;
	padding-right: 20px;
	text-align: justify;
	width: 360px;
	font-size: 95%;
	padding-top: 10px;
}
#pageHeaderContent {
	float: left;
	width: 250px;
	height: 50px;
	font-size: 28px;
	margin-left: 55px;
	margin-top: 28px;
	font-weight: bold;
}
#pageHeaderDescription {
	float: left;
	height: 20px;
	width: 470px;
	padding-left: 20px;
	font-size: 130%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: 30px;
}
#mainNewsContainer {
	float: left;
	width: 761px;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 20px;
}
#mainServiceContainer {
	float: left;
	width: 791px;
	margin-top: 30px;
	margin-left: 20px;
}
#mainSolutionsContainer {
	float: left;
	width: 800px;
	margin-top: 30px;
	margin-left: 30px;
	height: 435px;
}
#mainServiceContainer2 {
	float: left;
	width: 781px;
	margin-top: 10px;
	margin-left: 30px;
}
#companyBoardContainer {
	width: 761px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 30px;
}
#pdfContainer1 {
	float: left;
	height: 90px;
	width: 100px;
	text-align: center;
	margin-right: 10px;
	margin-top: 10px;
}
#productTestimonialContainer {
	float: right;
	padding-right: 40px;
	padding-left: 20px;
	max-height: 178px;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 350px;
}
#matrixProductinfoContainer {
	float: left;
	height: 600px;
	width: 355px;
	text-align: justify;
	font-size: 95%;
}
#productTestimonialContainer2 {
	float: right;
	width: 350px;
	padding-right: 40px;
	padding-left: 20px;
	min-height: 178px;
}
#paramountFlashContainer {
	height: 200px;
	width: 350px;
	float: right;
	margin-right: 35px;
	margin-bottom: 55px;
}
#freedomClimberFlashContainer {
	height: 200px;
	width: 350px;
	margin-right: 35px;
	margin-bottom: 20px;
}
#freedomClimberLogoContainer {
	float: left;
	width: 200px;
	margin-left: 20px;
}
#freedomClimberPdfContainer {
	float: left;
	height: 78px;
	width: 60px;
	margin-left: 25px;
	margin-bottom: 23px;
}
#pageContent3 {
	float: left;
	height: 500px;
	width: 780px;
	margin-top: 15px;
	margin-left: 30px;
}
#fitwaalPdfContainer {
	float: left;
	height: 70px;
	width: 75px;
	margin-top: 15px;
	text-align: center;
	margin-left: 8px;
}
#sportwallpdfContainer {
	float: left;
	height: 80px;
	width: 75px;
	margin-top: 15px;
	text-align: center;
	margin-left: 30px;
}
#xergamesPdfContainer {
	text-align: center;
	float: left;
	height: 80px;
	width: 75px;
	margin-top: 15px;
	margin-left: 10px;
}
#xergamesVideoContainer {
	float: left;
	height: 285px;
	width: 340px;
	margin-right: 30px;
	margin-top: 30px;
	margin-left: 15px;
}
#matrixFlashContainer {
	float: right;
	height: 200px;
	width: 350px;
	margin-right: 35px;
	margin-bottom: 15px;
}
#paulPhotoBioContainer {
	float: left;
	height: 400px;
	width: 200px;
	margin-top: 10px;
}
#paulBioContainer {
	text-align: justify;
	float: left;
	height: 80%;
	width: 66%;
	margin-top: 10px;
	margin-left: 30px;
}
#scottPhotoBioContainer {
	float: left;
	height: 400px;
	width: 200px;
}
#scottBioContainer {
	text-align: justify;
	float: left;
	height: 80%;
	width: 66%;
	margin-left: 30px;
	font-size: 95%;
}
#layoutContentBox {
	float: left;
	height: 450px;
	width: 96%;
	margin-top: 20px;
	margin-left: 30px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#currentPromotionText {
	float: right;
	height: 210px;
	width: 600px;
	text-align: justify;
	margin-right: 40px;
	font-size: 115%;
	font-family: "Times New Roman", Times, serif;
	color: #b6a978;
	margin-top: -20px;
}
#promotionProductPhoto {
	float: left;
	height: 280px;
	width: 460px;
	margin-left: 130px;
}
#promotionVideo {
	float: right;
	height: 405px;
	width: 500px;
	margin-top: -90px;
	margin-right: 40px;
	margin-bottom: 50px;
}
#promotionPdfContainer {
	float: left;
	height: 270px;
	width: 200px;
	margin-left: 200px;
	text-align: center;
	color: #b6a978;
}

#partnersContainer {
	float: left;
	height: 140px;
	width: 140px;
	margin-bottom: 40px;
	margin-left: 15px;
	margin-right: 30px;
	margin-top: 10px;
}
#partnersPhotoContainer {
	float: left;
	height: 80px;
	width: 80px;
	margin-left: 30px;
}
#partnersTextContent {
	text-align: center;
	float: left;
	height: 60px;
	width: 140px;
	margin-top: 10px;
}
#page {
	width: 816px;
	float: right;
	text-align: justify;
	margin-top: -115px;
}
#priceContainer {
	float: right;
}
#associaContainer {
	float: right;
	height: 120px;
	width: 600px;
	margin-top: -90px;
	text-align: right;
	margin-right: 20px;
}
#associawelcome {
	float: left;
	height: 160px;
	width: 800px;
	line-height: 15px;
}
#flashContainer {
	float: right;
	height: 455px;
	width: 550px;
	margin-top: 10px;
	margin-right: 75px;
}
#underConstruction {
	float: right;
	height: 300px;
	width: 500px;
	margin-right: 200px;
}
#hfsService {
	float: right;
	height: 500px;
	width: 1000px;
	margin-right: 50px;
	margin-top: -25px;
	background-color: #FFF;
	border-top-color: #600;
	border-right-color: #600;
	border-bottom-color: #600;
	border-left-color: #600;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-top: 10px;
}
#playContainer {
	float: left;
	height: 100px;
	width: 150px;
	margin-bottom: 30px;
	margin-left: 15px;
	text-align: center;
}
.centerText {
	text-align: center;
}
#stepsContainer {
	height: 300px;
	width: 800px;
	float: left;
	margin-top: 20px;
}
#mainContainerAssocia {
	height: 500px;
	width: 800px;
	margin-left: 230px;
}
#textSoultionsContainer {
	float: left;
	height: 500px;
	width: 350px;
	margin-right: 20px;
}
#SEO Container {
	height: auto;
	width: auto;
	padding-top: 100px;
}

