
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/


body{
	background: #bcbcbc url(../images/main-bg.gif) top center repeat-x;
	min-height:1000px;
	min-width:960px;
}

#container {
	width: 100%;
	background: url(../images/header-bg.png) top center no-repeat;
}
.home #container {
	background: url(../images/header-bg-home.png) top center no-repeat;
}
#container960 {
	width: 960px;
	position:relative;
	margin: 0 auto;
}

/*** Header styles ***/

#header {
	margin: 0 auto;
	height: 405px;
	width: 960px;
}

/*** Masthead removed and merged with container background due to a funky css position bug ***
#masthead {
	height: 405px;
	width: 100%;
	margin: 76px auto 0;
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	/* default masthead image: ** close this comment if you uncomment
	background-image:url(../images/mastheads/faqstudy.png);
}
.ie7 #masthead {
	margin-left: -150px;
}
***/

.home #container {
	background-image:url(../images/header-bg-home.jpg);
}
.design #container {
	background-image:url(../images/header-bg-design.jpg);
}
.qualifications #container {
	background-image:url(../images/header-bg-qualifications.jpg);
}
.challenge #container {
	background-image:url(../images/header-bg-challenge.jpg);
}
.monitoring #container {
	background-image:url(../images/header-bg-monitoring.jpg);
}
.installation #container {
	background-image:url(../images/header-bg-installation.jpg);
}
.case_study #container,
.faq #container {
	background-image:url(../images/header-bg-faqstudy.jpg);
}
.contact #container {
	background-image:url(../images/header-bg-contact.jpg);
}
.jobs #container {
	background-image:url(../images/header-bg-contact.jpg);
}

#logo {
	float: left;
	margin-top: 51px;
	margin-left: 92px;
	width: 212px;
	height:107px; 
	background: url(../images/PES-logo.png) top left no-repeat;
}
#logo a {
	display:block;
	width: 212px;
	height:107px; 
}
#logo a span {
	display:none;
}

#top_nav {
	float: left;
	margin-top:24px;
	margin-left:57px;
	width: 463px;
	height:150px;
}
#top_nav ul {
	margin: 0; 
	list-style-type: none; 
}
#top_nav ul li {
	float:left;
	margin: 0 10px 0 0;
}
#top_nav ul li a {
	float: left;
	display: block;
	width:388px;
	height: 25px;
	display:block;
	background-position: top center;
	background-repeat: no-repeat;
}
#top_nav ul li a:hover {
	background-position: bottom center;
}
.nav_design a {
	background-image:url(../images/nav/design.png);
	margin-left: 74px;
}
.nav_qualifications a {
	background-image:url(../images/nav/qualifications.png);
	margin-left: 59px;
}
.nav_challenge a {
	background-image:url(../images/nav/challenge.png);
	margin-left: 44px;
}
.nav_monitoring a {
	background-image:url(../images/nav/monitoring.png);
	margin-left: 29px;
}
.nav_installation a {
	background-image:url(../images/nav/installation.png);
	margin-left: 14px;
}
.nav_faq a {
	background-image:url(../images/nav/faq.png);
	margin-left: 0px;
}
#top_nav ul li a span {
	display:none;
}
#top_contact {
	float: right;
	margin-top: 37px;
	margin-right: 10px;
}
#top_contact a {
	color:#5d5d5d;
	text-decoration:none;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
#top_contact a:hover {
	color: #fe9800;
}

#header h1 {
	float: left;
	display: block;
	background: url(../images/specialists.png) no-repeat top left;
	width: 230px;
	height: 33px;
	margin-top: 179px;
	margin-left: 30px;
}
#header h1 span{
	display:none;
}

/*** Sidebar styles ***/

