@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 {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
iframe {
	max-width: 100%;
}

#videoContainer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
#videoContainer iframe,
#videoContainer object,
#videoContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		6;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	12;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.clearPlease {
	clear: both;
}
body {
	background-color: #e0dfdd;
	background-attachment: scroll;
	background-image: url(../imagesMitchell/mitchell-backgroung.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 30px;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94.2857%;
	padding-left: 0.8571%;
	padding-right: 0.8571%;
}

#bannerMain {
	height: auto;
	background-color: rgba(0, 0, 0, .4);
}
#bannerLeftMini {
	float: left;
	width: 30.33333333%;
}
#bannerMidMini {
	float: left;
	width: 32.888888888%;
	padding-left: 3%;
}

#bannerRightMini {
	float: left;
	width: 33.77777777%;
}

#bannerLeft {
	clear: both;
	float: left;
	margin-left: 0;
	width: 66.0606%;
	display: block;
}

#bannerRight {
	background-image: url(../imagesMitchell/banner-call-to-action.png);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	height: 210px;
	clear: none;
	float: left;
	margin-left: 1.8181%;
	width: 32.1212%;
	display: block;
}
#bannerRight p {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	text-align: center;
	line-height: 1.5em;
}
#bannerRight p a {
	color: #000000;
}
#bannerRight p a:hover {
	color: #7a71a2;
	text-decoration: underline;
	background: none;
}
#bannerBelow {
	display: none;
}

#mainContent {
	/*width: 66.0606%;*/
	background-image: url(../imagesMitchell/2X2-square-40.png);
	background-repeat: repeat;
	height: auto;
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0px 3% 15px 4%;
	width: 93%;
	display: block;
}
.mainContentLogos {
	text-align: center;
	margin: 20px auto 10px auto;
	float: none;
}
#mainContent h1 {
	font-family: 'Merriweather', serif;
	font-style: italic;
	font-weight: 400;
	font-size: 2.5em;
	text-align: center;
	color: #a9a3a1;
	line-height: 1em;
	margin: 40px 40px 0 0;
}
#mainContent .subH1 {
	font-family: 'Merriweather', serif;
	font-style: italic;
	font-weight: 400;
	font-size: 2em;
	text-align: center;
	color: #a9a3a1;
	line-height: 1em;
	margin: 10px 40px 0 0;
}
#mainContent h2 {
	font-family: 'Merriweather', serif;
	font-style: italic;
	font-weight: 900;
	font-size: 3.5em;
	text-align: center;
	color: #79716f;
	line-height: 1em;
	margin: 5px 0 15px 50px;
}
#mainContent .subH2 {
	font-family: 'Merriweather', serif;
	font-style: italic;
	font-weight: 900;
	font-size: 1.5em;
	text-align: center;
	color: #79716f;
	line-height: 1em;
}
.subH3 {
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-size: 1.2em;
	text-transform: uppercase;
}
#mainContent p {
	font-family: 'Merriweather', serif;
	font-weight: 300;
	line-height: 1.8em;
}

#mainNavigation {
	background-color: rgba(255, 255, 255, .65);
	font-family: 'Merriweather Sans', sans-serif;
	font-style: normal;
	font-weight: 700;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: .06em;
	z-index: 10000;
}
#navBoxes {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 700;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#navBoxes img {
	float: left;
	margin: 0 0 0 0;
	width: 33.333333333%;
	max-width: 300px;
	display: block;
}

#navBoxeBanner {
	width: 100%;
}

#sidebar {
	/*margin-left: 1.8181%;
	width: 32.1212%;*/
	background-image: url(../imagesMitchell/2X2-square-40.png);
	background-repeat: repeat;
	padding: 10px 0 10px 0;
	text-align: center;
	clear: left;
	float: none;
	margin-left: 0;
	margin-bottom: 20px;
	width: 100%;
	display: block;
}

#sidebar img {
	margin: 0 auto 0 auto;
	width: 30%;
}

#bottomImage {
	/*background-image: url(../imagesMitchell/2X2-square-40.png);
	background-repeat: repeat;*/
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#footer {
	margin: 10px 0 0 0;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#footer {
	font-size: .8em;
}
blockquote {
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-style: italic;
	line-height: 1.8em;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: -10px;
}
#footnote {
	font-size: .75em;
}
.glossaryWord {
	font-weight: 900; 
	font-style: italic; 
	font-size: 1.2em;
}
#mainContent a:link {
	color: #900;
}
#mainContent a:visited {
	color: #900;
}
#mainContent a:hover {
	color: #000000;
}
#mainContent a:active {
	color: #900;
}
#accordion img {
	float: left;
	margin: 0 15px 15px 0;
	border: solid 1px #000000;
}
#accordion p {
	font-size: .9em;
}
.contactUsPara {
	padding-left: 20%;
}

