body {
	margin:0;
	padding:0 0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	
	background-color: #625a57;
	background-image:url(../images/header_tall_bkg.jpg); 
	background-repeat: repeat-x;
	background-position: top left;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0;
}

	
#wrapper {
	width:1000px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	
	background-color:#FFFFFF;
	background-image:url(../images/header_bkg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	
	padding-top: 90px;
	padding-left: 0px;
	padding-right: 0px;
	min-height: 557px;
	height: auto !important;
	height: 557px;
}

#content {
	width:868px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	
	padding-left: 66px;
	padding-right: 66px;
	
}

#logo {
	float: right;
	height: 58px;
	width: 120px;
}

p {
	font-size: 12px;
	margin-top: 0px;	
}

a {
	font-size: 12px;
	color: #666666;
}

#footer {
	width:1002px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	
}

.sayingsSplash {
	font-size: 18px;
	color: #cab640;
}

.sayingsHome {
	font-size: 17px;
	color: #cab640;
}

h2 {
	margin: 0;
	font-weight: normal;
	font-size: 19px;
	color: #507e76;
}

.leftText {
	color: #666666;
	font-style: italic;
	font-size: 14px;
}

.welcome {
	font-size: 19px;
	color: #507e76;
}

#caseStudyHeader {
	margin: -16px 0px;
	padding-left: 15px;
	padding-top: 10px;
	background-image:url(../images/casestudy_header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	height: 54px;
	width: 156px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#caseStudyHeader .clickToDownload {
	padding-top: 5px;
	font-weight: normal;
	font-size: 10px;
}

.caseStudyItem {
	position: relative;
	background-image:url(../images/casestudy_item_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	height: 30px;
	width: 156px;
	padding-left: 15px;
	vertical-align : middle; 
	line-height: 30px;
}

/*
#menu {
	padding-top: 25px;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	display: block;
	float: left;
	padding-right: 30px;
}

#menu li a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

#menu li a:hover {
	font-size: 12px;
	color: #336666;
	text-decoration: none;
}

#menuVertical ul {
	position: absolute;
	left: 0
	top: 0;
	display: block;
}

#menuVertical ul li {
	
	float: left;
	
}
*/
.pics {
    height:  435px;  
    width:   868px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 0;  
    border:  none;  
    background-color: #eee;  
    width:  868px; 
    height: 435px; 
    top:  0; 
    left: 0 ;
} 

.projectPics {
    height:  258px;  
    width:   868px;  
    padding: 15px 0px 0px 0px;  
    margin:  0; 
} 
 
.projectPics img {  
    padding: 0;  
    border:  none;  
    background-color: #eee;  
    width:  868px; 
    height: 258px; 
    top:  0; 
    left: 0 ;
} 

#nav { margin: 0px -5px 0px 5px; }
#nav a { margin: 5px; padding: 3px 5px; border: 1px solid #666666; background: #d3d0cf; font-family:Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #262565; width: 17px; height:17px; }
#nav a.activeSlide { background: #f2f1f0; border: 1px solid #d3d0cf;  }
#nav a:focus { outline: none; }

#enter {
	margin:0;
	padding:0 0px; /* Need to set body margin and padding to get consistency between browsers. */
	padding-top: 15px;
	text-align:center; /* Hack for IE5/Win */
	min-height: 14px;
	height: 14px;
	
}