body{
	background-color:white;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
  }




.header-image {
	width: 100%;
	height: auto;
}  
.bottom-bar {
	width: 100%;
}

#welcomeTitle {
	font-family: 'MontSerrat-Hairline';
	letter-spacing: 0.2em;
	font-size: 1.3em;
	width: 90%;
	color: rgb(93,93,93);
}

#welcomeTitle strong {
	font-family: 'MontSerrat-Black';
}

#mainTable{
	/*background: white url(../images/mcpcc-watermark-bg.jpg) no-repeat fixed 100px 75px;*/
	background: #ECECEC url(../images/Accreditation_01.gif) no-repeat;
	background-size: contain;

	margin: auto;
	margin-bottom: 2em;
	
	
  }

#mainContent {
	position: relative;
}

.header-image {
	width: 100%;
	/*ie6 trick to preserve full-width page on older browsers*/
	height:auto!important; height:69px; 
} 

#acrobat-link {
    position: absolute;
    right: 0;
}

#acrobat-link img {
	border-style:none;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: rgb(93,93,93);
	background: no-repeat fixed 18px;
}
#headermenu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: White;
	font-weight: bold;
	text-decoration: none;
}

#headermenu a:hover{ 
	background-color: #FFB56A;
 }
 .footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	line-height: 1.10em;
	color: #D2691E;
	font-style: normal;
	text-align: center;
	margin: 5px 3px;
	}
	
.footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #71824F;
	}
	
.footer a:hover{
	color: #D2691E;
	}

a {
	color: #B22222;
	text-decoration: none;
}

a:hover {
	color: #CC6600;
	text-decoration: underline;
}

.newsHeader{
	color: #FFFFFF;
}

a.newsItem{
	display:block;
	color: #FFFFFF;
	margin: 5px 3px;
}

a:hover.newsItem{
	display:block;
	color: #FFCC33;
}

/* NEW STYLE ADDIITIONS */


@font-face {
  font-family: 'MontSerrat-Black';
  src: url('/fonts/Montserrat-Black.otf') format('truetype');
}

@font-face {
  font-family: 'MontSerrat-Hairline';
  src: url('/fonts/Montserrat-Hairline.otf') format('truetype');
}
@font-face {
  font-family: 'MontSerrat-Light';
  src: url('/fonts/Montserrat-Light.otf') format('truetype');
}

.acc-res-link {
	background: transparent;
	height: 2em;
}

.acc-res-link div {
	margin: 0.2em 1em 0.2em;
	padding: 0.8em 2em 0.8em;
	background-color: #e57e56; // If gradients are not supported by browser

	background:         linear-gradient(  #edba78, #e57e56 );
	background-image:      -o-linear-gradient( 45deg, #edba78, #e57e56 );
	background-image:    -moz-linear-gradient( 45deg, #edba78, #e57e56 );
	background-image: -webkit-linear-gradient( 45deg, #edba78, #e57e56 );
	background-image:     -ms-linear-gradient( 45deg, #edba78, #e57e56 );
	background-image:        -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(237,186,120)), color-stop(1, rgb(229,126,86);) );

	font-family: 'MontSerrat-Black';
	color: white;
	letter-spacing: 0.3em;
	font-size: 0.8em;

	position: relative;
}

.acc-res-link div:hover {

	background: rgb(82,161,217);
}

.acc-res-link a {
	text-decoration: none;
}

/* The Accreditation Process */

#accreditation-process {
	text-transform: uppercase;

}
#accreditation-process h3 {
	    font-family: 'MontSerrat-Black';
	    letter-spacing: 0.3em;
	    color: rgb(93,93,93);
	    padding-top:1em;
}
#accreditation-process ul{
	list-style: none;
	padding-left: 0;
	padding-top:2em;

}
#accreditation-process li{
	border: 10px white solid;
	border-radius: 200px;
    width: 92px;
    height: 85px;
    float: left;
    margin-left: 6px;
	overflow: hidden;
}
#accreditation-process li:hover {
	border-color: #FFB56A;;
}
#accreditation-process li a:hover{
	text-decoration: none;
}
#accreditation-process li span{

	display: table-cell;
    vertical-align: middle;
    height: 85px;
	
	font-style: none;
	font-family: 'MontSerrat-Light',Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	font-size: 10px;

}
#accreditation-process p{
	clear: both;
	text-align: center;
	padding-top: 1.5em;
	font-size: 0.9em;
}

/* The two  bottom buttons */

.bottom-button {
	width: 50%;
}

.bottom-button__margin {

	margin:10%;
	padding: 0.5em;

	border-radius: 10px;

	background-color: #e57e56; // If gradients are not supported by browser

	background:         linear-gradient(  #edba78, #e57e56 );
	background-image:      -o-linear-gradient( 90deg, #edba78, #e57e56 );
	background-image:    -moz-linear-gradient( 90deg, #edba78, #e57e56 );
	background-image: -webkit-linear-gradient( 90deg, #edba78, #e57e56 );
	background-image:     -ms-linear-gradient( 90deg, #edba78, #e57e56 );
	background-image:        -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(237,186,120)), color-stop(1, rgb(229,126,86);) );

	position: relative;
}

.bottom-button__margin:hover {
	    background: rgb(82,161,217);
}

.bottom-button__text {
	background: #ECECEC;
	padding: 1em 0 1em;
	border-radius: 5px;

	color: rgb(93,93,93);
	font-family: MontSerrat-Light;
	font-size: 0.7em;
}

.bottom-button a {
	text-decoration: none;
}



/*  Orangey Gradient */
