@charset "UTF-8";
html {
overflow-y:scroll; /* always show scrollbar, to avoid page shifting */
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background: #000;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	overflow:auto;
}
html,body,div,p,td {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 120%;
}
.twoColFixLtHdr #container {
	width: 975px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: url(../images/formatting/haagengineering_com_bkg.gif) no-repeat top left; 
	text-align: left;
	width: 974px;
	height: 102px;
	color: #fff;
	margin: 0px auto;
	padding: 0px;
	font-size: 12px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
#header_content_right {
	float: right;
	text-align: right;
	margin: 0;
}
.searchInput {
	border: 0;
	width: 81px;
	height: 13px;
	padding: 4px;
	margin: 0 3px;
	color: #039;
	font-size: 10px;
	background: url(../images/formatting/haagengineering_com_search_bkg.gif) no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
}	
#header_logo {
	float: left;
	padding: 0;
	margin: 0;
}
#header_text {
	float: left;
	padding: 10px 0 0 35px;
}
.twoColFixLtHdr #topnav { 
	margin: 0 auto 10px auto;
	text-align:center;
	width: 974px;
	background: url(../images/formatting/haagengineering_com_nav_bkg.gif) top left repeat-x;
} /*
#topnav ul {
	margin: 0 12px;
	padding:0;
	list-style:none;
	display:table;
}
#topnav ul li {
	float: left;
	display:table-cell;
	margin: 0;
	padding:0;
} */
#topnav ul li a {
	display: block;
	margin: 0;
	border-left: 1px solid #eee;
	border-right: 1px solid #333;
	color: #fbb215;
	text-decoration: none;
}
#topnav a img {
	border: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 309px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 0 0 12px;
	padding: 0;
	color: #fff;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 330px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 30px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #fff;
	text-align:right;
	font-size: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.twoColFixLtHdr #footer a, #header a {
	color: #CCECF4;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#page_bkg_bottom {
	background: #fff url(../images/formatting/haagengineering_com_page_btm.jpg) bottom repeat-x;
	margin: 0 0 25px 0;
}
#page_bkg_top {
	background: url(../images/formatting/haagengineering_com_page_top.jpg) center top repeat-x;
}
#page_bkg_header_wrap {
	background: #082059 url(../images/formatting/bkg_header_wrap.jpg) center top no-repeat;
	height: 102px;
	margin: 0;
}
#topnav_right {
	background:url(../images/formatting/haagengineering_com_topnav_right.gif) top right no-repeat;
}
#topnav_left {
	background:url(../images/formatting/haagengineering_com_topnav_left.gif) top left no-repeat;
}
#header_content_right a.orangeLink {
	color: #FBB215;
}
#side_bkg_bottom {
	background: url(../images/formatting/haagengineering_com_side_btm.gif) bottom repeat-x;
	padding-bottom: 5px;
}
#side_bkg_top {
	background: url(../images/formatting/haagengineering_com_side_top.gif) top repeat-x;
	padding-top: 5px;
}
#side_inside {
	background: #000 url(../images/formatting/haagengineering_com_side_bkg.gif) bottom left repeat-x;
	padding: 12px 15px;
	border-left: #fbb215 1px solid;
	border-right: #fbb215 1px solid;
}
#tabbox {
	width: 621px; 
	margin: 1px 6px 5px 6px;
	padding: 0;
	color: #fff;
}
#tab_bkg_bottom {
	background: url(../images/formatting/haagengineering_com_tab_btm.gif) bottom repeat-x;
	padding-bottom: 5px;
}
#tab_bkg_top {
	background: url(../images/formatting/haagengineering_com_tab_top.gif) top repeat-x;
	padding-top: 5px;
}
#tab_inside {
	background: #082059;
	padding: 2px 0;
	border-left: #fbb215 1px solid;
	border-right: #fbb215 1px solid;
}
#tabs a:link, #tabs a:visited {
	color: #ccecf4;
}
#support_side_bkg_bottom {
	background: url(../images/formatting/haagengineering_support_side_btm.gif) bottom repeat-x;
	padding-bottom: 5px;
}
#support_side_bkg_top {
	background: url(../images/formatting/haagengineering_support_side_top.gif) top repeat-x;
	padding-top: 5px;
}
#support_side_inside {
	background: #E6E6E6 url(../images/haagengineering_support_side_bkg.gif) bottom left repeat-x;
	padding: 12px 15px;
	border-left: #9fd9e9 1px solid;
	border-right: #9fd9e9 1px solid;
	color: #000;
}
#support_main {
	width: 621px; 
	margin: 1px 6px 5px 6px;
	padding: 0;
	color: #000;
}
#support_main_bkg_bottom {
	background: url(../images/formatting/haagengineering_support_btm.gif) bottom repeat-x;
	padding-bottom: 5px;
}
#support_main_bkg_top {
	background: url(../images/formatting/haagengineering_support_top.gif) top repeat-x;
	padding-top: 5px;
}
#support_main_inside {
	background: #fff url(../images/formatting/haagengineering_support_bkg.gif) top repeat-x;
	padding: 5px 20px;
}
h1,h2,h3,h4 {
	line-height: 115%;
}
h3 {
	color:#fbb215;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
.caption {
	font-size:10px;
	color:#666;
}

/* ----- form and field styles (in conjunction with jquery.validate ----- */

label.error {
	padding-left: .5em; 
	vertical-align: top;
	color: #C30;
	font-style: italic;
	font-weight:bold;
}
div.error {
	padding: .5em; 
	vertical-align: middle;
	color: #C30;
	font-style: italic;
	font-weight:bold;
	background: #FC6;
}
fieldset {
	padding: 10px auto;
	margin: 10px auto;
	border: 1px solid #69C;
}
legend {
	padding: 3px 15px;
	font-size: 16px;
	font-style:italic;
	color: #082059;
}

/* ----- list styles ----- */

ul.standard li {
	padding-top: 3px;
	padding-bottom: 3px;
}
ul.floatleft li {
	float:left;
	width: 40%;
	padding: 5px;
	margin: 0 5px;
}
ul.floatLeftBoxes {
	list-style: none;
	width: 100%;
	margin: 0;
}
ul.floatLeftBoxes li {
	float:left;
	width: 40%;
	padding: 8px;
	margin: 5px;
	border: 1px solid #e6e6e6;
	background: #fff;
}
ul.standardBoxes {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.standardBoxes li {
	padding: 8px;
	margin: 5px;
	width: 90%;
	border: 1px solid #e6e6e6;
	background: #fff;
}
.column{ 
	padding: 5px; 
}
.make_columns {
	clear:both;
}


/* ----- fancy text buttons ----- */

input.textButton {
	border:1px solid #fbb215;
	background:#082059 url(../images/formatting/haagengineering_button_bkg.gif) top left repeat-x;
	color:#fbb215;
	padding: 6px 10px;
	margin: 3px;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}
a.textButton:link, a.textButton:visited {
	display:inline-block;
	border:1px solid #fbb215;
	background:#082059 url(../images/formatting/haagengineering_button_bkg.gif) top left repeat-x;
	color:#fbb215;
	padding: 6px 10px;
	margin: 3px;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}
a.textButton:hover, a.textButton:active {
	color:#ccecf4;
}
a.pdfLink:link, a.pdfLink:visited {
	display:inline-block;
	background: url(../images/icon_pdf.gif) top left no-repeat;
	padding: 1px 2px 1px 23px;
	height: 20px;
}

/* ----- jquery accordion style ----- */

div.accordion_head {
	padding:3px;
	border-top:1px solid #999;
	cursor:pointer;
}
div.accordion_panel {
	margin:0;
	padding:0;
}
div.box_element {
	padding:5px;
	margin:3px;
	color:#666;
	font-size:10px;
	border:1px solid #ccc;
	background:#fff;
}