@charset "utf-8";
/* CSS Document */


html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

body {
margin:0;
background:url(../images/BG.jpg) top center repeat-y #000;
font-size: 12px;
color: #333333;
padding: 0;
font: 1em/1.2em bold italic small-caps arial,sans-serif;
}

h1, h2, h3, h4, h5, h6, ul, li, form {
margin: 0;
padding: 0;
}

ul, li {
    list-style: none;
}

#strip {
background:url(../images/stripBG.jpg) top center no-repeat;
height:226px;
width:100%;
position:absolute;
top:0;
left:0;
z-index:0;
}

#wrapper {
width:960px;
margin:0 auto;
position:relative;
z-index:1;
background:url(../images/wrapperBG.png) repeat-y top left;
}

#header {
background:url(../images/header.jpg) top left no-repeat;
height:218px;
}

#nav {
background:#242424;
color:#42b10c;
padding:6px 10px 6px;
width:640px;
float:right;
margin-top:70px;
}

#nav li {
display:inline;
padding: 0 5px 0;
}

#nav li a {
color:#42b10c;
text-decoration:none;
}

#nav li a:hover {
text-decoration:underline;
}

#main{
padding-bottom:213px;
}

#leftColumn {
background:url(../images/sideBarRepBG.png) repeat-y;
width:300px;
float:left;
height: auto;
min-height: 100%;
}

#tag1 {
background:url(../images/tag1BG.jpg) no-repeat top right;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.7em;
line-height:90%;
letter-spacing:-.05em;
color:#8b8b74;
padding:2px 0 23px 37px;
text-align:left;
font-style:italic;
}

#tag1 .line {
padding-left:42px;
}

#tag1 .line .line {
padding-left:65px;
}

#tag2 {
background:url(../images/tag2BG.jpg) no-repeat top right;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.9em;
line-height:133%;
color:#757562;
padding:104px 20px 27px 38px;
text-align:left;
font-style:italic;
letter-spacing:-.02em;
}

#content {
background:url(../images/pageBG.jpg) top left no-repeat;
width:600px;
padding:6px 30px 6px 10px;
float:left;
}

#content p {
font-size:1em;
line-height:130%;
padding:9px 38px 0 19px;
}

#content a {
color:#333333;
}

#content a:hover {
color:#000000;
}

#content h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.8em;
font-weight:normal;
font-style:italic;
padding:20px 0 0 16px;
letter-spacing:-.015em;
}

#footer {
background:url(../images/footerBG.jpg) bottom center no-repeat;
position:relative;
height:233px;
margin-top:-210px;
z-index:3; 	
}

#footerCopy {
width:960px;
margin:0 auto;
text-align:center;
}

#footerCopy p {
font-size:1.3em;
font-family:Georgia, "Times New Roman", Times, serif;
margin:0;
padding:30px 0 0 250px;
color:#42b10c;
}

#footerCopy .nsLink {
font:Arial, Helvetica, sans-serif;
font-size:.6em;
color:#42b10c;
padding:22px 30px 0 0;
text-align:right;
}

#footerCopy .nsLink a {
color:#42b10c;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* IMAGE CONTAINER */
.imageContainertl {
	background-image: url(../images/frame_topleft.gif); 
	background-position: top left; 
	background-repeat: no-repeat;
}
.imageContainertm {
	background-image: url(../images/frame_top.gif); 
	background-position: top left; 
	background-repeat: repeat-x;
}
.imageContainertr {
	background-image: url(../images/frame_topright.gif); 
	background-position: top right; 
	background-repeat: no-repeat;
}
.imageContainerml {
	background-image: url(../images/frame_left.gif); 
	background-position: top left; 
	background-repeat: repeat-y;
}
.imageContainermm {
	background-color: #FFFFFF;
}
.imageContainermr {
	background-image: url(../images/frame_right.gif); 
	background-position: top right; 
	background-repeat: repeat-y;
}
.imageContainerbl {
	background-image: url(../images/frame_bottomleft.gif); 
	background-position: bottom left; 
	background-repeat: no-repeat;
}
.imageContainerbm {
	background-image: url(../images/frame_bottom.gif); 
	background-position: bottom left; 
	background-repeat: repeat-x;
}
.imageContainerbr {
	background-image: url(../images/frame_bottomright.gif); 
	background-position: bottom right; 
	background-repeat: no-repeat;
}

