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

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ddf0cf url(_images/telesis_bg.png) repeat-x left top scroll;
	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: #000000;
}

/* For Testing * { border: solid 1px; } */
p {
	margin: 12px;

}

p.resume {
	margin-left: 25px;
	line-height: 2em;

}
.oneColLiqCtr #container {
	width: 980px;
	background: #dfebf2;
	margin: 0 auto;
	text-align: left;
}
.oneColLiqCtr #mainContent {
	
	padding: 0px auto;
	min-height: 600px;

}

.oneColLiqCtr #empMainContent {
	
	padding: 0px auto;
	min-height: 600px;
}


h2 {
	font-size: 16px;
	font-weight: bold;
	color: #007fc4;
	margin: 12px;

}

#FlashMovie {
	height: 355px;
	background-color: #65b6d4;
	background-image: url(_images/flash_bg.png);
	background-repeat: no-repeat;
	text-align:right;
	padding-top: 3px;
}


#intHDRCareers {
	background-color: #65b6d4;
	height: 265px;
	background-image: url(_images/int_main_careers.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
}

#intHDRemployee {
	background-color: #65b6d4;
	height: 265px;
	background-image: url(_images/int_main_employees.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
}

#intHDRcontact {
	background-color: #65b6d4;
	height: 265px;
	background-image: url(_images/int_main_contact.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
}

#intHDRexperience {
	background-color: #65b6d4;
	height: 265px;
	background-image: url(_images/int_main_experience.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
}
/* -- MAIN NAV -- */

#mainNav {
	position: relative;
	height: 57px;
	width: 980px;
	background: url(_images/telesis-navBG.png) no-repeat scroll 0px;
}

#mainNav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#mainNav li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #151A53;
}

#mainNav li a {
	text-indent: -1000em;
	display:block;
	float:left;
	height:47px;
	overflow:hidden;
	cursor: pointer;
}

#mainNav_01 a {
	width: 96px;
	background: url(_images/telesis_nav.png) no-repeat scroll 0px;
	background-position: 0px 0px;
	cursor: pointer;
}

#mainNav_02 a {
	width: 143px;
	background: url(_images/telesis_nav.png) no-repeat scroll 0px;
	background-position: -96px 0px;
}

#mainNav_03 a {
	width: 188px;
	background: url(_images/telesis_nav.png) no-repeat scroll 0px;
	background-position: -239px 0px;
}

#mainNav_04 a {
	width: 154px;
	background: url(_images/telesis_nav.png) no-repeat scroll 0px;
	background-position: -427px 0px;
}

#mainNav_01 a:hover {
	background-position: 0px -47px;
}

#mainNav_02 a:hover {
	background-position: -96px -47px;
}

#mainNav_03 a:hover {
	background-position: -239px -47px;
}

#mainNav_04 a:hover {
	background-position: -427px -47px;
}



h1#WhoWeAre {
    padding-top: 60px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(_images/hdr_hm_whoweare.png);
    background-repeat: no-repeat;
}

h1#OurServices{
    padding-top: 41px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(_images/hdr_hm_ourservices.png);
    background-repeat: no-repeat;
}

h1#Keys{
    padding-top: 36px; /* height of the replacement image */
    margin-left: 10px;
	height: 0px;
    overflow: hidden;
    background-image: url(_images/hdr_hm_keys.png);
    background-repeat: no-repeat;
}

#windmill {
margin-left: 0;
padding-left: 0;
list-style: none;
position: relative;
}

#windmill li {
	margin-bottom: 8px;
	padding-left: 25px;
	background-image: url(_images/bullet_windmill.png);
	background-repeat: no-repeat;
	background-position: 0px;
}

#Arrows {
margin-left: 5;
padding-left: 0;
list-style: none;

}

#Arrows li {
	margin-bottom: 8px;
	padding-left: 25px;
	background-image: url(_images/arrow.png);
	background-repeat: no-repeat;
	background-position: 5px;
	position: relative;
}


#RightContentArea {
	clear: both;
	float: right;
	width: 330px;
	position: relative;
	background-image: url(_images/right_bg.png);
	margin-top: 6px;
}

#RightContentArea.Experience {
	margin-right: 15px;
	width: 300px;
	min-height: 360px;
	background-image: url(_images/int-right-BG.png);
	background-repeat: no-repeat;
	
}

