/**************************
	FONTS
**************************/	
@font-face {
    font-family: 'nimbussanlconregular';
    src: url('http://www.cassbrewer.com/fonts/nimbus/nimbussanl-regucond-webfont.woff2') format('woff2'),
         url('http://www.cassbrewer.com/fonts/nimbus/nimbussanl-regucond-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nimbussanlconbold';
    src: url('http://www.cassbrewer.com/fonts/nimbus/nimbussanl-boldcond-webfont.woff2') format('woff2'),
         url('http://www.cassbrewer.com/fonts/nimbus/nimbussanl-boldcond-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
	margin: 0;
	background-color:#fffff0;
	color: #222;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/**************************
	TEXT STYLES (DEFAULT)
**************************/	

h1,#pttitle {
		clear: both;
		color: #665f5f;
		font-family: Garamond,Times,Serif;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		margin: 60px 0 0px;
}

h1.subh1 {
	font-family: Arial, Helvetical, sans-serif;
	font-size: 18px;
	color: #6d4725; 
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 1em;
	clear: none;
	text-align: left;
	margin-top: 0px;
}

h2, .h2 {
	padding: 0 0 .2em 0; 	margin: 0; 	font-size: 15px; 	font-weight: bold; 	color: #A24C21;
}

h3, .h3 {
	font-size: 12px;
	color: #A24C21;
	margin: 0 0 .2em 0;
	padding: 0;
}

p { 
	font-size: 12px;
	padding: 0 0 1em 0;
	margin: 0;
	color: #6C635B;
}

ol {
	padding-left: 0; 
	margin-left: 25px;
}

/**************************
	GENERAL STYLES 
**************************/	
img {
	border: 0;
	}

.bold {font-weight: bold;}

.caption {
	font-style: italic;
	padding: 10px 0 12px;
	font-size: 11px;
}

.clsfix {
	margin: 0;
	padding: 0;
	clear: both;
}

.pointer {
	cursor: pointer;
}

/**************************
	LAYOUT 
**************************/	

#maincontent {
	width: 960px;
	margin: 20px auto;
	border: 2px solid #222222;
	min-height: 800px;
	}

#mcheader {
	border-bottom: 2px solid #222222;
	height: 43px;
	width: 100%;
	margin: 0;
	padding: 0 0 2px;
	clear: both;
	}

#mcwrapper {
	height: 48px;
	border-bottom: 1px solid #222222;
	}
	
#mch-left {
	float: left;
	height: 33px;
/**	width: 320px; **/
	background-color: #EDE6D9;
	border-right: 1px solid #222222;
	text-align: center;
	margin: 0px;
	padding: 6px 40px 6px 20px;
	}

#mch-center {
	padding:12px 0;
	text-align: center;
	}	
	
#mch-center  img{
	border:0;
	}	

#mch-right {
	float: right;
	height: 36px;
	width: 320px;
	border-left: 1px solid #222222;
	margin: 0px;
	text-align: center;
	padding: 10px 5px 0;
	}

/*** Meta Areas ***/
.hname {
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
	color: #982B0A;
	}
	
#mch-right-bump {padding-top: -2px;}

.hcat {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	}
	
.hdes {
	font-size: 14px;
	font-weight: normal;
	line-height: .9;
	}

/**** Vert Div ****/
#mccaption {
	float: left;
	width: 20px;
	}

img.bodytag {
	margin-top: 120px;
	margin-bottom: 0px;
	margin-left: 3px;
}

img.bodytag-l {
	margin-left: 3px;
}
	
	
/**** Main content area ****************/


#mcmain-top {
	width: 930px;
	border-left: 1px solid #222;
	float:right;
}	

