@charset "UTF-8";

/* Reset */
html,body,p,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }

/* Global tags */
body { margin-top: 30px; margin-bottom: 30px; line-height: 20px; background: url(../images/layout/background_bg.png) repeat-x top left; background-color: #E7E7E7; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; }

p { margin-top: 20px; margin-bottom: 20px; }

/* Structural layout divs */
#mainWrapper { margin: 0 auto; width: 900px; position: relative; }
#header { background: url(../images/layout/header.png) no-repeat top left; height: 120px; width: 850px; margin-left: 25px; margin-top: 8px; }
#menu { clear: both; width: 850px; height: 39px; margin-left: 25px; margin-bottom: 10px; background: url(../images/layout/nav/bg.png) no-repeat top left; }
#pageContent { clear: both; float: left; width: 900px; margin-left: 0px; }
#footer { clear: left; width: 850px; padding-top: 15px; }
#footerCol1 { float: left; width: 200px; text-align: left; }
#footerCol2 { float: left; width: 450px; }
#footerCol3 { float: right; width: 200px; text-align: right; }

/* 3 columns */
#col3_left { float: left; width: 200px; }
#col3_middle { float: left; width: 430px; margin-left: 10px; margin-right: 10px; }
#col3_right { float: right; width: 200px; }

/* 2 columns */
#col2_left { float: left; width: 515px; padding-left: 40px; }
#col2_right { float: left; width: 280px; padding-left: 25px; }

/* Rounded corners div */
.contentPanel_container { float: left; background-color: #FFFFFF; margin-top: 0px; margin-bottom: 0px; width: 900px; }
.contentPanel_top div { float: left; background: url(../images/layout/container_panel/rounded_tl.png) no-repeat top left; }
.contentPanel_top { float: left; background: url(../images/layout/container_panel/rounded_tr.png) no-repeat top right; }
.contentPanel_bottom div { float: left; background: url(../images/layout/container_panel/rounded_bl.png) no-repeat bottom left; }
.contentPanel_bottom { float: left; background: url(../images/layout/container_panel/rounded_br.png) no-repeat bottom right; }
.contentPanel_top div, .contentPanel_top, .contentPanel_bottom div, .contentPanel_bottom { float: left; width: 100%; height: 17px; font-size: 1px; }
.contentPanel_content { float: left; margin: 0 0 10px 0px; }

/* Fonts */
.headerFont { font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #BE0001; }
.subheaderFont { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #333333; }
.bodyFont { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; }
.footerFont { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; }
.errFont { color: #990000; }
.completeFont { color: #009900; }

.sectionHeader { display: block; background-color: #E6E6E6; width: 519px; padding: 8px; }

/* Links */
a:link { color: #BE0001; text-decoration: none; }
a:visited {	color: #BE0001;	text-decoration: none; }
a:hover { text-decoration: underline; color: #000000; }

/* Form elements */
.customInput { height: 25px; font-size: 12px; background-color: #FFFFFF; border-style: solid; border-width: 1px; border-color: #CCCCCC; }
.customTextarea { font-size: 12px; background-color: #FFFFFF; border-style: solid; border-width: 1px; border-color: #CCCCCC; }