#case_studies {
	width: 290px;
	min-height: 500px;
	background:url(../images/sidebar_bg.png) 0px -41px no-repeat;
	margin-left: 10px;
	float: left;
}
#case_studies ul {
	position: relative;
	margin: 0; 
	list-style-type: none; 
}
#case_studies ul li {
	float:left;
	margin: 0;
}
#case_studies ul li a,
#case_studies ul li div.cs_coming_soon {
	float: left;
	display: block;
	width:240px;
	height: 34px;
	display:block;
	background: url(../images/nav/sidenav-item-bg.png) top center no-repeat;
	padding-left: 40px;
	text-decoration:none;
}
#case_studies ul li div.cs_coming_soon,
#case_studies ul li div.cs_coming_soon span {
	cursor: default;
}
#case_studies ul li a:hover {
	background-position: bottom center;
}
#case_studies ul li span {
	color: #fff;
	font-family: "VerlagBold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 12px;
	word-spacing: 3px;
}
#case_studies ul li span span {
	font-size: 125%;
}
#brodl {
	float: right;
	width: 276px;
	height: 136px;
	background: #cff;
	margin-right: -7px;
	background: url(../images/brochure_dl_bg.png) top center no-repeat;
}
#brodl a {
	display: block;
	margin: 22px 0 0 9px;
	width: 259px;
	height: 95px;
	background: url(../images/brochure_dl.png) top center no-repeat;
}
#brodl a:hover {
	background-position: bottom center;
}
#brodl span {
	display: none;
}

/*** content area styles ***/

#main_section {
	width: 558px;
	border: 1px solid #cfcfcf;
	min-height: 500px;
	background: #fff;
	float: right;
	margin-right: 50px;
	margin-bottom: 25px;
}
body.home #main_section {
	border-top: none;
	margin-top: 39px;
}
body.inner #main_section {
	margin-top: -87px;
}
body.case_study #main_section {
	margin-top: -194px;
}
#main_section h1, 
#main_section h2 {
	text-transform: uppercase;
}
#main_section p,
#math_section p {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #0B3F5E;
	font-size: 13.25px;
	line-height: 21px;
}

/*** HOME MAIN STYLES ***/

.home #main_section h1 {
	display: block;
	width:558px;
	height: 50px;
	background: url(../images/controls_lighting.png) no-repeat top center;
}
.home #main_section h1 span {
	display: none;
}
.home #main_section h2 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	color: #fe9800;
	margin: 0px 31px 10px;
}
.home #main_section p {
	margin: 10px 31px 15px;
}

/*** INNER MAIN STYLES ***/

.inner #main_section h1 {
	font-family: VerlagCondensedBlack, Impact, Arial, san-serif;
	font-size: 42px;
	line-height: 42px;
	color: #0b3f5e;
	margin: 22px 19px 7px;
}
.inner #main_section h2 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #fe9800;
	margin: 0px 19px 10px;
}
.inner #main_section p {
	margin: 10px 19px 15px;
}
.inner #main_section p.checkunder {
	margin-bottom: 0px;
}

.inner .nav_buttons {
	padding: 2px;
}
.ie7 .nav_buttons {
	margin-bottom: 5px;
}
.inner .nav_buttons a {
	background-image: url(../images/nav_buttons.png);
	background-repeat: no-repeat;
	display:block;
	width: 258px;
	height: 61px;
	margin: 4px 3px;
	color: #0b3f5e;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 61px;
	text-transform:uppercase;
	text-decoration: none;
	float: left;
}
.inner .nav_buttons a.nav_left {
	background-position: top left;
	padding-right: 13px;
	text-align:right;
}
.inner .nav_buttons a.nav_left:hover {
	background-position: bottom left;
}
.inner .nav_buttons a.nav_right {
	background-position: top right;
	text-align:left;
	padding-left: 13px;
}
.inner .nav_buttons a.nav_right:hover {
	background-position: bottom right;
}
.inner .nav_buttons a.twoline {
	padding-top: 5px;
	height: 56px;
	line-height: 25px;
}

/*** CASE STUDY MAIN STYLES ***/

.datalogger {
	padding-left: 10px;
}

