* {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: none;
	border: none;
}

html {
	position: static; /* IE6 */
}

body {
	background: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

p {
	margin: .5em 0 1em 0;
}

a {
	text-decoration: none;
}

input[type=submit] {
	background: #ffffff;
}

hr {
	height: 0;
	border: none;
	border-top: 1px solid #dedede;
}

table {
	font: inherit;
	border-style: solid;
	border-color: #dedede;
}

th {
	font-weight: normal;
}

th, td {
	vertical-align: top;
}

.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.left { float: left; }
.right { float: right; }
.hidden { display: none; }
.noborder { border: none; }
.reset ul { list-style: none; }body, input, textarea {
	font-family: Verdana, Arial;
	font-size: 11px;
}

h1 {
	padding-bottom: 0.9em;
	font-size: 1.5em;
	color: #000000;
}

h2 {
	margin-bottom: 15px;
	font-size: 1.3em;
	color: #000000;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-size: 1.2em;
	color: #ffffff;
}

h5 {
	font-size: 1.0em;
	font-style: Italic;
	color: #000000;
}

p {
	line-height: 25px;
}

a {
	color: #000000;
}

#content-inner a {
	text-decoration: underline;
}

#content ul, #content ol {
	margin: 10px 0 10px 40px;
}

#content li {
	margin: 2px 0;
}body {
	background: url(../images/bg-globalnav.gif) #ffffff 0 174px repeat-x;
}

#wrapper {
	margin: 0 auto;
	width: 880px;
}

#header {
	height: 142px;
}

#logo {
	position: absolute;
	left: 20px;
	top: 20px;
}

#logo span {
	display: none;
}

#globalnav {
	padding: 2px 0 7px 0;
	height: 35px;
	font-size: 1.1em;
	line-height: 35px;
}

#globalnav ul {
	display: inline-block;
	*display: inline; /* IE 7 */
	zoom: 1; /* IE 7 */
	height: 35px;
	border-right: 1px solid #87d466;
	border-left: 1px solid #62b041;
}

#globalnav li {
	float: left;
	border-right: 1px solid #62b041;
	border-left: 1px solid #87d466;
}

#globalnav li a {
	padding: 0 13px;
	color: #ffffff;
}

#globalnav li.active a {
	color: #000000;
}

#globalnav li a span {
	padding: 5px 8px;
}

#globalnav li.active a span {
	background: #b9e6a5;
}


#container {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #bbbbbb;
}


#content {
	float: right;
	width: 635px;
	font-size: 1.1em;
}


#sidecol {
	float: left;
	width: 183px;
}


#localnav li {
	margin-bottom: 20px;
}

#localnav a {
	display: block;
	padding-left: 13px;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../images/bg-nav-a.gif) 0 5px no-repeat;
}

#home #localnav a {
	padding: 0;
	background: none;
}


#footer {
	margin: 20px 0;
	padding: 0 20px;
	font-size: 0.9em;
	color: #757575;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #757575;
}

#copyright {
	float: left;
}

#xspire {
	float: right;
}

#xspire img {
	margin-right: 5px;
	vertical-align: middle;
}form.standard {
	position: static;
	width: 390px;
}

form.standard label {
	clear: both;
	float: left;
	width: 230px;
	line-height: 21px;
}

form.standard label.required {
	background: url(../images/bg-required.gif) 98% 5px no-repeat;
}

form.standard div.group label {
	float: none;
}

form.standard div.group, form.standard input.text, form.standard textarea, form.standard select {
	float: left;
	padding: 1px 0;
	width: 158px;
	margin-bottom: 5px;
	border-bottom: 1px solid #b4dea2;
}

form.standard input.text{
	height: 17px;
	line-height: 17px;
}

form.standard input.radio, form.standard input.checkbox {
	margin-left: 5px;
}

form.standard input.submit {
	margin-left: 290px;
	width: 100px;
	height: 20px;
	border: 1px solid #bebebe;
	background: url(../images/bg-sprite-button.gif) 0 0 repeat-x;
	cursor: pointer;
}
form.standard input.submit:hover {
	background-position: 0 -20px;
}
form.standard input.submit:active {
	background-position: 0 -40px;
}

form.standard textarea {
	display: block;
	width: 100%;
	height: 55px;
	overflow: auto;
	line-height: 19px;
	resize: none;
	border: none;
	background: url(../images/bg-textarea.gif) 0 100% repeat !important;
}

form.standard div.valid, form.standard input.text.valid, form.standard textarea.valid, form.standard select.valid {
	
}

form.standard div.error, form.standard input.text.error, form.standard textarea.error, form.standard select.error {
	background: url(../images/bg-error.gif) 100% 100% no-repeat;
}

form.standard hr {
	clear: both;
	position: relative;
	top: 15px;
	margin-bottom: 35px;
	width: 390px;
	border: none;
	border-top: 1px solid #bebebe;
}

form.standard .error-message {
	display: none;
	position: absolute;
	width: 200px;
}

form.standard .error-message-background {
	position: absolute;
	top: 4px;
	left: 0px;
	width: 6px;
	height: 11px;
	background: url(../images/bg-error-message.gif) 0 50% no-repeat;
	z-index: 1;
}

form.standard .error-message-content {
	margin-left: 5px;
	padding: 2px 5px;
	border: 1px solid #ffcc33;
	background: #ffffcc;
}#sitenav {
	padding-top: 4px;
	height: 27px;
	border-bottom: 1px solid #cdcdcd;
}

#sitenav ul {
	float: right;
	margin-right: 30px;
	list-style: none;
}

#sitenav li {
	float: left;
	top: 3px;
	padding: 5px 10px 6px 10px;
}

#sitenav li.active {
	border: 1px solid #cdcdcd;
	border-bottom: none;
	background: #ffffff;
}

#sitenav a {
	color: #000000;
}


#banner {
	margin-top: 10px;
	padding: 3px;
	border: 1px solid #bbbbbb;
}

#quicknav {
	float: left;
	padding: 15px;
	width: 168px;
	height: 162px;
	border: 1px solid #bbbbbb;
}

#quicknav ul {
	margin-top: 15px;
	list-style: none;
}

#quicknav li {
	margin-bottom: 10px;
}

#quicknav a {
	padding-left: 13px;
	background: url(../images/bg-nav-a.gif) 0 5px no-repeat;
}

.jcarousel-clip { overflow: hidden; }

#carousel {
	float: right;
	width: 670px;
	height: 194px;
	overflow: hidden;
}

#carousel ul {
	list-style: none;
	overflow: hidden;
}

#carousel li {
	float: left;
	width: 670px;
}

#photo {
	height: 194px;
	overflow: hidden;
}
.projects {
	margin: 0;
	padding: 0;
	list-style: none;
}

.projects-item {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #dedede;
}
.projects-item.first {
	margin-top: 0;
}

.projects-item-title {

}

.projects-item-content {
	min-height: 100px;
}

.projects-item-content table.thumb {
	top: -30px;
	margin-left: 10px;
	border: none;
}

.projects-item-content table.thumb img {
	cursor: pointer;
}

.projects-item-content table.gallery {
	display: none;
}#news-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.news-item {
	padding: 15px 0;
}

.news-item-services {
	margin-top: 30px;
}/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
