* {
	margin: 0;
	padding: 0;
}


body {
	font-family: Verdana;
	color: rgb(61, 61, 61);
}

textarea {
	font-family: Verdana;
	font-size: 12px;
}

a {
	color: #800000;
	background-color: inherit;
}
.title_grey {
	color:#3D3D3D;
	font-size: 14pt;
	font-style:italic;
	font-weight:bold;
}

.title_red {
	color: rgb(158, 11, 14);
	font-size: 24pt;
	font-style:italic;
	font-weight:bold;
}

.subtitle_red {
	color: rgb(158, 11, 14);
	font-size: 16pt;
	font-style:italic;
	font-weight:bold;
}

.subtitle_grey {
  color:#3D3D3D;
  font-size: 11pt;
  font-style:italic;
  font-weight:bold;
}

.mandatory {
	font-weight: normal;
	color: #9E0B0E;
}


#content {
	background-color: grey;
}

#header_wrapper {
    width: 100%;
}

#header_content {
    width: 1000px;
    padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#header_wrapper_divider {
    background-color: #616161;
	color:#616161;
    height: 10px;
    width: 100%;
}


#main {
	font-size: 14px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;   /* Same size as #footer */
}

html, body {
    height: 100%;
}

#content {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
}

#footer, .push {
    height: 25px; /* .push must be the same height as .footer */
}

#footer {
	color: lightgrey;
	font-size: 10px;

	margin-left: auto;
	margin-right: auto;
	width: 1000px;   /* Same size as #main */
}

#footer p {
	float: left;
}

#footer #minor_links {
	float: right;
}

#footer #minor_links a {
	color: lightgrey;
}



/***********************************
 *
 * Element attribute classes
 */

.anchor_no_underline {text-decoration:none;}

.invisible {
  display: none;
}


.inner_top {
  vertical-align: top;
}


.inner_bottom {
  vertical-align: bottom;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.right {
  float: right;
}

.left {
  float: left;
}

/***********************************
 *
 * Top menu style
 */

.TopMenu
{	margin: 0;
	float: right;
	padding: 0;
	z-index: 30}

.TopMenu li
{	margin: 0;
	padding: 1px;
	list-style: none;
	float: left;
	font: bold 12px arial;
	z-index: 30}



.TopMenu li a
{	display: block;
	margin: 0 0 0 5px;
	padding: 4px 8px;
	width: 70px;
	background: #9E9E9E;
	color: #FFF;
	text-align: center;
	border: 1px solid #ffffff;
	text-decoration: none;
	z-index: 30}

#privydocs_buttons li a
{
    /* overwrite PrivyDocs buttons border color */
	border-color: red;
}

.TopMenu li a:hover
{	background: #9E0B0E;
	z-index: 30}

.TopMenu div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	z-index: 30;
	border: 1px solid #ffffff}

.TopMenu div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 3px 5px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #9E0B0E;
	z-index: 30;
	font: 11px arial}

.TopMenu div a:hover
{	background: #9E0B0E;
	z-index: 30;
	color: #FFF}

/***********************************
 *
 * Login  Button
 */


input.BRbutton
{
   font-size:14px;
   font-family:Arial,sans-serif;
   font-weight:bold;
   height:28px;

}


/***********************************
 *
 * Main layout style
 */


dt, dd {
	margin-bottom: 10px;
}

dt {
	float: left;
	font-weight: bold;
	color: #3D3D3D;
}

dd {
	margin-left: 80px;
	width: 420px;
}

img.title {
	margin: 0px 0px 0px 0px;
}

img.background {
	float: right;
}

p.caption {
	color: #1B115E;
	font-weight: bold;
	font-size: 10px;
}

p.caption .style4 {
	font-size: 12px;
}

.section a {
	color: rgb(158, 11, 14);
}

.section {
	margin-bottom: 10px;
}

.section h1 {
	color: rgb(153, 153, 153);
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	margin-top: 11px;
}

.section h2 {
	color: rgb(153, 153, 153);
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	margin-top: 11px;
}

.section .section h1 {
	color: rgb(158, 11, 14);
	font-size: 16px;
	font-weight: bold;
	margin-top: 1em;
}

.section .section h2 {
	color: rgb(158, 11, 14);
	font-size: 12px;
	font-weight: bold;
	margin-top: 1em;
}

.section h3 {

	font-size: 12px;
	font-weight: bold;
	margin-top: 1em;
}


.section .section h3 {

	font-size: 12px;
	font-weight: bold;
	margin-top: 1em;
}

.section p {
	margin: 0;
	margin-bottom: 1em;
}

.people .section p {
	margin-top: 10px;
}

.people .section p img {
	float: left;
	margin-right: 5px;
}

.people .section h1 {
	font-weight: normal;
}

.legal h1 {
	font-size: 11px;
	font-weight: bold;
	color: rgb(61, 61, 61);
}

.legal li {
	margin-bottom: 5px;
}

.contact .section {
	margin-left: 40px;
	margin-top: 40px;
}

.strong {
	font-weight: bold;
}

a.more {
	background-image: url('/images/arrow_red.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 13px;
	display: block;
	text-align: right;
	line-height: 18px;
	margin-right: 3px;
}

.clear {
	clear: both;
}

/*
hr {
	border-style: dotted;
	margin: 2em 50px;
}
*/

.footnote {
	font-size: xx-small;
}

#main ol {
	padding: 0 25px;
	color: rgb(158, 11, 14);
	font-size: 12px;
	font-weight: bold;
	margin-top: 1em;
}

#jobs .job {
	margin-bottom: 1em;
}

#map {
	font-size: 14px;
}

.error_state {
	color: #9E0B0E;
	font-weight: bold
}

.highlighted {
	font-style:italic;
	background-color:#FCFFBB
}

.brt-red {
	color:#9E0B0E;
}