.case_study #main_section p.preheader {
	font-family: 'Trebuchet MS', Arial, Helvetica, san-serif;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	margin: 25px 19px 0px;
	font-weight: bold;
}
.case_study #main_section h1 {
	font-family: VerlagBold 'Trebuchet MS', Arial, Helvetica, san-serif;
	font-size: 24px;
	line-height: 28px;
	color: #0b3f5e;
	margin: 0px 19px 7px;
}
.case_study #main_section h1 span {
	font-size: 28px;
}
.case_study #main_section h2 {
	font-family: 'Trebuchet MS', Arial, Helvetica, san-serif;
	font-size: 24px;
	line-height: 24px;
	color: #000000;
	margin: 5px 19px 0px;
	text-transform: none;
}
.case_study #main_section p {
	margin: 7px 19px 15px;
}

.case_study .pie {
	width: 558px;
	border-top: 1px #bcbcbc solid;
	border-bottom: 1px #bcbcbc solid;
	background: #ddd;
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 0;
}
.case_study .save_button {
	padding: 0;
}
.case_study .save_button a {
	background-image: url(../images/save_button.png);
	background-repeat: no-repeat;
	background-position: top center;
	display:block;
	width: 520px;
	height: 64px;
	color: #0b3f5e;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 64px;
	text-transform:uppercase;
	text-decoration: none;
	float: left;
	text-align:center;
	margin: 19px;
}
.case_study .save_button a:hover {
	background-position: bottom center;
}
#tooltip {
	position: absolute;
	z-index: 3000;
}
#tooltip h3,
#tooltip div { 
	margin: 0;
}
#tooltip .pie_tooltip {
	width: 61px;
	height: 48px;
	background-image: url('../images/pies/tooltip.png');
	padding-top: 7px;
	padding-left: 10px;
}
#tooltip .pie_tooltip p {
	font-family: 'Trebuchet MS', Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	line-height: 15px;
	margin: 0px;
	font-weight: bold;
}
#tooltip .pie_tooltip p span {
	font-size: 16px;
	color: #ff9d0c;
}

.image_quote span {
	display: none;
}


/**** PAGE SPECIFIC STYLES ****/

/** HOME **/
.home #main_section strong {
	text-transform: uppercase;
}
.home_walkthrough {
	width: 558px;
	height: 79px;
	background: url(../images/home_walkthrough.png) top center no-repeat;
}
.home_walkthrough span {
	display:none;
}
.home_walkthrough a {
	background-image: url(../images/nav_buttons.png);
	background-repeat: no-repeat;
	background-position: top right;
	display:block;
	width: 258px;
	height: 61px;
	margin: 10px 0 0 282px;
	color: #0b3f5e;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 61px;
	text-transform:uppercase;
	text-decoration: none;
	float: left;
	text-align:left;
	padding-left: 13px;
}
.home_walkthrough a:hover {
	background-position: bottom right;
}

/** DESIGN **/
.design #main_section h2 {
	width: 400px;
	text-transform: none;
}
.design #main_section p {
	text-align:justify;
	width: 340px;
}
.design #main_section {
	background-image: url(../images/design_side.png);
	background-position: top right;
	background-repeat: no-repeat;
}

/** QUALIFICATIONS **/
.image_checklist {
	margin-left: 39px;
	margin-bottom: 25px;
}
.qualifications .image_checklist ul {
	display: none;
}

/** CHALLENGE **/
.challenge #main_section h2.challenge {
	font-family: VerlagBold, Arial, sans-serif;
	font-size: 24px;
	color: #003864;
	text-transform: none;
}
.challenge #main_section h2.solution {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
}
.challenge .image_checklist {
	margin-left: 18px;
	margin-bottom: 25px;
}
.challenge .image_checklist ul {
	display: none;
}

