/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




#sidewrapper{
	width:1020px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: 0px;
}

#wrapper{
	width: 949px;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 33px;
	margin-right: 33px;
}

#logo-wrapper {
padding-top: 50px;}
a {
color:#333333;
text-decoration:none;}
/*******************************************************************************/
* {
  margin: 0;
  padding: 0;
}
body {
	color: #47483D;
	font-size: 75%;
	font-family: 'Tahoma', sans-serif;
	background-color: #FFFFFF;	
}
html>body {
  font-size: 12px;
}
img {
	border: none;
}
img.centered {
  display: block;
  margin: 0 auto;
}

.clear { clear:both; }
div.clear {
  height: 0;
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
#nav-bar-wrapper {
display:none;}
.logo {
display:none;
}

#logo-bar-thin {
display:none;}
.logo-hidden {
padding-top: 30px;
padding-left: 30px;
float:left;}
.logo-hidden2 {
padding-top: 30px;
padding-left: 30px;
}
.absolute {
padding-left: 600px;}


/******************************************************************************
* LISTS
*******************************************************************************/
ul, ol {
  line-height: 2em; /* 24px */
  text-align: left;
  margin-bottom: 2em; 
}
ul {
	padding-left: 14px;
	list-style-type: disc;
}
ul li {
  margin-bottom: 2em;
}
ol {
  margin-left: 30px;
}
ol li {
  list-style-type: decimal;
}
pre {
  overflow: auto;
}
/* code */
pre ol {
  line-height: 1em;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* specials */
/* boxed lists */
ul.boxed-list {
	padding: 0;
	line-height: 1em;
	list-style: none;
	border-top: 1px solid #E6E5E7;
	font-size: 1.2em;
}

ul.boxed-list li {
	border-bottom: 1px solid #E6E5E7;
	margin: 0;
	padding: 1.12em 0;
	padding-top: 1em;
	padding-left: 30px;
}
ul.boxed-list li:hover,
ul.boxed-list li. {
	background-color: #fffce5;
	
}

/*lista*/
ul.lista {
	padding: 0;
	line-height: 1.7em;
	list-style: none;
	font-size: 1em;

}

ul.lista li {
	margin: 0;
	padding: 1.12em 0;
	padding-top: 0em;
	padding-left: 30px;
		
	
	
	
}


ul.children {
	line-height: 1.7em;
	list-style: none;
	font-size: 1em;
	padding: 0;
	margin-bottom: -10px;
}

ul.children li {
	margin: 0;
	padding: 1.12em 0;
	padding-top: 0em;
	padding-left: 30px;
}
ul.lista li:hover,
ul.lista li.active {
	background-color: #fffce5;
}


ul.boxed-list   li a {
	color: #47483D;
}
ul.boxed-list li div.small-date {
  color: #777;
  font-size: 0.8333em; /*10px*/
  line-height: 1.8em;
}
/* specials for project list */
ul.boxed-above { margin-bottom: 0; }
ul.boxed-below { display: none; border-top: none; }




/******************************************************************************
* HEADLINES (vertical grid is 22px high)
*******************************************************************************/
.bigger-text {
font-size:1.2em;}

h1, h2, h3, h4, h5, h6 {
	color: #8a3434;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	padding: 0;
	color: #8a3434;
	text-decoration: none;
	background: transparent !important;
}
h1 a:hover, h2 a:hover, h3 a:hover {
  text-decoration: none;
} 

h1 { font-size: 3em; /* 36px */ line-height: 1.3333em; /* 48px */ margin-top: 0.6667em; margin-bottom: 0em; }
h2 { font-size: 2em; /* 24px */ line-height: 1em; /* 24px */ margin-top: 1em; margin-bottom: 0em; }
h3 { font-size: 1.6667em; /* 20px */ line-height: 1.2em; /* 24px */ margin-top: 1.2em; margin-bottom: 0em; }
h4 { font-size: 1.5em; /* 18px */ line-height: 1.3333em; /* 24px */ margin-top: 1.3333em; margin-bottom: 0em; }
h5 { font-size: 1em; /* 12px */ line-height: 2em; /* 24px */ margin-top: 2em; margin-bottom: 0em; }
h6 { font-size: 0.8333em; /* 10px */ line-height: 1.4em; /* 24px */ margin-top: 1.4em; margin-bottom: 0em; }






#navcontainer {
	height: 40px;
	overflow: hidden;
	font-family: 'Georgia', serif;
	font-style: italic;
}

#navcontainer.homepage {
	height: 145px;
}
#navcontainer.other {
	height: 45px;
}

#nav {
	color: #990033;

	list-style: none;
	display: inline;
	overflow: hidden;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 150px;
}

#nav li {
	float: left;
	list-style-type: none;
	display: inline;
	overflow: hidden;
	font-size: 20px;
	width: 150px;
	padding-left: 30px;
	margin: 0px;
}

#nav a {
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	text-decoration: none;
	display: block;
	background-repeat: repeat-x;
	background-position: left;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #999966;
}


#navcontainer.other #nav a {
	height: 45px;
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	
}

#nav .selected span {
	margin: 0px;
	padding: 0px 0px 0px 50px;
	line-height: 45px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	border-left: solid 1px #1a0008;
	background-repeat: no-repeat;
	background-position: left;
}

