@charset "UTF-8";

/* ------ basic styling ------- */
* {
	margin: 0px;
	padding: 0px;
}

a:active {
  outline:none;
}

a { outline: 0; } 


a.email {
	text-decoration:none;
	font-style:italic;
	color: #DB7C00;
	
}

body {
	text-align: center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 85%;
	background:#FFF;
}

#wrapper {
	position: relative;
	width: 940px;
	height: 800px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
}

#clear {
	clear: both;
}

/* ------ position container elements ------- */

#header {
	position: relative;
	height: 150px;
	background:url(images/eidcoConstLogo.jpg) left top no-repeat;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	right: 20px;
}

#header ul li {
	float: left;
	padding: 0 1.3em;

}

#header ul a {
	font-size: 11px;
	line-height: 2em;
	text-decoration: none;
	color:#878787;
	float: left;
	display: block;
	text-transform: uppercase;
}
	
#header ul a:hover{
	color:#000;
	background:url(images/btnTop.jpg) top repeat-x;
	
}


#header #planroom a {
	border:none;
	outline:none;
}

.currentPage {
	background:url(images/btnTop.jpg) top repeat-x;
}
	


#headerspacer{
	width: 900px;
	height: 20px;
}

#headerspacer img{
	float:right;
	position:absolute;
	right: 14px;
}

#planroom {
	height:24px;
	width:153px;
	background:url(images/Eidco_planroom.jpg) top left no-repeat;
	position:absolute;
	top:10px;
	right:0
}

#planroom:hover {
	background:url(images/Eidco_planroom.jpg) top right no-repeat;
	
}


#header #planroom a{
	outline:none;
	
}

#rotator {
	width: 940px;
	height: 300px;
	background:#A0A0A0;
}

#contentcontainer {
	width: 940px;
	padding-top:50px;
}

#content {
	float:left;
}

#contentServices {
	width: 425px;
	margin-left:125px;
	float:left;
}

#newsContent {
	width: 825px;
	float:left;
}

#newsContent h3 {
	font-size:14px;
	letter-spacing:4px;
	color: #DB7C00;
	
}

#newsContent h4 {
	font-weight:bold;
}

#newsContent p {
	color:#666;
	margin-bottom:10px;
	line-height:17px;
	
}

#newsContent h1 {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
	
}

#newsContent h2 {
	font-size:14px;
	font-style:italic;
	margin-bottom:10px;

	
}


p.ld_btn {
	font-size:12px;
	text-align:left;
	text-transform:uppercase;
	
}

.ld_btn a{
	color:#CCC;
}

.ld_btn a:hover{
	color:#DB7C00;
}



#contentServices h1{
	color:#DB7C00;
	text-transform:uppercase;
	font-size:14px;

}

#content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #DB7C00;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:center;
}


#content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 0px;
}

#content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: lighter;
	color: #000;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidepic{
	width: 350px;
	height:500px;
	float:right;
	
}

.sidepic2{
	padding-left:20px;
}


.medaContact{
	margin-top:60px;
	background:#F5F5F5;
	padding:10px;
	width:290px;
	
	
}

#main {
	padding-left:20px;
	padding-right:20px;
	padding-top: 20px;
	padding-bottom: 0;
}
#serviceList {
	margin-left:15px;
	
}

/* ------ form styles ------- */

#formWrap {
	padding: 1em;
}

#form#frmContact {
	width: 200px;
	margin: 0 auto;
}

fieldset {
	border: none;
	margin: 0 0;
}

legend {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bolder;
	text-transform:uppercase;
	color: #0E0E0E;
	line-height: 2em;
}

#formWrap p {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:.75em;
	text-transform:uppercase;
	color: #0E0E0E;
}

input.text {
	width: 215px;
	margin-bottom:1.5em;
	margin-left: 0;
}

input.radiobtn{
	margin: 0;
}

textarea {
	width: 215px;
	height: 150px;
	margin-bottom: 10px;
}

label.top {
	display:block;
	text-transform:capitalize;
}
label.side{
	line-height: 3em;
	text-transform:capitalize;
	margin-bottom: 5em;
}
	

/* ------  ------- */


#outbar {
	width: 900px;
	height: 10px;
	background-color:#FFF
}

#footer {
	position:relative;
	clear:both;
	padding-top:30px;
	color: #999;
	font: .8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 2em;
	margin-bottom:2em;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
}

#footer a {
	font-style:italic;
	color:#999;
	text-decoration: none;
	outline:none;
}


#footer a:hover {
	color: #928076
}
.TabbedPanelsContent #tabs-slidshow .images div p {
	margin-left: 320px;
}
#TabbedPanels2 .TabbedPanelsTabGroup .TabbedPanelsTab {
	margin-bottom: 20px;
}
#TabbedPanels2 .TabbedPanelsContentGroupCompany .TabbedPanelsContent ul li {
	margin-left: 20px;
}



.it {
	font-style:italic;
}

.grey {
	color:#999;
}