#mcmain-bottom {
	width: 930px;
	border-left: 1px solid #222;
	border-top: 1px solid #777;
	float:right;
}	

	/**** Infodiv ****/
	#infodiv {
		width: 100%;
		clear: both;
	}
	
	#infotab {
		float: right;
		width: 200px;
		margin: 0;
		padding: 5px;
		clear: both;
	}
	
	#ctab {
		position: relative;
		background:url('../images/blacktab1.png') no-repeat right -90px top;
		float: right;
		width: 400px;
		height: 34px;
		text-align: right;
		font-size: 10px;
		text-transform: uppercase;	
		clear: both;
	}
	
	.cbcontact {
		padding-right: 33px;
	}

	.cbcontact a:link, a:visited , a:active, a:hover {
		color: #fffff0;
		}

	.inote {
		font-size: 12px;
		font-weight: bold;
		margin-left: 5px;
		}
	
	#pttitle {
		clear: both;
		color: #665f5f;
		font-family: Garamond,Times,Serif;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		margin: 60px 0 0px;
	}
	
/********* PTOS LAYOUT *********/

#pwrapper {
	width: 800px;
	margin: 0px auto 50px;
	text-align: center;
	min-height: 350px;
}

#ptable {
	position: relative;
	min-height: 320px;
}

.pgroups {
	margin: 0px auto;
	padding-left: 20px;
	clear: both;
}

.pelems {
	clear: both;
}

/**** SKSUBS *********/

#sksubs {
	width: 750px;
	margin: 20px auto 40px;
	height: 45px;
	border-left: 1px dotted #222;
	vertical-align: middle;
	display: none;
}

#sksubs .sksubs_elbox {
	float: left;
	width: 61px;
	padding: 0 0 0 4px;
	height: 40px;
}

.sksubs_elbox .skname {
	padding-top: 0px;
}

#sksubs .sksubs_elbox .sknum {
	display: none;
}

.sksubs_elems {
	position:relative;
	margin-top: 10px;
}

.sksub_captions {
	float:right;
}

.subsH1sym {
	font-size: 17px;
	font-family: 'nimbussanlconregular', Arial, sans-serif;
}



/******* TEXT STYLES **********/
	
a:link {
	color: #000;
	text-decoration: none;
 }
a:visited {
	color: #000;
	text-decoration: none;
 }
a:active {
	color: #000;
	text-decoration: none;
 }
a:hover {
	color: #000;
	text-decoration: none;
 }
	

.symtype1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 34px;
	height: 25px;
	color: #888;
	padding: 6px 0px 5px 3px;
	font-family: 'nimbussanlconbold', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size: 17px;
	text-align: center;
}

.symtype2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 34px;
	height: 25px;
	color: #888;
	padding: 24px 0px 0px 3px;
	font-family: 'nimbussanlconregular', Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
}

a.symtype1:link {display: block;}
a.symtype1:visited {display: block;}
a.symtype1:active {display: block;}
a.symtype1:hover {
	display: block;
	color: #000;
}

.symtype1:hover {
	border: 2px inset #000;
}

.sksym {
    padding-top: 2px;
}
 
.sknum {
	position: absolute;
	top: 1px;
	left: 1px;
	color: #000;
	font: 6pt sans-serif;
	text-align: left;
}

.skname, .skemps {
/*	visibility: hidden; */
    font-size: 7px;
    padding-top: 31px;
	color: #666;
	}

	

/**** GROUP AND PERIOD LABELS ****/

.ghead  {
 float: left;
 height: 50px;
 width: 42px;
 color: #777;
 font: normal 8pt sans-serif;
 text-align: center;
 } 

.phead {
	 position: absolute;
	 left: 0px;
	 height: 32px;
	 width: 20px;
	 color: #777;
	 font: normal 8pt sans-serif;
	 text-align: center;
	 padding-top: 16px;
}
.p1 {top: 30px;}
.p2 {top: 71px;}
.p3 {top: 112px;}
.p4 {top: 153px;}
.p5 {top: 194px;}
.p6 {top: 235px;}
.p7 {top: 276px;}

/**** Skillboxes ****/

