html {
	height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	height: 100%;
	width: 100%;
}

.global-wrapper {
	position: relative;
	min-height: 100%;
	min-width: 940px;
	height: auto !important;
	height: 100%;
}

.global-footer {
	position: relative;
	height: 100px;
	min-width: 940px;
	border-top: 1px dashed #dbdbdb;
}

.empty {
	height: 400px;
}

.container-fixed {
	width: 940px;
	position: relative;
	margin: 0px auto;
}

.content {
	padding: 40px 0;
}

.float-left {
	float: left;
}

.align-center {
	text-align: center;
}

.small-text {
	font-size: 12px;
	line-height: 18px;
}

.white-bg {
	background-color: #ffffff;
}

.gray-bg {
	background-color: #efefef;
}

body {
	background-color: #fafafa;
	color: #363636;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

.header-wrapper {
	border-bottom: 1px solid #dcdcdc;
}

.header {
	height: 60px;
}

.header .logo {
	display: block;
	float: left;
	height: 30px;
	width: 140px;
	margin-top: 15px;
}

.wrapper-main-menu {
	height: 40px;
	background-color: #4f4f4f;
}
.wrapper-main-menu .main-menu {
	margin: 4px 0 0 -20px;
	padding: 5px 0 5px 0px;
	float: left;
}
.wrapper-main-menu .main-menu li {
	display: inline-block;
	*display: inline;
	color: #363636;
	padding-left: 40px;
	font-size: 14px;
	vertical-align: middle;
}
.wrapper-main-menu .main-menu li.current {
	background-image: url("../images/menu-marker.png");
	background-repeat: no-repeat;
	background-position: 25px 6px;
}
.wrapper-main-menu .main-menu li a {
	color: #d2d2d2;
	text-decoration: none;
}
.wrapper-main-menu .main-menu li a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.wrapper-main-menu .main-menu .current a {
	color: #ffffff;
}

.footer {
	padding: 40px 0px;
	height: 260px;
}

.footer .footer-block {
	width: 160px;
	margin-right: 20px;
	float: left;
}

.footer .footer-block .footer-block-heading {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.footer .footer-block .footer-block-list {
	list-style: none;
	padding: 0px;
}

.footer .footer-block .footer-block-list li {
	font-size: 12px;
	margin-bottom: 20px;
	color: #363636;
	height: 18px;
}

.footer .footer-block .footer-block-list li a {
	color: #363636;
	text-decoration: none;
}

.footer .footer-block .footer-block-list li a:hover {
	text-decoration: underline;
	color: #ff8400;
}

.footer .footer-block .footer-block-list.social-list li .link-icon {
	background-image: url("images/footer-social-sprite.png");
	background-repeat: no-repeat;
	width: 16px;
	height: 18px;
	display: block;
	float: left;
	margin-right: 9px;
}

.footer .footer-block .footer-block-list.social-list li a {
	display: block;
	clear: both;
}

.footer .footer-block .footer-block-list.social-list li a:hover .twitter {
	background-position: right 2px;
}

.footer .footer-block .footer-block-list.social-list li a:hover .facebook {
	background-position: right -18px;
}

.footer .footer-block .footer-block-list.social-list li a:hover .google {
	background-position: right -38px;
}

.footer .footer-block .footer-block-list.social-list li a:hover .linkedin {
	background-position: bottom right;
}

.footer .footer-block .footer-block-list.social-list li a .twitter {
	background-position: left 2px;
}

.footer .footer-block .footer-block-list.social-list li a .facebook {
	background-position: left -18px;
}

.footer .footer-block .footer-block-list.social-list li a .google {
	background-position: left -38px;
}

.footer .footer-block .footer-block-list.social-list li a .linkedin {
	background-position: bottom left;
}

.footer .footer-block.login-block .login-block-bg .footer-block-heading {
	margin-bottom: 10px;
}

.copyright-wrapper {
	border-top: 1px dashed #dbdbdb;
}

.copyright {
	font-size: 12px;
	padding-top: 18px;
}

h1,
h2,
h3,
h4 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0;
}

h1 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
}

h2 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 15px;
}

h3 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
}

a {
	color: #4869a9;
	text-decoration: none;
}

a:hover {
	color: #ff8400;
	text-decoration: underline;
}

p {
	margin: 0 0 20px;
}

.gray {
	color: #868686;
}

.splitter {
	height: 0px;
	border: 0 none;
	background: none;
	margin: 0 0 20px;
}

.splitter.splitter-dashed {
	border-bottom: 1px dashed #dbdbdb;
}

.tel-orange, .tick-green {
	margin: 0;
}

.tel-orange {
	list-style-image: url("images/tel-orange.png");
}

.tick-green {
	list-style-image: url("images/tick-green.png");
}

.grey-block {
	border: 1px solid #dcdcdc;
	background: #eeeeee;
	padding: 10px;
}