@charset "utf-8";
/* CSS Document */
/******* This BEGINS the items that are in EVERY webpage *******/
#background-wrapper{
	width: 100%;
	margin: 0px;
	background: #1B2429;
}
.wrapper {
	/* TK Option Testing X?X
	THIS LINE WHEN NOT COMMENTED OUT GIVES US A FIXED WIDTH
	width: 960px;
	THIS LINE WHEN NOT COMMENTED OUT GIVES US THE ABILITY TO STRETCH TO THE BROWSER
	width: 100%;
	*/ 
	width: 960px;
	position:relative;
	margin: 0 auto;	
	border-left: 5px solid #1B2429;	
	border-right: 5px solid #1B2429;
}
.center {
	display: block; 
	margin: 0 auto;
}
.header {
	height: 92px;
	background: #1B2429;
}
.content img {
	padding: 0;
}
.logo {
	background: #1B2429;
	float: left;
	width: 290px;
 	height:92px;
}
.main-body {
	background: #FFF;
}
.main-body-wrapper {
	clear: both;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: auto;
}
.home-wrapper-only {
	background:url(images/bg-tile.png) repeat-y;
	padding-top: 0px;
}



/*The Banner*/
.motto_banner {
	text-align:  center;
	background: #1B2429;
	color: #FFF;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.multi-robot-image{
	position: absolute;
	right: 0;
	top: 0;
} 
/* END OF BANNER */

/*The Menu*/
.menu {
	background: #d8340f;
	height:50px;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	
}
.menu ul {
	margin: 0px;
	padding: 0px;
}
.menu ul li {
	list-style: none;
	list-style-type: none;
	display: block;
	height: 50px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 50px;
}
.menu ul li a{
	color:#FFF;
	text-decoration:none;
}
.menu ul li a:hover {
	color:#333;
}


.menu ul li .Arial {
	font-family: Arial;
}
/* END OF MENU */


/*The FOOTER*/
.footer-wrapper {
	/* TK Option Testing X?X
	THIS LINE WHEN NOT COMMENTED OUT GIVES US A FIXED WIDTH
	width: 960px;
	THIS LINE WHEN NOT COMMENTED OUT GIVES US THE ABILITY TO STRETCH TO THE BROWSER
	width: 100%;
	*/ 
	width: 960px;
	position:relative;
	margin: 0 auto;	
	border-left: 5px solid #1B2429;	
	border-right: 5px solid #1B2429;
	height: 50px;
	background: #d8340f;
	font-family: tahoma;
}
.footer-context-left{
	float: left;
	width: 240px;
	color: #1B2429;
	font-size: 9px;
	font-weight: bold;
	text-align:center;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "Trajan Pro";
}
.footer-context-right{
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
}
.footer-context-right a {
	color: #1B2429;
	text-decoration:none;
}

.footer-context-right a:hover {
	color:#FFF;
	font-style: normal;
}
/* END OF FOOTER */
/******* This ENDS the items that are in EVERY webpage *******/






/******* This BEGINS THE ITEMS SPECIFIC TO index.html, the HOME PAGE  *******/
/* BEGIN the SIDEBAR which is common only to the HOME PAGE*/
.home-sidebar {
	background:url(images/bg-tile.png) repeat-y;
	 float: left;
	 width: 240px;
	 background: #1B2429;
	font-family: arial;
	font-size: 12px;
}
.home-sidebar a {
	color: #D7350F;
}

.home-sidebar-dude {
	background:url(images/guy-temp.png) center bottom no-repeat;
	height:100px;
	clear: both;
	width: auto;
}

.home-sidebar-testimonials-icon {
	clear:left;
	padding: 0;
	margin: 0px;	
}


.home-sidebar-inner {
	background: #282f39;
	margin: 0 20px 0 0;
	color: #FFFFFF
}

