body{
	width:100%;
	margin-top:0px;
        background: url(images/body_bg.jpg);
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-style: normal;
}
/**********/
/* Header */
/**********/
	header{
	font-size: 24px;
	font-weight: bold;
	color: #22485D;
	}
	body > header {
                background: url(images/bg_head.jpg) repeat-x;
		height:542px;
		margin: 0 auto;
	}
	body > header.headershort {
		height: 200px;
	}
	body > header > section.banner{
		background:url(images/header_mmp.png) no-repeat center top;
		height:542px;
		margin: 0 auto;
	}
	body > header > section.bannershort{
		background:url(images/headershort_mmp.png) no-repeat center top;
		height:200px;
		margin: 0 auto;
	}
	body > header > div.theheader{
		width:1000px;
		margin: 0 auto;
		position:relative;
	}
	body > header > div.theheader > nav{
		right:0px;
		top:10px;
		position:absolute;
	}
	body > header > div.theheader > nav ul{
		background-color: #fff;
		padding:0 8px;
		border-radius:8px;
		height: 48px;
	}
	body > header > div.theheader > nav ul li:first-child {
		border-left:none;
	}
	body > header > div.theheader > nav ul li{
		float:left;
		margin-bottom:0;
	}
	body > header > div.theheader > nav ul li:first-child a{
		background:none;
	}
	body > header > div.theheader > nav ul li a{
		color:#000;
		line-height: 48px;
		overflow: hidden;
		cursor: pointer;
		font-size: 16px;
		text-align: left;
		padding:10px;
		text-decoration: none;
		font-weight: bold;
		background: url(images/separator_mmp.png) no-repeat left center transparent;
	}
	body > header > div.theheader > nav ul li:hover, .current{
		background-color:#eee;
		text-shadow: 1px 1px 0 #fff;	
	}
	nav {
		clear: both;
	}
/***********/
/* Content */
/***********/
body > section{
/*background:url(images/content_bg_mmp.jpg) #ebebeb;*/
	border-top: 10px solid #FFFFFF;
	height:auto;
}
	body > section > section.content{
		width:960px;
		margin:0 auto;
		padding:20px 0px;
		position:relative;
	}
