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

body {
	background-color: #095473;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #FFF
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 180%;
	color: #e7c998;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	color: #e7c998;
}

#banner {
	position: relative;
	height: 128px;
    border-bottom: solid 3px #ffffff;
}

#bannerContent {
	position: relative;
	width: 705px;
	height: 128px;
	border-left: solid 3px #ffffff;
	border-right: solid 3px #ffffff;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	position: relative;
	padding: 12px 0 0 15px;
	width: 350px;
	}

#bannerContacts {
	float: right;
	width: 220px;
	padding: 30px 0px 0 0;
	}

#middleBackground {
	position: relative;
	background-color: #5a8ca1;
}

#middleContainer {
	position: relative;
	width: 705px;
	height: auto !important;
    min-height: 502px;
    height: 502px;
	border-left: solid 3px #ffffff;
	border-right: solid 3px #ffffff;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	position: relative;
    border-top: solid 3px #ffffff;
}

#footerContent {
	position: relative;
	width: 695px;
	height: 110px;
	border-left: solid 3px #ffffff;
	border-right: solid 3px #ffffff;
	border-bottom: solid 3px #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding: 10px 10px 0 0;
}

#leftContainer {
	position: relative;
	width: 487px;
}

#rightContainer {
	float: right;
	background-color: #b8e1ff;
	width: 215px;
	height: auto !important;
    min-height: 502px;
    height: 502px;
	background-image: url(images/background/menu-back.jpg);
	border-left: solid 2px #ffffff;
}

#menu {
	position: relative;
	width: 170px;
	padding: 25px 0 0 10px;
	font-size: 135%;
	text-align: right;
	line-height: 1.5;
	color: #095473;}

#leftTop {
	position: relative;
	height: 201px;
	border-bottom: solid 2px #ffffff;
}

#leftFull {
	position: relative;
	height: 500px;
	background-color: #095473;
	border-right: solid 2px #ffffff;
	padding: 0px 10px 0 10px;
}

#about {
	float: right;
	width: 200px;
	height: 171px;
	padding: 30px 30px 0 30px;
	border-left: solid 2px #ffffff;
	background-color: #095473;
}

#leftBottom {
	position: relative;
	height: 299px;
}

#testimonials {
	position: relative;
	width: 162px;
	height: 269px; 
	padding: 30px 30px 0 30px;
	background-color: #095473;
}

#jobsGallery {
	float: right;
	width: 200px;
	height: 269px;
	padding: 30px 30px 0 30px;
	border-left: solid 2px #ffffff;
	background-color: #31718c;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #989898;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}
.red-text {
	color: #F00;}
.whiteUnderlineText{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 80%;
}
.whiteUnderlineText A:link {color: #FFFFFF;}
.whiteUnderlineText A:visited {color: #FFFFFF;}
.whiteUnderlineText A:active {color: #FFFFFF;}
.whiteUnderlineText A:hover {color: #989898;}


a.blueText:link {color: #095473;}
a.blueText:visited {color: #095473;}
a.blueText:active {color: #095473;}
a.blueText:hover {color: #095473;}