@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	width: 97%;
	height: auto;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:97%;
}

/* Mobile Layout: 480px and below. */ 
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
* { 
  margin: 0; 
  padding: 0; 
}
ul, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, section {
	font-weight:normal;
}
body {
	width: auto;
	padding: 0px;
	background-color: #444548;
}
.bodyfont3andhalf {
	font-family: Arial, sans-serif;
	font-size: 14px;
}
.bodyfont3mm {
	font-family: Arial, sans-serif;
	font-size: 11px;
}
.boxfont {
	font-family: 'IM Fell DW Pica', serif;
	font-size: 14px;
	color: #343434;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
#boxnewmenu {
	background-image: none;
	align-content:center;
	text-decoration:none;
	width: 100%;
	text-align: center;
	display:inline-block;
	/*Dirty IE Hack*/
  zoom: 1;
  *display: inline;	
  padding: 0px 3px;
}
#boxnewmenu nav ul {
	list-style: none; /* this removes the list marker */
	border: thin solid #000000; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	border-bottom: none;
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	 background-color: #ffffff;
}
#boxnewmenu li {
	list-style: none
	border: 1px solid #000000;
	border-bottom: thin solid #000000; /* this creates the button separation */
}
#boxnewmenu nav a, nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding-top: 3px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 3px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: auto;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	color: #343434;
}
#boxnewmenu nav a:hover, nav a:active, nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #C8C8C8;
	color: #343434;
}
#container {
	width: inherit;
}
.elenabodyfont {
	font-family: Arial, sans-serif;
	color: #343434;
}
.elenaheadingfont {
	font-family: Arial, sans-serif;
	color: #343434;
	font-size: 16px;
}	
footer {
	width: auto;
	margin: 0px;
	background-color: #aaacb2;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #343434;
}
footer p {
	padding: 3px 0px 3px 0px;
	margin-top: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
}
footer a:link {
	color:inherit;
	text-decoration: underline;
}
footer a:visited {
	color:inherit;
	text-decoration: underline;
}
footer a:hover {
	color:inherit;
	text-decoration: underline;
}
footer a:active {
	color:inherit;
	text-decoration: underline;
}
header {
	width:auto;
	margin: 0px;
	padding: 3px 3px 0px 3px;
	background-color: #C8C8C8;
	text-align: center;
	text-decoration:none;
}
header h2 {
	margin: 0;
	font-family: 'IM Fell DW Pica', serif;
	font-size: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-left:  1px solid #000000;
	border-right:  1px solid #000000;
	border-bottom: 1px solid #000000;
}
header p {
	margin: 0;
	font-family: 'Waiting for the Sunrise', cursive;
	font-weight:bold;
	font-size: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #000000;
	border-left:  1px solid #000000;
	border-right:  1px solid #000000;
}
header img {
	display: none;
}
header, footer, {
	display: block;
}
#inner {
	text-align:center;
}
#inner img {
	display: none;
}
#inner blockquote {
	margin: 15px;
	padding: 3px;
	border: 1px solid #000000;
	background-color: #C8C8C8;
	font-weight:bold;
	font-family: 'Waiting for the Sunrise', cursive;
	font-size: 16px;
}
#inner2 {
	text-align:center;
}
#inner2 img {
	display: none;
}
#inner2 blockquote {
	margin: 15px;
	padding: 3px;
	border: 1px solid #000000;
	background-color: #C8C8C8;
	font-family: 'Waiting for the Sunrise', cursive;
	font-weight:bold;
	font-size: 16px;
}
#inner3 {
	text-align:center;
}
#inner3 img {
	display: none;
}
#inner3 blockquote {
	margin: 15px;
	padding: 3px;
	border: 1px solid #000000;
	background-color: #C8C8C8;
	font-weight:bold;
	font-family: 'Waiting for the Sunrise', cursive;
	font-size: 16px;
}
#webbodynew {
	width: auto;
	float: left;
	display: block;
	position: relative;/* this gives IE6 hasLayout to properly clear */
}
#webbodynew section blockquote {
	border:none;
	background-color: #ffffff;
}
#webbodynew h1, h2, h3, h4, h5, h6, p, form, section {
	margin-left: 3px;
	margin-right: 3px;
}
#webbodynew h1 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#webbodynew h2 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#webbodynew h3 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	padding-top: 4px;
	padding-bottom: 4px
}
#webbodynew p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#webbodynew a:link {
	color:inherit;
	text-decoration: underline;
}
#webbodynew a:visited {
	color:inherit;
	text-decoration: underline;
}
#webbodynew a:hover {
	color:inherit;
	text-decoration: underline;
}
#webbodynew a:active {
	color:inherit;
	text-decoration: underline;
}
#webbodynew img {
	max-width: 97%;
	max-height: auto;
}
#webbodynew section {
	margin: 9px;
	padding: 0px;
	border: none;
	background-color: #ffffff;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
