object {outline:none;}
a {outline:none;}

html {width:100%;}

body {
	font: 100% Arial,Verdana, Helvetica, sans-serif;
	background: #000229;
	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: #072d54;
	font-size:13px;
	width:100%;
	min-width:930px;
}

a {
	color:#498eff;
	text-decoration:none;
}
a:hover {
	color:#072d54;
	text-decoration:none;
}

ul {
	list-style-image:url('../images/bluedot.gif');
}

h1 {
	font-size:22px;
	padding-left:0px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
}
h2 {
	font-size:14px;
	padding-left:0px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:10px;
	margin-bottom:0px;
}
h3 {
	font-size:14px;
	color:#498eff;
	padding-left:0px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
}
h4 {
	padding-left:0px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
}

.ro {
	cursor:pointer;
}





#header {
	width:100%;
	background: #000229;
	height:114px;
	color:#bbbdc8;
	margin: 0 auto;
}
#header a {
	color:#bbbdc8;
	text-decoration:underline;
}
#header a:hover {
	color:#bbbdc8;
	text-decoration:none;
}

#header #headerLogo {
	float:left;
	margin-left:-10px;
}





#header #extra {
	position:absolute;
	margin-top:0px;
	top:8px;
	margin-left:205px;
	width:720px;
	text-align:right;
	padding:0px;
	font-size:11px;
	list-style:none;
	list-style-image:none;
	z-index:10;
}



#header #extra li {
	list-style:none;
	list-style-image:none;
	display:inline;
}

#header #extra li ul li {
	display:block;
	text-align:right;
}

#header #extra li ul li a	{
	text-decoration:none;
	color:#FFF;
}
#header #extra li ul li a:hover	{
	text-decoration:underline;
}
#header #extra .langBtn {
	color:#498eff;
	text-decoration:none;
	display:inline;
	text-decoration:none;
}
#header #extra .langBtn:hover {
	text-decoration:underline;
}


#header #extra li ul {
	background-color:#498eff;
	width:47px;
	display:none;
	padding:0;
	margin:0;
	padding-right:8px;
	padding-top:5px;
	padding-bottom:10px;
	margin-left:667px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#mainContainer {
	width:100%;
	background: #f1f1f9;
	min-width:930px;
}

#header .contentStuff #mainMenu {
	float:left;
	margin-top:35px;
	margin-left:21px;
}

.contentStuff {
	width:925px;
	text-align: left;
	margin: 0 auto;
}


#mainContent {
	background: #f1f1f9;
	width:100%;
	padding-top:40px;
	padding-bottom:35px;
	margin: 0 auto;
	min-height:500px;
}

#side_menu {
	width:220px;
	float:left;
}

#side_menu .linkHolder {
	border-bottom:#bbbdc8 1px solid;
	width:190px;
	margin-bottom:5px;
	height:20px;
	font-size: 11px;
}

#side_menu a {
	font-size: 11px;
	line-height:16px;
	color:#072d54;
}

#side_menu a:hover {
	color:#498eff;
}

.page_title {
	width:600px;
}
.page_title h1 {
	width:570px;
	margin-top:-5px;
	padding-top:0px;
}
.page_title #sub {
	width:450px;

}






#page_content {
	width:563px;
	margin-top:0px;
	padding-top:0px;
	border-top: 1px #b5b5b5 solid;
}

.tctContent {
	padding-bottom:20px;
}

#page_content_with_menu {
	float:left;
	width:600px;
	border-left:#bbbdc8 1px solid;
	padding:0px;
	margin:0px;
	padding-left:30px;
}

#page_content_with_menu p {
	width:450px;
}


#page_content_with_menu ul {
	margin:0px;
	padding:0px;
	padding-left:15px;
}

#page_content_with_menu ul li {
	margin:0px;
	padding:0px;
	color:#498eff;
}
#page_content_with_menu ul li p {
	margin-top:0px;
	margin-left:0px;
	color:#072d54;
}
#page_content_with_menu ul li.sep {
	margin-left:0px;
	padding-left:0px;
	padding-top:20px;
	margin-bottom:20px;
}
#page_content_with_menu ul li #img {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	border-radius: 10px;
	border: 1px solid #d3d3d3;
	width:87px;
	height:87px;
	float:left;
	text-align:center;
	overflow:hidden;
}
#page_content_with_menu ul li #img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#page_content_with_menu h4 {
	color:#072d54;
	font-size:14px;
}
#page_content_with_menu h3 {
	color:#498eff;
}

#readMoreText p{
	width:600px;
}
#readmore_date {
	color:#818290;
	font-size:10px;
}
#readMoreText h1 {
	font-size:16px;
}


#page_content_with_menu ul li #affil_item, #page_content_with_menu ul li #test_item {
	margin-left:110px;
}

#affil_stuff ul {
	list-style:none;
	list-style-image:none;
	padding-left:0px;
}
#affil_stuff ul li{
	color:#072d54;
}