#nav a.navlevel2 {
	margin: 0px;
	padding: 0px;
	line-height: 2px;
	overflow: auto;
	text-decoration: none;
	display: inline;
	border: none;
	background: transparent;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #d4c7ae;
	vertical-align: 2px;
}

span.homepagenavcopy {

	font-size: 12px;
	font-family: 'Tahoma', sans-serif;
	color: #46483c;
	white-space: normal;
	float: left;
	display: block;
	width: 150px;
	line-height: 17px;
	font-weight: normal;
	font-style: normal;
}
.homepagenavcopy {
padding: 10px 10px 10px 0px;
margin-top: -10px;
background-image: none;}

#fast-text, #efficient-text, #simple-text, #reliable-text, #cost-text {
display:none;}

#hide {
display:none;}
/******************************************************************************
* CONTENT
*******************************************************************************/
#main-content {
	width: 925px;
	margin: 0 auto;
	padding: 0 0px 0 25px;
	text-align: justify;
	border-top:solid;
	border-top-color:#333333;

}

#main-content div.column {
	float: left;
	width: 260px;
	padding:0 20px;
}
#main-content div.column-single-first {
	width: 380px;
	padding-left: 0;
}
#main-content div.column-triple-first {
	width: 280px;
	padding-left: 0;
}
#main-content div.single {
	width: 100px;
	padding-left: 0;
	float:right;
}
#main-content div.column-single-last {
	float: left;
	width: 280px;
	padding-right: 0;
}
#main-content div.column-double-first {
	width: 585px;
	padding-left: 0;
}
/*******************************************************************************
* QUOTES
*******************************************************************************/
cite {
  font-style: italic;
  color: #555;
}
blockquote {
	width: 60%;
	font-style: normal;
	font-size:1.2em;
	font-family: 'Tahoma', sans-serif;
	line-height: 2em; /* 24px */
	padding: 2em 0 0 20px;
	margin: 0 auto 2em auto;
	background: url('assets/images/quote-open.gif') no-repeat left 5px;
}
blockquote p {
	display: block;
	padding-right: 25px;
	background: url('assets/images/quote-close.gif') no-repeat right bottom;
}

.testimonial {
	padding-top:20px;
}

div.testimonial blockquote {
	width: 90%;
}
#project-description div.testimonial { width: 80%; margin: 0 auto; }
#project-description div.testimonial blockquote { width: 100%; }
#project-description div.testimonial p.person { text-align: right; }

.pullquote {
  padding: 10px; /*TODO*/
  float: right;
  width: 200px;
  margin-top: 10px;
  margin-left: 20px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #223D51;
  border-bottom-color: #223D51;
  text-align: center;
  font-style: italic;
  font-weight: normal;
}
/******************************************************************************
* FOOTER
*******************************************************************************/
#footer-content {
	width: 949px;
	font-size: 0.9em;
	height: 110px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	

}

#footer-wrapper {
border-top:solid;
	border-top-color:#333333;}

#footer-wrapper a {
  
  text-decoration: none;
}

#footer-wrapper p {
  padding: 0;
}
.contacts {
	float:left;
	width:255px;
	margin-right:20px;
	padding-top:6px;
	margin-left: 20px;
}
.flag {
margin-bottom:60px;
padding-right:10px;}

/*******************************************************************************
* MISC
*******************************************************************************/
.margin-bottom {
	margin-bottom: 15px;
}
.border-bottom {
  border-bottom: 1px solid #E6E5E7;
}
.border-top {
  border-top: 1px solid #E6E5E7;
}
p.border-bottom {
  padding-bottom: 1.916em;
}
.margin-top {
	margin-top: 15px;
}
.padding-top {
  padding-top: 24px;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.margin-five {
	margin-top: 5px;
}

/*************************
*TABLE
*************************/
#mytable {
	width: 600px;
	padding: 0;
	margin: 0;
	text-align: left;
}

caption {
	padding: 0 0 5px 0;
	width: 550px;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	color: #8A3434;
	border-right: 1px solid #c1b09c;
	border-bottom: 1px solid #c1b09c;
	border-top: 1px solid #c1b09c;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	width:125px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.6em;
	background-color: #E2DAD0;
	background-image: url(assets/images/bg_header.jpg);
	background-repeat: no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #c1b09c;
	background: none;
	color: #8A3434;
}

td {
	border-right: 1px solid #c1b09c;
	border-bottom: 1px solid #c1b09c;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #47483D;
	line-height: 1.6em;
}


td.alt {
	background: #fffce5;
	color: #44463B;
}

th.data {
	border-left: 1px solid #c1b09c;
	border-top: 0;
	background: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #45473C;
}

th.data-alt {
	border-left: 1px solid #c1b09c;
	border-top: 0;
	background: #fffce5;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #44463B;
}
.table-text {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #8A3434;
}

/* fix for older browsers */
#main-content div.clear {
  height: 1px;
}
p {
	font-size: 1em; /* 12px */
	line-height: 2em; /* 24px */
	padding: 0 0 1em 0;
}

em {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #555;
}

acronym { border-style: dotted; border-width: 0 0 1px 0; cursor: help; }

.float-left { float: left; }
.float-right { float: right; }

/* hide and show divs */
div.show { display: block; }
div.hide { display: none; }
.smaller {
padding-left:20px;
padding-top:10px;}

.absolute-thin {
display:none;}