#RightContentArea.Experience h2 {
	
	color: #FFF;
	font-size: 18px;
	text-align: center;
	
}

#footer {
	height: 35px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 10px auto;
	width: 980px;
	text-align: left;
}

img.IntLogo {
	margin-left: 28px;
	margin-top: 50px;
}

.MapRight {
	float:right;
	margin: 12px;
}

table.Home {
	margin-top: 15px;

}

img.CareerPhoto {
	
	margin: 15px;
	
}

p.RightMargin {
	margin-right: 20px;
	
}

/* Employee Application Styles */



#appLeft {
	position: relative;
	display:block;
	margin: 0px;
	padding: 0px;
	left: 20px;
	float: left;
}

#appLeft p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	font-size: 8pt;
}

#appLeft h2 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

#appMid {
/* cannot use this setting - it breaks the javascript popup calendars
	position: relative; */
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	left: 200px;	
	width: 500px;
}

#appMid h5 {
	margin: 0px;
	padding: 0px;
	font: bold 10pt arial;
	text-transform: uppercase;
}

#appMid p {
	margin: 0px;
	padding: 10px 0px;
	font-size: 8pt;
	
}

#appSpacer {
	position: relative;
	display: block;
	width: 50px;
	float: left;
}

#appRight {
	position: relative;
	width: 150px;
	float: right;
}

/* Application Fly-out Profile Menu */
.userMenu {	
	display: block;
	width: 150px;
	text-align: left;
	position: relative;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.userMenu li {
	margin: 2px;
	background-color: #65B6D4;
	border: solid 1px #DFEBF2;
	border-right: solid 1px #A6CC4A;
	height: 30px;
	z-index: 1000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.userMenu li a {
	display: block;
	height: 100%;
	text-decoration: none;
	color: #DFEBF2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border-left: solid 5px #65B6D4;
	padding-left: 5px;
}

.userMenu li a:hover {
	color: #70bc33;
	background-color: #DFEBF2;
	border-left: solid 5px #70bc33;
	direction:ltr;
	
}

.flyout ul {
	display: none;
	margin-top: -25px;
	list-style-type: none;
	

}
.flyout ul li a {
	text-decoration: none;
	padding-left: 5px;
}

.flyout ul li a:hover {
	text-decoration: none;
	color: #70bc33;
}
	
.flyout a,
.flyout a:visited {
	display: block;
	margin: 0px;
	

}

.flyout table {  margin: -1px 0; /* spacing for IE5 tables */
	m\argin: 0;     /* reset table margins for all browsers but IE5 */
	border-collapse: collapse; /* IE5 and 6 needs borders collapsed or extra space will display */
	
}
.flyout:hover a,
.flyout a:hover {
	display: block;
	
}

.flyout:hover ul,
.flyout a:hover ul {
	display: block;
	position: absolute;
	left: 80px;
	border: solid 0px #336633;
	width: 150px;
	cursor: pointer;
}

/* Main application forms formatting */


.appForm {
/* cannot use this setting - it breaks the javascript popup calendars
	position: relative; */
	width: 500px;
	float: left;
	text-align: left;
	margin-left: 0px;
	font-size: 8pt;
	border-collapse: expand;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
}
.appForm tr, .appForm tr td {
	margin: 0px;
	padding: 5px 10px 5px 0px;
/*	border: 1px solid #65B6D4; */
}

.appForm tr td input, .appForm tr td select, .appForm tr td textarea {

	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-weight: bold; */
	font-size: 8pt;
	color: #000;
	border: 1px solid #65B6D4;
	padding: 0px;
	margin: 0px;
	
	/* font-weight: bold; */
}
.appForm tr td input.disabled, .appForm tr td textarea.disabled, .appForm tr td select.disabled option {
	background-color: #DFEBF2;
	color: grey;
/*	border: solid 0px; */
}


.appForm tr td option.highlight {
	color: red;
	font-weight: bold;
}

.appForm tr td textarea {
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.appForm .centered {
	text-align: center;
}

.appForm .btnSubmit {
	padding-bottom: 2px;
	padding: 5px;
	border: solid 1px #bfe2a5;
	background-color: #65B6D4;
	color: #fff;
	font-weight: bold;
	position: relative;
	left: 0px;
}

.appForm .btnSubmit:hover {
	border: 1px solid #007DC3;
	
}


/* REPORT PREVIEW FORMATTING */

.previewPopup {
	width: 800px;
	background-color: #FFF;
	border: solid 10px #3D91D9;
	padding: 20px;
}

.previewPopupHeader {
	height: 25px;
	background-color: #000055;
	border: solid 1px #000055;
	color: #ffffff;
}

.previewPopupHeader p,.previewPopupHeader img{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.preview {
	border-collapse: collapse;
	width: 100%;
}

.preview tr td {
	padding: 8px;
	margin: 0px;
	border: solid 1px #C0C0C0;
	
}
#halfWidth {
	width: 200px;
	float: right;
	
}
.previewPopupHeader div {
	display: block;
	position: relative;
	float: left;
	height: 30px;
}
.previewPopupHeader div img {
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 250px;
}
.previewPopupHeader #previewTitle {
	margin-right: 150px;
	font-weight: bold;
	margin-top: 5px;
}
.previewPopupHeader #headerMsg {
	font-size: 8pt;
	margin-top: 5px;
}

	
.preview  #TblRwBorder {
	background-color: #999999;
	color: #fff;
	font-weight: bold;
}

