@charset "UTF-8";

/* CSS Document */

/* @group body */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #CCC;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body, html {
	height: 100%;
}



/* @end */

/* @group a */

a:link {
	color: #b42e34;
	text-decoration: none;
}

a:hover {
	color: #b42e34;
	text-decoration: none;
}

a:visited {
	color: #b42e34;
	text-decoration: none;
}

a:active {
	color: #b42e34;
	text-decoration: none;
}



/* @end */

/* @group h */

h1 {
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFF;
	margin-bottom: .5em;
}
h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFF;
	margin-bottom: .5em;
}

h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFF;
	margin-bottom: .5em;
}

h4 {
	font-weight: bold;
	text-shadow: 0 1px 0 #FFF;
	margin-bottom: .5em;
}



/* @end */

/* @group img */

img, div {
	behavior: url(iepngfix.htc)
}

img.floatRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	clear: right;
}
img.floatRight a {
	border: none;
}
img.floatLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

img.floatLeft2 {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

img.nofloat {
	margin-right: 10px;
	margin-bottom: 5px;
}

a img {
	border: none;
}

/* @end */

/* @group p */

p {
	margin-bottom: 1.5em;
	line-height: 24px;
	color: #656565;
}

span.pilgrim {
	font-weight: bold;
	color: #B42e34;
}


/* @end */

/* @group c */

.c1 {
	height: 100%;
	float: left;
}
.c2 {
	height: 100%;
	float: left;
}



/* @end */

/* @group wrappers */

.wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.wrapper2 {
	width: 900px;
	height: 100%;
	float: left;
}

.headerOut {
	width: 100%;
	height: 170px;
	text-align: center;
	background: #FFF url(images/bg-header.png) no-repeat center top;
}

.headerIn {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.bottom {
	width: 800px;
	padding: 40px 50px;
	float: left;
	background-color: #e5e5e5;
	border-top: 2px solid #FFF;
}

.states {
	width: 300px;
	margin-left: 250px;
	float: left;
	text-align: center;
	padding: 10px;
}

.states img {
	clear: both;
}

.states p {
	clear: both;
}

/* @end */

/* @group nav */

.navOut {
	width: 100%;
	height: 50px;
	overflow: hidden;
	background: #666  url(images/bg-nav.png) repeat-x left bottom;
	border-bottom: 1px solid #FFF;
	margin-bottom: 20px;
	z-index: 9;
}

.navIn {
	width: 900px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 50px;
	z-index: 10;
}

.navIn ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.navIn ul li {
	margin-right: 18px;
	float: left;
}

.navIn li a {
	line-height: 50px;
	height: 51px;
	float: left;
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .09em;
	text-shadow: 0 -1px 0 #333;
}

.navIn li a:hover {
	color: #000;
	text-shadow: 0 1px 0 #999;
}

.navIn li#currentpage a  {
	background: url(images/bg-nav-current.png) no-repeat center 39px;
}

.navRight {
	float: right;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: right;
	margin-right: -15px;
}

.navRight li {

}

.navRight li a {
}


/* @end */

/* @group thickbox */


#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;}


#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(images/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;
}




/* @end */

.services {
	width: 755px;
	padding: 30px 25px 0px 25px;
	float: left;
	border-bottom: 1px solid #FFF;
	margin-bottom: 20px;
}

.services p {
	margin-left: 20px;
	width: 700px;
	text-align: justify;
}

.services h1 {
	margin-left: 20px;
	margin-bottom: 20px;
}

.serv {
	width: 220px;
	overflow: hidden;
	float: left;
	margin-left: 20px;
	height: 220px;
	margin-bottom: 20px;
	position: relative;
	background: url(images/bg-serv.png) no-repeat center 156px;
}

.serv img {

	padding-bottom: 15px;
	margin-bottom: -5px;
}

.serv strong {
}

/* @group gallery */

#gallery {
	position:relative;
	width: 900px;
	height:300px;
	border-bottom: 1px solid #666;
	border-top: 1px solid #FFF;
	overflow: hidden;
	float: left;
	background: #000;
	font-weight: bold;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
	border: 1px solid #999;
	width: 898px;
	height: 298px;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color: #000; 
		color:#ffffff; 
		height:50px; 
		width:900px; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0 0 0 10px;
		color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-shadow: 0 -1px 0 #000;
}
	




/* @end */

.navBottom {
	width: 800px;
	height: 20px;
	float: left;
	padding-top: 20px;
	border-top: 1px solid #FFF;
	margin-bottom: 20px;
	text-align: center;
}

.navBottom ul {
	list-style: none;
}

.navBottom ul li {
	display: inline;
}

.navBottom ul li a {
	margin-right: 20px;
	line-height: 20px;
}

.copy p {
	text-align: justify;
}

.copy {
	width: 700px;
	margin-left: 45px;
	float: left;
}

.project {
	float: left;
	margin-bottom: 20px;
	position: relative;
}

.youtube {
	margin-left: 137px;
	float: left;
	border: 1px solid #FFF;
	margin-bottom: 20px;
}

.footer {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #7f7f7f;
	text-align: center;
}