/** MONITORING **/
.monitoring .image_quote.math {
	margin-top: 30px;
	margin-left: -302px;
	margin-bottom: -10px;
}
.monitoring #main_section {
	margin-bottom: 0px;
}
.monitoring #main_section p {
	margin-right: 25px;
}
#math_section {
	width: 860px;
	border: 1px solid #c4c4c4;
	border-top-width: 0px;
	float: right;
	margin-right: 50px;
	background-color: #fff;
}
#math_section p {
	font-size: 13px;
	line-height: 18px;
}
#math_section .math_image_full {
	margin:0 auto;
	text-align:center;
}
#math_section .math_image_full span {
	display: none;
}
#math_section .math_before_after {
	float: left;
	margin-left: 80px;
	width: 340px;
	margin-top: 30px;
	padding-top: 15px;
}
#math_section .math_before_after_image {
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}
#math_section .math_lighting,
#math_section .math_controls,
#math_section .math_combined {
	margin-top: 5px;
	float: left;
	margin-bottom: 15px;
}
#math_section .math_lighting strong,
#math_section .math_controls strong,
#math_section .math_combined strong {
	text-transform: uppercase;
}
#math_section .math_lighting {
	width: 200px;
	margin-left: 80px;
}
#math_section .math_controls {
	width: 180px;
	margin-left: 70px;
}
#math_section .math_combined {
	width: 220px;
	margin-left: 90px;
}
#math_section .math_chart {
	float: left;
	width: 460px;
	margin: 0 20px 20px;
}
#math_section .math_chart p {
	text-align:center;
}
#math_section .math_legend {
	float: left;
	width: 340px;
}
#math_section .math_legend dt {
	float: left;
	width: 40px;
	margin-right: 20px;
}
#math_section .math_legend dd {
	float: left;
	width: 279px;
	margin-bottom: 22px;
}
.monitoring .nav_buttons {
	background:url(../images/monitoring_nav_buttons_bg.png) top center no-repeat;
	height: 72px;
	padding-top: 5px;
	margin-top: 40px;
}
.ie7 .monitoring .nav_buttons {
	margin-bottom: 0px;
}
.monitoring .nav_buttons a  {
	margin: 4px 5px;
}
.monitoring .nav_buttons a.nav_right {
	float: right;
}
.logger_report a {display:block;
 	width:520px;
 	height:47px;
 	background: url(../images/datalogger_link.png) 0 0 no-repeat;
	margin-left: 17px;
	margin-top: 20px;
}
.logger_report a:hover {
 	background-position: 0 -47px;
}

.logger_report_pdf a {display:block;
 	width:520px;
 	height:47px;
 	background: url(../images/datalogger_example.png) 0 0 no-repeat;
	margin-left: 17px;
	margin-top: 20px;
	margin-bottom:20px;
	te
}
.logger_report_pdf a:hover {
 	background-position: 0 -47px;
}


/** INSTALLATION **/
.installation .image_quote {
	height: 292px;
}
.installation .nav_buttons {
	background:url(../images/installation_nav_buttons_bg.png) top center no-repeat;
	height: 72px;
	padding-top: 5px;
}
.ie7 .installation .nav_buttons {
	margin-bottom: 0px;
}

/** k12SCHOOLS **/
.datalogger_solo {
	text-align:center;
}
#datalogger_buttons{
	height:47px;
	width:520px;
	margin: auto;
	padding: 0;
	border: 0;
	background: transparent;
	margin-top:-2px;
	margin-bottom:40px;
}
#datalogger_buttons ul#datalogger_menu {
	height:47px;
	width:520px;
	background-image:url(../images/datalogger_example_schools.png);
	margin:0;
	padding: 0;
	position: relative;
}
#datalogger_buttons ul#datalogger_menu li{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}
ul#datalogger_menu li,ul#datalogger_menu a{
	height:47px;
	display: block;
}
#datalogger_buttons ul#datalogger_menu li a{
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
#datalogger_buttons a:link, #datalogger_buttons a:visited {
	text-decoration: none;
	border: none;
}
#elem {
	left:0px;
	width:163px;
}
#middle {
	left:165px;
	width:188px;
}
#high {
	left:353px;
	width:166px;
}
#elem a:hover {
	background: transparent url(../images/datalogger_example_schools.png) -0px -47px no-repeat;
}
#middle a:hover {
	background: transparent url(../images/datalogger_example_schools.png) -165px -47px no-repeat;
}
#high a:hover {
	background: transparent url(../images/datalogger_example_schools.png) -353px -47px no-repeat;
}

