@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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, a, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;
	vertical-align: baseline;
	background: transparent;*/
}


h1, h2, h3, h4, h5, h6 {
	color: #F7831E;
}

body  {
	font: 100% Helvetica, Verdana;;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #666666;
}

a, a:link {
	color:  #F7831E;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

label, input {
	display: block;
}

label {
	margin:0;
	color: #686868;
	font-size:11px;
}

form {
	margin: 0px auto;
	width:200px;
	padding:0 0 20px 0;
}

.field {
	width:190px;
	margin:0 0 10px 0;
}

.twoColFixLtHdr #container { 
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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: #fff; 
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:290px;
	width:890px;
	margin:0px auto;
	position:relative;
	z-index:100;
} 

.twoColFixLtHdr #header .lang {
	width:890px;
	height:33px;
	font-size:9pt;
	text-align:right;
	margin:0px auto;
}



.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* 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 */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top:50px;
}

.twoColFixLtHdr #sidebar1 #categories {
	background: #fff url('images/menu2bg.jpg') repeat-x;
	height:250px;
}

#sidebar1 #categories ul {
	margin:0;
	padding:20px 0 10px 20px;
	list-style:none; 
	list-style-type:none;
	white-space: nowrap;
}

#sidebar1 #categories li {
	padding:0;
	margin:0;
	line-height:30px;
	font-weight: bold;
	font-size: 13px;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 265px; /* 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: 20px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent .centerContent, #mainContent .sectionsContent {
	background: #fff url('images/contentbg.jpg') repeat-x;
	padding:20px 10px 10px 10px;
}

#mainContent .contactContent {
	background: #fff url('images/contentbg.jpg') repeat-x;
	padding:20px 30px 20px 0;
	margin:0;
	width:inherit;
}


#mainContent h2 {
	color: #F7831E; 
}

#mainContent span.heading1 {
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #F7831E; 
}

#mainContent span.arrow {
	display:block;
    background-image: url(../images/arrow-icon.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 25px;
}


.centerContent p {
	font-size:9pt;
	margin:0;
}

.sectionsContent p {
	font-size:9pt;
	margin:0 0 15px 0;
}

.centerContent .heading, .sectionsContent .heading {
	font-weight: bold;
	color: #F7831E; 
	font-size: 9pt;
	margin:5px 0 5px 0;
}

.centerContent .readmore { margin:5px 0 15px 0;font-size:11px; }

.centerContent .linky { background: url('images/page-icon.gif') no-repeat; }

.openings {
	background-color:#f6f6f6; 
	width:580px; 
	padding: 5px; 
	margin:0 0 0 15px;
}

.openings h5 {
	color:#F7831E;
}


.twoColFixLtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff; 
	margin:0;
} 

.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;

}


#leftHalf {
   background-color: #F7831E;
   width: 50%;
   position: absolute;
   left: 0px;
   height: 189px;
   z-index: 10;
   top: 100px;
}
#rightHalf {
   background-color: #F6F6F6;
   width: 50%;
   position: absolute;
   right: 0px;
   height: 189px;
   z-index: 10;
   top: 100px;
}

.bottombg {
	background: #fff url('images/footerbg.jpg');
	height:50px;
}

.email { 
	background: url('images/email-icon.gif') no-repeat;
}





