﻿body {
    padding: 0px;
    margin: 0px;
}

.M_PenarDIv {
    padding: 10px 0px 0px;
}

    .M_PenarDIv a {
        width: 100%;
        height: 250px;
        float: left;
        background-color: #fff;
        padding: 3px;
    }

        .M_PenarDIv a img {
            width: 100%;
            height: 100%;
            float: left;
			/*filter: grayscale(100%);*/
		
        }


.M_InnerContDiv {
    /*padding: 10px;*/
    /*background: #ececec;*/
    margin-bottom: 6%; /*if 4% then white space appears above footer. if 6% then bkgrnd img completes itself, else not, white space*/
	
}
.M_PaddingBott0{
    margin-bottom:4px !important;
}
.M-collInnrDIV {
    background-color: #fff;
    padding: 10px;
}

.M_ContiantNav {
	/*rgk changed padding to 20px from 5 px to increase text distance from left and right on a page*/
    padding: 15px;
    overflow: hidden;
    padding-top: 0px;
}

/*left nav*/
.M_leftNavUl {
    width: 100%;
    height: auto;
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .M_leftNavUl li {
        width: 100%;
        height: auto;
        float: left;
    }

        .M_leftNavUl li .M_a {
            color: #fff;
            width: 95%;
            height: 100%;
            cursor: pointer;
            text-decoration: none;
            padding: 10px;
			padding-left: 20px;
            /*margin-top: 5px;
 margin-bottom: 5px;*/
            cursor: pointer;
            border-radius: 5px;
            font-family: Arial !important;
            font-size: 13px;
            background: linear-gradient(to bottom, rgba(160,50,98,1) 0%,rgba(121,0,62,1) 100%);
        }
		   
		     .M_leftNavUl li .M_a:hover {
                width: 95%;
                height: 100%;
                /*border-right: 3px solid #7d0040;
                border-left: 3px solid #7d0040;*/
				/*color: #7d0040 !important;*/
                color: white !important;
				font-weight: bold;
            }

            .M_leftNavUl li .M_a:focus {
                width: 95%;
                height: 100%;
                /*border-right: 3px solid #7d0040;
                border-left: 3px solid #7d0040;*/
                /*color: #7d0040 !important;*/
                color: white !important;
				font-weight: bold;
            }

    .M_leftNavUl .M_Active .M_a {
        width: 95%;
        height: 100%;
        /*border-right: 3px solid #7d0040;
        border-left: 3px solid #7d0040;*/
        color: #7d0040 !important;
        background: #ececec !important;
		font-weight: bold;
		
    }
	
	/* rgk added below hover so that color remains maroon on active hover */
	
	.M_leftNavUl .M_Active .M_a:hover {
        width: 95%;
        height: 100%;
        /*border-right: 3px solid #7d0040;
        border-left: 3px solid #7d0040;*/
        color: maroon !important;
        background: #ececec !important;
    }

.hvr-shutter-out-vertical:before {
    background-color: #ececec !important;
}

.hvr-shutter-out-horizontal:before {
    background-color: #ececec !important;
}

.hvr-sweep-to-right:before {
    background-color: #ececec !important;
}

[class^="hvr-"] {
    margin: 3px 0px 0px 0px !important;
}

.M_HideULMob {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.M_InnerParag {
    /*font-family: Calibri;*/
	font-family: Arial;
    font-size: 10pt;
    margin: 0px 0px 10px 0px;
    line-height: 1.5;
    color: #444444;
    word-spacing: 1px;
}

.M_InnerParag1 {
    /*font-family: Calibri;*/
	font-family: Arial;
    font-size: 10pt;
    /*margin: 0px 0px 10px 0px;*/
    line-height: 1.5;
    color: #444444;
    word-spacing: 1px;
	
}

.M_underLine{
    text-decoration:underline;

}
.M_InnerSpan {
    font-weight: bold;
    color: #444444;
    font-size: 14px;
}

.M_SpanInnImage {
    margin: 5px 0px;
    /*padding-left: 5px;*/
	
}

    .M_SpanInnImage img {
        width: 100%;
        height: auto;
        float: left;
    }
	
.M_SpanInnImage1 {
    margin: 5px 0px;
    padding-left: 25px;
	
}

	.M_SpanInnImage1 img {
        width: 90%;
        height: auto;
        float: left;
    }

.M_InnerParagItalic {
    font-family: Arial;
    font-size: 15px;
    margin: 0px 0px 5px 0px;
    line-height: 2;
    color: #444444;
    font-style: italic;
}

.M_InnerParagSpace {
    line-height: 2;
    float: left;
    width: 100%;
    padding: 8px;
}

.m-FormG {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.M_FormLBL {
    height: auto;
    float: left;
    font-family: Arial;
    font-size: 15px;
    margin: 0px 0px 5px 0px;
    line-height: 2;
    color: #444444;
}

.required {
    color: #ff0010;
}

.M_FormInput {
    height: auto;
    float: left;
}

    .M_FormInput:hover {
        border: 1px #7d0040 solid;
    }

    .M_FormInput:focus {
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(132, 14, 72, 0.31) !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(132, 14, 72, 0.31) !important;
        border-color: #8a164e !important;
    }

.M_CapchaLbl {
    margin-bottom: 10px;
}

    .M_CapchaLbl img {
        padding: 10px;
        border: 1px solid #7d0040;
    }

.M_INQMulti:hover {
}

.m_INQsupmitBTN {
    float: right;
    background: #7d0040;
    color: #fff;
    border-color: #7d0040;
    
    margin-right: 15px;
}

    .m_INQsupmitBTN:hover {
        float: right;
        background: #ececec;
        color: #7d0040;
        border-color: rgb(125, 0, 64);
    }

    .m_INQsupmitBTN:focus {
        float: right;
        background: #7d0040;
        color: #fff;
        border-color: rgb(125, 0, 64);
    }

    .m_INQsupmitBTN:active {
        float: right;
        background: #7d0040;
        color: #fff;
        border-color: rgb(125, 0, 64);
    }

.M_validError {
color: #e46e78;
font-size: 12px;
padding: 5px 0 0 10px;
float: left;
}

@media only screen and (max-width: 1024px) {
.M_PenarDIv a {
width: 100%;
height: auto;
float: left;
background-color: #fff;
padding: 5px;
}

.M_PenarDIv a img {
  width: 100%;
  height: auto;
  float: left;
 }
}

.M_innerAnckor {
    cursor: pointer;
    text-decoration:underline;
}

.M_MediaResHead {
    background-color: #ececec;
    padding: 0px;
    font-family: Arial;
    margin-bottom: 10px;
    margin-top: 5px;
}

    .M_MediaResHead a {
        font-size: 16px;
        color: #952358;
        font-family: Arial;
        font-weight: bold;
        padding: 5px;
        display: block;
        text-decoration: none;
    }


.M_ReadBtN {
    float: left;
    background: #7d0040;
    color: #fff;
    border-color: #7d0040;
    margin-top: 30px;
    margin-right: 15px;
    padding:3px;
}

    .M_ReadBtN:hover {
        float: left;
        background: #ececec;
        color: #7d0040;
        border-color: rgb(125, 0, 64);
    }

    .M_ReadBtN:focus {
        float: left;
        background: #7d0040;
        color: #fff;
        border-color: rgb(125, 0, 64);
    }

    .M_ReadBtN:active {
        float: left;
        background: #7d0040;
        color: #fff;
        border-color: rgb(125, 0, 64);
    }

.M_MideaResIMG {
    width: 100%;
    height: 225px;
    float: left;
    margin-top: 5px;
}

    .M_MideaResIMG img {
        width: 100%;
        height: 100%;
        float: left;
        -webkit-box-shadow: 0px 0px 5px 0px rgb(93, 93, 93);
        -moz-box-shadow: 0px 0px 5px 0px rgb(93, 93, 93);
        box-shadow: 0px 0px 5px 0px rgb(93, 93, 93);
    }

.M_MediaResHead_2 {
    background-color: #ececec;
    padding: 0px;
    font-family: Arial;
    margin-bottom: 10px;
    margin-top: 5px;
}

    .M_MediaResHead_2 span {
        font-size: 17px;
        font-weight: 600;
        font-family: Arial;
        padding: 5px;
        display: block;
        text-decoration: none;
        line-height: 20px;
        color: #7d0040;
    }

.M_Clickhere {
    font-size: 11px;
    color: #7a3399;
}

    .M_Clickhere:hover {
        font-size: 11px;
        color: #0072c6;
    }

.M_VideoResu {
    width: 100%;
    height: 390px;
    float: left;
    margin-top: 5px;
}

    .M_VideoResu video {
        width: 100%;
        height: auto;
        float: left;
    }

.M_SitMapDIV {
    padding: 0px;
    margin:20px 0px;
}
.M_SitMapDIVBlocks{
    padding-right:0px;
    padding-left:5px;
    min-height: 400px;
    margin-bottom:20px;
	background-color:#fff;
}
.M_HeadSIT {
    width: 100%;
    float: left;
    padding: 5px;
    background-color: #ECECEC;
}

    .M_HeadSIT a {
        cursor: pointer;
        color: #7d0040;
        font-size: 10pt;
        font-weight: bold;
        font-family: Arial;
    }

.M_SiteMapUL {
    width: 100%;
    height: auto;
    float: left;
    list-style: square;
    padding-left: 30px;
}

    .M_SiteMapUL li {
        width: 100%;
        float: left;
        color: #7d0040;
        padding: 10px 0px;
    }
    .M_SitMapDIVcontacts{
        padding:0px;
    }

 .M_SiteMapUL li a {
width: 100%;
float: left;
font-size: 10pt;
color: #7d0040;
font-family: Arial;
font-weight: bold;
padding-top: 0px;
line-height:20px;
}
 .M_HeadSITPeop{
 width: 100%;
 float: left;
 padding: 5px;
 cursor: pointer;
 color: #7d0040;
 font-size: 10pt;
 font-weight: bold;
 font-family: Arial;
 padding-top:15px;

 }
 .M_paddingLftlist{
     padding-left:30px !important;


 }
@media only screen and (max-width: 768px) {
    .M_PenarDIv a {
        width: 100%;
        height: auto;
        float: left;
        background-color: #fff;
        padding: 5px;
    }

        .M_PenarDIv a img {
            width: 100%;
            height: auto;
            float: left;
        }
        .M_InnerParag{
            /*padding:15px;*/ /*rgk did to reduce spacing between paras on mobile*/
        }
}