/* PROJECT CATEGORY */
.projectCategory {
	width: 560px;
}
.projectCategory h3 {
	float: right; 
	width: 450px; 
	padding: 30px 0 0 0;
	font-size: 12px;
}


.projectsLinkContainer {
	width: 250px;
	margin-left: 140px;
}
.projectsLinkLt {
	background-image: url(../images/but_link_lt.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 11px; 
	height: 37px; 
	float: left; 
}
.projectsLinkRt {
	background-image: url(../images/but_link_rt.gif); 
	height: 27px; 
	background-position: top right; 
	background-repeat: no-repeat; 
	padding: 10px 0 0 5px;
	float: left;
}
.projectsLinkArrow {
	background-image: url(../images/arrow_news.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	padding-left: 20px;
	padding-right: 20px;
	font-size:12px;
}



/* PHOTO GALLERY */
.photoGalleryContainer {
	float: left; 
	padding-right: 10px;
}
.photoGalleryContainer h4 {
	margin-top: 30px;
}
.pgLink {
	text-align: center; 
	padding-bottom: 20px;
}
.instructionBox {
	padding: 10px; 
/*	background-color: #FFFFCC; 
	border: 1px solid #877444; */
	margin-bottom: 10px; 
	text-align: center; 
	width: 530px;
}
.pageLinkTop {
	text-align: right; 
	width: 550px; 
	background-image: url(../images/sep_horiz.gif); 
	background-position: bottom; 
	background-repeat: no-repeat; 
	padding-bottom: 7px; 
	margin-bottom: 15px;
}
.pageLinkBottom {
	text-align: right; 
	width: 550px; 
	background-image: url(../images/sep_horiz.gif); 
	background-position: top; 
	background-repeat: no-repeat; 
	padding-top: 7px; 
	margin-top: 5px; 
}
.pageSeparator {
	width: 550px; 
	background-image: url(../images/sep_horiz.gif); 
	background-position: top; 
	background-repeat: no-repeat; 
	margin-top: 5px;
	height: 5px;
}
.mainPhotoContainer {
	padding-bottom: 25px; 
	background-image: url(../images/sep_horiz.gif); 
	background-position: bottom; 
	background-repeat: no-repeat; 
	margin-bottom: 15px;
}
.mainTitleContainer {
	float: right; 
	width: 210px;
}
.mainTitleContainer h2 {
	margin: 0;
	padding: 0;
}
.mainContactContainer {
	background-image: url(../images/but_contactus.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 150px; 
	height: 46px; 
	padding: 10px 5px 7px 5px;
}
.mainContactButton {
	float: right; 
	width: 120px; 
	font-size: 12px; 
	width: 110px; 
	padding: 0 5px;
	letter-spacing: 1px;
}
.mainTitleContainer p {
	margin: 0;
	padding: 0;
}
.LinkFirstLine {
	font-size: 16px;
	letter-spacing: normal;
}
.mainArrow {
	background-image: url(../images/arrow_news.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 16px; 
	height: 16px; 
	float: right; 
	margin-top: 2px;
}

/* PROJECTS - CURRENT */
.projectInfoContainer {
	width: 375px; 
	float: right;
	padding-left: 10px;
}
.projectInfoContainer h3 {
	font-size: 12px;
	color: #333333;
	padding: 15px 0;
}
.projectInfoContainer ul {
	margin: 0;
	padding: 0;
}
.projectInfoContainer ul {
	padding-left: 0px;
}
.projectInfoContainer ul li {
/*	list-style-image: url(../images/arrow_projects.gif); */
	padding: 2px 0;
	list-style: none;
	
}
.projectInfoContainer ul li a {
	padding: 0 0 0 5px;
	
}