header h2 {
	font-size: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
}
header p {
	font-size: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#inner blockquote {
	margin: 15px;
	padding: 3px;
	font-size: 18px;
}
#inner2 blockquote {
	margin: 15px;
	padding: 3px;
	font-size: 18px;
}
#inner3 blockquote {
	margin: 15px;
	padding: 3px;
	font-size: 18px;
}
#webbodynew h1 {
	font-size: 19px;
	}
#webbodynew h2 {
	font-size: 14px;
	}
#webbodynew h3 {
	font-size: 14px;
}
#webbodynew h4 {
	font-size: 14px;
}
#webbodynew p {
	font-size: 14px;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

a:hover, a:active, a:focus {
	text-decoration: none;
}
.bodyfont3andhalf {
	font-size: 17px;
}
.bodyfont3mm {
	font-size: 13px;
}
.boxfont {
	font-size: 16px;
	font-weight: normal;
}
#boxnewmenu {
	padding: 0;
	margin: 0 auto;
	float:left;
   	width:100%;
   	position:relative;
	background-repeat:no-repeat;
}
.boxA {
	background-image:url(Design/Assets/images/BannerAbottom.jpg) !important;
}
.boxG {
	background-image:url(Design/Assets/images/BannerGbottom.jpg) !important;
}
.boxI {
	background-image: url(Design/Assets/images/BannerIbottom.jpg) !important;
}
.boxO {
	background-image: url(Design/Assets/images/BannerObottom.jpg) !important;
}
.boxP {
	background-image: url(Design/Assets/images/BannerPbottom.jpg) !important;
}
.boxPi {
	background-image:url(Design/Assets/images/BannerPibottom.jpg) !important;
}
.boxR {
	background-image: url(Design/Assets/images/BannerRbottom.jpg) !important;
}
.boxY {
	background-image: url(Design/Assets/images/BannerYbottom.jpg) !important;
}
#boxnewmenu nav {
	border: none;
}
#boxnewmenu nav ul {
	background-color: transparent;
	clear:left;
   	float:right;
   	margin:0;
  	padding:0;
   	position:relative;
   	right:50%;
   	text-align:center;
	border: none;
}
#boxnewmenu li {
	border: none;
	display:block;
   	float:left;
	margin:0;
  	padding:0;
   	position:relative;
   	left:50%;
}
#boxnewmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:0px 10px 0px 10px;
   background:#fff;
   color:#000;
}
#boxnewmenu ul li a:hover {
   background:#C8C8C8;
   color:#ffffff;
}
#container {
	width: 970px;
	margin: 0 auto;
	padding: 0;
	background-color:  #e3d9f7;
}
.elenaheadingfont {
	font-size: 22px;
}	
footer {
	padding: 0px;
	font-size: 11px;
}	
footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight:normal;
}
header {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #444548
}
header h2 {
	display: none;
}
header p {
	display: none;
}
header img {
	display:block;
	text-align: center;
	max-width: 970px;
	min-width: 970px;
}
.headerclass {	
	height: 106px;
	width: 970px;
	min-width: 970px;
	white-space: normal;
	text-align: center;
	vertical-align: bottom;
}
header, footer, {
	display: block;
}
#inner img {
	display: inline-block;
}
#inner blockquote {
	display: none;
}
#inner2 img {
	display: inline-block;
}
#inner2 blockquote {
	display: none;
}
#inner3 img {
	display: inline-block;
}
#inner3 blockquote {
	display: none;
}
#outercontainer {
	width: 100%;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
#webbodynew {
	width: 970px;
	float: right;
	max-width: 970px;
}
#webbodynew h1, h2, h3, h4, h5, h6, p, form, section {
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#webbodynew h1 {
	font-size: 24px;
}
#webbodynew h2 {
	font-size: 17px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#webbodynew h3 {
	font-size: 21px;
	padding-top: 9px;
	padding-bottom: 9px
}
#webbodynew p {
	font-size: 17px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#webbodynew ol {
	margin-top: 0px;
	margin-bottom:0px;
	padding-left: 35px;
	padding-right: 10px;
}
#webbodynew section {
	margin: 20px;
	padding: 10px;
}
}