body {
margin-top:0px;
background:url(../images/bg.gif) #323026 repeat-x;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#aeac9b;
font-size:11px;
line-height:16px;
letter-spacing:1px;
}

.gold-text {
color:#c7a857;
font-family:Geneva, Arial, Helvetica, sans-serif;
line-height:16px;
letter-spacing:1px;
font-size:11px;
}

a:link, a:visited, a:hover {
color:#a07d2e;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:16px;
text-decoration:none;
}

a:hover {
text-decoration: underline;
}

/* LAYERS */

#container {
width:900px;
margin:0 auto;
}

#top {
height:76px;
width:900px;
float:left;
background:url(../images/top-bg.gif) repeat-y;
}

#navigation {
width:740px;
float:left;
margin:5px 80px 0;
}

#header{
width:900px;
height:206px;
float:left;
overflow:hidden;
background:url(../images/header-bg.gif) repeat-y;
}

#showcase {
width:850px;
margin:0 25px;
float:left;
}

#main-body-container {
width:900px;
float:left;
background:url(../images/content-bg.gif);
}

#main-body {
width:900px;
float:left;
}

#left-col {
width:360px;
float:left;
margin:40px 20px 20px 70px;
}

#right-col {
width:360px;
float:left;
margin:40px 70px 20px 20px;
}

#full-col {
margin:0 70px 20px;
float:left;
width:760px;
}

#contentheading {
margin:40px 70px 10px;
float:left;
}

#strip {
width:900px;
float:left;
margin-bottom:20px;
}

#strip-top {
background:url(../images/strip-top.gif);
width:900px;
height:30px;
float:left;
}

#strip-center {
background:url(../images/strip-bg.gif) repeat-y;
width: 900px;
float:left;
}

#strip-bottom {
background:url(../images/strip-bottom.gif);
height:23px;
width:900px;
float:left;
}

#featured-project-left {
width:370px;
float:left;
margin:0 10px 0 70px;
}

#featured-project-right {
width:370px;
float:left;
margin:0 60px 0 20px;
}

.featured-image {
float:right;
padding-left:10px;
margin-top:-20px;
}

#footer{
background:url(../images/footer.gif) no-repeat;
float:left;
height:50px;
width:900px;
}

#thumbs-space {
margin-right:40px;
}

.thumbs-border {
border:2px solid #c7a857;
}

.thumbs-border:hover {
border:2px solid #aeac9b;
}

.pdficon {
float:right;
padding:0 0 10px 10px;
}

/***********************FORM****************************/

#form-padding {

}

#contactform {
	padding: 5px;
}

#contactform p {
	margin-bottom: 20px;
}

#contactform label {
	float: left;
	width: 100px;
}

#contactform input, #contactform select {
	border: 2px solid #a07d2e;
	color:#a07d2e;
	width:240px;
	height:20px;
}

#inputbox {
	border: 2px solid #a07d2e;
	color:#a07d2e;
	width:240px;
	height:20px;
	}

#contactform textarea {
border: 2px solid #a07d2e;
	color:#a07d2e;
	width:240px;
	height:80px;
}

#contactform .gold {
	border: 2px solid #a07d2e;
}

#contactform label.gold {
	border: none;
	color: #a07d2e;
}

#contactform .customRed {
	border: none;
	color: #a07d2e;
}

#contactform #submit {
	margin-left: 100px;
	color:#a07d2e;
	width:90px;
	float:left;
}

#validationMessage {
	padding: 5px;
	margin-bottom: 10px;
	color: #a07d2e;
	font-weight: bold;
	display: none;
}

#contactform .errorText {
	color: #c7a857;
	margin-left: 100px;
	font-size:9px;
	float:left;
	width:240px;
}

#contactform .errorElement  {
}

/*************************************************/

/* SIFR HEADINGS */

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h1 {
	font-size: 20px;
	text-transform:uppercase;
	font-weight:100;
	
}

h2 {
	font-size: 18px;
	display: inline;
	font-weight:100;
}

h3 {
	font-size: 20px;
}


.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 24px;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
}