/** JOBS **/
.faq .image_quote {
	margin-top: 20px;
}
.jobs .image_hiring {width:560px;
	height:80px;
	background:url(../images/jobs_quote.png) no-repeat;
	position:relative;
}
.jobs .image_hiring a{display:block;
	position:absolute;
}
.jobs .image_hiring a#link{width:182px;
	height:21px;
	top:37px;
	left:319px;
}
.jobs_text {width:521px;
	font: 13.25px/1.5 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#0B3F5E;
	margin-bottom:20px;
	line-height: 21px;
}
.jobs #main_section h4 {font-size: 14px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	display:inline;
	font-weight:bold;
	margin: 0;
	text-transform:none;
}
.jobs #main_section .jobs_address,
.jobs #main_section .jobs_info {
	font: 16px/1.5 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0b3f5e;
	margin-bottom: 20px;
}
.jobs .jobs_address {
	width: 257px;
	border-right: 1px solid #fe9800;
	margin-left: 19px;
}
.jobs .jobs_info {
	width: 266px;
}
.jobs .jobs_info dt {
	display: block;
	width: 65px;
	text-align:right;
	float: left;
	margin-right: 6px;
}
.jobs .jobs_info dd {
	display: inline;
	text-align:left;
}
.jobs_info a:link {text-decoration:none;
	color: #0b3f5e;
}
.jobs_info a:hover {color:#ff8f00;
}
.jobs_info a:visted {color:#000000;
}


/** FAQ **/
.faq .image_quote {
	margin-top: 20px;
}
.faq .contact_box {
	background: url(../images/faq_contact.png) top center no-repeat;
	width: 558px;
	height: 39px;
	text-align:center;
}
.faq .contact_box span,
.faq .contact_box a {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 39px;
}
#faq_list {
	width: 521px;
	margin: 20px auto;
}
#faq_list dl {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#faq_list dt {
	cursor: pointer;
	/* gradients: http://robertnyman.com/2010/02/15/css-gradients-for-all-web-browsers-without-using-images/ */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top, #fff, #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#EEEEEEEE);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#EEEEEEEE)";
	
	color: #0b3f5e;
	font-weight: bold;
	margin: 0px;
	padding: 6px 10px;
	border-top: 1px solid #cfcfcf;
	border-bottom: 0px solid #fff;
	border-left: 2px solid #e1e1e1;
	border-right: 2px solid #e1e1e1;
}
#faq_list dd {
	color: #0b3f5e;
	padding: 0px 12px;
	margin: 20px 0 30px;
	line-height: 21px;
	display:none;
}
#faq_list dl.open dt {
	color: #ff8f00;
	border-bottom: 1px solid #cfcfcf;
}
#faq_list dl.open dd {
}
#faq_list dl.last dt {
	border-bottom: 1px solid #cfcfcf;
}