.elbox {
	 position: absolute;
	 height: 40px;
	 width: 41px;
	 padding: 0px;
	 overflow: hidden;
 }
 
 .elbox_k {
	 position: absolute;
	 height: 40px;
	 width: 41px;
	 color: #fff;
	 padding: 0px;
	 overflow: hidden;
 }
 
 .sksubs {
	position: absolute;
	right: 0px;
	top:0px;
	width: 20px;
	font-size: 7px;
	font-weight: bold;
	text-align: right;
	padding: 2px 4px 0 0;
	text-transform: uppercase;
	color: #222;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50);
	background-color:#E0EEEE;
 }

 
.per1 {	top: 30px; }
.per2 {	top: 71px; }
.per3 {	top: 112px; }
.per4 {	top: 153px; }
.per5 {	top: 194px; }
.per6 {	top: 235px; }
.per7 {	top: 276px; }

.gp1 { left: 20px; }
.gp2 { left: 62px; }
.gp3 { left: 104px; }
.gp4 { left: 146px; }
.gp5 { left: 188px; }
.gp6 { left: 230px; }
.gp7 { left: 272px; }
.gp8 { left: 314px; }
.gp9 { left: 356px; }
.gp10 { left: 398px; }
.gp11 { left: 440px; }
.gp12 { left: 482px; }
.gp13{ left: 524px; }
.gp14 { left: 566px; }
.gp15 { left: 608px; }
.gp16 { left: 650px; }
.gp17 { left: 692px; }
.gp18 { left: 734px; }

.sgp1 { left: 79px; }
.sgp2 { left: 121px; }
.sgp3 { left: 163px; }
.sgp4 { left: 205px; }
.sgp5 { left: 247px; }
.sgp6 { left: 289px; }
.sgp7 { left: 331px; }
.sgp8 { left: 373px; }
.sgp9 { left: 415px; }
.sgp10 { left: 457px; }
.sgp11 { left: 499px; }
.sgp12 { left: 541px; }
.sgp13 { left: 583px; }

.hue_lead { background: #e5b380; }
.hue_know { background: #c2c2d6; }
.hue_proj { background: #bcca9b; } 
.hue_tech { background: #ecd8ac; }
.hue_comm { background: #cb9c81; }  
.hue_vals { background: #ff4d4d; }

.symhue_lead { color: #aa6722; }
.symhue_know { color: #7575a3; }  	
.symhue_proj { color: #8fa758; }
.symhue_tech { color: #bb8e2b; }
.symhue_comm { color: #a26643; }
.symhue_vals { color: #e60000; }


/**** LEGEND ****/

#plegend {
	position: absolute;
	top: 26px;
	left: 120px;
	width: 248px;
	}
	
#pseries {
	cursor: pointer;
	text-align: center;
}

.pseries-row {
	width: 100%;
	clear:both;
	margin-bottom: 8px;
}	

.pseries-cell {
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin: 0;
	height: 24px;
	padding: 3px; 
	border: 2px solid #fffff0; 
	line-height: 1em;
	display:inline-block;
	width:29%;
	vertical-align: middle;
	}
	
#pseries .lgspan{
	-moz-border-radius: 6px 6px 0 0;
	border-color: #999 #999 black;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	padding: 1px 0;
	color: #999;
	text-transform: uppercase;
	font-size: .85em;
	margin-bottom: 4px;
}

.oneline {
	padding-top: 6px;
}


/**** INSETS ****/

#pinset_holder{
	display: block;
}

#pinsets {
/*	display: none; */
	position: absolute;
	top: 35px;
	left: 405px;
	height: 100px;
	width: 100px;
	text-align: left;
	font-family: Arial, sans-serif;
	}

.pinset_border {
	border: 1px solid #999; 
	}

#pinsets .elbox {
	width: 100%;
	position: relative;
	height: 100px;
	background-color: transparent!important;
	}
	
#pinsets .symtype1 {
	font-family: 'nimbussanlconbold', Arial, sans-serif;
	position: inherit;
	height: 45px; 
	padding: 8px 16px 0 16px;
	width: 68px;
}

#pinsets .symtype1:hover {
	border: none;
	}

#pinsets .sknum {
	float: left;
	padding: 3px 0 0 3px;
	font-size: .75em;
	color: #666;
}

#pinsets .sksym {
	font-size: 2em;
}

#pinsets .posreset {
	top: 0px;
	left: 0px;
}
	
#pinsets .skname {
	padding: 4px 6px 0 6px;
	font-size: 11px;
	line-height: .9em;
	color: #666;
	text-align: center;
	visibility: visible;
}
	
