@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open_sans_bold.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/open_sans_bold_italic.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/open_sans_italic.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('../fonts/open_sans.woff') format('woff');
}
@font-face {
    font-family: 'US101';
    font-weight: normal;
    font-style: normal;   
    src: url('../fonts/us101-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/us101-webfont.woff') format('woff'),
         url('../fonts/us101-webfont.ttf') format('truetype'),
         url('../fonts/us101-webfont.svg#US101Regular') format('svg');
}	

body {
	position: relative;
	padding: 0;
	margin: 0;
	font-family: "Open Sans";
	min-width: 1200px;
	background: rgb(255, 240, 219);
}

.print {
	display: none;
}
a {
	text-decoration: none;
	color: rgb(0, 104, 255);
}
a:hover {
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
}

input[type=text] {
	width: 250px;
	margin: 10px 0;
}

textarea {
	width: 300px;
	height: 200px;
	margin: 10px 0;
}

input[type=submit] {
	border: 2px solid rgb(34, 138, 213);
	background: rgb(255, 255, 255);
	font-size: 16px;
	border-radius: 2px;
}
input[type=submit]:hover {
	box-shadow: 0px 1px 3px rgb(34, 138, 213);
}

label {
	margin: 0 -30px;
	padding: 0;
}

h1 {
	margin: 5px 0;
	font-family: "US101";
	font-size: 48px;
	text-shadow: 1px 1px 1px rgb(215, 215, 215);
}
h2 {
	margin: 5px 0;
	font-family: "US101";
	font-size: 32px;
	text-shadow: 1px 1px 1px rgb(215, 215, 215);
}

p {
	text-indent: 15px;
}
p img {
	box-shadow: 1px 1px 3px rgb(45, 45, 45);
}

.txtg_bl {
	text-shadow: 0 0 4px rgb(0, 144, 245);
}

#menu {
	position: absolute;
	height: 110px;
	width: 0px;
	top: 20px;
	left: 0px;
	margin: 0 auto;
	background: url(../images/menu_grad.png) repeat-x;
	box-shadow: 1px 1px 3px rgb(45, 45, 45);
	border-bottom: 3px solid rgb(34, 138, 213);
	border-top: 3px solid rgb(34, 138, 213);
}
#menu_contact {
	font-family: "US101";
	position: absolute;
	display: none;
	z-index: 100;
	top: 137px;
	right: 20px;
	margin: 0 auto;
	padding: 10px 30px 6px 0px;
	background: rgb(250, 250, 250);
	background: rgba(250, 250, 250, 0.9);
	box-shadow: 1px 1px 3px rgb(45, 45, 45);
	text-align: right;
	word-spacing: 2px;
	width: 600px;
	font-size: 18px;
}
#menu_contact > span {
	white-space: nowrap;
}
#menu_contact > span + span {
	margin-left: 10px;
}

#logo_symbol {
	position: absolute;
	z-index: 100;
	top: 35px;
	left: 0px;
	width: 100px;
	height: 85px;
	opacity: 0;
}
#logo_symbol img {
	height: 100%;
}
#logo_text {
	position: absolute;
	z-index: 100;
	top: 32px;
	left: 150px;
	background: url(../images/logo_text_gomez.png) no-repeat;
	width: 500px;
	height: 89px;
}
#logo_aaoms {
	position: absolute;
	z-index: 100;
	top: 38px;
	left: 465px;
	width: 65px;
	opacity: 0;
	border: none;
}
#logo_aaoms a {
	border: none;
}
#logo_aaoms img {
	width: 100%;
	border: none;
}

.wrap {
	position: relative;
	width: 880px;
	margin: 0 auto;
	padding: 20px 70px;
}

#top_half {
	background: rgb(45, 45, 45) url(../images/background.jpg) no-repeat;
	background-size: 110% auto;
	background-position: -100px 0;
	height: 700px;
	min-width: 1100px;
}
#top_half .wrap {
	padding-top: 100px;
}
#top_half_overlay {
	background: rgb(255, 255, 255);
	height: 100%;
	width: 100%;
}

#little_clips {
	position: absolute;
	z-index: 200;
	top: -20px;
	right: 20px;
}
#little_clips img {
	display: inline-block;
	height: 150px;
}
#bottom_half {
	background: rgb(255, 240, 219);
	border-top: 1px solid rgba(255, 255, 255, 0);
}
#bottom_half .wrap {
	width: 880px;
	margin-top: -20px;
	margin-bottom: -220px;
	background: rgb(250, 250, 250);
	box-shadow: 1px 1px 3px rgb(45, 45, 45);
	opacity: 0;
	padding-bottom: 100px;
}
#bottom_half .main {
	width: 440px;
	padding: 20px 40px;
	margin: 0 0 400px 0;
}
#bottom_half .main > div#map-canvas {
	position: absolute;
	width: 520px;
	height: 300px;
	margin: 60px 0 40px -40px;
	box-shadow: 1px 1px 3px rgb(45, 45, 45);
}

#bottom_half .main > a > div#map-canvas-bottom {
	position: absolute;
	left: 0px;
	width: 490px;
	padding: 10px 12px 10px 18px;
	margin-top: 360px;
	font-family: "US101";
	background: rgb(255, 255, 255);
	box-shadow: 1px 1px 3px rgb(45, 45, 45);
	word-spacing: 2px;
}
#bottom_half .main > a > div#map-canvas-bottom:hover {
	background: rgb(0, 0, 0);
}

