/* @override 
	http://www.ftpbalzac.com/baytec/assets/css/site.css
*/

/* @group Colors */

/* Blue - 0020bc */
/* Light Blue - a9a9ca */
/* Orange - e5963b */

/* @end */

/* @group CSS 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;
}
/* ol, ul {
	list-style: none;
} */
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Globals */

body {
	font: 62.5%/1.5 Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background: #c5d6f7;
}

li, dt, dd, p, td, th {font-size: 1.2em; line-height: 1.3em; }
li *, dt *, dd *, p *, td *, th * {font-size: 1em !important; }
ul, ol, dl, p {margin-bottom: 1.3em; }

dt {
	font-weight: bold;
	text-transform: uppercase;
}

dd {margin-bottom: .3em; }

a {color: #0020bc; text-decoration: none; font-style: italic; }
a:hover {text-decoration: underline; }

.underline {text-decoration: underline; }

img {
	margin-left: -5px;
}

img.left {display: inline; margin: 0 1em 1em 0; }
img.right {display: inline; margin: 0 0 1em 1em; }

.vert_center {
	vertical-align: middle;
}

/* @end */


/* @group Layout */

#container {
	margin: 0 auto;
	margin-top: 20px;
	width: 756px;
	background: #fff;
	border: 1px solid #e5963b;
}

#header {
	float: left;
	padding-bottom: 10px;
}

#primary, #secondary, #tertiary {
	clear: both;
}


#footer {
	margin: 0 auto;
	width: 758px;
}

.content {
	width: 710px;
	padding: 0 23px 23px;
}

.sidebar {
	width: 234px;
	padding: 1.2em 23px 23px 0;
}

.management_chart {
	margin: 20px;
}

.endsentence {
	padding: 10px 70px;
}

.two-col .content {float: left; width: 453px; }
.two-col .sidebar {float: right; }
.wide .content {width: 360px; }
.wide .sidebar {width: 327px; }

.content :last-child {
	margin-bottom: 0;
}

#left, .left {float: left; }
#right, .right {float: right; }

.clear {
	width: 100%;
	clear: both;
}

/* @end */

/* @group Headings */

h1 {font-size: 3em; }
h2 {font-size: 2.2em; margin: 0 0 1em 0; line-height: 1.2em; }

h3 {
	font-size: 1.2em; 
	margin: 0 0 .2em 0; 
	line-height: 1.2em; 
	letter-spacing: .09em;
	text-transform: uppercase; 
	color: #0020bc;
}

h4 {
	font-size: 1.2em; 
	margin: 0 0 .2em 0;
	line-height: 1.2em; 
	text-transform: uppercase; 
}

h5 {font-size: 1.1em; margin: 0 0 .5em 0; line-height: 1.2em; }
h6 {font-size: 1em; margin: .5em 0; line-height: 1.2em; }

#header h1,
#header h2 {
	margin: 0;
}

#header h1 a,
#header h2 a {
	display: block;
	text-indent: -999em;
}

#header h1 a {
	clear: both;
	width: 275px;
	height: 68px;
	background: url(../images/logo_baytec.gif) no-repeat left top;
	margin: 0 auto;
}

#header h2#aag a {
	float: left;
	display: inline;
	margin-left: 44px;
	width: 150px;
	height: 44px;
	background: url(../images/logo_aag.gif) no-repeat left top;
	margin-top: -48px;
}

#header h2#csia a {
	float: right;
	display: inline;
	margin-right: 81px;
	width: 88px;
	height: 34px;
	background: url(../images/logo_csia.gif) no-repeat left top;
	margin-top: -43px;
}

/* @end */

/* @group Navigation */

#navPrimary {
	position: relative;
	float: left;
	width: 100%;
	list-style: none;
	margin: 0 0 19px;
	padding: 0;
}

#navPrimary li {
	position: relative;
	float: left;
	display: block;
	margin: 0 3px;
	width: 121px;
	font-size: 1.4em;
	line-height: 1em;
	background: #a9a9ca;
	border-bottom: 1px solid #e5963b;
	background-color: #FF9900;
}

#navPrimary li.first {margin-left: 0; }
#navPrimary li.last {margin-right: 0; }

#navPrimary li a {
	font-style: normal;
	display: block;
	text-align: center;
	color: #000;
	height: 2.9em;
	width: 121px;
	text-decoration: none;
	padding: .6em 0 0;
}

#navPrimary li#nav_home a,
#navPrimary li#nav_capabilities a,
#navPrimary li#nav_careers a,
#navPrimary li#nav_contact a { /* Fake horizontal centering. */
	padding-top: 1.2em;
	height: 2.3em;
}

#navPrimary li ul {
	position: absolute;
	left: -999em;
	list-style: none;
	margin: 0;
	padding: 0;
}

#navPrimary li:hover ul,
#navPrimary li.sfhover ul {
	left: auto;
}

