@import	url('reset.css');

html {
	background: #ccc;
	font-family: Arial, sans-serif;
}

textarea {
	font-family: Arial, sans-serif;
}

:-moz-any-link:focus {
  outline: none;
}

em {
	font-style: italic;
}
h1 {
	color: #097685;
	font-size: 185%;
	padding: 15px 0;
}

h2 {
color:#4B423C;
font-size:150%;
padding:7px 0;
}

h3{
	color:#4B423C;
	font-size:130%;
	padding:3px 0;
	font-weight: normal;
}

h4{
	padding:3px 0;
	color:#666666;
	font-weight:bold;
}

/* Flashes/Messages */
#ajax_flash {
	clear: none;
	display: none;
}
.flash {
	background: #FCF9CE;
	border: 1px solid #FFD05F;
	clear: both;
	color: #444;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px;
}
.flash.error {
	background: #FFEBE8;
	border: 1px solid #900;
	clear: both;
	color: #900;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px;
}
.flash.success {
	background: #CEE6C3;
	border: 1px solid #128642;
	clear: both;
	color: #128642;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px;
}

p {
	color: #333333;
	margin: 10px 0 10px 0;
}

.content-container ul,
.content-left-container ul {
	color: #454545;
	margin: 5px 15px 5px 15px;
	padding-left: 25px;
}

.content-container li,
.content-left-container li
{
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 5px;
	padding-left: 5px;
}

.content-container a
{
	color:#0A778B;
}

strong, b 
{
	font-weight: bold;
}

#button-download {
	clear: both;
	float: right; 
	padding-top: 5px;
}

.home-content {
	font-size:105%;
	word-spacing: 1.1pt;
}

.content-container {
	background-color: #fff;
	clear: both;
	float: left;
	padding: 15px;
	min-height:320px;
	font-size:.8em;
	line-height:1.3em;
	width: 929px;
}
.content-container.tiny {
	padding: 0;
	width: auto;
}

.content-left-container {
	float: right;
	width: 670px;
	font-size:105%;
	word-spacing: 1.1pt;
}

.content-left-container h1,
.news.index h2 {
	line-height: 110%;
}

.content-sidebar {
	float: right;
	width: 235px;
	margin-left: 10px;
}

.content-sidebar-box {
	background-image: url('../img/sidebarContentBox.jpg');
	background-repeat: none;
	height: 150px;
	width: 235px; 
	margin-bottom: 25px;
}

.content-sidebar-box .title {
	color: #fff;
	font-size: 11pt;
	padding-top: 10px;
	text-align: center;
	
}

.fc-container {
	background-image: url('../img/fcBackground.jpg');
	border-bottom: 2px solid #097685;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-top: 5px solid #097685;
}

.fc-logo {
	float: left;
}



.flash-container {
	background-color: #fff;
}

.footer-container {
	border-top: 10px solid #097685;
	background-image: url('../img/footerBackground.jpg');
	background-repeat: repeat-x;
	clear: both;
	color: #9f938c;
	font-size: 8pt;
	line-height: 150%;
	padding: 10px 10px 30px 10px;
}

.copyright{
	font-weight: bold;
	padding-bottom: 10px;
}

.footer-container .phone {
	padding-top: 15px;
}

.footer-container a {
	color: #ececec;
	text-decoration: underline;
	font-weight:normal;
}

.footer-navigation p {
	color:#ffffff;
}

.footer-navigation {
	float: right;
	width: 400px;
	text-align: right;
}

.footer-navigation p {
	font-size: 9pt;
	margin-bottom: 10px;
}

.header {
	background: url('../img/header_bg_repeat.png') repeat-x;
	padding-top: 10px;
}

.header-inner {
	background-image: url('../img/header.jpg');
	display: block;
	height: 77px;
	margin: 0 auto;
	width: 960px;
	clear: both;
}

.header-right {
	float: right;
	margin-right: 25px;
	margin-top: 25px;
}