.preview .expReport td {
	font: 7pt verdana;
	padding: 5px;
	
}


.preview .expReport td.notes p{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 500px;
	overflow: auto;
}

.preview .expReport td.tdEmpty {
	border: solid 1px #fff;
}

.preview .expReport th{
	
	font: 7pt verdana;
	padding: 5px;
	color: #ffffff;
	background-color: gray;
	border: solid 1px #999999;
}

.approval {
	text-align: center;
	width: 100%;
}

/* END REPORT PREVIEW FORMATTING */

/* SUCCESS/ERROR/NOTICE/LOGON MESSAGES */

.errorMsg {
	color: red;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.successMsg {
	color: #65B6D4;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.errorMsg a, .successMsg a {
	color: #007AC7;
}
.errorMsg a:hover, .successMsg a:hover	{
	color: #000000;
}

/* Form headings and other messages */


.notice {
	position: relative;
	float: left;
	display: block;
	font-size: 8pt;
	bottom: 10px;
	color: #2D4279;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.login {
	padding: 2px;
	margin: 2px;
	color: #fff;
	background-color: #65B6D4;
	border: solid 1px #DFEBF2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.welcome {
	width: 175px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.italic {
	font-style: italic;
}

.appBackLink  {
	color: #3588BA;
	text-decoration: none;
}

.appBackLink:hover {
	text-decoration: underline;
}

.appNoticeLink{
	color: #000055;
	text-decoration: underline;
	font-style: normal;
}

/* ASTERISKS FOR REQUIRED FIELDS */

.required {
	font-size: 8pt;
	color: red;
}


#nav{
	background:url(_images/telesis-navBG.png) no-repeat 0 0;
	width:980px;
	height:57px;
	position:relative;
	display:block;
	z-index:1
}

#nav a{
	text-indent:-9999px;
	overflow:hidden;
	display:inline-block;
	z-index:1000
}

#nav a:hover, #nav a.active{
	background:url(_images/hover.png) no-repeat left center;
	*background:url(_images/hover.gif) no-repeat left center;
}

#nav a#hm{
	margin:0px;
	position: absolute;
	width: 103px;
	height:57px;
}

#nav a#exp{
	margin:0 0 0 104px;
	position:absolute;
	width:175px;
	height:57px;
}

#nav a#work{
	margin:0 0 0 279px;
	position:absolute;
	width:113px;
	height:57px;
}

#nav a#contact{
	margin:0 0 0 392px;
	position:absolute;
	width:142px;
	height:57px;
}

#nav a#login{
	margin:0 0 0 830px;
	position:absolute;
	width:130px;
	height:40px;
	overflow: visible;
	text-indent: 0px;
	text-align: right;
	padding-right: 10px;
	padding-top: 17px;
}

#SideBtn {
	margin: 15px 21px 0 21px;;
	padding-bottom: 8px;
	
}

#Gallery.Experience {
	margin-top: 20px;
	width:273px;
	left: 17px;
	height:182px;
	display:inline-block;
	position:absolute;
	overflow:hidden;
}

#Gallery.Experience ul, #Gallery.Experience li{
	margin:0;
	padding:0;
	list-style:none;
}

#Gallery.Experience li{
	width:273px;
	height:182px;
	overflow:hidden;
	padding:0;
}