#pinsets .skemps {
	font-size: .8em;
	text-align: right;
	padding: 7px 16px 0 0;
	color: #688852;
	font-style: italic;
	visibility: visible;
}

.mynameis {
	text-align: center!important;
	font-size: 11px;
	color: #222;
	}

	
/************* jquery ********/

.bgtransp {
	border: 1px dotted #e5e5e5;
	background: transparent!important;
	}

	
	
/************* jobs slider ********/
#ptosEmps {
	position: absolute;
	left: 6px;
	}

#jinset_holder {
	position: absolute;
	top: 30px;
	left: 524px;
	height: 30px;
	width: 200px;
	display: block;
	}
	
.jinset_title {
	-moz-border-radius: 6px 6px 0 0;
    border-color: #999999 #999999 black;
    border-style: solid solid none;
    border-width: 1px 1px medium;
	width: 100%;
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	}

.jinset_title .sbj_left {
	float: left;
	padding-left: 37px;
	}
.jinset_title .sbj_right {
	float: right;
	padding-right: 5px;
	}


.jinset_slider {
	width: 100%;
	}

.pemps {
	}

.pjemp {
	font-family: 'nimbussanlconbold', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
}

.menu {
	position:absolute; 
	width:193px;
	padding-top: 4px;
/**	padding-left: 30px; *//
	}
	
.menu ul {
	list-style:none; 
	position:absolute; 
	z-index:100; 
	padding:0px;
	margin: 0px;
	}
	
.menu li {
	float:right;
	font: 11px Arial, sans-serif; 
	font-weight:bold; 
	cursor: pointer;
	}
	
li.pjdesc {
	visibility: hidden;
	font-size:9px;
	font-family: 'nimbussanlconregular', sans-serif;

}

.menu a, .menu a:visited {
	text-decoration:none; 
	color:#888;
	padding: 0 8px;
	}
	
.menu a:active, .menu a:hover {
	color: 000;
	}
	
#slide {
	position:absolute; 
	height:20px; 
	border: 1px solid #000;
	background-color: #eff7d9;
	-moz-box-shadow: 2px 2px 4px -1px #333 inset;
	z-index:10;
	}
	

.emp_hi {
	background-color: #eff7d9;
	border: 1px inset #222;
	margin: -1px;
}

#pinsets p {
	margin: 0 0 5px;
	font-size: 9px;
	}
	
.empdates {
	font-style: italic;
	color: #777;
	font-size: 9px;
	padding-bottom:1em;
}


/********* Resume Files Section ********/
#resfiles {
	margin: 0 0 2.6em 0;
	padding: 0;
	border-bottom: 1px solid #777;
	height: 22px;
}

.resblock-title {
	width: 150px;
	float: left;
	margin: 0;
	padding: 3px 10px 0 90px;
	font-size: 14px;
	color: #3A2615;
	font-family: Garamond, serif;
	text-transform: uppercase;
}

.resblock-sxn {
	float: left;
	margin: 0;
	padding: 0;
	vertical-align: middle;
    border-left: #6E94DA double 3px;
	height: 22px;	
}

.resblock-sub {
	float: left;
	padding: 2px 6px;
	font-family: 'nimbussanlconregular', sans-serif;
}

.resblock-files {
	display: inline-block;
	font-size: 10px;
	padding: 5px 20px 0 0;
	font-family: 'nimbussanlconregular', sans-serif;
}


/**********************
	TABS
***********************/
#cb_specimens {
	width: 750px;
	margin: 0 auto;
	position: relative;
	}

