@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}
html, body {
	color: #666666;
	font-size: 0.97em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	background-color: #E9E9E9;
}
p {
	margin-top: 0px;
	margin-bottom: 1em;
	padding-top: 0px;
}
h1 {
	font-size: 2.6em;
	font-weight: normal;
	line-height: 1.5em;
	color: #238CC3;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
}
h2 {
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 0.33em;
	color: #238CC3;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0 0 0.33em;
}
h4 {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0 0 0.33em;
	color: #F4F4F4;
}
/*------------- SMALLER TEXT -------------*/
.smaller_text {
	font-size: 0.8em;
}
.smaller_text_left {
	font-size: 0.8em;
	text-align: left;
	line-height: 1.4em;
}
.smaller_text_right {
	font-size: 0.8em;
	text-align: right;
}
.smaller_text_center {
	font-size: 0.8em;
	text-align: center;
}
.smaller_text_just {
	font-size: 0.8em;
	text-align: justify;
}
/*------------- LARGER TEXT -------------*/
.larger_text {
	font-size: larger;
	margin-bottom: 0.5em;
	line-height: 1.3em;
}
.larger_text_left {
	font-size: larger;
	text-align: left;
	margin-bottom: 1em;
	line-height: 1.3em;
}
.larger_text_right {
	font-size: larger;
	text-align: right;
	margin-bottom: 1em;
	line-height: 1.3em;
}
.larger_text_center {
	font-size: larger;
	text-align: center;
	margin-bottom: 1em;
	line-height: 1.3em;
}
.larger_text_just {
	font-size: larger;
	text-align: justify;
	margin-bottom: 1em;
	line-height: 1.3em;
}
/*------------- TEXT ALIGNMENT -------------*/
.justify {
	text-align: justify;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
/*------------- HORIZONTAL RULE -------------*/
hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #919191;
}
/*------------- CLEAR -------------*/
.clear {
	clear: both;
}
/*------------- FORMS -------------*/
.checkbox_label {
	background-color: #252525;
	cursor: pointer;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 2px solid #404040;
	border-radius: 5px;			/*corner radius*/
	-webkit-border-radius: 5px;	/*corner radius*/
	-moz-border-radius: 5px;	/*corner radius*/
}
.checkbox_label:hover {
	background-color: #333333;
	border: 2px solid #666666;
	color: #A3B8EF;
}
.checkbox_label:active {
	background-color: #666666;
	border: 2px solid #CCCCCC;
	color: #A3B8EF;
}
.contact_input {
	color: #666666;
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #999999;
	width: 50%;
	margin-bottom: 2px;
	font-size: 1.1em;
	border-radius: 6px;			/*corner radius*/
	-webkit-border-radius: 6px;	/*corner radius*/
	-moz-border-radius: 6px;	/*corner radius*/
}
.contact_text_area {
	color: #666666;
	background-color: #FFFFFF;
	padding: 6px;
	border: 1px solid #999999;
	width: 50%;
	margin-bottom: 20px;
	font-size: 1.1em;
	border-radius: 6px;			/*corner radius*/
	-webkit-border-radius: 6px;	/*corner radius*/
	-moz-border-radius: 6px;	/*corner radius*/
}
.submit-button {
	color: #FFFFFF;
	background-color: #F87F1B;
	text-align: center;
	font-size: 1.2em;
	width: auto;
	cursor: pointer;
	padding-top: 4px;
	padding-right: 40px;
	padding-bottom: 4px;
	padding-left: 40px;
	font-weight: bold;
	border-radius: 6px;			/*corner radius*/
	-webkit-border-radius: 6px;	/*corner radius*/
	-moz-border-radius: 6px;	/*corner radius*/
	border: 1px solid #999999;
}
.submit-button:hover {
	background-color: #298ABA;
	color: #FFFFFF;
	border: 1px solid #666666;
}
/*-------------------------------- TABLES --------------------------------*/


/*--------------- LISTS ---------------*/