.navwrap{
	margin:0 auto;
	width:960px;
}
.menu-container {
	border: 2px solid #fff;
	border-bottom: 0 none;
	background: #c7c2bc;
	height:30px;
	width: 955px;
}

.menu-container ul li {
	display: block;
	float: left;
	position: relative;
}

.menu-container ul li a {
	display: block;
	height: 30px;
	text-indent: -99999em;
}

.menu-container ul li.home a {
	background: url('../img/nav_home.png') no-repeat;
	width: 91px;
}

.menu-container ul li.company a {
	background: url('../img/nav_company.png') no-repeat;
	width: 127px;
}

.menu-container ul li.capabilities a {
	background: url('../img/nav_capabilities.png') no-repeat;
	width: 133px;
}

.menu-container ul li.markets a {
	background: url('../img/nav_markets.png') no-repeat;
	width: 110px;
}

.menu-container ul li.locations a {
	background: url('../img/nav_locations.png') no-repeat;
	width: 125px;
}

.menu-container ul li.technology a {
	background: url('../img/nav_technology.png') no-repeat;
	width: 147px;
}

.menu-container ul li.news a {
	background: url('../img/nav_news.png') no-repeat;
	width: 90px;
}

.menu-container ul li.contact_us a {
	background: url('../img/nav_contact_us.png') no-repeat;
	width: 132px;
}

.menu-container ul li.home a:hover {
	background: url('../img/nav_home_hover.png') no-repeat;
}
.menu-container ul li.company a:hover {
	background: url('../img/nav_company_hover.png') no-repeat;
}
.menu-container ul li.capabilities a:hover {
	background: url('../img/nav_capabilities_hover.png') no-repeat;
}
.menu-container ul li.markets a:hover {
	background: url('../img/nav_markets_hover.png') no-repeat;
}
.menu-container ul li.locations a:hover {
	background: url('../img/nav_locations_hover.png') no-repeat;
}
.menu-container ul li.technology a:hover {
	background: url('../img/nav_technology_hover.png') no-repeat;
}
.menu-container ul li.news a:hover {
	background: url('../img/nav_news_hover.png') no-repeat;
}
.menu-container ul li.contact_us a:hover {
	background: url('../img/nav_contact_us_hover.png') no-repeat;
}

.menu-container ul li.home a.active {
	background: url('../img/nav_home_active.png') no-repeat;
}
.menu-container ul li.company a.active {
	background: url('../img/nav_company_active.png') no-repeat;
}
.menu-container ul li.capabilities a.active {
	background: url('../img/nav_capabilities_active.png') no-repeat;
}
.menu-container ul li.markets a.active {
	background: url('../img/nav_markets_active.png') no-repeat;
}
.menu-container ul li.locations a.active {
	background: url('../img/nav_locations_active.png') no-repeat;
}
.menu-container ul li.technology a.active {
	background: url('../img/nav_technology_active.png') no-repeat;
}
.menu-container ul li.news a.active {
	background: url('../img/nav_news_active.png') no-repeat;
}
.menu-container ul li.contact_us a.active {
	background: url('../img/nav_contact_us_active.png') no-repeat;
}

.menu-container ul li ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 30px;
	width: 100px;
}

.menu-container ul li ul li {
	float: none;
}

.menu-container ul li.home ul li a,
.menu-container ul li.company ul li a,
.menu-container ul li.capabilities ul li a,
.menu-container ul li.markets ul li a,
.menu-container ul li.locations ul li a,
.menu-container ul li.technology ul li a,
.menu-container ul li.news ul li a,
.menu-container ul li.contact_us ul li a {
	background: #777;
	color: #fff;
	height: auto;
	font-size: 80%;
	padding: 5px;
	text-decoration: none;
	text-indent: 0em;
}

.menu-container ul li.home ul li a:hover,
.menu-container ul li.company ul li a:hover,
.menu-container ul li.capabilities ul li a:hover,
.menu-container ul li.markets ul li a:hover,
.menu-container ul li.locations ul li a:hover,
.menu-container ul li.technology ul li a:hover,
.menu-container ul li.news ul li a:hover,
.menu-container ul li.contact_us ul li a:hover {
	background: #999;
}

