﻿/* ======================================== BEGIN OVERRIDES ======================================== */

body
{
	background: url('Images/MasterBodyBG.jpg') repeat-x #383838; /* Pulls from App_Themes/Color/Images/ */
}

a, a:visited
{
	color:#ACC659;
}

/* ======================================== END OVERRIDES ======================================== */
/* ======================================== BEGIN PAGE LAYOUT STYLES ======================================== */

.MP-MasterHeader
{
	height: 73px;
	margin: 0 auto 0 auto;
	width: 954px;	
}

.MP-PageContainer
{
	margin: 0 auto 0 auto;
	padding-left: 13px;
	width: 941px;
}

/* ======================================== END PAGE LAYOUT STYLES ======================================== */
/* ======================================== BEGIN PAGE CONTENT STYLES ======================================== */

.MP-Content
{
	background-color:#222222;
	color: #FFFFFF;
	float: left;
	min-height: 650px;
	width: 901px;
}

.MP-Content div, .MP-Content p, .MP-Content table, .MP-Content a
{
	font-size: 14px;
}

.MP-ContentText
{
	color: #FFFFFF;
	padding: 2px 18px 18px 18px;	
}

.MP-ContentText .TemplatePageBanner-Container img
{
	margin-left: -18px;
}

.MP-ContentText a, .MP-ContentText a:visited
{
	color:#cae080;
}

.MP-ContentText a:hover, .MP-ContentText a:active
{
	color: #0d8ddd;
}

.MP-Content h1
{
	color: #F5F5F5;
	line-height: 22px;
}

.MP-Content h2
{
	color: #999999;
	line-height: 20px;
}

.MP-Content h3
{
	color:#0d8ddd;
}

.MP-ContentText .hilight
{
	color: #cae080;
	font-weight: bold;
}

.MP-ContentText ul.customlist1
{
	list-style: none;
}

ul.customlist1 li
{
	line-height: 24px;
}

.MP-ContentText ul.customlist2
{
	list-style: none;
	padding: 0;
}

ul.customlist2 li
{
	line-height: 20px;
	padding: 0 0 10px 0;
}

ul.customlist2 li ul
{
	/*font-size: 12px;*/
	list-style: outside;	
}

ul.customlist2 li li
{
	padding: 4px 0 0 0;
}

/* ======================================== END PAGE CONTENT STYLES ======================================== */
/* ======================================== BEGIN BUTTON STYLES ======================================== */

.MP-BtnContainer
{
	padding: 12px 0;
	text-align: right;
}

.MP-BtnContainer img
{
	margin: 0 0 0 12px;
}

.MP-BtnContainer a img
{
	border: none;
}

.MP-BtmNavLinks
{
	font-size: 10px;
	padding: 12px 0;
	text-align: right;
}

.MP-BtmNavLinks a
{
	font-size: 10px;
	padding: 12px 0;
	text-align: right;
}

/* ======================================== END BUTTON STYLES ======================================== */
/* ======================================== BEGIN TAB NAVIGATION STYLES ======================================== */

.MP-TabNavigation
{
	float: right;
	/* Hide Text */
	font-size: 0px;
	overflow: hidden;
	text-indent: -40px;
	width: 40px;
}

.Mnav-Products a
{
	background: url('/Marketing/Images/Mnav-01products.gif') no-repeat;
	background-position: -80px;
	display: block;
	height: 80px;
	width: 40px;
}

.Mnav-ProductsCURRENT a
{
	background: url('/Marketing/Images/Mnav-01products.gif') no-repeat;
	background-position: 0px;
	display: block;
	height: 80px;
	width: 40px;	
}

.Mnav-Services a
{
	background: url('/Marketing/Images/Mnav-02services.gif') no-repeat;
	background-position: -80px;
	display: block;
	height: 92px;
	width: 40px;
}

.Mnav-ServicesCURRENT a
{
	background: url('/Marketing/Images/Mnav-02services.gif') no-repeat;
	background-position: 0px;
	display: block;
	height: 92px;
	width: 40px;	
}