.sIFR-hasFlash h2  {
	visibility: hidden;
	font-size: 24px;
	margin: 0;
	padding: 0;
}

.sIFR-hasFlash h3  {
	visibility: hidden;
	font-size:30px;
	margin: 0;
	padding: 0;
}

/* PARALAX STYLES */
#parallax-header {
  background:#000 url(../images/header/header-bg.png) no-repeat;
  height:206px;
  overflow:hidden;
  position:relative;
  width:850px;
}
#parallax {
  background:#000;
  height:206px;
  overflow:hidden;
  position:relative;
  width:60em;
  margin:1.5em 0;
}
#parallax div div {
  font-size:18em;
  line-height:0.8em;
  cursor:default;
}
.goto {
  font-weight:700;
  color:#fff;
  text-decoration:none;
}

#header-text {
width:1200px; height:640px;
}

.header-text {
position:absolute; 
top:280px; 
left:200px; 
color:#c7a857;
font-size:36px;
font-weight:bold;
 }

/* Misc Tags */

li {list-style-type:none;}
ul {list-style-type:none;}
img {border:0;}
p {padding:0px; margin:0px;}
.reflect {
}

/* Shadowbox Styles */
#sb-container,#sb-wrapper{
text-align:left; 
}
#sb-container,#sb-overlay{
position:absolute;
top:0;
left:0;
width:100%;
margin:0;
padding:0;
}
#sb-container{
height:100%;
display:none;
visibility:hidden;
z-index:999;
}
body > #sb-container{
position:fixed;
}
#sb-overlay{
height: 100%;
}
#sb-container > #sb-overlay{
height:100%;
}
#sb-wrapper{
position:relative;
}
#sb-wrapper img{
border:none;
}
#sb-body{
position:relative;
margin:0;
padding:0;
overflow:hidden;
border:1px solid #303030;
}
#sb-body-inner{
position:relative;
height:100%;
}
#sb-content.html{
height:100%;
overflow:auto; 
}
#sb-loading{
position:absolute;
top:0;
width:100%;
height:100%;
text-align:center;
padding-top:300px;
}
#sb-body,#sb-loading{
background-color:#060606; 
}
#sb-title,#sb-info{
position:relative;
margin:0; 
padding:0;
overflow:hidden;
}
#sb-title-inner,#sb-info-inner{
position:relative;
font-family:'Lucida Grande',Tahoma,sans-serif;
line-height:16px;
font-weight:bold;
}
#sb-title,#sb-title-inner{
height:26px;
}
#sb-title-inner{
font-size:16px;
padding:5px 0;
color:#fff;
}
#sb-info,#sb-info-inner{
height:20px;
}
#sb-info-inner{
font-size:12px;
color:#fff;
}
#sb-nav{
float:right;
height:16px;
padding:2px 0;
width:45%;
}
#sb-nav a{
display:block;
float:right;
height:16px;
width:16px;
margin-left:3px;
cursor:pointer;
}
#sb-nav-close{
background-image:url(../images/shadowbox-skin/close.png);
background-repeat:no-repeat;
}
#sb-nav-next{
background-image:url(../images/shadowbox-skin/next.png);
background-repeat:no-repeat;
}
#sb-nav-previous{
background-image:url(../images/shadowbox-skin/previous.png);
background-repeat:no-repeat;
}
#sb-nav-play{
background-image:url(../images/shadowbox-skin/play.png);
background-repeat:no-repeat;
}
#sb-nav-pause{
background-image:url(../images/shadowbox-skin/pause.png);
background-repeat:no-repeat;
}
#sb-counter{
float:left;
padding:2px 0;
width:45%;
}
#sb-counter a{
padding:0 4px 0 0;
text-decoration:none;
cursor:pointer;
color:#fff;
}
#sb-counter a.sb-counter-current{
text-decoration:underline;
}
div.sb-message{
font-family:'Lucida Grande',Tahoma,sans-serif;
font-size:12px;
padding:10px;
text-align:center;
}
div.sb-message a:link,div.sb-message a:visited{
color:#fff;
text-decoration:underline;
}