/** CONTACT **/
.contact .contact_number {
	color: #ff9d0c;
	font-family: VerlagBlack;
	font-size: 28px;
	margin-top: 23px;
	margin-right: 20px;
}
.contact .contact_number  span {
	color: #003864;
	font-family: VerlagBold;
	font-size: 18px;
	text-transform: uppercase;
}
.contact .image_quote {
	margin-top: 20px;
}
.contact #contact_image {
	background: url(../images/contact_image.png) top left no-repeat;
	width: 161px;
	height: 280px;
	margin-left: 19px;
	margin-top: 22px;
}
.contact #contact_form {
	width: 340px;
	margin-right: 19px;
	margin-top: 22px
}
#contact_form input,
#contact_form textarea {
	font: 12px/1.5 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#contact_form ul {
	margin: 0; 
	list-style-type: none; 
}
#contact_form ul li {
	float:left;
	margin-top: 2px;
	margin-bottom: 8px;
}
#contact_form  li.contact_input {
	border-width: 1px;
	border-style: solid;
	border-color: #7c7c7c #c3c3c3 #dddddd;
	-moz-box-shadow:inset 0 1px 1px #c3c3c3;
	-webkit-box-shadow:inset 0 1px 1px #c3c3c3;
	box-shadow:inset 0 1px 1px #c3c3c3;
	width: 318px;
	height: 17px;
	padding: 5px 10px;
	position: relative;
}
#contact_form  li.contact_input input {
	height: 17px;
	padding: 0px;
	margin: 0px;
	width: 318px;
	border: 0px solid #fff;
	outline: none;
}
#contact_form  li.contact_textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #737373 #999999 #999999;
	width: 338px;
	position: relative;
}
#contact_form  li.contact_textarea textarea {
	padding: 6px 12px;
	margin: 0px;
	width: 314px;
	max-width: 314px !important;
	height: 150px;
	border: 0px solid #fff;
	outline: none;
}
#contact_form .contact_submit {
	width: 340px;
	text-align:right;
	position: relative;
}
#contact_form #contact_success {
	font-size: 18px;
	color: #ff9d0c;
	position: absolute;
	left: -85px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-weight: bold;
}
#contact_form .contact_submit button {
	background: url(../images/send_sprite.png) center 0px;
	width: 116px;
	height: 30px;
	border: 0px solid #fff;
	outline: none;
}
#contact_form .contact_submit button:hover {
	background-position: center 50%;
}
#contact_form .contact_submit button:active {
	background-position: center 100%;
}
#contact_form input::-webkit-input-placeholder,
#contact_form textarea::-webkit-input-placeholder  {
    color:    #000;
}
#contact_form input:-moz-placeholder,
#contact_form textarea:-moz-placeholder {
    color:    #000;
}
#contact_form label.required {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #1e79bf;
	text-transform: uppercase;
	font: 12px/1.5 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.contact #main_section .contact_address,
.contact #main_section .contact_info {
	font: 16px/1.5 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0b3f5e;
	margin-bottom: 20px;
}
.contact .contact_address {
	width: 257px;
	border-right: 1px solid #fe9800;
		margin-left: 19px;
}
.contact .contact_info {
	width: 266px;
}
.contact .contact_info dt {
	display: block;
	width: 65px;
	text-align:right;
	float: left;
	margin-right: 6px;
}
.contact .contact_info dd {
	display: inline;
	text-align:left;
}
.contact_info a:link {text-decoration:none;
	color: #0b3f5e;
}
.contact_info a:hover {color:#ff8f00;
}
.contact_info a:visted {color:#000000;
}
.hiring a {display:block;
 	width:560px;
 	height:42px;
 	background: url(../images/hiring_banner.png) 0 0 no-repeat;
	margin-top: 100px;
}
.hiring a:hover {
 	background-position: 0 -42px;
}

/*** Footer styles ***/

#footer {
	width:100%;
	background: url(../images/footer-bg.png) top center repeat-x;
	height: 73px;
	margin-bottom:25px;
}
#footer_container {
	width: 950px;
	height: 58px;
	margin:0 auto;
	padding-top:15px;
	padding-left: 8px;
	
}
#footer p {
	font-size: 12px;
	font-family: 'Trebuchet MS', Arial, Helvetica;
	line-height: 58px;
	color:#242424;
}
#footer .bottom_nav {
	float:left;
}
#footer .copyright {
	float: right;
}
#footer a {
	color: #242424;
	text-decoration:none;
}
#footer a:hover {
	color:#fe9800;
}















.floatleft {float:left}
.floatright {float:right}
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}