/*-----------------------------------------------------------
Imports Adaptive Layouts
------------------------------------------------------------*/
@import url("Desktop.css");
@import url("Tablet.css");
@import url("Mobile.css");
/* Body ----------------------*/
* {
	margin: 0 auto;
	padding: 0;
}
body {
	height: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
 	-webkit-font-smoothing: antialiased;
}
.Content {
	display: block;
	margin: 0;
	width: 100%;
}
.HeaderWrapBackground {
	width: 100%;
}
.ContentWrapBackground {
	background-image: url('../Images/BGGrayLight.png');
	background-color: #CCC;
	width: 100%;
}
.FooterWrapBackground {
	width: 100%;
}
/* HTML5 ----------------------*/
abbr, address, article, aside, audio, b, blockquote,  body, caption, cite, code,  dd, del, dfn, div, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i,  iframe, img, ins, kbd, label, legend,  li, mark, menu, menu, nav, object, ol, p, pre, q, samp, section, small, span,  strong, sub, sup, table, tbody, td, foot, th, thead, time, tr, ul, var, video,  {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
img {
	height: auto;
	max-width: 100%;
	width: auto\9; /* ie8 */
}
/* Colors (Text) ----------------------*/
.BlueText {
	color: #7893bd;
}
.GrayText {
	color: #616363;
}
.OrangeText {
	color: #e38725;
}
/* Misc ----------------------*/
.WS {
	white-space: nowrap;
}
/* Page Text ----------------------*/
a {
	font-size: 14px;
	text-decoration: none;
}
a:visited {
	font-size: 14px;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	text-decoration: none;
}
p {
	color: #888888;
	font-family: "MuseoSans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
h1 {
	font-family: "MuseoSans", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2 {
	font-family: "MuseoSans", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/* Museo Sans (Text Font) ----------------------*/
@font-face {
	font-family: 'MuseoSans';
	src: url('../Fonts/MuseoSans.eot');
	src: url('../Fonts/MuseoSans.eot?.iefix') format('embedded-opentype'), 
		 url('../Fonts/MuseoSans.woff') format('woff'), 
		 url('../Fonts/MuseoSans.ttf') format('truetype'), 
		 url('../Fonts/MuseoSans.svg.MuseoSans.svg') format('svg');
	src: local (MuseoSans), url("../Fonts/MuseoSans.ttf");
	font-weight: normal;
	font-style: normal;
}