#navPrimary li ul li {
	float: none;
	margin: 0 0 4px;
	padding: 0;
	height: auto;
	border-bottom: none;
	font-size: .9em !important;
}

#navPrimary li ul li.first {
	border-top: 1px solid #e5963b;
}

#navPrimary li ul li a {
	width: auto;
	height: 2em;
	text-align: left;
	padding: .6em 10px !important;
	text-transform: lowercase;
}

/* @group Hover/Current States */

#page_home #navPrimary li#nav_home a,
#page_capabilities #navPrimary li#nav_capabilities a,
	#page_total-turnkey #navPrimary li#nav_capabilities a,
	#page_project-management #navPrimary li#nav_capabilities a,
	#page_engineering-and-design #navPrimary li#nav_capabilities a,
	#page_system-integration #navPrimary li#nav_capabilities a,
	#page_panel-fabrication #navPrimary li#nav_capabilities a,
	#page_install-commission #navPrimary li#nav_capabilities a,
	#page_calibration #navPrimary li#nav_capabilities a,
	#page_system-validation #navPrimary li#nav_capabilities a,
#page_clients #navPrimary li#nav_clients-and-certifications a,
	#page_certifications #navPrimary li#nav_clients-and-certifications a,
#page_news-and-testimonials #navPrimary li#nav_news-and-testimonials a,
	#page_news #navPrimary li#nav_news-and-testimonials a,
	#page_testimonials #navPrimary li#nav_news-and-testimonials a,
	#page_project-profiles #navPrimary li#nav_news-and-testimonials a,
#page_careers #navPrimary li#nav_careers a,
#page_contact #navPrimary li#nav_contact a { /* Set current state for primary nav options. */
	background: #0020bc;
	color: #fff;
}

#page_home #navPrimary li#nav_home li a,
#page_capabilities #navPrimary li#nav_capabilities li a,
	#page_total-turnkey #navPrimary li#nav_capabilities li a,
	#page_project-management #navPrimary li#nav_capabilities li a,
	#page_engineering-and-design #navPrimary li#nav_capabilities li a,
	#page_system-integration #navPrimary li#nav_capabilities li a,
	#page_panel-fabrication #navPrimary li#nav_capabilities li a,
	#page_install-commission #navPrimary li#nav_capabilities li a,
	#page_calibration #navPrimary li#nav_capabilities li a,
	#page_system-validation #navPrimary li#nav_capabilities li a,
#page_clients #navPrimary li#nav_clients-and-certifications li a,
#page_certifications #navPrimary li#nav_clients-and-certifications li a,
#page_news-and-testimonials #navPrimary li#nav_news-and-testimonials li a,
	#page_news #navPrimary li#nav_news-and-testimonials li a,
	#page_testimonials #navPrimary li#nav_news-and-testimonials li a,
	#page_project-profiles #navPrimary li#nav_news-and-testimonials li a,
#page_careers #navPrimary li#nav_careers li a,
#page_contact #navPrimary li#nav_contact li a { /* Reset current state for sub-menu options. */
	background: none;
	color: #000;
}

#page_total-turnkey #navPrimary li li#nav_total-turnkey a, 
#page_project-management #navPrimary li li#nav_project-management a,
#page_engineering-and-design #navPrimary li li#nav_engineering-and-design a,
#page_system-integration #navPrimary li li#nav_system-integration a,
#page_panel-fabrication #navPrimary li li#nav_panel-fabrication a,
#page_install-commission #navPrimary li li#nav_install-commission a,
#page_calibration #navPrimary li li#nav_calibration a,
#page_system-validation #navPrimary li li#nav_system-validation a,
#page_clients #navPrimary li li#nav_clients a,
#page_certifications #navPrimary li li#nav_certifications a,
#page_news #navPrimary li li#nav_news a,
#page_testimonials #navPrimary li li#nav_testimonials a,
#page_project-profiles #navPrimary li li#nav_project-profiles a {
	background: #0020bc;
	color: #fff;
}

#navPrimary li a:hover {
	color: #fff !important;
	background: #0020bc !important;
}

/* @end */

/* @group Buttons */

.button-blue,
.button-grey {
	display: block;
	width: 180px;
	height: 42px;
	font-size: 1.2em;
	line-height: 42px;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.button-blue:hover,
.button-grey:hover {
	background: url(../images/btn_over.gif) no-repeat left top;
	color: #000;
	text-decoration: none;
}

.button-blue {background: url(../images/btn_blue.gif) no-repeat left top; }
.button-grey {background: url(../images/btn_skyblue.gif) no-repeat left top; }

/* @end */ 

/* @end */


/* @group Footer */

#footer ul {
	text-align: center;
	padding: 1em 0 0;
	list-style: none;
}

#footer li {
	display: inline;
	padding: 0 8px 0 4px;
	margin: 0;
	border-right: 1px solid #e5963b;
}

#footer li.first {
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 0;
}