#nav1 {
/*	position: absolute; */
	}
	
div.menucontainer {          
    margin-bottom:30px;
	position: relative; 
	}

div.menucontainer div.nav{         
	width: 160px;
	float:left;
 /*	left: 0px;
	z-index: 2; */
}
	
div.nav .tab { 
	display: block;
	height:18px; 
	padding-top: 8px;
    border: #777 dotted 1px;
    border-top: none;
	border-left: none;
	background-color:transparent;  
   	color: #73736b;
}

div.nav .toptab { 
	border-top: #777 dotted 1px!important;
}

div.nav .red, div.nav .red a {
	color: #d84c3a!important;
	font-weight: bold;
}
	
.nav .bg { 
	position:absolute; 
	background:url(../images/homeSelArrow.png) no-repeat right top; 
	height: 35px;
	z-index:50; 
	width:175px; 
	border: none;
/*	top: 40px;
	left:200px;
	height: 20px; */
	}
	
.nav .left{ 
	background:url(../images/menuSelBack.png) no-repeat left top; 
	height:26px; 
	}
	
.nav a {
	padding:8px 10px 4px 16px;  
	text-decoration:none; 
	z-index:100; 
	text-transform: uppercase;
	font-size: .9em;
	}

div.nav div.subhead_first {
    display: block;
    height: 26px;
    position: relative;
}

div.nav div.subhead {
	height: 24px; padding: 18px 0 0 0; margin: 0; color: #3A2615;
}

div.nav span.subheadtxt {
	font-family: Garamond, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}

.navblue {
	color: #3A2615!important;
}

div.menucontainer div.curvedContainer{
	margin-left: 159px;
/*	border: 1px solid #b7b191; */
	background-color: #fffff0;
	min-height:380px;
}

div.menucontainer div.curvedContainer .tabcontent{
	display:none;
	padding:20px;
	font-size:12px;
}

#portframe {
	padding: 24px 0 0 40px;
}

	
/**********************
	FOOTER
***********************/

	#mcfooter {
		border-top: 2px solid #222222;
		background-color: #EDE6D9;
		height: 60px;
		width: 100%;
		margin: 0;
		clear: both;
		}
		
	#mcfwrapper {
		border-bottom: 1px solid #222222;
		clear: both;
		}
		
	#mcf-left {
		float: left;
		height: 35px;
		width: 320px;
		border-right: 1px solid #222222;
		text-align: center;
		margin: 0px;
		padding-top: 5px;
		}

	#mcf-center {
		height: 40px;
		padding: 0;
		margin-left: 350px;
		margin-right: 0 200px;
		text-align: left;
		}	
		
	#mcf-right {
		float: right;
		height: 40px;
		width: 190px;
		border-left: 1px solid #222222;
		background:url('../images/slash1.gif') no-repeat right top;
		margin: 0px;
		text-align: center;
		padding: 0;
		}
		
	#mcfr-top {
		float: left;
		height: 20px;
		width: 120px;
		border-bottom: 1px solid #222222;
		margin: 0px;
		text-align: left;
		padding-left: 10px;
		}

	#mcfl-left {
		float: left;
		height: 20px;
		width: 320px;
		border-right: 1px solid #222222;
		margin: 0px;
		}

	#mcfll-left {
		float: left;
		border-right: 1px solid #222222;
		text-align: center;
		margin: 0;
		width: 180px;
		text-align: center;
		padding-bottom: 4px;
	}

	#mcfl-right {
		float: right;
		height: 20px;
		width: 610px;
		margin: 0px;
		text-align: left;
		padding: 0;
		}
		
	.fname {
		text-transform: uppercase;
		font-size: 20px;
		font-weight: bold;
		color: #982B0A;
		}
		
	.fdes {
		font-family: Garamond, Times, Serif;
		font-size: 14px;
		font-weight: normal;
		padding-left: 20px;
		}

	.femail {
		}
		
	img.femail-img {
	border: 0;
	padding: 0 10px;
		}


