/* Overall Styles 
================================================== */

body { background:#2b2b2b; }


/* Style the masthead 
================================================== */

#custom_masthead_content {
	border: 0px solid #2b2b2b;
	border-width: 1px 0;
	height: 167px;
	margin: 5px auto 0;
	max-width: 960px;
	}

#custom_masthead_content a {
	color: #515151;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	}

#custom_masthead_content a:hover {
	color: #FFFFFF;
	}

#custom_masthead_content ul {
	border: 0px solid #2b2b2b;
	border-width: 0 1px;
	float: right;
	width: 288px;
	}

#custom_masthead_content li {
	background-color: #2b2b2b;
	display: block;
	font-size: 16px;
	line-height: 1em;
	margin: 0;
	padding: 0;
	}

#custom_masthead_content li:last-child {
	border-width: 0px;
	}

#custom_masthead_content table {
	border: 0px solid #2b2b2b;
	border-width: 0 1px;
	float: right;
	width: 288px;
	}

#custom_masthead_content tr {
	background-color: #2b2b2b;
	margin: 0;
	padding: 0;
	}

#custom_masthead_content td {
	background-color: #2b2b2b;
	font-size: 16px;
	border-style: solid;
	border-left-width: 1px;
	border-left-color: #515151;
	margin: 0;
	padding: 0;
	}

#custom_masthead_content h1 {
	float: left;
	height: 167px;
	width: 670px;
	}

#custom_masthead_content h1 a {
	background: transparent url(/resources/images/identityplate.png) no-repeat 20px center;
	display: block;
	height: 167px;
	padding: 0;
	}

#custom_masthead_content h1 a:hover {
	background-color: #2b2b2b;
	}

#custom_masthead_content h1 a span {
	display: none;
	}


/* Style the navigation 
================================================== */

#custom_navigation {
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;
	padding: 5px 0;
	}

#custom_navigation ul {
	float: right;
	overflow: hidden;
	}

#custom_navigation li {
	float: left;
	margin: 0 0 0 5px;
	}


/* Clear the page header 
================================================== */

#the-block, #the-grid {
	clear: both;
	}


/* Style the footer 
================================================== */

#custom_footer {
	background-color: #2b2b2b;
	min-height: 309px;
	}

#custom_footer_content {
	color: #515151;
	margin: 0 auto;
	padding: 250px 0 20px 0;
	text-align: center;
	font-size: 12px;
	width: 960px;
	}