/* Created by James Eggers on Saturday November 19th 2011 */

@import url('reset.css');

body
{
	background: #fff url("../images/bg2.png") repeat-x center top;
	-webkit-background-size: 2000px 800px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5b5a5a;
	line-height: 25px;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.5);
}

.container
{
	width: 950px;
	height: 800px;
	margin: 0 auto;
}

header
{
	width: 100%;
	height: 130px;
	margin-top: 100px;
}

header .banner_text
{
	width: 950px;
	height: 50px;
	margin: 0 auto;
	/*background: url("../images/header-banner-text.png") no-repeat center;*/
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 45px;
}


.logo
{
	width: 200px;
	height: 150px; 
	float: top;
	margin-top: -210px;
	background: url("../images/logo.png") no-repeat;
}

.nav
{
	width: 490px;
	height: 20px;
	float: right;
	margin-top: -120px;
  text-align: right;	
}

.nav ul li
{
	display: inline;
	margin-left: 40px;
}


.main_content
{
	width: 950px;
	height: 290px;
	margin-top: -55px;
}

.thingsWeDo
{
  width: 300px;
  height: 250px;
	font-weight: bold;
	font-size: 20px;
	color: #000;
	margin-left: 30px;
	margin-top: 10px;
}

ul.thingsWeDo
{
  width: 300px;
  height: auto;
  list-style-image: url("../images/point.png");
}

ul.thingsWeDo li
{
  margin-top: 20px;
}

.column_one
{
  width: 600px;
  height: 200px;
  margin-left: 340px;
  margin-top: -240px;
}

.column_two
{
  width: 600px;
  height: 200px;
  margin-top: -110px;
  margin-left: 340px;
  border-top: 1px gray dashed;
  padding-top: 10px;
}

.title
{
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 110%;
}

.title_big
{
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 150%;
}


.column_body
{
  text-align: justify;
}

ul.getInTouch
{
  	width: 500px;
  	height: 250px;
	font-weight: bold;
	font-size: 20px;
	color: #000;
	margin-left: 30px;
	margin-top: 10px;
}

ul.getInTouch li
{
	display: inline;
	margin-left: 40px;
}


.getInTouchPhone
{
  width: 30px;
  height: 50px;;
  background: url("../images/phone.png") no-repeat center; 

}

.getInTouchEmail
{
  width: 30px;
  height: 50px;;
  background: url("../images/email.png") no-repeat center;; 
  padding-bottom: -56px;
}

#pricing
{
  width: 920px;
  height: 200px;
  margin: 0 auto;
  margin-top: 0px;
}

.prices
{

  font-size: 400%;
  color: #000;
  font-weight: bold;
  margin-left: -10px;
}

ul.prices li
{
  display: block;
  width: 200px;
  margin-top: 30px;
  text-align: center;
  line-height: 50px;
}

.small
{
  font-size: 30%;
  line-height: 20px;
}

.profile
{
  width: 370px;
  height: 220px;
  margin-top: 30px;
}

.profile img
{
  margin-top: 40px;
}

.card
{
  width: 250px;
  height: 200px;
  float: right;
  margin-top: -150px;
}

.bio
{
	width: 500px;
	height: 400px;
	float: right;
	margin-top: -200px;
}

#footer
{
	width: 950px;
	height: 250px;
	margin-top: 200px;
	font-size: 1.5em;
	color: #000;
	text-align: center; 
	padding: none;
	line-height: 30px;
	
	
}


a
{
	text-decoration: none;
	color: inherit;
	
}