@charset "UTF-8";

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

/* Global tags */
body { line-height: 20px; background-color: #F2F2F2; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
p { padding-bottom: 20px; }

/* Structural layout divs */
#mainWrapper { margin: 0 auto; width: 940px; position: relative; background-color: #FFFFFF; }
#pageOutline { clear: both; float: left; width: 900px; padding-left: 20px; padding-right: 20px; padding-bottom: 20px; background-color: #FFFFFF; }
#header { clear: both; float: left; background: url(../images/layout/header.png) no-repeat top left; height: 100px; width: 900px; }
#menu { clear: both; float: left; width: 900px; height: 35px; margin-bottom: 20px; background: url(../images/layout/nav_bg.png) no-repeat top left; }
#breadcrumb { clear: both; float: left; width: 885px; height: 25px; background: url(../images/layout/breadcrumb_bg.png) no-repeat top left; padding-top: 5px; padding-left: 20px; }
#breadcrumb span { padding: 0 0 0 10px; background: url(../images/layout/breadcrumb_arrow.png) no-repeat center center; }
#breadcrumb span span { visibility: hidden; }
#pageContent { clear: both; float: left; width: 900px; margin-top: 20px; }
#footer { clear: left; width: 900px; padding-top: 30px; }
#footerCol1 { float: left; width: 200px; text-align: left; }
#footerCol2 { float: left; width: 500px; }
#footerCol3 { float: right; width: 200px; text-align: right; }

/* 3 columns */
#col3_left { float: left; width: 200px; }
#col3_middle { float: left; width: 450px; }
#col3_right { float: right; width: 200px; }

/* 2 columns */
#col2_left { float: left; width: 505px; padding-left: 20px; padding-right: 10px; }
#col2_right { float: right; width: 345px; }

#dyk { width: 345px; height: 150px; background: url(../images/dyk.png) no-repeat top left; }
#dyk div { padding-left: 46px; padding-top: 52px; width: 265px; height: 70px; font-size: 11px; }

.testimonial1 { background-color: #E7E7E7; padding: 20px; padding-bottom: 0px; margin-bottom: 10px; }
.testimonial2 { background-color: #D7D7D7; padding: 20px; padding-bottom: 0px; margin-bottom: 10px; }

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

/* Links */
a:link { color: #1A4D6C; text-decoration: none; font-weight: bold; }
a:visited {	color: #1A4D6C;	text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; color: #000000; font-weight: bold; }

/* 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; }