﻿/* 
@font-face {
    font-family: 'HelveticaRegular';
    src: url('../font/helvetica-webfont.eot');
    src: url('../font/helvetica-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../font/helvetica-webfont.woff') format('woff'),
         url('../font/helvetica-webfont.ttf') format('truetype'),
         url('../font/helvetica-webfont.svg#HelveticaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
		
}

@font-face {
    font-family: 'HelveticaBold';
    src: url('../font/helvetica_bold-webfont.eot');
    src: url('../font/helvetica_bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../font/helvetica_bold-webfont.woff') format('woff'),
         url('../font/helvetica_bold-webfont.ttf') format('truetype'),
         url('../font/helvetica_bold-webfont.svg#HelveticaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AdobeCaslonProRegular';
    src: url('../font/acaslonpro-regular-webfont.eot');
    src: url('../font/acaslonpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/acaslonpro-regular-webfont.woff') format('woff'),
         url('../font/acaslonpro-regular-webfont.ttf') format('truetype'),
         url('../font/acaslonpro-regular-webfont.svg#AdobeCaslonProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AdobeCaslonProSemibold';
    src: url('../font/acaslonpro-semibold-webfont.eot');
    src: url('../font/acaslonpro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/acaslonpro-semibold-webfont.woff') format('woff'),
         url('../font/acaslonpro-semibold-webfont.ttf') format('truetype'),
         url('../font/acaslonpro-semibold-webfont.svg#AdobeCaslonProSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AdobeCaslonProBold';
    src: url('../font/acaslonpro-bold-webfont.eot');
    src: url('../font/acaslonpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/acaslonpro-bold-webfont.woff') format('woff'),
         url('../font/acaslonpro-bold-webfont.ttf') format('truetype'),
         url('../font/acaslonpro-bold-webfont.svg#AdobeCaslonProBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
 */

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#main { font-family: HelveticaRegular; }
.sub_header{ font-family: HelveticaBold; }

.xheader
{ font-family: AdobeCaslonProSemibold; }

.home_news .head,
.side_admissions .head
{ font-family: AdobeCaslonProRegular; }

.insidepage .side_nav .section_name,
.header
{font-family: Arial; font-weight: normal; font-size:34px; line-height:1;}

.slogan
{font-family: Arial; font-size: 30px;}