.menu-container ul li.home ul li a.active,
.menu-container ul li.company ul li a.active,
.menu-container ul li.capabilities ul li a.active,
.menu-container ul li.markets ul li a.active,
.menu-container ul li.locations ul li a.active,
.menu-container ul li.technology ul li a.active,
.menu-container ul li.news ul li a.active,
.menu-container ul li.contact_us ul li a.active {
	background: #999;
}
.jemih-menu {
	background: #097685;
	color: #fff;
	margin-bottom: 15px;
	padding: 20px;
}
.jemih-menu .head {
	font-size: 140%;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.jemih-menu ul{
	margin:5px;
}
.jemih-menu ul,
.jemih-menu li {
	list-style: none;
}
.jemih-menu ul {
	padding: 0;
}
.jemih-menu li {
}
.jemih-menu li.active {
	background: #3a919d;
}
.jemih-menu a,
.jemih-menu a:visited {
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	display:block;
}
.jemih-image {
	margin-bottom: 15px;
}

.newsletter-form {
	font-size: 10pt;
	font-weight: bold;
	padding: 30px 10px 0px 20px;
}

.newsletter-form #email-submit {
	float: right; 
	padding-top: 5px;
	padding-right: 25px;
}

.outer-container {
	margin: 0 auto;
	width: 960px;
}

.pdf-container {
	padding: 20px 10px 10px 10px;
	font-size: 10pt;
}

#pdf-icon {
	float: left;
	padding-right: 5px;
}

.pdf-text {
	float: right;
}

.home_content td{
	vertical-align:text-top;
}

/* Home page */
.home-flash {
	background: #fff;
	padding: 1px;
}
.home-content {
	float: left;
	width: 670px;
}
.content.sidebar {
	float: left;
}
.home.sidebar {
	float: right;
}
.sidebar {
	width: 240px;
}

.sidebar .glance {
	background: url('../img/home_sidebar_glance.png') no-repeat top center;
	height: 152px;
	position: relative;
}
.sidebar .glance a.btn {
	background: url('../img/home_sidebar_glance_button.png') no-repeat;
	bottom: 15px;
	display: block;
	height: 25px;
	position: absolute;
	right: 26px;
	text-indent: -99999em;
	width: 123px;
}

.sidebar .at-a-glance{
	padding:10px 0px 4px 3px;
	width:235px;
	height:29px;
	display:block;
}
.sidebar .news_box {
	background: url('../img/home_sidebar_news.png') no-repeat top center;
	height: 180px;
	margin-top: 6px;
	padding-top: 90px;
}
.sidebar .news_box #EmailSignUpForm {
	margin: 0 auto;
	width: 202px;
}
.sidebar .news_box #EmailSignUpForm .input.text {
	padding-left: 4px;
}

.sidebar .news_box #EmailSignUpForm .input.text input {
	background: #efefef;
	border: 1px solid #b0a39a;
	padding: 2px 2px;
	
}
.sidebar .news_box #EmailSignUpForm .submit {
	margin-top: 10px;
	text-align: right;
}

.sidebar .news_box #iContactFname
{
	float: left;
	left: 1px;
	width: 70px;
}

.sidebar .news_box #iContactLname
{
	margin-bottom: 20px;
	width: 70px;
}

.sidebar .news_box #iContactEmail 
{
	margin-bottom: 25px;
	width: 180px;
}

.sidebar .news_box #iContactCompany
{
	width: 180px;
}

.sidebar .events {
	background: url('../img/future-events.png') no-repeat top center;
	height: 65px;
	margin-top: 6px;
	padding-top: 50px;
	padding-left: 20px;
}

.sidebar .events .title
{
	height: 20px;
}

.sidebar .events .button
{

	padding-right: 20px;
	float: right;
}

#iContactLname {
	margin-left: 33px;
}

.ie {
	float:left;
	width:240;
}
/****************************************************
 *	- Jobs Page
 ***************************************************/
