@font-face {
    font-family: 'FuturaMediumRegular';
    src: url('../fonts/futura_medium-webfont.eot');
    src: url('../fonts/futura_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura_medium-webfont.woff') format('woff'),
         url('../fonts/futura_medium-webfont.ttf') format('truetype'),
         url('../fonts/futura_medium-webfont.svg#FuturaMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*   =======   RESET    =======   */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
		{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body 	{ line-height: 1; }
a img, iframe, object { border: none; }
ol, ul 	{ list-style: none }
:focus 	{ outline: 0; }
ins 	{ text-decoration: none; }
del 	{ text-decoration: line-through; }
table	{ border-collapse: collapse; border-spacing: 0; }


/*   =======   BASICS    =======   */

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #36424A;
	background-color: #ffffff;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

body.home {
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 28px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 16px;
	color: #36424A;
	font-weight: normal;
}

h1	{ font-size: 2.5em;}
h2	{ font-size: 2em; }
h3	{ font-size: 1.75em; }
h4	{ font-size: 1.25em; }
h5	{ font-size: 1em; }
h6	{ font-size: .875em; }
p	{ 
	font-size: .75em;
	color: #36424A;
	line-height: 1.6em; 
	margin: 0 0 1.5em;
}

li {
	font-size: .75em;
	color: #36424A;
	line-height: 1.6em;	
}

a, a:link, a:visited, a:active {
	color: #00539F;
	text-decoration: none;
}

a:hover { color: #4c4c4c; text-decoration: none; }
a:active, a:focus { outline: none; }

.left 	{ float: left }
.right 	{ float: right }
.center { text-align: center; }
.hide 	{ display: none; }
.clear 	{ clear:both; height:1px; font-size:1px; line-height:1px; }
.upperC { text-transform: uppercase; }
.noBorder 	{ border: none !important; }
.imgLeft 	{ float: left; padding: 5px 20px 15px 0; }
.imgRight 	{ float: right; padding: 5px 0 15px 20px; }

/*   =======   LAYOUT  =======   */

#wrap {
	text-align: center;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1120px;
}
#navBox, #content, #footer {
	text-align: left;
	position: relative;
	display: block;
	clear: both;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}

#navBox {
	position: relative;
}

#navBar {
	position: relative;
	background-color: #EEF0F5;
	z-index: 1000;
}

#content {
	padding: 20px 10px;
	width: 940px;
	overflow: hidden;
}

#footer {
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	margin-top: 10px;
	padding: 0 10px 30px;
}



/*   =======   HEADER  =======   */

#top {
	height: 83px;
	width: 960px;
	z-index: 100;
	position: relative;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

h1#logo {
	display: block;
	float: left;
	margin: 0;
}

h1#logo a {
	display: block;
	width: 215px;
	height: 60px;
	border: none;
	text-indent: -999em;
	margin-top: 10px;
	background-image: url(../images/logo-teralogics.png);
	background-repeat: no-repeat;
	background-position: 5px !important;
}

#address {
	display: block;
	float: right;
	margin: 12px 20px 0 0;
}

#address p {
	text-align: right;
	color: #9f9f9f;
	text-transform: uppercase;
	line-height: 15px;
	font-size: 11px;
}

/*   =======   NAV  =======   */

.nav {
	height: 40px;
}

.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	overflow: hidden;
	display: block;
	clear: both;
}
.nav li {
	float: left;
	display: block;
}
.nav a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #36424A !important;
	text-indent: -999em;
	background: url(../images/navRev.png) no-repeat 0 0;
}
.nav li.home a, .nav li.home { background-position: 0 0; width: 67px;}
.nav li.about a, .nav li.about { background-position: -67px 0; width: 86px;}
.nav li.services a, .nav li.services { background-position: -153px 0; width: 94px;}
.nav li.case a, .nav li.case { background-position: -247px 0; width: 110px;}
.nav li.contracts a, .nav li.contracts { background-position: -365px 0; width: 100px;}
.nav li.careers a, .nav li.careers { background-position: -475px 0; width: 95px;}
.nav li.contact a, .nav li.contact { background-position: -575px 0; width: 95px;}