#footer li.last {
	border: none;
	padding-right: 0;
}

/* @end */


/* @group Page Specific */

/* @group Home */

#page_home #primary #welcome-header {
	width: 756px;
	margin: 0;
}

#page_home #primary h2 {
	display: block;
	width: 644px;
	height: 80px;
	text-indent: -999em;
	background: url(../images/h2_welcome.gif) no-repeat left top;
	margin-bottom: 0;
}

#page_home #primary .content {
	text-align: center;
	width: 644px;
	padding: 0 56px 23px;
}

/* @end */

/* @group Total Turnkey */

#page_total-turnkey #primary .content {
	width: 208px;
	padding: 0 525px 190px 23px;
	background: url(../images/total-turnkey.jpg) no-repeat left bottom;
}

#page_total-turnkey #secondary .content {
	width: 680px;
	padding-left: 53px;
}

/* @end */

/* @group Clients */

#page_clients #secondary .content {
	width: 665px;
	padding: 0 45px 23px 46px;
}



/* @end */

/* @group Contact */

#page_contact h3 {
	margin-bottom: .4em;
}

#page_contact .content {
	width: 507px;
}

#page_contact .sidebar {
	width: 180px;
	padding-top: 0;
}

#page_contact .content p,
#page_contact .content dt,
#page_contact .content dd,
#page_contact .content h4 {
	font-size: 1.1em;
}

#page_contact .content div.left {
	width: 234px;
}

#page_contact .content div.left img {
	margin-bottom: 1em;
}

#page_contact .content div.right {
	width: 259px;
	padding: 1.2em 0 0 13px;
	border-right: 1px solid #e5963b;
}

#page_contact .content div.right h2,
#page_contact .content div.right h3,
#page_contact .content div.right p,
#page_contact .content div.right dt,
#page_contact .content div.right dd {
	padding-right: 10px;
}

#page_contact .content div.right h3 {
	border-top: 1px solid #e5963b;
	padding-top: .6em;
	margin-top: -.6em;
}

#button_webmail {
	margin-bottom: 1em;
}

/* @end */

/* @group News */

#page_news .back {
	float: right;
}



/* @end */

/* @end */

/* @group Tables */

td, th {
	padding: 5px;
}

th {
	font-weight: bold;
}

table ul {
	margin: .5em 0 .5em 2em;
	padding: 0;
}

table li {
	margin: 0 0 .6em;
}

table.rounded {
	width: 665px;
	margin: 0 auto;
	margin-bottom: 1em;
}

table.rounded th {
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	background-color: #334289;
	font-weight: normal;
	padding: 1em 3em;
}

table.rounded th.grey {
	background-color: #333;
}

table.rounded td {
	padding: .3em 1em 1em;
	background-color: #a9a9ca;
}

table.rounded td.grey {
	background-color: #d6d6d6;
}

table.rounded th,
table.rounded td {
	border: 1px solid #fff;
}

table.rounded th.first,
table.rounded td.first {
	border-left: none;
	background-image: url(../images/table-round_border.gif);
	background-repeat: repeat-y;
	background-position: left;
}

table.rounded th.last,
table.rounded td.last {
	border-right: none;
	background-image: url(../images/table-round_border.gif);
	background-repeat: repeat-y;
	background-position: right;
}

table.rounded .first th {
	background-image: url(../images/table-round_border.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

table.rounded .first th.first {
	background: url(../images/table-round_tl.gif) no-repeat left top;
}

table.rounded .first th.last {
	background: url(../images/table-round_tr.gif) no-repeat right top;
}

table.rounded .last td {
	background-image: url(../images/table-round_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

table.rounded .last td.first {
	background: url(../images/table-round_bl.gif) no-repeat left bottom;
}

table.rounded .last td.last {
	background: url(../images/table-round_br.gif) no-repeat right bottom;
}

table.rounded ul {
	margin: 0;
	list-style: none;
}

table.rounded ul li {
	font-size: 12px;
	margin: 0 0 0 15%;
	padding: 0;
	list-style: disc;
}

/* @end */

/* @group Forms */

fieldset {
	border: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 15px;
	clear: both;
}

legend {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 10px;
	margin-left: -10px;
}

fieldset label {
	float: left;
	font-weight: bold;
	width: 125px;
	margin-right: 10px;
	line-height: 2em;
}

fieldset li {
	width: 100%;
	margin-bottom: 1em;
}

fieldset li.last {
	margin-bottom: 0;
}

fieldset li a {
	margin-left: 135px; /* Margin to account for width of label, label margin. */
}

fieldset.submit {
	margin: 0;
	padding: 0 0 0 151px; /* Margin to account for width of label, label margin, fieldset padding & border. */
	background: none;
	border: none;
}

strong.zip {
	margin-left: 1.75em;
	margin-right: 5px;
}

/* @end */


/* @group Clearfix */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* @end */
