﻿/* Mai Layout ------------------------ */
@font-face {
    font-family: 'allerregular';
    src: url('../../common/fonts/aller/aller_rg-webfont.eot');
    src: url('../../common/fonts/aller/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../common/fonts/aller/aller_rg-webfont.woff') format('woff'),
         url('../../common/fonts/aller/aller_rg-webfont.ttf') format('truetype'),
         url('../../common/fonts/aller/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'allerbold';
    src: url('../../common/fonts/aller/aller_bd-webfont.eot');
    src: url('../../common/fonts/aller/aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../common/fonts/aller/aller_bd-webfont.woff') format('woff'),
         url('../../common/fonts/aller/aller_bd-webfont.ttf') format('truetype'),
         url('../../common/fonts/aller/aller_bd-webfont.svg#allerbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alleritalic';
    src: url('../../common/fonts/aller/aller_it-webfont.eot');
    src: url('../../common/fonts/aller/aller_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../common/fonts/aller/aller_it-webfont.woff') format('woff'),
         url('../../common/fonts/aller/aller_it-webfont.ttf') format('truetype'),
         url('../../common/fonts/aller/aller_it-webfont.svg#alleritalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'allerbold_italic';
    src: url('../../common/fonts/aller/aller_bdit-webfont.eot');
    src: url('../../common/fonts/aller/aller_bdit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../common/fonts/aller/aller_bdit-webfont.woff') format('woff'),
         url('../../common/fonts/aller/aller_bdit-webfont.ttf') format('truetype'),
         url('../../common/fonts/aller/aller_bdit-webfont.svg#allerbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'oswaldbook';
    src: url('../../common/fonts/oswald/oswald-regular-webfont.eot');
    src: url('../../common/fonts/oswald/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../common/fonts/oswald/oswald-regular-webfont.woff') format('woff'),
         url('../../common/fonts/oswald/oswald-regular-webfont.ttf') format('truetype'),
         url('../../common/fonts/oswald/oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* apply a natural box layout model to all elements */
.italic {
	font-family: allerbold_italic;
}
.burgandy {
	color: #800000;
}
.article p {
	margin-top: .5em;
	margin-bottom: .5em;
}
.page-list {
	width: 600px;
	height: auto;
	position: relative;
	display: block;
	padding: 10px;
}
*, *:before, *:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}
body {
	font-family: allerregular, sans-serif;
	font-size: 16px;
	background-color: #FFF3E8;
	line-height: 1.5em;
}
#a-container {
	border: 1px solid #CCCCCC;
	overflow: hidden;
	width: 990px;
	height: auto;
	position: relative;
	margin: 0px auto 20px auto;
	background-color: #FFF3E8;
	background-repeat: repeat;
}
#a-content {
	background-position: top;
	width: 970px;
	height: auto;
	min-height: 400px;
	position: relative;
	margin: 0px 10px 10px 10px;
}
#right-content {
	width: 326px;
	height: auto;
	position: relative;
	float: right;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	vertical-align: top;
	line-height: 1.5em;
}
#left-content {
	width: 640px;
	height: auto;
	min-height: 400px;
	position: relative;
	float: left;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	line-height: 1.5em;
}
#left-content h1 {
	font-family: oswaldbook, arial, sans-serif;
	color: #666666;
	font-size: 26px;
	margin-bottom: 4px;
	margin-left: 10px;
}
#left-content ul {
	list-style-image: url('../../images/bullet-16x22.gif');
}
#a-header {
	padding: 0px;
	width: 990px;
	height: auto;
	position: relative;
	margin: 0px;
	border-top-style: solid;
	border-top-width: 6px;
	border-top-color: #800080;
	clear: both;
}
#a-nav {
	border-style: none;
	width: 970px;
	height: auto;
	position: relative;
	margin: 0px auto 0px 10px;
	clear: both;
}
#a-footer {
	border-top: 10px solid #72CDF4;
	width: 990px;
	/* min-height: 200px;*/
	position: relative;
	background-color: #E6E1DD;
	margin: 0px 0px 10px 0px;
	height: auto;
	float: left;
	border-top-color: #800080;
}
/* ------------------------ */
.boxShadow {
	-webkit-box-shadow: 1px 1px 3px gray, -1px -1px gray;
	-moz-box-shadow: 1px 1px 3px gray,-1px -1px gray;
	box-shadow: 1px 1px 3px gray, -1px -1px gray;
}
.boxShadow-2 {
	box-shadow: 6px 6px 4px #888;
	-moz-box-shadow: 6px 6px 4px #888;
	-webkit-box-shadow: 6px 6px 4px #888;
}
.border-radius-10 {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
a:link {
  color: #0099FF;
  text-decoration: underline;
}
a:visited {
	color: #6699FF;
}
a:hover {
  color: #990000;
}
.clear-both {
	clear: both;
}
.article {
	line-height: 1.5em;
	width: 640px;
	height: auto;
	position: relative;
	float: left;
	font-weight: normal;
	clear: both;
}
.article h2 {
  font-size: 18px;
  font-variant: small-caps;
  color: #666666;
  margin-top: 6px;
  margin-bottom: 6px;
}
.aside-plain {
	width: 300px;
	height: auto;
	position: relative;
	float: right;
	margin: 0px 10px 4px 0px;
	font-size: 12px;
	line-height: normal;
}
.aside {
	background-size: 30px;
	padding: 0px 10px 10px 10px;
	width: 300px;
	height: auto;
	position: relative;
	float: right;
	margin: 0px 10px 10px 0px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	background-image: url('/images/purple-gradient-50.gif');
	background-repeat: repeat-x;
	line-height: normal;
}
.aside h3 {
	font-size: 15px;
	padding: 4px;
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	line-height: 1.5em;
}
.banner-div {
	margin: 0px auto 10px auto;
	position: relative;
	width: 600px;
	vertical-align: top;
	height: auto;
	text-align: center;
}
.contact-form {
	margin: 10px;
	border: 1px solid #999999;
	padding: 10px;
	position: relative;
	height: auto;
	width: 550px;
	float: left;
	clear: both;
	background-color: #FFFFFF;
}
/* --- Footer Styles ---- */
.footer-section {
  width: 233px;
  /*min-height: 150px;*/
  margin: 6px 6px 20px 6px;
  float: left;
  font-size: 14px;
  color: #000000;
  line-height: 1.5em;
}
.footer-section a:hover {
	color: #993300;
	text-decoration: underline;
}
.footer-section a:link {
	color: #333333;
	text-decoration: underline;
}
.footer-section a:visited {
	color: #333333;
	text-decoration: underline;
}
.footer-section h3 {
	margin: 2px 0px 10px 4px;
	font-size: 17px;
	color: #8D7573;
}
/* --- End of Footer Styles ---- */
/* --- of Header Styles ---- */
.head-left {
	border-style: none;
	width: 310px;
	height: auto;
	position: relative;
	float: left;
	vertical-align: top;
}
.head-middle {
	margin: 10px 0px 0px 30px;
	border-style: none;
	width: 360px;
	height: auto;
	position: relative;
	float: left;
	font-size: 22px;
	color: #999999;
}
.head-middle ul {
	list-style-image: url('../../images/bullet.gif');
	list-style-position: inside;
}
.head-middle li {
	margin: 4px 0px 4px 0px;
	padding: 2px;
}
.head-right {
	border-style: none;
	margin-right: 10px;
	width: 280px;
	height: auto;
	position: relative;
	float: right;
	vertical-align: top;
}
.head-phone {
	border-style: none;
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	width: 300px;
	height: auto;
	position: relative;
	float: right;
	margin-top: 25px;
	text-align: right;
	margin-right: 10px;
}
.head-social-icons {
  margin: 10px 10px 0px 0px;
  width: 300px;
  height: auto;
  position: relative;
  float: right;
  text-align: right;
}
.head-social-icons img {
	border-width: 0px;
	margin-left: 10px;
	text-decoration: none;
}
/* --- End of Header Styles ---- */
.justify {
  text-align: justify;
}
.pad-20 {
  padding: 20px;
}
.pad-10 {
	padding: 10px;
}
.shaded-box {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.shaded-box p {
	width: 99%;
	height: auto;
	position: relative;
	padding: 20px;
	border: 10px solid #FFF;
	margin: 5px;
	background-color: #E6E1DD;
}
.shaded-box img {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-top: 4px;
}
.group-header {
	font-weight: normal;
	margin-top: 10px;
	color: #660033;
	font-variant: small-caps;
	background-image: url('../../images/bkg/gray-gradient-30.gif');
}
.indent-4 {
	padding-left: 10px;
}
.left-float {
	float: left;
}
/* New condensed layout for home page */
.x4-cols {
	padding: 0px 0px 6px 0px;
	margin: 4px 4px 4px 0px;
	width: 24.5%;
	height: auto;
	float: left;
	vertical-align: top;
	font-size: 14px;
	line-height: 1em;
}
.x4-cols h1{
  padding: 3px 0px 3px 4px;
  margin: 0px 0px 1px 0px;
  border: 1px solid #CCCCCC;
  background-color: #6A016A;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: bold;
}
.single, 
.double {
  padding: 0px 4px 4px 4px;
  width: 100%;
  float: left;
  height: auto;
  clear: both;
}
.x4-cols .single a,
.x4-cols .double a {
	padding: 1px;
	float: left;
}
.x4-cols .single a {
  width: 100%;
}
.x4-cols .double a {
  width: 49%;
}
.x4-cols .single a:link,
.x4-cols .single a:visited,
.x4-cols .double a:link,
.x4-cols .double a:visited {
  text-decoration: none;
  display: block;
  color: #000000;
}
.x4-cols .single a:hover,
.x4-cols .double a:hover {
	padding: 1px;
	color: #990000;
}
/* END,New condensed layout for home page */
/* Video page layout */
#combo-content iframe {
	margin-left: auto;
	margin-right: auto;
}
#combo-menu {
  margin: 10px 0px 10px 0px;
  overflow: auto;
  border: 1px solid #999999;
  width: 280px;
  height: 600px;
  position: relative;
  float: left;
  padding: 0px 10px 10px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  line-height: 1.3em;
  background-color: #F2F2F2;
}
#combo-menu h1,
.combo-desc h1 {
  font-size: 16px;
  color: #7A2280;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #666666;
}
#combo-menu a:link, 
#combo-menu a:visited {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
#combo-menu a:hover {
  color: #800000;
  text-decoration: underline;
}
#combo-content {
  width: 640px;
  height: auto;
  float: right;
  border: 1px solid #999999;
  padding: 10px;
  margin: 10px 10px 10px 0px;
  position: relative;
  background-color: #333333;
}
.combo-desc {
  width: 610px;
  height: auto;
  border: 1px solid #999999;
  padding: 0px 10px 10px 10px;
  margin: 10px auto 10px auto;
  position: relative;
  color: #000000;
  background-color: #F2F2F2;
}
/* End - video page layout */