#jobs_table {
	width:100%;
}

#jobs_table th {
	color:#333333;
	background-color:#9E958E;
	padding:5px;
}

#jobs_table th a {
	color:#ffffff;
}

#jobs_table .altrow{
	background-color:#eeeeee;
}

#jobs_table td{
	padding:5px;
}

.jobs dt {
	font-weight:bold;
	font-size:1em;
}

.jobs dd {
	margin:3px 0 10px 10px;
}



/****************************************************
 *	- Case Studies
 ***************************************************/

.casestudyContainer 
{
	clear: left;
	margin:5px;
	padding: 5px;
}

.casestudyContainer h3
{
	font-size: 150%;
	font-weight: bold;
}

.casestudyContainer .teaser
{
	line-height: 150%;
	font-style: italic;
}

.casestudyContainer .image
{
	float: left;
	padding: 10px;
	width: 100px;
	text-align: center;
}

.casestudyContainer .content
{
	float: left;
	padding: 5px;
	width: 520px;
}

.casestudyContent p
{
	font-size: 100%;
}

.casestudyImage
{
	padding: 0px 15px 15px 0px;
}

/****************************************************
 *	- News
 ***************************************************/

.news
{
	/*margin-bottom:10px;*/
}
.disabled{
	color:#cccccc;
}
.paging{
	color:#666666;
}

.news.index ul
{
	margin:0;
	padding:0;
}
.news.index li
{
	list-style-type: none;
	padding:0;
}

.news .paging div
{
	display: inline;
}

/****************************************************
 *	- Contact Page
 ***************************************************/

.contactPage .googleMap
{
	padding-left: 15px;
}

.contactPage .contactDetails
{

	line-height: 150%;
	padding: 10px;
}
.contactPage .contactForm
{
	display: inline;
	width: 400px;
	padding-right: 10px;
}

.contactPage .contactForm div
{
	float: left;
	padding: 10px 10px 10px 0px;
}



.contactPage .contactForm form
{
	padding: 10px;
}

.contactPage .contactForm label
{
	display: block;
	padding-bottom: 5px;
}

.contactPage .contactForm .submit
{
	padding-top: 10px;
	clear: left;
}

.contactPage h1 
{
	margin-bottom: 5px;
}

.siteby a{
	color:#9F938C;
}
.contactPage
{
	color:#333333;
}

.block{
	display:block;
	clear:both;
}

.contactPage .contactForm input,
.contactPage .contactForm textarea
{
	display: block;
	clear:both;
}

.contactPage .contactForm .checkbox
{
	display: inline;
}

.contactPage .contactForm .error-message
{
	color: red;
	padding: 2px;
}

.contactPage .contactForm #recaptcha_widget_div
{
	padding: 0px;
	width:485px;
	float:left;
}

/**
 * Capabilities Section
 */

.capabilitiesOverview p
{
	font-size: 90%;
}

/**
 * Locations
 */

 .content-container .locationsTable td
 {
 	padding: 5px;
 }

/* Page editor */
.pages.view.editable.hover {
	background: #efefef;
}
.pages.view.editable a.edit {
	float: right;
	font-size: 110%;
	font-weight: bold;
	margin: 5px;
}
.pages.view.editable div.preview {
	display: none;
}

/**
 * Admin
 */
.wysiwyg{
	width:100%;
	min-height:380px;
}

.edit_action {
	margin-top:10px;
	padding:10px;
}

.button{
	padding:5px 10px;
}

.reset_form {
	display:inline;
	float:left;
}

#ultrawrapper{
	margin:0 auto;
}

#print_logo{
	display:none;
}

.node p img {
	padding-left: 10px;
}

.jobLocationContainer {
	border: 1px solid #c0c0c0;
	margin-bottom: 10px;
	padding: 5px;
}

.jobLocationContainer .contactEmail {
	float: right;
}

.jobLocationContainer .title {
	font-size: 150%;
	padding: 5px 0px 10px 0px;
}

.jobLocationContainer .date {
	text-align: right;
}
