@charset "utf-8";
/* CSS Document */

html, body	{
margin: 0;
padding: 0;
height: 100%;
}

body {
background-color:#002b50;
font-family:Arial, Helvetica, sans-serif;
}

.wrapper {
position:relative;
min-height: 100%;
width: 1093px;
margin-left: auto;
margin-right: auto;
padding-bottom: 77px;
}

#header {
border: 2px #4A90E2 solid;
border-radius: 5px 5px 5px 5px;
height: 138px;
background: #4A90E2;
}

#banner	{
float: left;;
}

#social	{
float: right;
margin: 0px 18px 0px -20px;
}

#social ul {
list-style: none;
}

#social ul li { 
padding-bottom: 8px;
}

.navbar {
text-align:centre;
color: #4A90E2;
margin-top: 10px;
border: 2px #4A90E2 solid;
border-radius: 5px;
height: 28px;
}	

ul.site-navigation {
text-align: center;
list-style: none;
padding-left:25px;
}

ul.site-navigation li a{
	margin-top: -16px;
	padding: 5px 5px 5px 5px;
	width: 140px;
	float: left;
	color: white;
	font-weight: bold;
	font-size: 16px;
	text-decoration:none;
}

ul.site-navigation > li {
	position: relative;
    float:left;
	margin: 0
}

ul.site-navigation a:hover{
	font-weight: bold;
	color: #ff9601;
}

ul.site-navigation ul {
    list-style: none;
	border: 2px #4A90E2 solid;
	background-color: #002b50;
    z-index: 1000;
	margin-top: 13px;
    padding: 5px 5px 5px 5px;
    display: none;
	border-radius: 5px;
}

ul.site-navigation ul li {
     float: none;
 }

ul.site-navigation ul li a {
     font-size: 16px;
	 padding-top: 15px;
	 padding-right: 0px;
	 padding-bottom: 10px;
	 padding-left: 0px;
 }

ul.site-navigation li:hover ul {
    display: block;
    position: absolute;
	padding-top: 12px;
	width: 160px;
}

#content	{
    margin: 10px 0px -10px 0px;
    min-height: 100%;
    border: 2px #4A90E2 solid;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 0px 20px 20px;
    display: flex;
    flex-direction: column;
    }

#mySliderTabs	{
margin: 45px 0px -10px 0px;
min-height: 100%;
border: 2px #4A90E2 solid;
border-radius: 5px 5px 5px 5px;
padding: 10px 10px 10px 10px;
color: white;
}

.service-top-row {
    display: flex;
    width: 100%;
	margin-top: 10px;
}

#service-top-txt {
	color: #ff9601;
	font-size: larger;
}

#service-top-txt-reverse {
	color: #ff9601;
	font-size: larger;
	text-align: right;
}

.service-second-row {
    flex: 3; 
	padding-right: 20px;
}

.service-second-row p {
    text-align: left;
    color: white;
	margin-bottom: 20px;
}

.service-second-row h3 {
    text-align: center;
    color: white;
	margin-bottom: 50px;
}

.services-third-row {
    width:100%;
}
.service-third-row ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding-left: 0px;
	margin-top: -50px;
}

.service-third-row li {  
    flex: 1;
    display:inline ;
    text-align: center;
}

#button-txt {
    width: 90%;
    margin-top: 30px;
    margin-left: 50px;
    height: 35px;
    background-color: #00a8f3;
}

#button-txt h1 {
	width: 90%;
	margin-top: 30px;
    margin-left: 50px;
    height: 35px;
    color: #ff9601;
    text-align: center;
	text-decoration: none;
}

#button-txt h1:hover {
    width: 90%;
	margin-top: 30px;
    margin-left: 50px;
    height: 35px;
	color: #f5f5f5;
    background-color: #00a8f3;
    text-align: center;
}

#button-txt:hover {
    width: 90%;
    margin-top: 30px;
    margin-left: 50px;
    height: 35px;
    background-color: #00a8f3;
	box-shadow: 0px 0px 20px 10px #ff9601;
}

#footer	{
height:50px;
position:absolute;
bottom:0;
left:0;
border-width: 2px 2px 0px 2px;
border-color: #4A90E2;
border-style: solid;
border-radius: 5px 5px 0px 0px;
padding: 10px 5px 5px 5px; 
margin-bottom: -10px;
color: white;
text-align: center;
}

h1 {
color: white;
margin: 8px 0px 30px 0px;
}

.service-second-link p:hover {
color: #ff9601;    
}

table {
width: 1058px;	
}

td h3 {
margin: 5px 0px 0px 0px;
}

td p {
margin: 5px 0px 5px 0px;	
}

.serviceimage {
width: 300px;
height: auto;
text-align:center;
}

