body {
	background-color: #ccd5df;
	margin: 5px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* *** header *** */
#header {
	/*border-top: solid #000000 1px;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
	background-color: #D4DDE1; */
	margin-bottom: 6px;
	background-image:url(/images/bg_header-home.gif);
	background-repeat: no-repeat;
}
#header #upper, #header #lower {
	/*border-bottom: solid #000000 1px;*/
}
#top {
	padding-right: 10px;
}
#top img {
	margin: 0px 5px 0px 5px;
}

#sectionheader {
	border: solid #FFFFFF 1px;
}

#sectionheader img {
	display: block;
	clear: both;
}
/* *** *** *** */

/* Footer */
#footer {
	color: #002a5c;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
}
#footer a:link, #footer a:visited {
	color: #002a5c;
	font-size: 10px;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #002a5c;
	font-size: 10px;
	text-decoration: none;
}
/* *** *** *** */


/* *** main *** */
#main {
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #FFFFFF;
}

#main ul{
	list-style: none;
	margin: 1em 0 1em 20px;
	padding: 0;
}

#main ul li{
	background-image: url(/images/bullet_green-chevron.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 0 0 0 14px;
}

#main #line, #main #line-vert, #main #line-side {
	background-color: #FFFFFF;
}
#main #line-vert {
	/*background-image: url(/images/line_fade.jpg);
	background-repeat: no-repeat;
	background-position: bottom;*/
}

/* *** navs *** */
#main #left {
	/*background-image: url(/images/bkg_navs_line.jpg);
	background-repeat: repeat-y;
	background-position: left top;*/
	background-color: #b2bfcf;
}
#main #left #navs {
	/*background-image: url(/images/bkg_navs_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;*/
	padding: 20px 0px 20px 0px;
}
#main #left #navs img {
	display: block;
	clear: both;
	margin-bottom: 6px;
	margin-left: 20px;
}
#main #left #navs #line-side {
	margin-top: 5px;
	margin-bottom: 5px;
	/*background-image: url(/images/nav_line.jpg);
	background-repeat: no-repeat;
	background-position: right;*/
}
#main #left #navs #line-side img {
	display: inline;
	margin: 0px;
}
#main #left #navs #subnavs img {
	display: block;
	clear: both;
	margin-left: 26px;
	margin-bottom: 2px;
}
/* *** *** *** */

/* *** content *** */
#main #topthing {
	border-right: solid #000000 1px;
	background-color: #A8BAC2;
}
#main #right {
	background-color: #FFFFFF;
	/*border: solid #000000 1px;*/
	padding: 20px 20px 20px 20px;
}
#main #right #title {
	border-bottom: solid #000000 1px;
}
#main #right #title img {
	display: block;
	clear: both;
}

#main #right #images {
	position: relative;
	left: 20px;
}

#main #right #images img {
	margin: 0px;
	padding: 0px;
}

/* *** subnavs *** */
#main #right #subnavs {
	margin-top: 10px;
}
#main #right #subnavs a {
	color: #000000;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
#main #right #subnavs a:hover {
	text-decoration: underline;
}
#main #right #subnavs .on {
	text-decoration: underline;
}
#main #right #subnavs #leftnav {
	margin-left: 0px;
}
#main #right #subnavs #rightnav {
	margin-right: 0px;
}
/* *** *** *** */

/* *** copy *** */
#main #right #content {
	margin-top: 30px;
}
#main #right #content p {
	margin-top: 0px;
	margin-bottom: 18px;
}
#main #right #content a {
	color: #115081;
	text-decoration: none;
	font-weight: bold;
}
#main #right #content a:hover {
	text-decoration: underline;
}
#main #right #content ul {
	margin-top: 0px;
}
#main #right #content ul li {
	margin-top: 4px;
}
#main #right #content #bio {
	margin-bottom: 18px;
}
#main #right #content #bio img {
	margin-right: 18px;
}
#main #right #content #press-date {
	font-size: 10px;
	color: #A8BAC2;
}
#main #right #content #release {
	
}
#main #right #content #release td {
	padding-bottom: 9px;
}
#main #right #content #release-line {
	background-color: #000000;
	margin-bottom: 20px;
	margin-top: 20px;
}
#main #right #content img {
	margin-right: 9px;
}
#main #right #content #bar {
	background-color: #000000;
	height: 1px;
	width: 80%;
}
#main #right #content #quote {
	margin-top: -12px;
	margin-bottom: 6px;
}
#main #right #content #siemens td {
	padding: 0px;
	margin: 0px;
}
#main #right #content #siemens img {
	margin: 0px;
}
.errorText {
	color: #990000;
	font-weight: bold;
}
.errorField {
	background-color: #990000;
	color: #ffffff;
}

/* form styles */
#errors { border: solid 1px #990000; background-color: #FFFFCC; color: #990000; padding-top: 20px; padding-bottom: 20px; margin-bottom: 20px; }
#errors ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.errorRow { background-color: #FFFFCC; color: #990000; 
}
.formRequired {
	color: #FF0000;
}
.gobutton {
	border: none none none;
}
.topsearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: solid #506488 1px;
	height: 16px;
	margin-right: 5px;
}

/* Testimonials */
.testimonial {
	margin-bottom: 1em;
}
.testimonial-title {
	font-weight: bold;
}
.testimonial-quote {}
.testimonial-credit {
	font-size: 10px;
}
.testimonial-link {
}
.divider {
	border-bottom: 1px solid #000000;
	margin-top: 1em;
	margin-bottom: 1em;
	height: 1px;
	width: 100%;
}

/* job descriptions */
#content div.position p {
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: 12px !important;
	
}
#content div.position div.name-expand {
	background-image: url(/images/icon-expand.gif);
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;
}
#content div.position div.name-contract {
	background-image: url(/images/icon-contract.gif);
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;
}
#content div.position div.applyLink {
	float: right;
	margin-right: 30px;
	z-index: 999;
	height: 25px;
	width: 70px;
}
#content div.position p.name {
	color: #115081;
	font-weight: bold;
	font-size: 12px;
}
#content div.position p.location {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px !important;
}
#content div.position p.heading {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px !important;
}

.pollTable {
	border: 1px solid #000000;
}
.pollTitle {
	background-color: #002A5C;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}
.pollQuestion {
/*	background-color: #A8B9C1;*/
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 2px;
}
.pollAnswers {
/*	background-color: #A8B9C1;*/
}
.pollAnswer {
	font-size: 11px;
}
.pollBtnTable {
	margin-top: 10px;
}
.pollBtnTable input {
	font-size: 11px;
}
