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


/* #container: set the width of the site */
#container {
	height: 100%;
	min-height: 100%;
	text-align: left;
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#facebook-container {
	height: 100%;
	min-height: 100%;
	text-align: left;
	width: 720px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*#container,
#width {
   max-width hack for IE since it doesn't understand the valid css property 
  width: expression(document.body.clientWidth > 1000 ? "980px" : "94%");  
  max-width: 980px;
  margin: 0 auto;
}

#container[id],
#width[id] {
  width: 94%;
  height: auto;
}*/

/* #content: the content of a page */
#content {
  float: left;
  width: 96%;
  min-height: 560px;
  clear: both;
  padding-bottom: 4em;
  margin-bottom: 50px;
  margin-left: 10px;
}

#content #frontImage { 
    float: left;
    width: 100%;
	padding-top: 10px; 
	margin-bottom: 35px; 
	height:auto;
	border-bottom: 1px solid #ddd;

}

#content #padded-box { 
    float: left;
    width: 100%;
	padding-top: 10px; 
	margin-bottom: 35px; 
	height:auto;
}

#content #news {
	padding-top: 50px;
}



#content #news-events {
	float: left;
	width: 100%;
	padding-top: 10px;
	height:auto;
	padding-bottom: 15px;
	margin-bottom: 20px; 
	border-bottom: 1px solid #ddd;
}

#content #news-events h2 {
	margin-bottom:3px; 
	padding-bottom:0px;
}

#content #news-events p {
	margin-top: 0px;
	padding-top: 0px;
}
#content #row { margin-top: 25px; }
/* #breadcrumb */
#breadcrumb { 
  clear:both; 
  text-align:center; 
  margin:18px auto; 
  font-size:10px; 
  color:#686868; 
}

#content p.backtotop { clear: both; text-align: right; margin-bottom: 0; padding-bottom: 18px; }
#content p.backtotop a {
	padding-right: 10px;
	text-align: right;
	background-color: no-repeat;
	background-image: url(../images/uparrow.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
#content p.more{ clear: both; text-align: right; margin-bottom: 0; }
#content p.more a{ 
	text-align: right;
	white-space: nowrap; 
	padding-right: 10px; 
	background-color: no-repeat;
	background-image:url(../images/morearrow.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

#content p.description {
	margin-top: 0;
	margin-bottom: 0; 
	padding-top:0;
	padding-bottom: 0; }

/*Global Header*/
#globalheader {
	float:left;
	width: 936px;
	height: 55px;
	background-image:url(../images/global-navigation-background.png);
	background-repeat: no-repeat;
	overflow:hidden;
	background-position: right 0px;
	margin-top: 18px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*#globalheader {
	float:left;
	width: 96%;
	height: 55px;
	background-image:url(../images/global-navigation-background.png);
	background-repeat: no-repeat;
	overflow:hidden;
	background-position: right 0px;
	margin-top: 18px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
*/

#globalheader #globalnav { margin: 0; padding: 0; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { 
	float: left; 
	width: 90px; 
	height: 0; 
	padding-top: 40px; 
	overflow: hidden;
	background-image:url(../images/global-navigation-menubar.png); 
	background-repeat: no-repeat;  
}


/* Button */
#globalheader #globalnav li#gn-home a { background-position: 0 0; width: 110px; }
#globalheader #globalnav li#gn-products a { background-position: -110px 0; }
#globalheader #globalnav li#gn-about a { background-position: -200px 0; }
#globalheader #globalnav li#gn-contact a { background-position: -290px 0;}

/* Rollover */
#globalheader #globalnav li#gn-home a:hover{ background-position: 0 -40px; width:110px;}
#globalheader #globalnav li#gn-products a:hover{background-position: -110px -40px; }
#globalheader #globalnav li#gn-about a:hover{background-position: -200px -40px; }
#globalheader #globalnav li#gn-contact a:hover{background-position: -290px -40px; }

/* Pressed */ 
#globalheader #globalnav li#gn-home a:active{ background-position: 0 -40px;	width:110px; margin:0;}
#globalheader #globalnav li#gn-products a:active{margin:0; background-position: -110px -40px; }
#globalheader #globalnav li#gn-about a:active{margin:0; background-position: -200px -40px; }
#globalheader #globalnav li#gn-contact a:active{margin:0; background-position: -290px -40px; }

/*On states */
#globalheader #globalnav li#gn-home a.here{ background-position: 0 -40px; width:110px;}
#globalheader #globalnav li#gn-products a.here{background-position: -110px -40px; }
#globalheader #globalnav li#gn-about a.here{background-position: -200px -40px; }
#globalheader #globalnav li#gn-contact a.here{background-position: -290px -40px; }


/* Header */
/* Header holds title and navigation */
#header {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
	padding: 1em 0 0.2em;
	_zoom: 1;
	height: 40px;
	background-image: none;
	background-repeat: no-repeat;
	text-shadow:none;
}
#header:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

#header h1 {
	line-height: 32px;
	display: inline;
	font-size: 28px;
	float: left;
	padding: 0;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 2px;
}

#header h1 a {
	width: auto;
	background-image: none;
	font-size: 28px;
	margin-left: 5px;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}

#content .column.first .productdescription {
	float:left;
	margin-bottom: 40px;
	height: auto;
	width:100%;
}


#content .column.first .productdescription img.left{
	margin-left: 7px;
	display: block;
	float: left;
	clear: left;
}



#content #contact {
	margin-bottom:40px;

}
#content #contact p{
	line-height: 10%;
}

#content .column.last #map {
	margin-top: 10px;
}

