@charset "utf-8";
/* css browser reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td 
{margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%; font-family:Arial, Helvetica, sans-serif; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color:#000000;background:#ffffff;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/*General Layout*/
body{background:url(../images/top-fill.png) repeat-x top #f0f0f0;}
div#wrapper{width:734px; margin:0 auto;}
div#nav-top{background:url(../images/nav-background.png) no-repeat; width:734px; height:144px;}
div#content{border-left:1px solid #f6f6f6; border-right:1px solid #f6f6f6; background:#fff; padding:0px 10px;}
div#column-side{border:1px solid #d0fac4;  background:#eef8eb; width:177px; float:left; padding:20px 0 20px 14px; margin-top:11px;} 
div#column-content{padding:10px 0px; width:506px; float:left; margin-left:13px;}

/* div styles*/
#criteria{margin-left:80px; width:506px; height:95px;}
#banner{background:url(../images/banner.jpg) no-repeat right; width:506px; height:226px; margin-bottom:20px;}
#body-copy{padding:0px 12px;}
#footer{clear:both; padding:5px 0px;}

/* a styles */
p a{font-size:11px; font-weight:bold; color:#063550; letter-spacing:.01em; line-height:11px;}
p a:hover{color:#0000ff;}

/* h styles */
h1{font-size:18px; font-weight:bold;  color:#474747; margin:12px 0; text-align:center; line-height:32px;} 
h2{font-size:14px; font-weight:bold; color:#474747; margin:20px 0 10px 0; border-bottom:1px solid #cccccc;}


/* list style*/
ul{margin:0 0 12px 50px;}
ul li{font-size:12px; line-height:16px; color:#313131;}
#nav-top ul{margin:80px 0 0 2px; padding:24px 0 0 0; position:absolute;}
#nav-top ul li{display:inline;}
#nav-top ul li img{margin-left:-2px;}
#criteria ul{float:left; margin:0 40px 0 0;  list-style:none;}
#criteria ul li{background:none; line-height:24px; font-weight:bold;}


/* p styles */
p{font-size:13px; line-height:18px; color:#313131; margin:8px 0;}
p#date{font-size:12px; color:#fff; font-weight:bold; position:absolute; padding:42px 0 0 10px;}
#footer p{text-align:center;font-size:9px;}

/* general styles */
.bold{font-weight:bold;}
.clear{clear:both;}


