/* CSS Document */

html 
{
	height: 100%;
	margin: 0 0 1px 0;
}

body 
{
	font-family:Arial, Helvetica, sans-serif;
	margin-right:0px; 
	margin-left:0px; 
	margin-top:0px; 
	margin-bottom:0px; 
	padding:0px;
	text-align: center;
    background-color:#f6f5f5;
	color: #383838; 
}

h1 
{
	font-size:18px; 
	color: #930400;
	font-weight:200;
	padding-bottom:15px;
}

h2 
{
	font-size:12px; 
	color: #930400;
}

A:link 
{ 
	text-decoration: underline; 
	color:#930400;
}

A:hover 
{ 
	text-decoration: none; 
	color:#930400;
}

A:visited
{
	text-decoration: underline; 
	color:#930400;
}

p 
{
	font-size:13px;
	line-height:145%;
}

li 
{
	font-size:13px;
	line-height:145%;
}

p.clients
{
	padding-bottom:12px;
	padding-top:5px;
}

.clients
{
	margin-left:15px;
	margin-right:20px;
}

ul 
{
	font-size:14px; 
	color: #383838;
	list-style: square;
	/*	list-style-image: url(../images/icon.gif); */
}

#viewpane 
{
	width:992px;
	background-color: white;
	margin: 0 auto;	
		/* Center everything */
	text-align:left;
}

#submain 
{
	position:relative; 
	width:992px;
	text-align:left;
	background-color:#fff;
	border-left: 1px solid #e4d8ee;
	border-right: 1px solid #e4d8ee;
	border-bottom: 1px solid #e4d8ee;
	margin-bottom:20px;
}

#header 
{
	position:relative; 
	width:992px; 
	height:114px;
	background-image:url(../images/generic/header.jpg);
}

#navbar 
{
	position:relative; 
	width:992px; 
	height:33px;
	top:-2px;
	background-image:url(../images/generic/navbar.gif);
	background-repeat:repeat;
}

#menu_text 
{
	height:auto;
	width:992px;
	text-align:center;
	font-size:12px;
	line-height:30px;
}

#menu_text a 
{
	text-decoration:none; 
	color:#000;
	padding-right:20px;
	padding-left:20px;
}

#menu_text a:hover 
{
	text-decoration:underline;
	color:#930400;
}


/*styles */

#testimonials 
{
	position:relative; 
	width:672px;
	height:125px;
	background-image:url(../images/generic/testimonials_background.jpg);
}

#testimonials_text
{
	position:relative;
	left:170px;
	top:35px;
	width:480px;
	height:70px;
}

/* content */

.ClientsContent
{
	width:992px;
	background-color: white;
}

div.content 
{
	width:640px;
	margin-bottom:5px;
}

div.content a:link 
{ 
	text-decoration: underline; 
	color:#930400;
}

div.content a:hover 
{ 
	text-decoration: none; 
	color:#930400;
}

#experience_section
{
	border:1px solid #e4d8ee;
	padding:5px;
	margin-bottom:20px;
	margin-right: 5px;
	margin-left: 5px;
}

#experience_title_text
{
	color:#fff;
	padding-left:5px;
	padding-top:10px;
	font-weight:200;
	font-size:15px;
}

#experience_alpha_title
{
	height:40px;
	background-image:url(../images/generic/experience_alpha.jpg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	background-position:center top;
}

#experience_bravo_title
{
	height:40px;
	background-image:url(../images/generic/experience_bravo.jpg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	background-position:center top;
}

#experience_charlie_title
{
	height:40px;
	background-image:url(../images/generic/experience_charlie.jpg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	background-position:center top;
}

#footer 
{
/*	position:relative;*/
	position: sticky;
	bottom: 0;
	float:left;
	width: 100%;
	height:10px;
	text-align:center;
	padding-bottom:20px;
	background-color: white;
}

#footer_text 
{
	color:#666;
	font-size:10px;
}

/*Scroller*/

#pscroller1
{
	width: 480px;
	height: 60px;
	padding: 5px;
	color: #930400;
	font-size:13px;
}



/* Style tab links */
.tablink 
{
	background-color: #555;
	color: white;
/*	float:left; */
	border:none; 
	outline:none; 
	cursor: pointer;
/*	padding: 34px 16px; */
	margin-left: 2px; 
	margin-right: 2px; 
	font-size: 17px;
	width: 33%;
	height:200px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: blue;
  display: none;
  padding: 0px;
}

.ClientText{
	margin-left:10px;
	margin-right:10px;
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: center;
}

.ClientHeader{
	margin-left:10px;
	margin-right:10px;
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: center;
	font-size: 120%;
}

.ClientLogo{
	margin-left:15px;
	margin-right:15px;
	width:80px;
	text-align: center; 
}

.ClientCategory{
	margin-left:15px;
	margin-right:15px;
	text-align: center; 
}

#Home {background-color: red;}
#News {background-color: green;}
#Contact {background-color: blue;}
#About {background-color: orange;}
#ClientTypes 
{
/*	background-color: blueviolet; */
	display: flex;
	justify-content: center;
}

.OurClientsTable 
{
	width:988px;
	border:none;
	border-collapse: collapse;
	margin: 0 auto;
}

.OurClientsTable td 
{
	border: 1px solid black;
}

#StaticHeader {
			position: sticky;
		top: 0;

}

.align-right-medium {
	float:right;
	margin-right: 10px;
	margin-left: 10px;
}

.align-left-medium {
	float:left;
	margin-right: 10px;
	margin-left: 10px;
}

.HomePageTable 
{
	background-color:white;
	width:988px;
	border:none;
	border-collapse: collapse;
	margin: 0 auto;
}