.nav li.home a:hover, .nav li.home a.active { background-position: 0 -40px; }
.nav li.about a:hover, .nav li.about a.active { background-position: -67px -40px; }
.nav li.services a:hover, .nav li.services a.active { background-position: -153px -40px; }
.nav li.case a:hover, .nav li.case a.active { background-position: -247px -40px; }
.nav li.contracts a:hover, .nav li.contracts a.active { background-position: -365px -40px; }
.nav li.careers a:hover, .nav li.careers a.active { background-position: -475px -40px; }
.nav li.contact a:hover, .nav li.contact a.active { background-position: -575px -40px; }

.nav li ul { 
	position: absolute;
	display: block;
	left: -999em;
	background: #fff;
}
.nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
.nav li li {
	float: none;
}
.nav li li a {
	height: auto !important;
	background-image: none !important;
	background-color: #EFF2F5 !important;
	text-indent: 0 !important;
	line-height: 30px !important;
	padding: 0 25px !important;
	display: block !important;
	width: auto !important;
	text-transform: uppercase !important;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.nav li li a:hover { color: #0B5FA4 !important; }

/*   =======   BANNER-HOME  =======   */

#slideshowHolder {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	width: 1120px;
	height: 248px;
}

#slideshow img {
    position:absolute;
    z-index:8;
    opacity:0.0;
    left: 0px;
    top: 0px;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}

#slideshowOverlay {
	z-index:110;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
}

/*   =======   CONTENT-HOME  =======   */

#about-text {
	display: block;
	margin-bottom: 30px;
	border-left: 1px solid #e5e5e5;
	padding-left: 40px;
	width: 760px;
}
#about-text p {
	margin-bottom: 0;
}
#about-text h2 {
	display: block;
	font-size: 17px;
	color: #4c4c4c;
	font-family: FuturaMediumRegular, Verdana, sans-serif;
	line-height: 1.3em;
}

#bottom-links {
	clear: both;
	display: block;
	margin: 1em 0 0;
	overflow: hidden;
}
#bottom-links li {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	list-style: none;
}
#bottom-links a {
	display: block;
	float: left;
	width: 220px;
	height: 122px;
	margin: 0;
	padding: 0;
	text-indent: -999em;
}
#bottom-links li.satellite a { background: url(../images/bottomlink-satellitecomm.jpg) no-repeat 0 0; }
#bottom-links li.video a { background: url(../images/bottomlink-video.jpg) no-repeat 0 0; }
#bottom-links li.assurnace a { background: url(../images/bottomlink-assurance.jpg) no-repeat 0 0; }
#bottom-links li.software a { background: url(../images/bottomlink-software.jpg) no-repeat 0 0; }
#bottom-links li.software { margin-right: 0; }




/*   =======   CONTENT-SUBPAGES  =======   */

#breadcrumbs {
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#breadcrumbs ul {
	display: block;
	margin: 0;
}
#breadcrumbs li {
	display: inline;
	color: #929292;
	font-size: .625em;
	text-transform: uppercase;
}
#breadcrumbs li a { color: #929292 }
#breadcrumbs li a:hover { color: #0B5FA4; }

#content-left {
	display: block;
	float: left;
	width: 660px;
	padding-bottom: 20px;
}
#content-right {
	display: block;
	width: 220px;
	float: right;
	padding-bottom: 20px;
	position: relative;
}
#content-left h2, #content-left h3, #content-left h4, #content-left h5, #content-left h6 { color: #36424A; }