.Mnav-Underwriting a
{
	background: url('/Marketing/Images/Mnav-03underwriting.gif') no-repeat;
	background-position: -80px;
	display: block;
	height: 104px;
	width: 40px;	
}

.Mnav-UnderwritingCURRENT a
{
	background: url('/Marketing/Images/Mnav-03underwriting.gif') no-repeat;
	background-position: 0px;
	display: block;
	height: 104px;
	width: 40px;
}

.Mnav-CrumpAdvantage a
{
	background: url('/Marketing/Images/Mnav-04crumpadvantage.gif') no-repeat;
	background-position: -80px;
	display: block;
	height: 97px;
	width: 40px;
}

.Mnav-CrumpAdvantageCURRENT a
{
	background: url('/Marketing/Images/Mnav-04crumpadvantage.gif') no-repeat;
	background-position: 0px;
	display: block;
	height: 97px;
	width: 40px;
}

.Mnav-AboutCrump a
{
	background: url('/Marketing/Images/Mnav-05aboutcrump.gif') no-repeat;
	background-position: -80px;
	display: block;
	height: 110px;
	width: 40px;
}

.Mnav-AboutCrumpCURRENT a
{
	background: url('/Marketing/Images/Mnav-05aboutcrump.gif') no-repeat;
	background-position: 0px;
	display: block;
	height: 110px;
	width: 40px;
}

.Mnav-ContactUs a
{
	background: url('/Marketing/Images/Mnav-06contactus.gif') no-repeat;
	background-position: -80px;	
	display: block;
	height: 137px;
	width: 40px;
}

.Mnav-ContactUsCURRENT a
{
	background: url('/Marketing/Images/Mnav-06contactus.gif') no-repeat;
	background-position: 0px;
	display: block;
	height: 137px;
	width: 40px;
}

.MP-TabNavigation a:hover
{
	background-position: left;
}

.MP-TabNavigation a:hover
{
	background-position: -40px;
}

/* ======================================== END TAB NAVIGATION STYLES ======================================== */
/* ======================================== BEGIN FOOTER STYLES ======================================== */

.MP-MasterFooter
{
	width: 901px;
	background: url('Images/MasterFooterBG.gif') repeat-x #4F4E4E; /* Pulls from App_Themes/Color/Images/ */
}

/* ======================================== END FOOTER STYLES ======================================== */
/* ======================================== BEGIN LIST LINK STYLES ======================================== */

.ListLinks
{
	padding: 12px;
}

.ListLinks h2
{
	color: #707070;
	margin-top: 0px;
}

.ListLinksItems
{
	padding: 1px 8px 4px 1px;
}

.ListLinksItemIcon
{
	float: left;
	padding-right: 6px;
}

.ListLinksItem
{
	text-align: left;
}

.ListLinksItemSummary p
{
	font-size: 10px !important;
	line-height: 11px !important;
	margin-bottom: 4px !important;
	padding-left: 22px !important;
	padding-top: 2px !important;	
}

table.basic .ListLinksItemSummary p
{
	padding-left: 0px !important;
}

/* ======================================== END LIST LINK STYLES ======================================== */
/* ======================================== BEGIN JOB BOARD STYLES ======================================== */

jobBoard-headerContainer 
{
    border: none;
	display: block;
    height: 147px;
    margin: 0 auto 20px 0 auto;
	width: 484px;
}

.jobBoardContainer
{
	background-color: #FFFFFF;
	border: none;
	display: block;
	margin: 0 auto 20px auto;
	width: 482px;
	
}

.jobBoardContainer iframe
{
	border: none;
	display: block;
	height: 650px;
	width: 484px;             
}

/* ======================================== END JOB BOARD STYLES ======================================== */


/* added */
.MasterFooter a, .MasterFooter a:visited, .MasterFooter a:active
{
	color: #e0f0a9;
}

div.MP-Content div.TemplatePageBanner-Container
{
	height: auto;
}