

#middle {
width: 765px;
margin: 0;
}


/* Hero
....................................................................... */
#hero {
height: 330px;
}
#hero_text {
top: 35px;
left: 30px;
width: 800px;
color: #fff;
background-image: none;
padding: 0;
}
#hero_text h1 {
font-size: 2.6em;
margin-bottom: 20px;
}
#hero_text p {
margin-bottom: 5px;
}
#hero_text a {
color: #333;
}
#hero_text a:hover {
text-decoration: underline;
}
#hero_text ul {
margin-bottom: 50px;
}


/* Four column layout
....................................................................... */
.column_wrapper {
width: 765px;
}
.four_column {
float: left;
width: 166px;
background: url(../../global/img/bg_home_columns.gif) 100% 0 no-repeat;
padding: 0 25px 0 0;
}
.four_column.first {
margin: 0;
}

.four_column h2 {
margin: 0;
padding: 0;
border: 0;
}

.four_column h3 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-style: italic;
font-size: 1.3em;
color: #666;
margin: 0 20px 15px 0;
}

/* Block (White box container)
....................................................................... */
.block {
width: 730px;
background: #fff url(../../global/img/bg_block_home.gif) 0 100% no-repeat;
}


/* Misc Styles
....................................................................... */
.client_quote {
color: #666;
}