/*******************************
	CONTACT FORM, SHARE FORM
********************************/

#contactFormContainer, #aboutContainer, #shareContainer
{
	position:relative;
	text-align: left;
	left: 120px;
	top: 28px;
	z-index: 200;
	text-transform: none;
}
#contactForm, #aboutContent, #shareContent
{
	position: absolute;
	margin-top: 0px;
	height:245px;
	width:233px;
	display:none; 
	background: transparent url('../images/contactbg.png') no-repeat;
	padding:30px 40px 5px 28px;

}
#contactForm fieldset
{
	border:none;
}      
    
#contactForm input[type=text], #contactForm textarea {
	display:block;
	width: 90%;
	border: 0;
	position: inline;
	margin:2px 0 8px;
	padding: 0 5px;
}  

#contactForm input[type=text] {
	height:20px;
}  

#contactForm input[type=submit]
{
	background-color:#A0C289;
	color:#000;
	border: 1px dotted #999;
	margin: 2px 0px 0px 10px;
	padding: 2px 4px;
	float: right;
}                
#contactLink
{
	float: right;
	height:16px;
	width: 70px;
	padding: 6px 0;
	display:block;
	cursor:pointer;
	z-index: 210;
	color: #fffff0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;	
	}
	
#formmessage
{
	float: left;
	font-weight: bold;
	color:#A64E17;
	display:none;
	z-index: 500;
}

.ferror
{
	display: none;
	color:#BD4D07;
	z-index: 600;
}


form label {
	display: block;
	color: #000;
	padding-right: 5px;
	}
	
#fsuccess {
	color: green;
	display: none;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}


button#send {
	background-color:#aeccf9;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:none;
	display:inline-block;
	padding:2px 6px;
	margin:3px 14px 0 0;
	float:right;
}

.emailbutton{padding-top: 10px; clear:both;}

/**********************
	ABOUT TAB
***********************/

            
#aboutLink
{
	float: right;
	text-align: center;
	width: 170px;
	height:16px;
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
	color: #fffff0;
	display:block;
	cursor:pointer;
}

.ctabslash {
    float: right;
    height: 16px;
    padding: 6px;
	color: #fffff0;
	display:block;
	font-weight:bold;
}

.aboutStyle {
	border:none;
	color: #000;
}

.aboutl, .aboutr {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 18px;
}

.aboutl {
	padding-right: 10px;
	width: 12%;
}

.aboutr {
	width: 80%;
}
	
#shareLink
{
	float: right;
	height:16px;
	width: 100px;
	font-size: 12px;
	padding: 6px 0;
	display:block;
	cursor:pointer;
	z-index: 310;
	color: #fffff0;
	font-weight: bold;
	text-align: center;	
}

.smbutton  {
	padding: 6px 20px;
	}


/**********************
	FOOTER
***********************/

.credits {
	width: 850px; 
	margin: 10px auto; 
	text-align: center; 
	color: #C1B39A; 
	font-size: 11px; 
	}

.credits a:link, .credits a:visited {
	color: #A98D5D;
	text-decoration: none;
	}
	
	
/**********************
	LOADED-PAGE STYLES
***********************/

.linkimg {
	vertical-align: baseline;
}

.reason {
	margin: 0 0 1em 0;
}
	
.fricon {
	float: left;
	margin-right: 15px;
	height: 55px;
}

.ifterm {
	float: left;
	width:40px;
	height: 40px;
	background-color: #f7f4e1;
	padding: 2px;
	margin-right: 15px;
	text-align: center;
	border: 1px solid #818080;
}

.ifyrno {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
	color: #818080;
}


.ifalph {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 30px;
	color: #818080;
}


.ifyrs {
	text-transform: uppercase;
	font-size:12px;
	margin-top: -4px;
	color: #818080;
}

/*********** Tinybox modals ***********/

#zoombox {padding:12px; background:#fffff0;width:800px;}
#zoombox .tclose {right:6px}

