* { margin: 0; padding: 0; border: 0; }
body { text-align: center; background-color: #fff; /*font: .82em/1.5em sans-serif; color: #555;*/ font-family: Helvetica, Arial, sans-serif; font-size: 14px; line-height: 24px; color: #333; margin-bottom: 24px; }

/* Layout Styles */
#wrapper { margin: 0 auto; text-align: left; width: 960px; background-color: #fff; border-top: 8px solid #0072bc; }
#innerWrapper { width: auto; padding: 0px 40px; }
#logo { float: left; }
#header-right { float: right; font-family: georgia, times, 'times new roman', serif; font-size: 21px; line-height: 24px; color: #000; text-align: right; }

#main { width: auto; padding: 24px 0px 10px 0px; }
#content { float: left; width: 540px; }
#sidebar { float: right; width: 311px; font-family: Helvetica, Arial, sans-serif; font-size: 12.5px; line-height: 21px; }
#footer { font-size: 10.5px; line-height: 18px; color: #666; margin-top: 24px; border-top: 1px solid #e6e6e6; padding-top: 12px; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif; }

#topPart { display: none; width: auto; padding: 24px; background-color: #fff; border-bottom: 8px solid #0072bc; }
#topPart .right { display: none; }

#banner { background: url(images/banner-bg.jpg) bottom left repeat-y; }
#banner-top { background: url(images/banner-top.jpg) left top no-repeat; height: 50px; }
#banner-body { background: url(images/banner-bottom.jpg) left bottom no-repeat; padding: 0px 40px 12px 40px; margin-top: -20px; }

/* Nav */
div.compass-nav-top { float: right; clear: right; margin-top: 16px; width: 680px; }
div.compass-nav-top ul { list-style: none; margin: 0px; padding: 0px; float: right; }
div.compass-nav-top ul li { float: left; }
div.compass-nav-top ul li a { float: left; display: block; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif; text-transform: uppercase; font-size: 12.5px; color: #5f5f5f; padding: 0px 16px; }
div.compass-nav-top ul li.active a, 
	body.news-press-detail div.compass-nav-top ul li a[href='/press'],
	body.news-press-listing div.compass-nav-top ul li a[href='/press'] { border-bottom: 3px solid #0072bc; color: #000; }
div.compass-nav-top ul li:last-child a { padding: 0px 0px 0px 16px; }
div.compass-nav-top ul li a:hover { text-decoration: none; color: #000; }

img.portfolio { border: 10px solid #e1e1e1; }


/* Text Styles */
h1, h2, h3, h4, h5, h6 { color: #000; letter-spacing: -1px; font-family: helvetica, arial, sans-serif; font-weight: bold;  }
h1 { margin: 0 0 14px 0; font-size: 28px;  }
h2 { font-size: 21px; margin: 0 0 8px 0; color: #000; letter-spacing: -0.5px; }
h3 { margin-bottom: 0px; letter-spacing: -0.2px; }
#content p, #sidebar p { margin: 12px 0px; }
	h2 + p, h3 + p { margin: 4px 0px 8px 0px; }
a, a:link, a:active { text-decoration: none; color: #3a72c7;  }
a:hover { text-decoration: underline; }
.highlight { background-color: #ffffcc; }
#main ul, #main ol, #sidebar ul, #sidebar ol, #topPart ul { margin: 10px 20px; }

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

/* Form Styles */
input, textarea { border: 1px solid #ccc; width: 300px; padding: 3px; }
input.radio, input.checkbox { width: auto !important; border: 0px; }
.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; vertical-align: top; }
.form-table input, .form-table textarea, .form-table select, input[type=text] { width: 300px; border: 1px solid #ccc; font: 11px Tahoma, Verdana, sans-serif; background-color: #f9f9f9; color: #37342f; padding: 4px; }
.form-table input:focus, .form-table textarea:focus { background-color: #fff; }
fieldset { width: auto; border: 1px solid #C9C9C9; padding: 6px; margin: 2px 0; }
.form-table fieldset input { width: 30px !important; border: 0px; }
legend { color: #444; }
input[type=submit], input.submit { width: auto !important; background-color: #f4a525; color: #fff; padding: 3px 8px; margin: 8px 0px; }

.invalid { color: #ad3110; font-weight: bold; }
ul invalid { font-size: 12px; }
.required-star { color: #ad3110; }
.below-textfield { font-size: 11.5px; color: #808080; }