/*#mainContentBottom {
	height: 30px;
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 66.0606%;
	display: block;
	background-image: url(../imagesMitchell/bottom-gradation.png);
	background-repeat: repeat-x;
	background-position: left top;
}*/



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
body {
	background-color: #e0dfdd;
	background-attachment: scroll;
	background-image: url(../imagesMitchell/mitchell-backgroung.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.gridContainer {
	width: 94.2857%;
	padding-left: 0.8571%;
	padding-right: 0.8571%;
}
#bannerLeft {
	clear: both;
	float: left;
	margin-left: 0;
	width: 66.0606%;
	display: block;
}
#bannerRight {
	clear: none;
	float: left;
	margin-left: 1.8181%;
	width: 32.1212%;
	display: block;
}
#mainNavigation {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#mainContent {
	/*width: 66.0606%;*/
	background-image: url(../imagesMitchell/2X2-square-40.png);
	background-repeat: repeat;
	height: auto;
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0 3% 15px 4%;
	width: 59.0606%;
	display: block;
}
#navBoxes {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#navBoxes img {
	float: left;
	margin: 0 0 0 0;
	width: 33.333333333%;
	max-width: 300px;
	display: block;
}
#sidebar {
	/*margin-left: 1.8181%;
	width: 32.1212%;*/
	background-image: url(../imagesMitchell/2X2-square-40.png);
	background-repeat: repeat;
	padding: 20px 0 20px 0;
	clear: none;
	float: right;
	margin-left: .90905%;
	margin-bottom: 0;
	width: 33.03025%;
	display: block;
}
#sidebar img {
	margin: 20px auto 0 auto;
	width: 61.4%;
}
#bottomImage {
	/*background-image: url(../imagesMitchell/2X2-square-40.png);
	background-repeat: repeat;*/
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*#mainContentBottom {
	height: 30px;
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 66.0606%;
	display: block;
}*/
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
body {
	background-color: #e0dfdd;
	background-attachment: scroll;
	background-image: url(../imagesMitchell/mitchell-backgroung.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.gridContainer {
	width: 99.1071%;
	max-width: 900px;
	padding-left: 0.4464%;
	padding-right: 0.4464%;
	margin: auto;
}
#bannerLeft {
	height: auto;
	clear: both;
	float: left;
	margin-left: 0;
	width: 66.3663%;
	display: block;
}
#bannerRight {
	clear: none;
	float: left;
	margin-left: 0.9009%;
	width: 32.7327%;
	height: auto;
	display: block;
}
#mainNavigation {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#mainContent {
	/*width: 66.3663%%;*/
	background-image: url(../imagesMitchell/2X2-square-40.png);
	background-repeat: repeat;
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0 3% 15px 4%;
	width: 59.3663%%;
	display: block;
}
#navBoxes {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#navBoxes img {
	float: left;
	margin: 0 0 0 0;
	width: 33.333333333%;
	max-width: 300px;
	display: block;
}
#sidebar {
	/*margin-left: 0.9009%;
	width: 32.7327%;*/
	background-image: url(../imagesMitchell/2X2-square-40.png);
	background-repeat: repeat;
	padding: 20px 0 20px 0;
	clear: none;
	float: right;
	margin-left: 0.45045%;
	margin-bottom: 0;
	width: 33.18315%;
	display: block;
}
#sidebar img {
	margin: 20px auto 0 auto;
	width: 61.4%;
}
#bottomImage {
	/*background-image: url(../imagesMitchell/2X2-square-40.png);
	background-repeat: repeat;*/
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*#mainContentBottom {
	height: 30px;
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 66.3663%;
	display: block;
}*/
}
@media only screen and (max-width: 769px) {
#bannerRight p {
	font-weight: 700;
	font-size: 1em;
}
#bannerRight {	
	height: 170px;
}
}
@media only screen and (max-width: 735px) {
.contactUsPara {
	padding-left: 3%;
}
}
@media only screen and (max-width: 660px) {
#bannerRight p {
}
#bannerRight {	
	height: 150px;
}
}
@media only screen and (max-width: 590px) {
#bannerRight p {
	font-size: .8em;
}
#bannerRight {	
	height: 130px;
}
}
@media only screen and (max-width: 480px) {
#bannerLeft {
	width: 100%;
	float: none;
}
#bannerBelow {
	clear: both;
	height:auto;
	display: block;
	background-image: url(../imagesMitchell/2X2-square-40.png);
	background-repeat: repeat;
	width: 100%;
	text-align: center;
	padding: 1px 0 1px 0;
}
#bannerBelow p {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 700;
	font-size: .9em;
}
#bannerBelow p a {
	color: #000000;
}
#bannerBelow p a:hover {
	color: #7a71a2;
	text-decoration: underline;
	background: none;
}
#bannerRight {	
	display: none;
}
}