.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(../scripts/images/preload.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#5E2612; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(../scripts/images/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}


/*********** Specimen page styles ***********/

.docsxn {margin-bottom: 2em;}
.empdiv {margin: 0 0 12px; padding-bottom: 6px; border-bottom: 1px dotted #777;}
.empdiv-l {margin: 6px 0 12px;}
.empdp {font-weight: normal; margin-bottom: 10px; }
.empdsc {color:#6C635B; line-height: 1.4;}
.empdsc li {margin-left: -18px;}
.empfl {margin: 10px 0 0 0; }
.empflttl {font-size: 13px; padding: 4px 0; font-weight: bold; text-transform: uppercase; border-bottom: 1px dotted #777; border-top: 1px dotted #777;}
.date {font-size: 10px;}

.tech table {width: 100%; border-collapse: collapse;}
.tech table th {background: #5e6d9e; color: #fff; font-weight: bold; padding: 3px 11px; text-align: left; border-right: 1px w; line-height: 1.2; width: 30%; }
.tech table td {padding: 6px 11px; border-bottom: 1px dotted #777; vertical-align: top; }
.tech table td * {padding: 6px 11px; }
.tech table tr.alt td {background: #F6EFDF; }
.tech table tr.tablesh td {background: #8f9abc; color: #fff; font-weight: bold; padding: 3px 11px; text-align: left; border-top: 1px solid #777; border-bottom: 1px solid #777;}
.tech table .tyrs {text-align: center;}
.tech table .tlev {text-align: center;}

.docname {
    border-bottom: 1px dotted #777777;
    height: 3em;
    margin: 0 20px 1em 0;
    padding-bottom: 0.5em;
}
.docname-nr {padding-bottom: 4px; margin: 0 20px 0 0; }
.docname-last {padding-bottom: 1.5em; margin: 0 20px 2em 0; }
.dnleft {float: left; width: 180px; margin-right: 30px; font-weight: bold; font-size: 13px;padding-left: 18px;}
.dnright {padding-right: 20px;}
.docicon {float: left; margin-right: 10px;}

.cimg {float: left; margin-right: 15px; font-size: 10px; line-height: 11px; text-align: center; color: #777;}
.ic-row1 {height: 190px;}
.itac-desc {float: left; width: 125px; margin: 0 20px 18px 0;}

.pclear {width: 100%; height: 1px; clear: both;}
.pwrapper {margin-bottom: 3px;}

.gimg {display: block; margin: 20px auto;}

.gpxrow {height: 200px; margin:0; padding: 0;}
.pgpx_row {}
.pgpx {width: 155px; height: 150px; margin: 0 10px 10px; padding: 5px 0; text-align: center; float: left; background-color: #fffff0;}
.pgpx_cap {float: left; margin-top: -40px;}
.gcap {float: left; width: 155px; margin: 0px 10px 0; text-align: center; background-color: transparent; color: #777; font-size: 10px; line-height: 1.1; text-transform: uppercase;}
.gcaptxt { float: left; width: 120px;border-right: 1px dotted #777;}
.wcap {margin: 10px 10px 0; text-align: center; background-color: transparent; color: #777; font-size: 10px; line-height: 1.1; text-transform: uppercase;}
.wcaptxt { float: left; width: 150px;border-right: 1px dotted #777;}
img.gpxview {float: right; margin-bottom: 5px; }

.pwdesc { font-size: 11px; padding-left: 227px; margin-bottom: 1em;}
.pclear {clear: both;}
.pwimg {float: left; margin-right: 20px; cursor: pointer;}
.pwimg_capt {font-size: 11px; text-align: center; padding-top: 12px; font-style:italic;}
.pwwrapper {float: left; border-bottom: 1px dotted #777; padding-bottom: 10px; margin-bottom: 22px; }
.h3-margin {margin: 0 0 2em;}

.wpcontainer {height: 600px;}
.z1 {padding-bottom: 10px;}
.imrow1, .imrow2 {display: inline-block; padding-right: 25px;}
.filesep {padding-left: 10px; padding-right: 10px;}

		