#content-left h5, .smallspace {
	margin-bottom: 0 !important;
	line-height: 1.25em;
}
ul.topspace {
	margin-top: 0 !important;
}
h2.page-title {
	font-family: FuturaMediumRegular, Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #4c4c4c;
	text-transform: uppercase;
	line-height: 1.25em;
}
#content-left p.first {
	color: #4c4c4c;
}
#content-left ul, #content-left ol {
	overflow: hidden;
	margin: .7em 0;
}

#content-left ul li {
 	background: url(../images/bullet-arrow.png) no-repeat 0 3px !important;
 	padding-left: 14px !important;
 	margin-bottom: .5em;
}
#content-left ul li li {
	font-size: 1em !important;
}
#content-left lh {

}
#content-left ol li {
	list-style: decimal outside !important;
	background: none !important;
	margin-left: 2em !important;
}
p.direction-title {
	margin-bottom: 0 !important;
	font-size: .75em !important;
	font-style: italic;
	padding-bottom: .5em;
	display: block;
	font-style: italic;
}
.direction-list {
	margin-top: -5px !important;
}
.pdf {
	display: block;
	background: url(../images/icon-pdf.png) no-repeat 0 0;
	height: 16px;
	line-height: 16px;
	padding-left: 24px;
	overflow: hidden;
	
}

#content-left iframe {
	margin: 2em 0;
	clear: both;
}
a.back-top {
	display: block;
	margin-bottom: 3em;
	background: url(../images/arrow-up.png) no-repeat 0 3px;
	padding-left: 13px;
	font-size: .75em;
}
.blue-inset {
	display: block;
	width: 235px;
	padding: 20px 20px 20px;
	float: left;
	margin: 3px 30px 20px 0;
	background-color: #D5EBFF;
}
.blue-inset p, .blue-inset li, .blue-inset h5 { color: #36424A !important; }
#content-left .blue-inset ul li {
 	background: url(../images/bullet-arrow-blue.png) no-repeat 0 3px !important;
}
.blue-inset p.num-1 {
	background: url(../images/num-1.png) no-repeat center 5px;
}
.blue-inset p.num-2 {
	background: url(../images/num-2.png) no-repeat center 5px;
}
.blue-inset p.num-3 {
	background: url(../images/num-3.png) no-repeat center 5px;
}
.blue-inset p.num-4 {
	background: url(../images/num-4.png) no-repeat center 5px;
}

.blueblock {
	display: block;
	width: 170px;
	padding: 25px 25px 10px;
	margin: 2em 0;
	background-color: #D5EBFF;
}
.blueblock h3 {
	font-size: 1.125em;
	line-height: 1.9em;
	font-style: italic;
}
.blueblock h3 i {
	display: block;
	margin: 1em 0 0;
	line-height: 1.25em;
	text-align: right;
}
.blueblock span {
	font-style: normal;
}

hr {
	clear: both;
	display: block;
	width: 100%;
	background: none;
	border: none;
	height: 1px;
	border-bottom: 1px solid #c5c5c5;
	margin: 1em 0;
}

/*   =======   FOOTER  =======   */

#footer .nav {
	width: 650px;
	float: left;
}
#copyright {
	display: block;
	margin: 0;
	float: right;
	font-size: .625em;
	text-transform: uppercase;
	line-height: 1.2em;
	text-align: right;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/*   =======   TABLES  =======   */

table.table-e-experience {
	font-size: 10px;
}
table.table-e-experience th{
	border: thin solid #000000;
	padding: 2px;
	background-color: #CCCCCC;
}
table.table-e-experience td{
	border: thin solid #000000;
	padding: 2px;
}

#flashcontent {
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	position: absolute;
	left: 0px;
	top: 0px;
}

.footerNav li {
	margin: 0px;
	float: left;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
}

.footerNav li a {
	color: #4c4c4c;
	text-decoration: none;
}


.footerNav li a:hover {
	color: #00539F;
	text-decoration: none;
}

.fbButton {
	position: absolute;
	right: 25px;
	top: 8px;
}

#twitter {
	position: absolute;
	top: 15px;
	right: 10px;
}
