/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

body {
text-align:center;
background-color:#fff;
}

#wrapper {
width:800px;
height:536px;
margin:0 auto;
}

#header {
width:800px;
height:75px;
background:url(images/topboxgrid.png) top right no-repeat;
margin-top:33px;
display:block;
border:1px solid #fff;
}

#header #left{
float:left;
width:159px;
height:70px;
background:url(images/acclarologo.png) no-repeat;
margin:6px 0 0 83px;
}

#middle {
margin:46px auto 0;
width:635px;
height:281px;
border:0px solid red;
}

#middle div {
display:inline;
}

#middle #col1, #middle #col3{
float:left;
}

#middle #col2 {
float:left;
width:211px;
height:281px;
background:url(images/midgreen.jpg)  no-repeat;
margin:0 1px;
text-align:center;
}

#middle #col2 #content {
width:181px;
margin:40px auto 0;
display:block;
font: normal 12px/150% Helvetica, Arial, Sans-Serif;
color:#fff;
text-align:left;
}

#footer {
width:800px;
height:74px;
margin-top:11px;
background:url(images/bottomboxgrid.png) top no-repeat;
}

#footer #left {
float:left;
width:291px;
height:56px;
margin-top:79px;
/*margin-left:143px;*/
background:url(images/enewslettersignup.png) top right no-repeat;
/*border:1px solid #ccc;*/
}

#footer #left form {
margin-top:15px;
text-align:right;
font: normal 11px Helvetica, Arial, Sans-Serif; 
color:#797979;
}


#footer #left form input {
width:86px;
height:20px;
margin-top:15px;
margin-left:10px;
font: normal 11px Arial, sans-serif;
}

#footer  #right {
float:left;
margin-top:79px;
margin-left:26px;
}