#content .column #team-description{
	padding-left: 20px;
	padding-bottom: 10px;
	margin-left: 20px;
}

/* Main menu */
ul#mainMenu { 
  display: inline; 
  float: right;
  margin-top: 1em;
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu li {
  display: inline;
  list-style: none;
  padding: 0;
}

#mainMenu li a {
	margin-top: 1em;
	margin-left: 20px;
	margin-right: 5px;
	padding: 0;
	text-decoration: none;
	color: #666666;
    cursor: default; 
}


#header #mainMenu li a:hover, a:active{
	margin-top: 1em;
	margin-left: 20px;
	margin-right: 5px;
	padding: 0;
	color: #0066FF;
	text-decoration:underline;
}

#mainMenu li a.here {
	color: #0066FF;
	font-weight:bold;
}

#mainMenu li a.last {
  margin-right: 10px;
}

#container #technology {
	float:left;
	width:100%;
	margin-bottom: 35px; 
	padding-bottom: 20px;
}



/* GRID */
.column { float: left; } 
.grid2col, .grid2cola, .grid2colb, .grid2colc, .grid2cold, .grid2cole, .grid2colf, .grid2colg, .grid2colh, .grid2coli, .grid2col30, .grid2col40,.grid2colfull,
.grid3col, .grid3cola, .grid3colb,.grid4col, .grid5col, .grid6col, .grid7col, .grid2col11, .grid2col25, .grid2col51, .grid2col15, .grid2col45{ width: 100%; float:left;}

.grid2col .column { width: 49%; }
.grid2col .grid2col .column { width: 47.8%; }
.grid3col .grid2col .column { width: 46%; }
.grid4col .grid2col .column { width: 45%; }

.grid2cola .column.first { width: 53%; }
.grid2cola .column.last { width: 45%; }

.grid2col51 .column.first {
	width: 51%;
	padding-right: 10px;
}
.grid2col51 .column.last {
	width: 44%;
	padding-left: 10px;
}

.grid2colb .column.first { width: 74.9%; }
.grid2colb .column.last { width: 23%; }

.grid2colc .column.first {
	width: 43%;
	padding-right: 10px;
}
.grid2colc .column.last {
	width: 46%;
	padding-left: 20px;
}

.grid2cold .column.first { width: 36%; }
.grid2cold .column.last { width: 63%; }

.grid2cole .column.first { width: 79%; }
.grid2cole .column.last { width: 19%; }

.grid2colf .column.first { width: 19%; }
.grid2colf .column.last { width: 79%; }

.grid2colg .column.first { width: 63%; }
.grid2colg .column.last { width: 35%;  }

.grid2colh .column.first { width: 91%; }
.grid2colh .column.last { width: 8%; }

.grid2coli .column.first { width: 32%; }
.grid2coli .column.last { width: 66%; }

.grid2colfull .column.first { width: 99%; }
.grid2colfull .column.last { width: 1%; }
.grid2col .grid3col .column { width: 31%; }


.grid2col11 .column.first { width: 11%; }
.grid2col11 .column.last { width: 85%; }

.grid2col15 .column.first { width: 15%; }
.grid2col15 .column.last { width: 81%; }


.grid2col25 .column.first { width: 25%; }
.grid2col25 .column.last { width: 73%; }

.grid2col30 .column.first { width: 30%; }
.grid2col30 .column.last { width: 60%; }

.grid2col40 .column.first { width: 40%; }
.grid2col40 .column.last { width: 55%; }

.grid2col45 .column.first {
	width: 45%;
	padding-right: 10px;
}
.grid2col45 .column.last {
	width: 50%;
	padding-left: 0px;
}


.grid3col .column { width: 31%; margin-left: 3%; }
.grid3col .column.first { width: 31%; margin-left: 3%; }

.grid3cola .column { width: 58%; margin-left: 2%; }
.grid3cola .column.first,
.grid3cola .column.last { width: 19%; }

.grid3colb .column { width: 32%; margin-left: 2%; }
.grid3colb .column.first {width: 30%; }
.grid3colb .column.first {width: 33%; }


.grid4col .column { width: 23%; margin-left: 2%; }

.grid5col .column { width: 18.4%; margin-left: 2%; }

.grid6col .column { width: 15%; margin-left: 2%; }

.grid7col .column { width: 11%; margin-left: 2%; }

.column.first, .column.last { margin-left: 0 !important; }
.column.last { float: right !important; }

.resize{
	width: 100%;
	height: 100%;
	z-index: 5000;
	padding: 5px;
}
p.last, ul.last, ol.last, li.last { _width:auto !important; _float:none !important; }

/* Alignment classes*/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}


/* Footer: The page footer - will stick to the bottom if not
            enough content. */


#footer {
	float: left;
	width: 100%;
	clear: both;
	text-align:center;
	margin-top: 10 em;
	border-top: 1px solid #ddd;
	padding-top: 27px;
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 0.8em;
  padding-top: 27px;
}

.accordionItem h3 {
	clear: both;
	margin-left: 5px;
	padding-left: 12px;
	padding-bottom: 10px;
	color:#666666;
	font-size: 14px;
	background-image:url(../images/downarrow.gif);
	background-position:0.1% 30%;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.accordionItem h3:hover { cursor: pointer; }
.accordionItem div {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 12px;
}

.accordionItem.hide h3 {
 clear: both; 
 margin-left: 5px;
 	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
 padding-left: 12px;
 padding-bottom: 10px;
 color:#666666;
 font-weight:100;
 font-size: 12px; 
 background-image:url(../images/morearrow.gif);
 background-position:0.3% 30%;
 background-repeat: no-repeat;
 }
.accordionItem.hide div { display: none; }