/*
Designed by Demian Martinez (http://www.activeidealab.com)
Original inspiration from Free CSS Templates (http://www.freecsstemplates.org)
Released for free under a Creative Commons Attribution 2.5 License
*/


/* YUI Reset CSS (http://developer.yahoo.com/yui/reset/) */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/* Layout elements */

body { margin-top: 20px; margin-bottom: 20px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; color: #555; }

#header { width: 928px; height: 37px; margin: 0 auto; background: #64C4FA url(../images/bg_Hdr.gif) repeat-x; border-bottom: 3px solid #FFFFFF; }
#menu { float: left; width: 695px; height: 37px; padding-left: 15px; background: url(../images/bg_HdrL.gif) no-repeat; }
#search { float: right; width: 15px; height: 37px; background: url(../images/bg_HdrR.gif) no-repeat right top; }
#subheader { width: 928px; height: 122px; margin: 0 auto 20px auto; }
#search { float: right; width: 15px; height: 37px; margin: 0; padding: 0px; background: url(../images/bg_HdrR.gif) no-repeat right top; }
#logo { float: left; height: 122px; width: 238px; }
#banner { float: right; width: 687px; height: 122px; }
#content { width: 928px; margin: 0 auto; }
#colMain { padding-bottom: 20px; }
#colLeft { float: left; width: 238px; padding-bottom: 20px; }
#colRight { float: right; width: 238px; padding-bottom: 20px; }
#footer { clear: both; width: 928px; margin: 0 auto; padding-top: 40px; background: url(../images/bg_Ftr.gif) repeat-x; }