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


* {
	font-size: 13px;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:14px;
}
#gbg {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: none;
	background-color: #17508B;
}
#bar1 {
	height: 30px;
}
#bar1:link,
#bar1:visited {
	color: #eeeeee;
}
.std-width {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	top: 0px;
	left: 0px;
}
#bar1 .std-width {
	height: 30px;
}
#tagLine {
	display: none;
}
#topPhone {
	width: 100%;
	height: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #eee;
	position: absolute;
	text-align: center;
	top: 7px;
	left: 0px;
}
#topVisit {
	display: none;
}
#topVisit a:link,
#topVisit a:visited {
	text-decoration: none;
	color: #eee;
}
#bar2 {
	height: 130px;
	background-image: url(../images/head-bg.png);
}
#bar2 .std-width {
	height: 130px;
}
#logo {
	height: 58px;
	width: 100%;
	background-image: url(../images/LOGO-mobile.png);
	position: absolute;
	left: 0px;
	top: 40px;
	background-repeat: no-repeat;
	background-position: center;
}
#bar2 #images {
	display: none;
}
#bar2 #images img {
	display: none;
}
#bar3 {
	padding-top: 15px;
}
#menu {
	width: auto;
	float: none;
}
#mobileMenu {
	display: none;
}
.menuItem.mobileOnly {
	border-top: 1px solid #fff;
}
.menuItem {
	width: auto;
}
#content {
	width: auto;
	margin-top: 10px;
	border-top: 8px solid #BBB;
	border-bottom: 8px solid #BBB;
	border-left: none;
	border-right: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	min-height: 0px;
	float: none;
}
.clear {
	clear: both;
}
#bar4 {
	margin-top: 10px;
	height: 35px;
	background-image: none;
}
#bar4 .std-width {
	height: 35px;
	position: relative;
	top: 0px;
	left: 0px;
}
#bar4 div {
	padding-top: 10px;
	color: #eee;
	font-size: 12px;
	font-weight: bold;
}
#copyright {
	width: auto;
	text-align: center;
	position: static;
	left: auto;
}
#address {
	width: auto;
	position: static;
	text-align: center;
	left: auto;
}
#phoneBottom {
	width: auto;
	text-align: center;
	position: static;
	right: auto;
	padding-bottom: 10px;
}
.technologies-head {
	color: #eeeeee;
	background-color: #17508B;
	padding-right: 5px;
	padding-left: 5px;
}
.technologies-column {
	padding-top: 15px;
	float: none;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
}
.technologies-content {
	padding-right: 5px;
	padding-left: 5px;
}
.technologies-table {
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
}

.mobileOnly {
	display: block;
}
.desktopOnly {
	display: none;
}

