body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: Verdana;
    color: #666;
}

a, a:visited {
    color: #40ace2;
    text-decoration: none;
}

a:hover {
    color: #2290c7;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
    
}

h3 {
    font-size: 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC;
	padding: 0 0 2px 0;
}

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

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

#page-wrap {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;    
}

.header {
    padding: 30px 50px 30px 50px;
}

.logo {
    margin: 0 70px 20px 0;
}

ul.nav  {
    list-style: none;
    margin-left: 20px;
    *margin-left: 0px;
}

ul.nav li {
    border-right: 1px solid #CCC;
    font-size: 14px;
    display: inline;
    line-height: 30px;
    text-transform: uppercase;
}

ul.nav li.last {
    border-right: none;
}

ul.nav li a {
    color: #666;
    padding: 5px 12px 5px 8px;
    border-bottom: 3px solid #fff;
}

ul.nav li a:hover {
    border-bottom: 3px solid #d73f26;
    color: #000;
    text-decoration: none;
}

.hero {
	background: #f6f6f6;
	padding: 20px 320px 20px 50px;
	position: relative;
	margin-bottom: 30px;
}

.flowers {
	position: absolute;
	right: -15px;
	bottom: -3px;
	width: 280px;
	z-index: 2;
}

.flowers img {
	width: 100%;
}

.group {
	width: 1200px;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
}

.section {
    min-height: 500px;
}

.content {
	margin: 0 50px;
	}

.divider {
    border-bottom: 1px solid #CCC;
    padding: 20px 0 21px 0;
    max-width: 1100px;
    margin: 0 auto;
}

.photo {
    margin: 0 35px 10px 0;
}

.photo .divider {
    border-top: 1px solid #999;
    margin: 5px 0;
    padding: 0;
}

.photo span.name {
    font-size: 22px;
    display: block;
}

.photo span.title {
    font-size: 11px;
    display: block;
}

.arrow-down {
    background: url('../images/chevron_down.png') no-repeat top left;
    width: 22px;
    height: 22px;
    display: block;
}

.arrow-up {
    background: url('../images/chevron_up.png') no-repeat top left;
    width: 22px;
    height: 22px;
    display: block;
}

.whatwedo {
    background: url('../images/bg_gears.png') no-repeat 20px 20px;
    padding: 160px 0 0 0;
}

.contact-box {
    width: 60%;
    text-align: center;
}

.contact-box .left {
    border-right: 1px solid #999;
}

.contact-box div {
    padding: 20px 50px;
}

ul.clientlist {
    margin-left: -40px;
    *margin-left: 0px;
    list-style: none;
    margin-right: 35px;
    margin-top: 0;
    margin-bottom: 50px;
}

ul.clientlist li {
    padding: 4px 0 5px 0;
    border-bottom: 1px solid #CCC;
}

ul.clientlist li.last {
    border-bottom: none;
}

.testimonials {
	margin-left: 350px;
	}

.testimonials span {
    display: block;
    width: 550px;
    margin-left: 100px;
    font-size: 12px;
}

.problems {
	background: #f6f6f6 url('../images/triangle_lefttop.png') no-repeat -60px -60px;
	overflow: auto;
	padding: 20px 0 0 0;
	margin-bottom: 15px;
}

.problems ul {
    margin-left: 10px;
    *margin-left: 0px;
    list-style: none;
}

.problems ul li {
    display: inline-block;
    width: 170px;
    min-height: 100px;
    margin-right: 45px;
    margin-bottom: 20px;
    vertical-align: top;
    float: left;
    vertical-align: top;
}

ul.help {
    margin-left: -40px;
    *margin-left: 0px;
    list-style: none;
}

ul.help li {
    display: inline;
    width: 310px;
    margin-right: 50px;
    vertical-align: top;
    float: left;
}

.copyright {
    font-size: 10px;
    text-align: center;
    margin: 10px 0;
    color: #999;
}