ul {
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 0.3em;
	padding-left: 1em;
	list-style-type: square;
	font-size: 1.1em;
}
li {
	line-height: 1.2em;
	text-align: left;
	margin-top: 0.1em;
	margin-bottom: 0.3em;
	margin-left: 0.1em;
}
ol {
	text-align: left;
	margin-top: 0.3em;
	margin-bottom: 1em;
	margin-left: 1em;
	padding-left: 0.75em;
}
/*--------------- GALLERY LISTS ---------------*/
.ul_gallery {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.ul_gallery li {
	float: left;
	margin-right: 13px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.ul_gallery li img {
	border: 1px solid #FF0000;
}
.ul_gallery li img:hover {
	border: 1px solid #0066FF;
}
/*-------------- LINKS --------------*/

a:link {
	color: #FC6B1A;
	text-decoration: none;
}
a:visited {
	color: #FC6B1A;
	text-decoration: none;
}
a:hover {
	color: #298ABA;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
/*------link in a box------*/

.link_in_a_box a:link { /*---don't forget to mirror these rules below---*/
	width: auto;
	display: inline-block;
	font-weight: normal;
	background-color: #F87F1B;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 10px;			/*corner radius*/
	-webkit-border-radius: 10px;	/*corner radius*/
	-moz-border-radius: 10px;		/*corner radius*/
}
.link_in_a_box a:visited { /*---don't forget to mirror these rules above---*/
	width: auto;
	display: inline-block;
	font-weight: normal;
	background-color: #F87F1B;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 10px;			/*corner radius*/
	-webkit-border-radius: 10px;	/*corner radius*/
	-moz-border-radius: 10px;		/*corner radius*/
}
.link_in_a_box a:hover {
	background-color: #298ABA;
	text-decoration: none;
 -webkit-transition-duration:.3s;
}
/*--------------- IMAGES ---------------*/

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.img_border {			/*---with link---*/
	border: 1px solid #999999;
}
.img_border:hover {		/*---with link---*/
	border: 1px solid #FFFFFF;
}
.img_border_no_link {	/*---without link---*/
	border: 1px solid #999999;
}
/*--------------------------------- INDEX ONLY ---------------------------------*/

#index-stage-wrap {
	width: auto;
	min-width: 960px;
	height: 450px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #0062AA;
	background-image: url(../graphics/index/index-stage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#index-stage-wrap h1 {
	display: none;
}
#index-stage-wrap p {
	display: none;
}
#index-stage {
	width: 960px;
	min-width: 960px;
	height: 450px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#index-left_col {
	width: 400px;
	float: left;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	background-image: url(../graphics/global/Theodolite-211px.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#index-left_col h2 {
	color:#238CC3;
	font-size: 2.4em;
}
#index-right_col {
	width: 520px;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*--------------------------------- INDEX WHAT WE DO COLUMN ---------------------------------*/

.what-we-do-image {
	float:left;
	width:120px;
	margin-right:10px;
}
.what-we-do-text {
	float:left;
	width:270px;
}
.what-we-do-text h3 {
	font-size: 1.4em;
	line-height: 1em;
	color: #238CC3;
}
.what-we-do-text p {
	font-size: 0.85em;
	line-height: 1.3em;
	text-align: justify;
}
/* =-=-=-=-=-=-=-------------[EMAIL HEAD HOVER]-------------=-=-=-=-=-=-=- */

.email_head_hover_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 259px;
	height: 28px;
	position: relative;
	top: 59px;
	left: 588px;
}
.email_head_hover_ul li {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 259px;
	height: 28px;
	background-image:url(../graphics/global/e-mail-head-hover.png);
	background-repeat:no-repeat;
	text-indent: -9999px;
}
.email_head_hover_ul li a {
	display:block;
	height:28px;
	text-indent:-9999px;
	cursor: pointer;
}
#email_head_hover_li {
	background-position: 0px 0px;
}
#email_head_hover_li.active, #email_head_hover_li:hover {
	background-position: 0px -28px;
}
/* =-=-=-=-=-=-=-------------FREE PROPOSAL BUTTON HOVER-------------=-=-=-=-=-=-=- */

.free_proposal_hover_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 259px;
	height: 50px;
	position: relative;
	top: 342px;
	left: 700px;
}
.free_proposal_hover_ul li {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 259px;
	height: 50px;
	background-image:url(../graphics/index/free-proposal-button.png);
	background-repeat:no-repeat;
	text-indent: -9999px;
}
.free_proposal_hover_ul li a {
	display:block;
	height:50px;
	text-indent:-9999px;
	cursor: pointer;
}
#free_proposal_hover_li {
	background-position: 0px 0px;
}
#free_proposal_hover_li.active, #free_proposal_hover_li:hover {
	background-position: 0px -50px;
}
/*--------------------------------- NAVIGATION BAR ---------------------------------*/

#nav-bar-wrap {
	width: auto;
	min-width: 960px;
	height: 68px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #003366;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #F87F1B;
}
#nav-bar {
	width: 960px;
	height: 68px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*--------------------------------- HEADER ---------------------------------*/

#header-wrap {
	width: auto;
	min-width: 960px;
	height: 170px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #0062AA;
	background-image: url(../graphics/global/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header-wrap h1 {
	display: none;
}
#header-wrap p {
	display: none;
}
#header {
	width: 960px;
	min-width: 960px;
	height: 170px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*---------------------------------- CONTENT ----------------------------------*/

