* { margin: 0; padding: 0; border: 0; }
body { margin: 20px 0px; text-align: center; background-color: #444; font: 11.5px/21px Tahoma, verdana, sans-serif; color: #595959; }

/* Layout Styles */
#wrapper { clear: both; margin: 0 auto; text-align: left; width: 960px; background: url(images/logo-bg.gif) left top no-repeat #fff; }
#banner { width: auto; border-bottom: 1px solid #ebebeb; }
	#banner .right { width: 314px; font-size: 13.5px; line-height: 24px; color: #888; }
	#banner .right ul { list-style: none; margin-top: 20px; }
	#banner .right ul li { padding-left: 15px; background-image: url(images/arrow.gif); background-repeat: no-repeat; background-position: 0 .5em;}
	#banner .right ul li a { color: #888 !important; text-decoration: none !important; }
	#banner .right ul li a:hover { color: #444 !important; text-decoration: none; }
#logo { float: left; margin-right: 40px; }
#contact { width: 286px; float: left; padding-top: 16px; }
#contact h2 { margin: 0px; }
#header-right { float: left; margin-top: 1px; width: 303px; padding-top: 16px; }

#main { width: auto; padding: 24px 24px 10px 24px; }
#content { float: left; width: 585px; }
#content-wide { width: 100%; }
#sidebar { float: right; width: 303px; }
#footer { font-size: 10px; color: #727272; margin-top: 20px; padding: 10px 0px 0px 0px; border-top: 1px solid #ececec; }

/* Survey Styles */
table.scale thead th { font-weight: normal; line-height: 18px; }
table.scale thead th, table.scale tbody td { text-align: center; }
table.scale tbody td.tdLeft { width: 475px; text-align: left !important; }

div#report table tbody td { font-size: 12.5px; }
div#report table tbody td.highlight { background-color: #fbda75; }


/* Nav */
#nav-bar { height: 28px; background-color: #727272; margin: 0px 1px; }
#nav-bar ul { list-style-type: none; }
#nav-bar ul li { float: left; position: relative; }
#nav-bar ul li:hover ul, #nav-bar ul li.sfHover ul { display: block; }
#nav-bar ul li a { display: block; float: left; line-height: 28px; padding: 0px 12px; color: #fff; border-right: 1px solid #8b8b8b; }
#nav-bar ul li a:hover, #nav-bar ul li:hover a, #nav-bar ul li.sfHover a { text-decoration: none !important; background-color: #ac1c00; }

/* Sub Nav */
#nav-bar ul li ul { display: none; position: absolute; top: 28px; left: 0px; background-color: #1c1c1c !important; width: 230px; border: 1px solid #888; }
#nav-bar ul li ul li { float: none; display: block; border-bottom: 1px solid #444; }
#nav-bar ul li ul li:last-child { border-bottom: 0px; }
#nav-bar ul li ul li a, #nav-bar ul li:hover ul li a, #nav-bar ul li.sfHover ul li a { height: 24px; float: none; border-right: 0px; line-height: 24px; font-size: 11px; background-color: #1c1c1c; }
#nav-bar ul li ul li a:hover { background-color: #ac1c00; }

/* Text Styles */
h1, h2, h3, h4, h5, h6 { color: #1c1c1c; font-weight: normal; font-weight: normal;  }
h1 { font-size: 24px; line-height: 24px; margin: 0 0 10px 0; color: #ac1c00; }
h2 { font-size: 18px; margin: 0 0 8px 0; }
#content p, #content-wide p, #sidebar p { margin: 12px 0px; }
	h2 + p { margin: 4px 0px 8px 0px; }
a, a:link, a:visited, a:active { text-decoration: none; color: #448ccb;  }
a:hover { text-decoration: underline; }
.highlight { background-color: #ffffcc; }
#main ul, #main ol, #sidebar ul, #sidebar ol { margin: 10px 20px; }
#main strong { color: #444; }
div.page-break { margin: 40px 0px; border-bottom: 1px dotted #ccc; }

/* Utility Styles */
.left { display: block; float: left; }
.right { display: block; float: right; }
.clear { display: block; clear: both; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.soft { color: #999; }

/* Misc Styles */
img { border: 0px; }
hr { color: #ececec; background-color: #ebebeb; height: 1px; margin: 10px 0px; }
.compass-nav-breadcrumbs { float: right; color: #ccc; margin: -5px 0px; }
.compass-nav-breadcrumbs a { color: #999; }
.compass-nav-breadcrumbs a:hover { color: #1c1c1c; text-decoration: none; }

/* Form Styles */
input, textarea { border: 1px solid #ccc; width: 300px; }
.form-table input.submit, .button { width: auto !important; border-width: 0px; font-size: 11px; background-color: #4d4d4d !important; color: #fff !important; padding: 4px 12px; margin-top: 8px; }
.form-table .label { padding-right: 20px; }
.form-table input, .form-table textarea, .form-table select, input[type=text] { width: 300px !important; border: 1px solid #ccc !important; font: 11px Tahoma, Verdana, sans-serif; background-color: #f9f9f9; color: #37342f; padding: 4px; }
.form-table input:focus, .form-table textarea:focus { background-color: #fff; }
.form-section { height: 40px; }
.form-section span { display: block; font-size: 14px; padding-bottom: 4px; border-bottom: 1px solid #dedede; color: #000; font-weight: bold; }
fieldset { width: auto; border: 1px solid #ccc; padding: 6px; margin: 2px 0; }
.form-table fieldset input { width: 30px !important; border: 0px; }
input[type=radio] { width: auto !important; border: 0px !important; background: transparent; }
input.radio { width: auto !important; border: 0px !important; background: transparent; }
legend { color: #444; }
textarea { border: 1px solid #ccc !important; width: 350px; height: 110px; font: 11px Tahoma, Verdana, sans-serif; }

#sidebar table.form-table input, #sidebar table.form-table textarea { width: 200px !important; }
#sidebar td.submit input, input.submit { background-color: #9e0b0f; color: #fff; padding: 3px 8px; margin: 8px 0px; width: auto !important; }

.invalid { color: #ac1c00; font-weight: bold; }
.required-star { color: #ac1c00; }
.below-textfield { font-size: 10px; color: #888; }

/* Press Releases */
.news-press-listing p { padding-bottom: 8px; border-bottom: 1px dotted #e6e6e6; margin-bottom: 8px; }
.news-press-listing p strong { color: #999999; font-weight: normal; }
.news-press-listing ul { list-style-type: disc; margin: 0; padding: 0; }
.news-press-listing ul li { display: inline; padding-right: 8px; font-weight: bold; }

/* Report: New Styles */
div.assessment-box { width: auto; color: #fff; border: 2px solid #000; }
div.assessment-box h1 { color: #000; font-size: 36px; line-height: 40px; font-family: georgia, times, 'times new roman', serif; }
div.assessment-box td { color: #000; }

div.assessment-box tr.heading-row { background-color: #bc2f00 !important; color: #fff; border-top: 2px solid #000; border-bottom: 2px solid #000; }
div.assessment-box tr.heading-row td { font-size: 18px; font-weight: bold; color: #fff; padding: 0px 4px; border: 0px; }