/***********/
/* Columns */
/***********/		
.colgroup {
}
.one_col > .column{
	width: 940px;
}
.Default > .column{
	width: 940px;
}
.two_col > .column{
	width: 460px;
}
.three_col > .column{
	width: 300px;
}
.four_col > .column{
	width: 220px;
}
.mostlyright > .column_a, .mostlyleft > .column_b {
	width: 300px;
}
.mostlyright > .column_b, .mostlyleft > .column_a {
	width: 620px;
}
.column {
	margin: 0 10px;
	float:left;
}
.clearfix {
	clear:both;
}
/******************/
/* Header Content */
/******************/
.headercontent {
	position: absolute;
	top: 80px;
	right: 0px;
	width: 450px;
	height: 380px;
}
/********/
/* TSDs */
/********/
.headertext span {
	color: white;
	font-size: 90px;
	line-height: 100px;
	text-shadow: none;
	margin: none;
}
.headercontent p {
        background:#f1f1f1;
        border-radius:6px;
        padding:15px;
	margin-top: 10px; 
	margin-bottom: 5px;
	color: #232323;
	margin-left: 5px;
}
.shortheader_phone {
	float:right;
	text-shadow: 2px 2px 0 #191e1f;
	font-weight: 100;
}
.shortheader_phone .callus {
	color: white;
	font-size: 30px;
	margin:10px 0 8px;
	text-align:center;
}
.shortheader_phone .pnumber span,.shortheader_phone .pnumber a{
	color: white;
	font-size: 65px;
	font-weight: 200;
	text-align:right;
        text-decoration: none;
}
.shortheader_phone .pnumber a { display:none;}
.ctabutton {
	position: absolute;
	display: block;
	border-radius: 8px;
	border-top: 1px solid #dc393a;
	border-bottom: 7px solid #621213;
	background-color:red;
	margin: 20px 0 0 95px;
	background-color: #89141a;
	background-image: -moz-linear-gradient(top, #d83538, #89141a);
	background-image: -ms-linear-gradient(top, #d83538, #89141a);
	background-image: -o-linear-gradient(top, #d83538, #89141a);
	background-image: -webkit-linear-gradient(top, #d83538, #89141a);
	background-image: linear-gradient(top, #d83538, #89141a);
}
.ctabutton a {
	display: block;
	padding: 15px;
	height: 100%;
	width: 100%;
	color: #fff;
	text-decoration:none;
	text-shadow: 1px 1px #df3c3d, -1px -1px #621213;
}
.ctabutton:active {
	border-bottom: 2px solid #621213;
	margin-top:25px;
	background-color: #89141a;
	background-image: -moz-linear-gradient(top, #89141a, #89141a);
	background-image: -ms-linear-gradient(top, #89141a, #89141a);
	background-image: -o-linear-gradient(top, #89141a, #89141a);
	background-image: -webkit-linear-gradient(top, #89141a, #89141a);
	background-image: linear-gradient(top, #89141a, #89141a);
}
.shortheader_cta .ctabutton:active{
	margin-top: 25px;
}

.phonebox {
	background: #f6f6f6; 
	
	background: -moz-linear-gradient(top,  #f6f6f6 0%, #ffffff 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#ffffff 100%); 
	background: -o-linear-gradient(top,  #f6f6f6 0%,#ffffff 100%); 
	background: -ms-linear-gradient(top,  #f6f6f6 0%,#ffffff 100%); 
	background: linear-gradient(to bottom,  #f6f6f6 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); 
	
	height: 40px;
    text-align: center;
    width: 750px;
	border:3px solid #fff;
	border-radius: 8px 8px 0 0;
	position: absolute;
	left: 80px;
	top: -56px;
}
.phoneboxcontent, .phoneboxcontent a{
	font-size: 22px;
	letter-spacing:1px;
	font-weight:100px;
	color: #666;
	line-height:50px;
	float:left;
	width: 250px;
	text-align:center;
	background:url(images/separatorphone_mmp.png) top right no-repeat;
}
.phoneboxcontent a{display:none;}
.phoneboxdivider {
	width: 3px;
	padding: 0 12px;
	float:left;
}
.phoneboxwrapper {
	width:750px;
	height:100%;
	list-style-type:none;
}
.phoneboxcontent:last-child {
	background:none;
}
.pillbox {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#dddddd');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#dddddd')";
    background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
    background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
    background-image: -o-linear-gradient(top, #ffffff, #dddddd);
    background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
    background-image: linear-gradient(top, #ffffff, #dddddd);
    height: 120px;
    border-radius:8px;
    box-shadow: 0 2px 5px #666666 inset;
}
/***********/
/* Foooter */
/***********/
body > footer{
	padding-top:15px;
	background:url(images/footer_body_mmp.jpg) repeat-x left top;
}
	body > footer > section{
	}
	body > footer > div.footer_content{
		padding-top:20px;
		width:960px;
		margin:0 auto;
		color: white;
	}
	body > footer > div.footer_content > nav > ul{
		list-style:none;
		height:40px;
		margin-bottom:20px;
		display:inline-block;
	}
	body > footer > div.footer_content > nav > ul li{
		float: left;
		margin-right:5px;
	}
	body > footer > div.footer_content > nav > ul li:hover, .current_f{
		background:#FF7800;
		border-radius:8px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
	}
	body > footer > div.footer_content > nav > ul li a{
		color:#fff;
		font-size:16px;
		text-decoration:none;
		padding:10px 20px;
		font-family:Arial, Helvetica, sans-serif;
	}
	.footer_content p, .footer_content h1, .footer_content h2, .footer_content h3, .footer_content h4, .footer_content h5, .footer_content h6, .footer_content li {
		color:#fff;
	}
/************/
/* Required */
/************/
img {
	border-style: solid;
	border-width: 1px;
	border-color: #B7B7B5 #DDDDDD #DDDDDD #B7B7B5;
}
.image-left{
	float:left;
	margin-right:15px;
	margin-bottom: 10px;
}
.image-right{
	float:right;
	margin-left:15px;
	margin-bottom: 10px;
}
.image-center{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:5px;
}
.image-noborder{
	border-style: none;
	box-shadow: none;
}
/**********/
/* Styles */
/**********/
h1{
  background:#b7c6ca;
  border-top:1px dashed #fff;
  border-bottom:1px dashed #fff;
  color: #232323;
  font-size: 30px;
  line-height:40px;
  margin:10px 0px;
  text-shadow: 1px 1px 0 #fff;
  letter-spacing:-1px;
  text-align:center;
}
h2{
  background:#c3d4d7;
  border-top:1px dashed #fff;
  border-bottom:1px dashed #fff;
  height:41px; 	
  color: #394142;
  font-size: 24px;
  line-height:40px;
  margin:10px 0px;
  text-shadow: 1px 1px 0 #fff;
}
h3{
  color: #666;
  font-size: 20px;
  line-height:40px;
  margin:10px 0px;
  text-shadow: 1px 1px 0 #fff;
}
h4{
  color: #17233d;
  font-size: 20px;
  padding-left:10px;
}
h5{
  color: #17233d;
  font-size: 16px;
  padding-left:10px;
}
h6{
  color: #22485D;
  font-size: 14px;
  padding-left:10px;
}
p {
	font-size: 15px;
	margin-bottom:15px;
	line-height: 22px;
	color: #373737;
}
.colorfix{
	color: #22485D;
}
.copyright{
	font-size: 12px;
	color:#fff;
	width:300px;
	margin:0 auto;
	line-height: 16px;
	text-align:center;
}
.navfont{
	font-size: 12px;
	line-height: 14px;
	display:block;
	text-align:center;
}
.clear{
	clear:both;
	width:100%;
}
hr { 
	padding: 5px 0px;
	}
ul{
	margin-left: 35px;
}
ol {
	margin-left: 20px;
}
li {
    font-size: 15px;
    line-height: 22px;
	margin-bottom:5px;
	color: #373737;
	}
/*Mobile*/
@media screen and (max-width:959px) {
    .shortheader_phone .pnumber a { display:block;}
    .shortheader_phone .pnumber span{display:none;}
    section > div > div > div.phoneboxcontent a{display:block;text-decoration:none}
    section > div > div > div.phoneboxcontent span{display:none;}
}