#content {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
.display_none {
	display: none;
}
.content-ground {
	background-image: url(../graphics/global/quadrant-big-white.jpg);
	background-repeat: no-repeat;
	background-position: 705px 10px;
	overflow: visible;
}
.proposal-page-ground {
	background-image: url(../proposal/Free-Proposal-survey-plat-280px.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: visible;
}


/*----------------------- CONTENT COLUMNS -----------------------*/

#left_col {
	width: 460px;
	float: left;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#left_col p {
	text-align:justify;
}
#right_col {
	width: 460px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#right_col p {
	text-align:justify;
}
/*----------return to top BUTTON----------*/

.return_to_top_button a {
	float: right;
	text-align: center;
	font-weight: bold;
	display: block;
	background-color: #3B3B3B;
	margin-right: 1px;
	margin-top: 15px;
	margin-bottom: 1px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-radius: 6px;			/*corner radius*/
	-webkit-border-radius: 6px;	/*corner radius*/
	-moz-border-radius: 6px;	/*corner radius*/
}
.return_to_top_button a:hover {
	background-color: #565656;
	text-decoration: none;
}
/*--------------------------------- FOOTER WRAP ---------------------------------*/

#footer-wrap {
	width:auto;
	background-color: #999999;
	height: auto;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
/*--------------------------------- FOOTER ---------------------------------*/

#footer {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 0.9em;
	color: #F4F4F4;
	padding-top: 20px;
	padding-bottom: 60px;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0.3em;
	padding-top: 0px;
}
#footer h2 {
	color: #CCCCCC;
	text-shadow: none;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: white;
	text-decoration: none;
}
#footer hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}
/*------------- FOOTER NAV COL 1 -------------*/

#footer_nav_col_1 {
	width: auto;
	float: left;
	margin-left: 2px;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
#footer_nav_col_1 li {
	list-style-type: none;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: -12px;
}
#footer_nav_col_1 li a {
	display: block;
	color: #FFFFFF;
	padding: 2px 8px;
	cursor: pointer;
	text-decoration: none;
	border-radius: 6px;			/*corner radius*/
	-webkit-border-radius: 6px;	/*corner radius*/
	-moz-border-radius: 6px;	/*corner radius*/
}
#footer_nav_col_1 li a:visited {
	color: #FFFFFF;
}
#footer_nav_col_1 li a:hover {
	color: #FFFFFF;
	background-color: #238CC3;
 -webkit-transition-duration:.3s;
}
/*------------- FOOTER NAV COL 2 -------------*/

#footer_nav_col_2 {
	width: auto;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
#footer_nav_col_2 li {
	list-style-type: none;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: -12px;
}
#footer_nav_col_2 li a {
	display: block;
	color: #FFFFFF;
	padding: 2px 8px;
	cursor: pointer;
	text-decoration: none;
	border-radius: 6px;			/*corner radius*/
	-webkit-border-radius: 6px;	/*corner radius*/
	-moz-border-radius: 6px;	/*corner radius*/
}
#footer_nav_col_2 li a:visited {
	color: #FFFFFF;
}
#footer_nav_col_2 li a:hover {
	color: #FFFFFF;
	background-color: #238CC3;
 -webkit-transition-duration:.3s;
}
/*------------- FOOTER NAV COL 3 -------------*/

#footer_nav_col_3 {
	width: auto;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
#footer_nav_col_3 li {
	list-style-type: none;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: -13px;
}
#footer_nav_col_3 li a {
	display: block;
	color: #FFFFFF;
	padding: 2px 8px;
	cursor: pointer;
	text-decoration: none;
	border-radius: 6px;			/*corner radius*/
	-webkit-border-radius: 6px;	/*corner radius*/
	-moz-border-radius: 6px;	/*corner radius*/
}
#footer_nav_col_3 li a:visited {
	color: #FFFFFF;
}
#footer_nav_col_3 li a:hover {
	color: #FFFFFF;
	background-color: #238CC3;
 -webkit-transition-duration:.3s;
}
/*------------- FOOTER NAV COL 4 -------------*/

#footer_nav_col_4 {
	width: auto;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
#footer_nav_col_4 li {
	list-style-type: none;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: -13px;
}
#footer_nav_col_4 li a {
	display: block;
	color: #FFFFFF;
	padding: 2px 8px;
	cursor: pointer;
	text-decoration: none;
	border-radius: 6px;			/*corner radius*/
	-webkit-border-radius: 6px;	/*corner radius*/
	-moz-border-radius: 6px;	/*corner radius*/
}
#footer_nav_col_4 li a:visited {
	color: #FFFFFF;
}
#footer_nav_col_4 li a:hover {
	color: #FFFFFF;
	background-color: #238CC3;
 -webkit-transition-duration:.3s;
}
/*------------- FOOTER RIGHT COL -------------*/

.footer_right_col {
	text-align: right;
	width: auto;
	float: right;
}