#affil_stuff p {
	margin-top:0px;
	margin-bottom:0px;
}


#testisStuff ul {
	list-style:none;
	list-style-image:none;
	padding-left:0px;
}


#supplier_stuff ul {
	padding-left:0px;
	margin-left:0px;
}
#supplier_stuff ul li #img {
	margin-left:0px;
	margin-right: 30px;
	margin-bottom: 30px;
}
#supplier_stuff ul li {
	display:inline;
}


/*
#faq_content {
	float:left;
	width:690px;
	border-left:#bbbdc8 1px solid;
}


#faq_content ul li {
	color:#498eff;

}
*/

#about_us {
	margin-top:30px;
}
#about_us ul {
	margin-top:30px;
	color:#498eff;
}

#about_us ul li {
	color:#072d54;
	margin-bottom:15px;
	width:450px;
}


#tctImg {
	margin-bottom:40px;
}



#team_big {
	margin-bottom:30px;
}

#team_big img {
	float:left;
}
#team_big #big_text {
	float:left;
	margin-left:20px;
}
#team_big h1 {
	font-size:18px;
	color:#498eff;
	margin:0px;
}
#team_big h2 {
	font-size:14px;
	color:#737373;
	margin-top:0px;
	font-weight:normal;
}

#the_team {
	margin-top:30px;
}
#the_team p {
	width:600px;
}
#the_team ul {
	list-style:none;
	list-style-image:none;
	margin-top:30px;
	padding-left:0px;
	padding-right:0px;
	width:800px;
}
#the_team ul li {
	display:inline;
	width:130px;
	float:left;
	margin:0;
	padding:0;
	margin-right:40px;
	height:260px;
}
#the_team ul li img {
	float:left;
	margin-bottom:5px;
}
#the_team ul li h1 {
	color:#498eff;
	font-size:16px;
	margin:0px;
	width:130px;
}
#the_team ul li h2 {
	color:#909090;
	font-size:13px;
	margin:0px;
	font-weight:normal;
	width:150px;
}

ul li.sep {
	height:1px;
	border-bottom: #bbbdc8 1px solid;
	margin-top:25px;
	margin-bottom:25px;
	list-style:none;
	list-style-image:none;
	margin-left:-15px;
}





#contactNote {
	color:#e30000;
	margin-bottom:10px;
}
#img_ver {
	margin-top:10px;
	margin-bottom:3px;
}

#flashMovie {
	margin-top:30px;
}

.brHieght10 {
	line-height:2px;
}

input,textarea {
	-webkit-border-radius: 10px;     /*for Safari */
	-moz-border-radius: 10px;      /*  for Firefox */
	border: #bbbdc8 1px solid;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	margin-top:10px;
}

input {
	width:265px;
	height:20px;
}




textarea {
	height:105px;
	width:320px;
	font-size:13px;
	padding-right:0px;
	font: 100% Arial,Verdana;
	overflow: auto;
}



#site_map {
	color:#FFF;
	margin-left:140px;
	background:#bfc4cc;
}
#site_map .menu_group {
	float:left;
	font: 100% Arial;
	font-size:11px;
	line-height:17px;
	margin-left:30px;
}
#site_map .menu_group .title {
	font-size:13px;
}

#site_map .menu_group ul {
	margin:0;
	padding:0;
	padding-top:12px;
	list-style:none;
	list-style-image:none;
}

#site_map .menu_group:hover {
	color: #072d54;
}
#site_map .menu_group ul li a:hover {
	color: #072d54;
}
#site_map .menu_group ul li a {
	color:#FFF;
	text-decoration:none;
}

.listTitle {
	margin-left:-15px;
	margin-top:30px;
	margin-bottom:30px;
}

.unique_ben_li {
	line-height:18px;
}

#members_login {
	width:400px;
	margin-left:220px;
	padding-left:30px;
	border-left:#bbbdc8 1px solid;
}
#lostPass {
	margin-top:75px;
}

#sendIt {
	margin-top:9px;
	margin-right:112px;
	float:right;
}

#stay_in_box {
	float:left;
	margin-top:15px;
	color:#498eff;
}

#stay_in_box input {
	width:14px;
	height:14px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	margin-left:0px;
	margin-top:0px;
	vertical-align:middle;
}

#statusMsg {
	margin-left:10px;
}
#statusMsg_mem {
	margin-top:10px;
}
#statusMsg.good {
	color:green!important;
}


#footer {
	margin: 0 auto;
	margin-top:30px;
	padding-top:26px;
	padding-bottom:26px;
	background:#bfc4cc;
	width:100%;
}

#footer #credit {
	color:#FFF;
	border-top: 1px #FFF solid;
	margin-top:30px;
	font-size:10px;
	padding-top:5px;
	text-align:right;
}
#footer #credit img {
	vertical-align:bottom;
	margin-top:-1px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#cust_serv {
	float:left;
	font-size:15px;
}



.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;
}
