@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%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		4;
	dw-num-cols-desktop:	6;
	dw-gutter-percentage:	25;
	
	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/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* Mobile Layout: 480px and below. */
body {
	margin: 0;
	font-size: 0.9em;
	line-height: 1.4;
}
.wrapper {
	background-color: #550C02;
	background-attachment: fixed;
	background-image: url(../images/fused-glass@1x.jpg);
	background-position: left top;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
}
#header {
}
.menu {
}
#mainBody {
}
.pageTitle {
	width: 98%;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	padding-right: 1%;
	padding-left: 1%;
	margin-bottom: 5px;
	box-shadow: 2px 2px 3px #868686;
}
.quote {
	width: 98%;
	clear: both;
	margin-left: 0;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	padding-right: 1px;
	padding-left: 1px;
	margin-bottom: 5px;
	box-shadow: 2px 2px 3px #868686;
}
.imageLeft {
	width: 98%;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	padding-right: 1%;
	padding-left: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 2px 2px 3px #868686;
}
.imageRight {
	width: 98%;
	clear: both;
	margin-left: 0;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	padding-right: 1%;
	padding-left: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 2px 2px 3px #868686;
}
.footer {
	background-image: url(../images/blkbackground30.png);
	background-repeat: repeat;
	margin-top: 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 90%;
	box-shadow: 2px 2px 3px #292929;
}
.sectionTitle {
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 3px #868686;
	margin-bottom: 5px;
	margin-top: 5px;
}
.innerContainer {
	background-image: url(../images/background70.png);
	background-repeat: repeat;
	width: 100%;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	margin-bottom: 7px;
	box-shadow: 2px 2px 3px #292929;
}
.image1 {
	width: 100%;
}
.image2 {
	width: 100%;
	clear: both;
	margin-left: 0;
}
.image3 {
	width: 100%;
	clear: both;
	margin-left: 0;
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}

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

@media only screen and (min-width: 481px) {
body {
	margin: 0;
	font-size: 0.9em;
	line-height: 1.4;
}
.wrapper {
	background-color: #550C02;
	background-attachment: fixed;
	background-image: url(../images/fused-glass@2x.jpg);
	background-position: left top;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.gridContainer {
	width: 88.35%;
	padding-left: 2.325%;
	padding-right: 2.325%;
	clear: none;
	float: none;
	margin-left: auto;
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
}
#header {
}
.menu {
}
#mainBody {
}
.pageTitle {
	width: 45.3684%;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	padding-right: 1%;
	padding-left: 1%;
	margin-bottom: 7px;
	box-shadow: 2px 2px 3px #868686;
}
.quote {
	width: 45.3684%;
	clear: none;
	margin-left: 5.2631%;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	padding-right: 1%;
	padding-left: 1%;
	margin-bottom: 7px;
	box-shadow: 2px 2px 3px #868686;
}
.imageLeft {
	width: 45.3684%;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	padding-right: 1%;
	padding-left: 1%;
	padding-top: 7px;
	padding-bottom: 7px;
	box-shadow: 2px 2px 3px #868686;
}
.imageRight {
	width: 45.3684%;
	clear: none;
	margin-left: 5.2631%;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	padding-right: 1%;
	padding-left: 1%;
	padding-top: 7px;
	padding-bottom: 7px;
	box-shadow: 2px 2px 3px #868686;
}
.footer {
	background-image: url(../images/blkbackground30.png);
	background-repeat: repeat;
	margin-top: 7px;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	margin-bottom: 14px;
	color: #FFF;
	font-size: 90%;
	box-shadow: 2px 2px 3px #292929;
}
.innerContainer {
	background-image: url(../images/background70.png);
	background-repeat: repeat;
	width: 100%;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	margin-bottom: 7px;
	box-shadow: 2px 2px 3px #292929;
}
.sectionTitle {
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 3px #868686;
	margin-bottom: 7px;
	margin-top: 7px;
}
.image1 {
	width: 100%;
}
.image2 {
	width: 100%;
	clear: both;
	margin-left: 0;
}
.image3 {
	width: 100%;
	clear: both;
	margin-left: 0;
}
.hide_tablet {
	display: none;
}
.zeroMargin_tablet {
	margin-left: 0;
}
}

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

@media only screen and (min-width: 769px) {
body {
	margin: 0;
	font-size: 0.9em;
	line-height: 1.4;
}
.wrapper {
	background-color: #550C02;
	background-attachment: fixed;
	background-image: url(../images/fused-glass@3x.jpg);
		background-position: center top;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.gridContainer {
	width: 87%;
	max-width: 1232px;
	padding-left: 1.5%;
	padding-right: 1.5%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
}
#header {
}
.menu {
}
#mainBody {
}
.pageTitle {
	width: 41.2758%;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	padding-right: 3%;
	padding-left: 3%;
	margin-bottom: 10px;
	margin-left: 1%;
	box-shadow: 2px 2px 3px #868686;
	margin-top: 1%;
}
.quote {
	width: 41.2758%;
	margin-left: 3.4482%;
	clear: none;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	padding-right: 3%;
	padding-left: 3%;
	margin-bottom: 10px;
	margin-right: 1%;
	margin-top: 1%;
	box-shadow: 2px 2px 3px #868686;
}
.imageLeft {
	width: 41.2758%;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	padding-right: 3%;
	padding-left: 3%;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 2px 2px 3px #868686;
	margin-left: 1%;
}
.imageRight {
	width: 41.2758%;
	margin-left: 3.4482%;
	clear: none;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	padding-right: 3%;
	padding-left: 3%;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 2px 2px 3px #868686;
	margin-right: 1%;
}
.footer {
	background-image: url(../images/blkbackground30.png);
	background-repeat: repeat;
	margin-top: 10px;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	margin-bottom: 20px;
	color: #FFF;
	font-size: 90%;
	box-shadow: 2px 2px 3px #292929;
}
.innerContainer {
	background-image: url(../images/background70.png);
	background-repeat: repeat;
	width: 100%;
	border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	-moz-border-radius: 0px 5px 5px 5px;
	margin-bottom: 7px;
	box-shadow: 2px 2px 3px #292929;
}
.sectionTitle {
	width: 96%;
	padding-right: 1%;
	padding-left: 1%;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 3px #868686;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.image1 {
	width: 31.0344%;
}
.image2 {
	width: 31.0344%;
	margin-left: 3.4482%;
	clear: none;
}
.image3 {
	width: 31.0344%;
	margin-left: 3.4482%;
	clear: none;
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
}