#jobContent {
	width:565px;
	float:left;
	line-height:1.5em;
	
}

.jobListing {
	color: #DB7C00;
	margin-left:30px;
	margin-right:30px;
	text-transform:uppercase;
}

.jobListing a {
	color: #DB7C00;
	text-decoration:none;	
}

.jobListing a:hover {
	text-decoration:underline;		
}


.location {
	color:#999;
	text-transform:none;
	font-style:italic;	
}

#jobContent ul .jobListing {
	border-bottom:1px dotted #999;
	margin-bottom:15px;
	
}

.email {
	color: #DB7C00;
	text-decoration:none;

}

.clear {
	clear:both;
	
}

.breadcrumbs {
	text-transform:uppercase;
	color:#999;
	margin-bottom:10px;
	font-style:italic;
	font-size:12px;
}

.breadcrumbs a{
	text-transform:uppercase;
	color: #DB7C00;
	margin-bottom:10px;
	font-style:italic;
	font-size:12px;
	text-decoration:none;
}




#teamContainer {
	width:560px;
	text-align:left;
	float:left;
	clear:both;
	
}

#teamPage {
	width:560px;
	text-align:left;
	float:left;
	
}

.teamInfo h1 {
	font-size:15px;
	font-weight:normal;
	text-transform:uppercase;	
}

.teamInfo h2 {
	font-size:13px;
	font-weight:normal;
	font-style:italic;
	text-transform:uppercase;
	color:#999;
}

#teamPage .teamInfo p {
	margin-bottom:0;
}

#teamPage h3 {
	margin-top:14px;
	margin-bottom:6px;
	font-style:italic;
	color:#666;
	
}

#teamPage p {
	line-height:1.3em;
	margin-bottom:1.2em;
	color:#666;
	
}

.teamInd {
	position:relative;
	background:#F2F2F2;
	padding:8px;
	height:100px;
	/*border-bottom:1px dashed #F60;*/
	margin-bottom:12px;
}

.teamInd img {
	float:left;

}


.teamInfoInd {
	float:left;
	padding-left:10px;
	margin-top:55px;
	
	
	
}
.teamInfoInd h1 {
	font-size:15px;
	font-weight:normal;
	text-transform:uppercase;
}

.teamInfoInd h2 {
	font-size:13px;
	font-weight:normal;
	font-style:italic;
	color:#999;
	text-transform:uppercase;
}

.bio {
	float:right;
	margin-top:80px;
	
}

.bio a {
	color: #DB7C00;
	text-decoration:none;
	
}

#bro {
	width:60px;
	margin-left:10px;
	margin-top:2px;
	height:30px;
	background:url(images/EidcoBrochure_thumb.jpg) top left no-repeat;
	
}





#broWrapper {
	position:absolute;
	top:0;
	right:0;
	clear:both;
	width:80px;
	padding:2px;
	text-align:center;	
}

#broWrapper a{
	font-size:9px;
	font-weight:bold;
	color: #999;
	text-decoration:none;
	
}


#broWrapper a:hover{
	color:#DB7C00;
	
}


.news {
	list-style:none;
}

.newsListing {
	color: #DB7C00;
	margin-left:10px;
	margin-right:30px;
	text-transform:uppercase;
	line-height:17px;
}

.newsListing a {
	color: #DB7C00;
	text-decoration:none;	
}

.newsListing a:hover {
	text-decoration:underline;		
}


.sub {
	color:#999;
	text-transform:none;
	font-style:italic;
	font-size:12px;
	line-height:14px;
}

.news .newsListing {
	border-bottom:1px dotted #999;
	margin-bottom:15px;
	
}

p.rd_btn {
	font-size:12px;
	text-align:right;
	
}

.rd_btn a{
	color:#CCC;
}

.rd_btn a:hover{
	color:#DB7C00;
}

.date {
	text-transform:capitalize;
	color:#999;
	font-size:12px;
}

#teamWrapper{
	width:600px;
	float:left;
	
}
#teamXp_sidebar {
	width:300px;
	float:right;
	height:1000px;
	overflow:auto;
	padding-top:20px;
	color:#999;
	padding-left:20px;
	border-left:dashed #F60 thin;	
}


#teamXp_sidebar_header {
	width:300px;
	float:right;
	padding-top:20px;
	color:#999;
	padding-left:20px;
	border-left:dashed #F60 thin;	
}



.teamXp_header {
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	margin-bottom:10px;
	color:#DB7C00;
}

#teamXp_sidebar .teamXp h1{
	font-size:12px;
}

#teamXp_sidebar .teamXp h2{
	font-size:16px;
}

#teamXp_sidebar .teamXp h3{
	font-size:12px;
	margin-bottom:8px;
}

#teamXp_sidebar .teamXp p{
	font-size:11px;
	line-height:14px;
}

.teamXp {
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:dashed #F60 thin;
	
}

#serviceIntro {
	line-height:1.8em;
	width:650px;
	
}

.introList {
	margin-left:15px;
	margin-bottom:20px
	
}