body{
	background-color: #FFFFFF;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	margin: 0 !important;
}

.wrapper {
	width: 100%;
}

.header {
	width: 100%;
	padding: 30px 0;
}

.logo {
	width: 100%;
	font-size: 60px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
	text-align: center;
	font-family: 'Arial Black', sans-serif;
}

.nav {
	width: 100%;
	padding: 10px 0;
	background-color: #0563C1;
	text-align: center;
	border-top: 1px solid #2785E3;
	border-bottom: 1px solid #2785E3;
}

.main {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: white;
	background-image: url("../img/tr-blue.png"), url("../img/header.png");
	background-position: center, center;
	min-height: 260px;
	padding-top: 40px;
}


.content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	padding-top: 10px;
}
.content h3 {
	text-align: center;
}

.col-one-third {
	width: 30%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 18px;
	padding: 10px;
}

#photo {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear:both;
}
.contact {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#conid h2{
	padding: 40px;
	border-bottom: 1px solid #0563C1;
}

.col-half {
	width: 45%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}


.footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}

.sticky {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 18px;
	height: 35px;
	line-height: 200%;
	display: inline-block;
}

ol a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

ol > li {
	float: left;
	width: 150px;
	height: 40px;
	border-right: 1px dashed #2785E3;
}

ol > li:first-child {
	border-left: 1px dashed #2785E3;
}

ol > li:hover {
	background-color: #38B0DE;
}

ol > li:hover > a {
	color: #000000;
}

ol > li > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 40px;
	display: none;
}

ol > li > ul > li {
	background-color: #0563C1;
	position: relative;
	z-index: 100;
	border-top: 1px dashed #2785E3;
}

ol > li:hover > ul {
	display: block;
}

ol > li > ul > li:hover {
	background-color: #38B0DE;
}

ol > li > ul > li:hover a {
	color: #000000;
}

.scrollup
{
	width: 64px;
	height: 64px;
	text-decoration: none;
	background: url("../img/up.png") no-repeat 0px 0px;
	position: fixed;
	right: 50px;
	bottom: 50px;
	display: none;
}

#form {
	background-image: url("../img/hexellence.png");
	-webkit-box-shadow: 0px 6px 26px 6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 26px 6px rgba(0,0,0,0.75);
	box-shadow: 0px 6px 26px 6px rgba(0,0,0,0.75);
	margin: 40px;
	padding: 20px 40px;
}

input[type=text] {
	border: 2px solid #ddd;
	border-radius: 5px;
	margin-top: 30px;
	font-size: 16px;
}

input[type=submit] {
	width: 300px;
	background-color: #0563C1;
	color: white;
	font-size: 16px;
	padding: 10px;
	margin-top: 10px;
	cursor: pointer;
	letter-spacing: 2px;
	border-radius: 7px;
	outline: none;
}

input[type=submit]:hover {
	width: 300px;
	background-color: #0341A0;
	color: white;
	font-size: 16px;
	padding: 10px;
	margin-top: 10px;
	cursor: pointer;
	letter-spacing: 2px;
	border-radius: 7px;
	outline: none;
}