.starter {
	position: absolute;
	right: 0px;
	z-index: 20;
	height: 0px;
	right: 40px;
	width: 400px;
	box-shadow: 1px 1px 3px rgb(45, 45, 45);
	opacity: 0;
	margin: 20px -20px 20px 30px;
	padding: 15px;
}
.starter:hover > .starter_bottom {
	background: rgb(200, 224, 255);
}
.starter_bottom {
	position: relative;
	left: -15px;
	width: 400px;
	padding: 10px 12px 10px 18px;
	font-family: "US101";
	background: rgb(255, 255, 255);
	box-shadow: 1px 1px 3px rgb(45, 45, 45);
	word-spacing: 2px;
}
#starter_1 {
	background: url(../images/office_tall.jpg);
	background-size: 100% auto;
	background-position: 0px 0px;
}
#starter_1 > div.starter_bottom {
	bottom: -242px;
}
#starter_2 {
	background: url(../images/staff.jpg);
	background-size: 100% auto;
	background-position: 0px 0px;
}
#starter_2 > div.starter_bottom {
	bottom: -193px;
}

#quick_links {
	position: absolute;
	top: 890px;
	right: 20px;
	width: 380px;
	box-shadow: 1px 1px 3px rgb(45, 45, 45);
	padding: 22px;
	opacity: 0;
}
#quick_links ul {
	padding-left: 30px;
}

.rotaters {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 430px;
	padding: 0;
	margin: -60px -40px 0 0;
	box-shadow: 1px 1px 3px rgb(45, 45, 45);
}
#rotater_0 {
	background: url(../images/rotater_0.jpg);
	background-size: 100% auto;
}
#rotater_1 {
	background: url(../images/rotater_1.jpg);
	background-size: 100% auto;
}
#rotater_2 {
	background: url(../images/rotater_2.jpg);
	background-size: 100% auto;
}
#rotater_3 {
	background: url(../images/rotater_3.jpg);
	background-size: 100% auto;
}

.box {
	padding: 40px;
	background: rgb(255, 255, 255);
	border: 3px solid rgb(34, 138, 213);
}
.box_tb {
	padding: 40px;
	background: rgb(255, 255, 255);
	border-bottom: 3px solid rgb(34, 138, 213);
	border-top: 3px solid rgb(34, 138, 213);
}

.box > ul > li > span {
	display: inline-block;
	margin-left: 10px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.box > ul > li:hover > span {
	margin-left: 20px;
}
#map-canvas {
	box-shadow: 1px 1px 3px rgb(45, 45, 45);
}

#menu > ul {
	position: relative;
	top: 30px;
	float: right;
	margin-right: 20px;
	list-style-type: none;
	opacity: 0;
	z-index: 9999;
}
#menu > ul li {
	position: relative;
	float: left;
	height: 20px;
	padding: 8px 14px;
	margin: 8px 0px;
	background: rgb(250, 250, 250);
	border: 1px solid rgb(255, 255, 255);
	box-shadow: 1px 1px 3px rgb(45, 45, 45);
	font-family: "US101";
	font-size: 20px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#menu > ul li > span {
	color: rgb(0, 104, 255);
}
#menu > ul li:hover {
	background: rgb(255, 255, 255);
	cursor: pointer;
}
#menu > ul li:hover ul {
	display: block;
	opacity: 1;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
	
#menu > ul li > ul {
	position: absolute;
	display: none;
	left: 0px;
	margin-top: 8px;
	z-index: 102;
	list-style-type: none;
}
#menu > ul li > ul.right {
    left: auto;
    right: 0px;
}
#menu > ul li > ul li {
	z-index: 200;
	width: 200px;
	position: relative;
	margin: 0;
	float: left;
	clear: both;
	background: rgba(255, 255, 255) !important;
}
#menu > ul li > ul li.cust span {
	color: rgb(0, 0, 0);
}
#menu > ul li > ul li > span {
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#menu > ul li > ul li.cust:hover {
	background: rgb(250, 250, 250);
}
#menu > ul li > ul li:not(.cust):hover > span {
	padding-left: 6px;
}

#menu > ul li > ul > ul {
	list-style-type: none;	
}
#menu > ul li > ul > ul li {
	font-size: 16px;
	padding: 4px 0px 4px 28px;
}
#menu > ul li > ul > ul li:before {
	content: "| ";
	color: rgb(0, 0, 0);
}
#menu > ul li > ul > ul li.cust {
	padding: 4px 4px 4px 24px;
}
#menu > ul li > ul > ul li.cust:before {
	content: "";
}

.content {
	position: relative;
	z-index: 20;
	width: 1000px;
	padding: 15px;
	margin: 0 auto;
	background: rgb(240, 240, 240);
}

#footer {
	font-family: "US101";
	font-size: 28px;
	width: 100%;
	background: rgb(255, 240, 219);
	height: 180px;
	margin-top: 220px;
}
#footer_strip {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: rgb(135, 175, 190);
}
#footer_strip > div {
	padding: 40px 120px 60px 120px;
}

/* clearfix */

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 0;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

* html .clearfix,*:first-child+html .clearfix{
	zoom:1
}