* {
	margin: 0;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}

html, body {
	height: 100%;
	margin:0;
	padding:0;
	background-color:#f1f0ed;
	font-family: tahoma, arial, verdana;
	font-size:13px;
	color:#4f4f4f;
}


a:link, a:visited {text-decoration:none; color:#7f7570;}
a:hover {color:#6da7c7;}

img {
	border:0;
}

#container {
	background-image:url('/images/bg_menu.png');
	background-repeat: repeat-x;
	min-width:1100px;
}

#left-side {
	top:0;
	float:left;
	width:290px;
}

#left-side #logo {
	padding:20px;
	padding-left:30px;
}

#left-side #brand-lines {
	position: absolute;
	top:70px;
}

#right-side {
	top:0;
	float:left;
}

#footer, .push {
	margin-top:30px;
	height:30px;
	width:100%;
	color:#c0c0c0;
	clear:both;
}

#footer #address {
	padding-left:30px;
	color:#6d6c6b;
	font-size:13px;
}

#footer .bar {
	margin-top:4px;
	background-color:#6f6e6d;
	height:12px;
}

#menu {
	background-repeat: repeat-x;
	height:44px;
	padding:14px;
	padding-left:10px;
	text-transform:lowercase;
}

#menu .item {
	float:left;
	padding-top:10px;
}

#menu .item_selected {
	float:left;
	padding-top:10px;
}

#menu .separator {
	float:left;
	padding-top:10px;
	padding-left:14px;
	padding-right:14px;
	color:#c0c0c0;
}

#title h1 {
	color:#655750;
	margin:0;
	padding:0;
	padding-top:20px;
	padding-left:10px;
	font-size:18px;
}

#title {
	height:47px;
	border-bottom: 9px solid #d7d1ce;
}

#content {
	padding-left:20px;
	width:750px;
}

#content h1, #content h2 {
	margin:0;
	padding:0;
	margin-left:-10px;
	margin-top:25px;
	margin-bottom:10px;
	font-size:15px;
	color: #968a84;
}

#content p {
	max-width: 500px;
}

#cmsform {
	margin-left:-10px;
}


.project_item {
	padding:9px;
	background-color:#c5c0bb;
	width:330px; 
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.project_item .project {
	width:330px; 
	height:200px; 
}

.title_bar .title {
	font-size:20px;
}

.highlights .project_highlight { display: none }
.highlights .project_highlight.first { display: block }

.project_highlight {
	margin-left:-20px;
}

.project_highlight .project {
	width:770px; 
	height:340px; 
}



.project a:link, .project a:visited {text-decoration:none; color:#4f4f4f;}
.project a:hover {text-decoration:none; color:#6da7c7;}

.title_bar {
	color:#4f4f4f;
	background:url('/images/white_alpha_70.png');
	position:absolute;
	width:310px; 
	padding:10px;
	vertical-align:bottom;
}

.project_highlight .title_bar {
	width:750px;
}

.highlights{
	width:770px; 
	height:340px; 
}

.nav {
	margin-top:10px;
	font-size:14px;
	clear:left;
	margin-bottom:10px;
}

.nav div {

}

.next {
	float:right;
	background-color:#c5c0bb;
	padding:7px;
}

.prev {
	margin-left:-20px;
	float:left;
	background-color:#c5c0bb;
	padding:7px;
}

#photostrip {
	margin-left:-20px;
	overflow:auto;
	overflow-y:hidden;
	height:170px;
	white-space: nowrap;
}

#photostrip #bgdiv {
	background:url('/images/photostrip.png') repeat-x  left top;
	background-attachment:scroll;
	margin-left:-20px;
	padding:30px;
}
#photostrip td {
	width:100px;
}

#photostrip a {
	padding-top:30px;
	padding-left:0px;
	padding-right:0px;
}
.photo img {
	border:0;
}

#photostrip .strip_end {
	float:left;
}



