@charset "utf-8";
/* CSS Document */


html, body
{
	margin: 0px;
    padding: 0px;
    border: 0px none;	
}


body {
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    font-weight: 400;
}

a {
    text-decoration: none;
    transition: color 0.1s ease-out 0s;
}


.mbirrHeaderMargin
{
	height:20px;
}

.mbirrHeader 
{
	background-color:#F0EFE9;
	font-family: bryant-web,bryant,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: bold;
}

.mbirrHeaderLogo
{
	width: 500px;
}

.mbirrHeaderMenu
{
	font-family:bryant-web, Calibri, Verdana, Geneva, sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#76923C;
	padding:30px
}

.mbirrHeader a 
{
    color:#808080;
}

.mbirrHeader a:hover 
{
    color:#759336;
}

/***************** MAIN BODY *********************/

.mbirrBody 
{
	margin: 0 auto;	
	font-family: bryant-web, calibri, bryant-web,bryant,"Helvetica Neue",Helvetica,sans-serif;
	background-color: #FFFFFF;
	color: #707070;
    display: block;
    height: auto;
	font-size:20px;

	width:800px;

}

.mbirrBody h1
{
    font-weight: bold;
	font-size:34px;
	text-align:center;
	/* color: #963531; */
	/* color: #759336; */
	color: #0071b6; 
	margin: 0 auto;
}

.mbirrBody h2
{
    font-weight: bold;
	font-size:24px;
	text-align:center;
	/* color: #963531; */
	/* color: #759336; */
	color: #0071b6; 
	margin: 0 auto;
}

.mbirrBody p
{
	text-align:center;
	/* line-height: 1.5; */
}

.mbirrBody p.left
{
	text-align:left;	
}

.mbirrBody p.top
{
	vertical-align:text-top;	
}

.mbirrBody hr
{
    color: #D0D0D0;
    background-color: #D0D0D0;
    height: 1px;
    border: 0px none;
    width: 80%;
}

/***************** PRICING ***********************/
.pricingAmount
{
	/* color:#008C9A; #006FB8;*/
	color:#759336;
	text-align:right;
	font-weight:bold;
}

.pricingOperation
{
	font-weight:bold;
	color:#006FB8;
}

.pricingTier
{
	font-style:oblique;
	font-size: smaller;
}
/***************** FOOTER ***********************/

.mbirrFooter
{
    font-family: bryant-web,bryant,"Helvetica Neue",Helvetica,sans-serif;
	font-weight:500;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.75);
	line-height: 1.2em;
	background-color: #3F4850;
	color: #7590A8;
    display: block;
    height: auto;
	font-size:18px;

}

.mbirrFooter table
{
	margin: 0 auto;		
}

.mbirrFooter th
{
	text-align:left;
	color: #7590A8;
	width:200px;
	vertical-align: text-top;
	
}

.mbirrFooter th a
{
	text-align:left;
	color: #7590A8;
	width:200px;
	
}

.mbirrFooter td
{
	text-align:left;
	vertical-align:text-top;
	color:white; 
}

.mbirrFooterMargin
{
	height:20px;
}

.mbirrFooter a 
{
    color: white;
}

.mbirrFooter a:hover 
{
    color: rgb(191, 191, 191);
}
/****************** FOOT NOTE *****************/
/*.mbirrSearch table*/
/*{*/
    /*text-align: left;*/
    /*font-size:14px;*/
    /*border-spacing: 8px 2px;*/

/*}*/

/*.mbirrSearch th, td {*/
    /*border-bottom: 1px solid #ddd;*/
/*}*/

/*.mbirrSearch td*/
/*{*/
    /*vertical-align: top;*/
/*}*/

/****************** FOOT NOTE *****************/

.mbirrFootnote
{
    font-family: bryant-web,bryant,"Helvetica Neue",Helvetica,sans-serif;
	font-weight:normal;
	background-color: #3F4850;
	color: #A0A0A0;
    display: block;
	font-size:14px;
}

.mbirrFootnote table
{
	margin: 0 auto;
	width:800px;
}

.mbirrFootnote td
{
	text-align:left;
	vertical-align:middle;
	padding:20px;
}

/*************** SIGN UP BUTTON ****************/

.signup:hover {
    background: none repeat scroll 0% 0% #FC604A;
    color: white;
}
.signup:hover {
    color: white;
    background-color: #DC402A;
    background-position: 0px -15px;
    transition: background-position 0.1s linear 0s;
}

.signup{
    display: inline-block;
    min-width: 46px;
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
    line-height: 30px;
    text-decoration: none;
    color: white;
    text-transform: none;
    background-color: #FC604A;
    border: medium none;
    letter-spacing: 2px;
    border-radius: 4px 4px 4px 4px;
    text-shadow: none;
    font-weight: normal;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.02);
	font-size:24px;
}


.smallButton:hover {
    background: none repeat scroll 0% 0% #FC604A;
    color: white;
}
.smallButton:hover {
    color: white;
    background-color: #DC402A;
    background-position: 0px -15px;
    transition: background-position 0.1s linear 0s;
}

.smallButton{
    display: inline-block;
    min-width: 46px;
    text-align: center;
    font-size: 16px;
    padding: 5px 10px;
    line-height: 30px;
    text-decoration: none;
    color: white;
    text-transform: none;
    background-color: #FC604A;
    border: medium none;
    letter-spacing: 2px;
    border-radius: 4px 4px 4px 4px;
    text-shadow: none;
    font-weight: normal;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.02);
	font-size:24px;
}

.locationButton:hover {
    background: none repeat scroll 0% 0% #FC604A;
    color: white;
}
.locationButton:hover {
    color: white;
    background-color: #DC402A;
    background-position: 0px -15px;
    transition: background-position 0.1s linear 0s;
}

.locationButton{
    display: inline-block;
    padding: 0px 0px;
    text-decoration: none;
	color: #707070;
    text-transform: none;
    border: medium none;
    letter-spacing: 2px;
    border-radius: 4px 4px 4px 4px;
	border-color: #FFFFFF;
	background-color:#EEEEEE;
	box-: 0px 2px 2px rgba(0, 0, 0, 0.02);
    text-shadow: none;
    font-weight: normal;
}


.smallButton:hover {
    background: none repeat scroll 0% 0% #FC604A;
    color: white;
}
.smallButton:hover {
    color: white;
    background-color: #DC402A;
    background-position: 0px -15px;
    transition: background-position 0.1s linear 0s;
}

.smallButton{
    display: inline-block;
    min-width: 46px;
    text-align: center;
    font-size: 16px;
    padding: 5px 10px;
    line-height: 30px;
    text-decoration: none;
    color: white;
    text-transform: none;
    background-color: #FC604A;
    border: medium none;
    letter-spacing: 2px;
    border-radius: 4px 4px 4px 4px;
    text-shadow: none;
    font-weight: normal;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.02);
	font-size:24px;
}



.serviceProviderButton:hover {
    background: none repeat scroll 0% 0% #FC604A;
    color: white;
}
.serviceProviderButton:hover {
    color: white;
    background-color: #DC402A;
    background-position: 0px -15px;
    transition: background-position 0.1s linear 0s;
}

.serviceProviderButton{
    display: inline-block;
    padding: 0px 0px;
    text-decoration: none;
	color: #707070;
    text-transform: none;
    border: medium none;
    letter-spacing: 2px;
    border-radius: 4px 4px 4px 4px;
	border-color: #FFFFFF;
	background-color:#EEEEEE;
	box-: 0px 2px 2px rgba(0, 0, 0, 0.02);
    text-shadow: none;
    font-weight: normal;
}
