/* reset everything */
* {
	margin:0;
	padding:0;
}
/* generic styles*/

body {
	color: #3F3F3F; 
	background:#DBDBDB; 
	
	font-size: 16px;
	line-height: 22px;
	font-family: "helvetica neue", arial, sans-serif;
	margin: 25px 0 0 0;
}

h1{

}
h2{
	color: #323232;

}
h3 {
	font-size: 14px;
	color: #7F7F7F;
	
	font-weight: normal;	
	margin: 0 0 7px 0;

}
h4 {
	font-size: 20px;
	
/*	background: #EBEBEB; */
	color: #323232;
	font-weight: bold;	
}
a {
	font-style: italic;
	color: #000;
	font-family: georgia;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
a:hover {
	font-style: italic;
	color: #000;
	background: #fff;
	font-family: georgia;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

p {
	margin: 0 0 8px 0;
	
}

ul {
}

/* layout styles*/

#wrap{
	width: 960px;
	margin: auto;
}

#start, #projects, #elixir, #contact{
	border-bottom: solid 1px #000;
	margin: 0px 0 15px 0 ;
}

#start {
	margin: 0 0 15px 0;
	overflow: auto;
}
#contact{
	margin: 0 0 15px 0;
/*	overflow: auto; */
	min-height: 400px;
}

#wemakesense {	
	overflow: hidden;
	
	float: left;
	width: 460px;
	margin: 0 10px 10px 10px;
	
}

#wemakesense h1{
	color: #fff;
	font-size: 80px;
	line-height: 80px;
	text-transform: uppercase;
		
}

#explanation {
	float: left;
	width: 460px;
	margin: 7px 10px 10px 10px;
	
}
#explanation h2{
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 11px 0;
	
	
}


.explainbetter{	
}

#address {
	float: left;
	width: 460px;
	margin: 0 10px;
	overflow: auto;
}

#map{
	float:left;
	margin:0 10px 10px 10px;
	width:460px;	
}
#google-map{
	float: right;
	width: 460px;
	background: #B5DDB5;
}

#footer {
	overflow: auto;
	
}	
#footer .image{
	width: 100px;
	height:40px;
	float: left;
	margin: 0 0 0 10px;
}
#footer p{
	margin: 0 0 0 10px ;
	display: block;
	font-size: 12px;
}	


/**/
.image {
	border: 0px;
}

.clear {
	clear:both;
}

/*  slideshow styles */
.images {
	cursor:pointer;
	float:left;
	min-height:240px;
	margin:0px;
	position:relative;
	width:960px;
	padding: 0 0 20px 0;
}
.images div {
	display:none;
	left:0;
	position: absolute;
	top:0;
}

.tabs  {
	width: auto;
	height: 14px;
	margin: 0px 0px 0px 10px;
	padding: 2px 0 5px 0;
	
}

.tabs a {
	background: #ABABAB;
	
		
	text-decoration: none;
	/*background:url("/tools/img/scrollable/arrow/navigator.png") no-repeat scroll 0 0 transparent; */
	display:block;
	float:left;
	font-size:12px;
	height:8px;
	margin:5px 5px 5px 0;
	width:8px;
}

.tabs a.current {

	
	background: #FFF;
	text-decoration: none;
}

/* project styles*/
#projects{
/*	overflow: auto; */
	min-height: 350px;
}
.showcase_project {
	margin: 0 10px;
}
.showcase_project img{
	float: left;
	background: #CCC;
	width: 460px;
	min-height: 200px;
}
.showcase_project h4{
	margin: 0 0 10px 0px;
}
.showcase_project p{
	margin: 0 0 15px 480px;
}
p.intro_text {
	margin: 0 0 15px 480px;
/*	border-top: 1px solid #FFF; */
	font-weight: bold;	
	
}
.subtitle {
	margin: 0 10px 0 -110px;
	float: left;
	text-align: right;
	width: 100px;
	
}