.home-sidebar-inner h1{
	font-family: tahoma;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.home-sidebar-inner h2{
	font-family: tahoma;
	font-size: 14px;
	color: #D7350F;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.home-sidebar-inner h3{
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color:#FFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin:0;
}
.home-sidebar-inner h6{
	padding:0;
}
.home-sidebar-inner p{
	font-family: tahoma;
	font-size: 12px;
	color:#FFF;
	padding-right: 20px;
	padding-left: 20px;
}
/* END the SIDEBAR which is common only to the HOME PAGE*/


/* **BEGIN 2 ICONS ON THE HOME PAGE**  */
.home-bullet-services_icon {
	clear:left;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 40px;
	display:marker;
	/* X?X*** BEGIN IMAGE TROUBLESHOOTING*** 
	**** TIP: ADD AN END COMMENT ON LINE BELOW TO ADD TROUBLESHOOT BOXES**** 
	display:marker;
	border: 1px solid #000;
	/* X?X****END IMAGE TROUBLESHOOTING*****/
}

.home-bullet-training_icon {
	clear:left;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	/* X?X*** BEGIN IMAGE TROUBLESHOOTING*** 
	**** TIP: ADD AN END COMMENT ON LINE BELOW TO ADD TROUBLESHOOT BOXES**** 
	display:marker;
	border: 1px solid #000;
	/* X?X****END IMAGE TROUBLESHOOTING*****/
}
/* **END 2 ICONS ON THE HOME PAGE**  */
/* **BEGIN CONTENT AREA FOR RIGHT BOX ON HOME PAGE ONLY**  */
.home-content-box {
	/* 	*****COMMENT*****
	HOME PAGE MAIN WRAPPER FOR THE RIGHT BOX
	Total width is now 960px;
	sidebar is: width: 240px; 
	should then be 720px....
	*****END COMMENT***** */
	background: #FFF;
	width: 668px;
	float: left;
	padding:26px;
	font-family: tahoma;
	color: #282f39;
}
.home-content-box h1{
	text-align:  center;
	font-size: 25px;
	color: #282f39;
	font-weight: bold;
}
.home-content-box h2{
	font-family: tahoma;
	font-size: 20px;
	color: #D7350F;
	font-weight: bold;
}
.home-content-box h3{
	font-family: tahoma;
	font-size: 12px;
	color: #D7350F;
	font-weight: bold;
}
.home-content-box h4 {
	font-size: 12px;
	color: #D7350F;
	font-weight: bold;
}
.home-content-box a {
	color: #D7350F;
}
.home-content-box ul li{
	font-family: tahoma;
	font-size: 16px;
	color: #282f39;
	font-weight:normal;
}
/* **BEGIN CONTENT AREA FOR RIGHT BOX ON HOME PAGE ONLY**  */
/******* This ENDS THE ITEMS SPECIFIC TO index.html, the HOME PAGE  *******/



/******* This BEGINS THE ITEMS SPECIFIC TO the pages that in the main body, that aren't the HOME Page*******/
.content {
	background: #FFF;
	width:960px;
	float: left;
	padding:25px;
	font-family: tahoma;
	font-size: 20px;
	color: #282f39;
}
.content h1{
	font-family: tahoma;
	font-size: 18px;
	color: #282f39;
	font-weight: bold;
}
.content h2{
	font-family: tahoma;
	font-size: 14px;
	color: #D7350F;
	font-weight: bold;
}
.content a {
	color: #D7350F;
}

.clear {
	clear: both;
}

.results-chart{
	float: left;
	padding-top:  10px;
	padding-left: 40px;
	width: 117px;
 	height:98px;
}

/*  Specific to the Full Width pages  ex:company.html  */
.FW-Text {
	background: #FFF;
	margin: 0 50px;
	font-family: tahoma;
}
.FW-Text h1 {
	font-size: 27px;
	color: #282f39;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	
}
.FW-Text h2 {
	font-size: 28px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	color: #D7350F;
	font-weight: bold;
}
.FW-Text h3 {
	font-family: tahoma;
	font-size: 22px;
	color:#000;
	font-weight: normal;
	padding-left: 50px;
}
.FW-Text h4 {
	font-family: tahoma;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	padding-left: 50px;
}

/*  ***BEGIN 3 BULLET LIST*** */
.FW-3BulletList {
	background: #FFF;
	font-family: tahoma;
	font-size: 16px;
	color: #000;
	margin: 0px;
	float: left;
	padding: 0px;
}
.Left_3Bullets {
	margin-left: 20px;
}

.Middle_3Bullets {
	margin-left: 20px;
}

.Right_3Bullets {
	margin-left: 20px;
}

.Bottom-left_3Bullets {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
/*  ***END 3 BULLET LIST*** */


/*  END OF ITEMS Specific to the Full Width pages  ex:company.html  */
/*  Specific to the services.html  */
.FW-SERVICES-bullet-services {
	background: #FFF;
	clear:left;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 60px;
	padding-right: 40px;
}
.FW-SERVICES-bullet-training {
	clear:left;
	margin-top: 0x;
	margin-right: 20px;
	margin-bottom: 100px;
	margin-left: 0;
	padding-left: 60px;
	padding-right: 40px;
}

.FW-SERVICES-Text {
	background: #FFF;
	margin: 0 50px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: tahoma;
	color: #282f39;
}
.FW-SERVICES-Text h1 {
	font-size: 27px;
	color: #282f39;
	font-weight: bold;
}
.FW-SERVICES-Text h2 {
	font-size: 28px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	color: #D7350F;
	font-weight: bold;
}
.FW-SERVICES-Text h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	color: #282f39;
	font-weight: bold;
}
.FW-SERVICES-Text h4 {
	font-size: 14px;
	color: #D7350F;
	font-weight: bold;
}
.FW-SERVICES-Text ul {
	font-family: tahoma;
	font-size: 20px;
	font-size: px;
	color: #000;
	font-weight: normal;
	margin-left:240px;
}

.FW-SERVICES-Text ul ul{
	font-family: tahoma;
	font-size: 20px;
	font-size: px;
	color: #000;
	font-weight: normal;
	margin-left:20px;
}
/*  END OF ITEMS Specific to the services.html  */

/*  This is the BEGINNING of the items specific to the company.html  */
.FW-COMPANY-Text {
	background: #FFF;
	margin: 0 50px;
	font-family: tahoma;
}
.FW-COMPANY-Text h1 {
	font-family: tahoma;
	font-size: 30px;
	color: #D7350F;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.FW-COMPANY-Text h2 {
	font-family: tahoma;
	font-size: 22px;
	color:#000;
	font-weight: normal;
	padding-left: 50px;
}
.FW-COMPANY-Text h3 {
	font-family: tahoma;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	font-style: normal;
}
/*  END OF ITEMS Specific to the company.html  */

/*  This is the BEGINNING of the items specific to the contactus.html  */
.FW-CONTACTUS-Text {
	background: #FFF;
	margin: 0 50px;
	font-family: tahoma;
}
.FW-CONTACTUS-Text h1 {
	font-family: tahoma;
	font-size: 30px;
	color: #D7350F;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.FW-CONTACTUS-Text h2 {
	font-family: tahoma;
	font-size: 22px;
	color:#000;
	font-weight: normal;
	padding-left: 50px;
}
.FW-CONTACTUS-Text h3 {
	font-family: tahoma;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	font-style: normal;
}
/*  END OF ITEMS Specific to the contactus.html  */


/*  This is the BEGINNING of the items specific to the testimonials.html  */
.FW-TESTIMONIALS-ICON {
	padding: 0;
	margin: 0px;
}
/*  This is the END of the items specific to the testimonials.html  */
/******* This ENDS THE ITEMS SPECIFIC TO the pages that in the main body, that aren't the HOME Page*******/

.TrajanPro_Font {
	font-family: Trajan Pro;
	color: #282f39;

}
