@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}











body, html {
	
	width: 100%;
	padding: 0;
	margin: 0 auto 0 auto;
	position: relative;
	height: 90%; 
	background-image:url(../images/vertback.gif);
	background-repeat:repeat-x;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  p,h3,h4,pre {
  text-align: left;
  max-width: 100%;
  margin: 0 auto 20px;
  }

.rslides {
  margin: 0 auto 40px;
  }

#slider2 {
	list-style: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0;
  padding: 0;
  }

.rslides_tabs {
  display:block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: small;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 100%;
  padding: 10px 0;
  text-align: right;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-weight: bold;
  }

a {
  color: #fff;
  text-decoration: none;
  }


#text-pane {
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  font-size: 9pt;
  line-height: 1.2em;
  padding-top: 40px;
	
}

#text-pane p,#text-pane h4, #text-pane dl, #text-pane div#chicklets {
  margin-right: 40px;
  margin-left: 40px;
  margin-bottom: 12px;
}

#text-pane div.p-context {
  margin-top: 24px;
  height: 380px;
  overflow-y: scroll;
  margin-right: 12px;
}

.secretpopout {
	display: none;
}

 #text-pane h4, #text-pane dt, #text-pane b {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
	
}

div#project-text {
	display: block;
	height: 550px;
}

div#chicklets {
	display: block;
	width: 70%;
	clear: both;
	margin-bottom: 4px;
	margin-top: 24px;
}

div#chicklets img {
	border: solid 1px #909599;
	display: block;
	float: left;
	margin: 0 7px 7px 0;
	width:25px;
	height: 25px;
	opacity:0.4;
	filter:alpha(opacity=40);

}


div#chicklets img.active {
opacity:1.0;filter:alpha(opacity=100);
}


dd {
	margin-left: 1.1em;
}

bodynav#header {
	background-color: #FFF;
	color: #999;
	width: 100%;
}

/* Mobile Layout: 480px and below. */

bodynav#header {
	background-color: #FFF;
	color: #999;
	width: 100%;
}
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	
	width: 100%; 
   /* height: 100vw;  height:width ratio = 9/16 = .5625  */
	background-image:url(../images/tx002.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
	/* 
	width: 100.%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	*/
	max-height: 75%;
	clear: none;
	float: none;
	position: relative;
}


#div1 {
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}



body.home nav ul {
	text-align: right;
	padding: 0.5em;
	
}

body.home nav li{
	display: inline;
	margin: 0.75em; 
	
}


nav ul li.company {
	font-family: Arial, Helvetica,sans-serif;
	display: block;
	clear: both;
}


body, html {
	padding: 0;
	margin: 0;
	position: relative;
	height: 90%;
}

.header, .footer {
	width: 100%;
	padding: 0.25em;
	dislpay: block;
	box-sizing: border-box;
}
div.middle {
	background-color: #EEE;
	width: 1200px;
}
.midgrey {
	background-color: #909599;
}
.main {
	width: 100%;
	min-width: 1280px;
}

.content {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}


div.left, div.right {
	width: 40px;
	height: 700px;
	display: block; 
	float: left;
	
}

div.middle {
	width: 1200px;
	height: 700px;
	display: block; 
	float: left;
}

.footer ul {
	width: 1140px;
	display: block; 
	margin-left: auto;
	margin-right: auto;
}
.header address {
	font-family: 'Open Sans', sans-serif;
	width: 1140px;
	display: block; 
	margin-left: auto;
	margin-right: auto;
	text-transform:none;
	text-decoration:none; 
	text-emphasis:none;
	font-style: normal;
	font-weight:600;
	background-color: #FFFFFF;
}



body.home nav {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: 400;
	
}


.right-label {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: 600;
	color: #FFF;
	
}


body.home nav.header {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: 400;
	background-color: #FFF;
	color: #999;
	text-align: right;
	diaplay: block;
	
}

.footer {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;

	background-color: #4c4b51;
	color: #CCC;
	
}


bodynav#header {
	background-color: #FFF;
	color: #999;
	width: 100%;
}



nav ul li.company {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 12pt;
	color:#FFF;
}

#text-pane h4.company {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1em;
	font-weight: normal;
}

#text-pane h4.company span {
	font-size: 1.2em;
}

#text-pane h4.company strong {
	font-weight: bold;
}

nav ul li.company  {
	font-family: Arial, Helvetica,sans-serif;
	font-weight: 200;

}

nav ul li.company strong {
	font-weight: 600;
	color:#F99B1C;
}


li.company #logo:hover  {
	color:#f9d71c;
}


.footer ul li.company span {
	
	font-size: 14pt;
}

.right span.home {
	display: block;
	width: 31px;
	height: 397px;
	background-image:url(../images/home_label_vertical.gif);
}


.right span.profile {
	display: block;
	width: 31px;
	height: 397px;
	background-image:url(../images/profile_label_vertical.gif);
}

.right span.contact {
	display: block;
	width: 31px;
	height: 397px;
	background-image:url(../images/contact_label_vertical.gif);
}

.right span.projects {
	display: block;
	width: 31px;
	height: 397px;
	background-image:url(../images/projects_label_vertical.gif);
}


.right span a{
	display: none;
	visibility: hidden;
}

.content .homepage {
  background-image:url(../images/home_10-02.jpg);
	
}

.hidden {
	visibility: hidden;
	display: none;
}


.footer a.section {
	text-decoration: none;
	color: #909599;
	font-weight:600;
	font-size: 10pt;
}

.footer ul li.company {
	font-family: Arial, Helvetica,sans-serif;
	color: #FFFFFF;
}

.footer li.company a {
	text-decoration: none;
	color: #FFFFFF;
	
}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
	bodynav#header {
	background-color: #FFF;
	color: #999;
	width: 100%;
}

.gridContainer {
	
    width: 100%; 
   /* height: 80vw;  height:width ratio = 9/16 = .5625  */
	background-image:url(../images/tx002.jpg);
	
	/* 
	width: 100%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	*/
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}

}

@media only screen and (min-width: 625px) {
	
bodynav#header {
	background-color: #FFF;
	color: #999;
	width: 100%;
}

.gridContainer {
	
    width: 100%; 
  /*  height: 70vw;  height:width ratio = 9/16 = .5625  */
	
}

nav ul li.company {
	font-family: Arial, Helvetica,sans-serif;
	clear: none;
	display: inline;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
bodynav#header {
	background-color: #FFF;
	color: #999;
	width: 100%;
}

.gridContainer {
	width: 100%; 
   /* height: 60vw;  height:width ratio = 9/16 = .5625  */
	background-image:url(../images/tx002.jpg);
	/* 
	width: 100%;
	 max-width: 1232px; 
	padding-left: 0.75%;
	padding-right: 0.75%;
	*/
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}


}


@media only screen and (min-width: 900px) {
	
bodynav#header {
	background-color: #FFF;
	color: #999;
	width: 100%;
}

.gridContainer {
	width: 100%; 
   /* height: 40vw;  height:width   ratio = 9/16 = .5625  */
	background-image:url(../images/tx002.jpg);
	
	/* 
	width: 100%;
	 max-width: 1232px; 
	padding-left: 0.75%;
	padding-right: 0.75%;
	*/
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}


.header, .footer {
	width: 100%;
	padding: 0.25em;
	box-sizing: border-box;
	display: block;
}

div#speed-control  {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 0.8em;
	clear: both;
	margin-right: 40px;
    margin-left: 40px;
}

div#speed-control a {
	color: #000;
}
