@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Oxygen';
		src: 
    src: url('/fonts/oxygen-webfont.eot');
    src: url('/fonts/oxygen-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/oxygen-webfont.woff') format('woff'),
         url('/fonts/oxygen-webfont.ttf') format('truetype'),
         url('/fonts/oxygen-webfont.svg#oxygenregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Oxygen';
	src: url('/fonts/oxygen-bold-webfont.eot');
	src: url('/fonts/oxygen-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/oxygen-bold-webfont.woff') format('woff'),
         url('/fonts/oxygen-bold-webfont.ttf') format('truetype'),
         url('/fonts/oxygen-bold-webfont.svg#oxygenbold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Oxygen';
	src: url('/fonts/oxygen-bolditalic-webfont.eot');
	src: url('/fonts/oxygen-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/oxygen-bolditalic-webfont.woff') format('woff'),
         url('/fonts/oxygen-bolditalic-webfont.ttf') format('truetype'),
         url('/fonts/oxygen-bolditalic-webfont.svg#oxygenbold_italic') format('svg');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Oxygen';
	src: url('/fonts/oxygen-italic-webfont.eot');
	src: url('/fonts/oxygen-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/oxygen-italic-webfont.woff') format('woff'),
         url('/fonts/oxygen-italic-webfont.ttf') format('truetype'),
         url('/fonts/oxygen-italic-webfont.svg#oxygenitalic') format('svg');
	font-weight: normal;
	font-style: italic;
}

body {
	font-size: 1em;
	line-height: 1.231em;
}
.menu {
  padding-top: 5px;
  margin-left: 5px;
}

.foot_menu {
	height: 70px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  
}

.foot_menu ul {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.foot_menu li {
	color: #000;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	font-size: .85em;
	line-height: 1.5em;
}

.foot_menu a {
	text-decoration: none;
}

.FooterMainMenuItem {
	font-weight: bold;
	text-decoration: none;
}

.FooterSubMenuItem {
	font-weight: normal;
	text-decoration: none;
}
.gridContainer.clearfix.ShadowBox #FooterCopyright a {
	text-decoration: none;
}
.foot_menu a:hover {
	color: #735B35;
}
#FooterCopyright {
	font-size: 0.8em;
}
.dropcap {
	float: left;
	font: normal 60pt/0.8em "Times New Roman", Times, serif;
	color: #735B35;
	margin-right: 3px;
}
.CenteredText {
	text-align: center;
}
.SmallerTextPoint8Em {
	font-size: .9em;
}
.QuoteText {
	/* [disabled]font-style: italic; */
	color: #2084AD;
	margin-bottom: 0.3em;
}
.QuoteAttrib {
	color: #735B35;
	margin-bottom: 1.5em;
	font-size: .9em;
}
.LineSpacing150pct {
	line-height: 1.2em;
}
.DarkBlueText {
	color: #1A688A;
}
.DarkRedText {
	color: #950000;
}
.noMargin {
	margin-top: 0;
	margin-bottom: 0;
}
