@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%; }
.oldie .navul li { margin-right: 1em; }
.oldie .thumbimg {
	float: right;
	clear: right;
	display: block;
	width: auto;
	max-width: 75px;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	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. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	background-color: #F6F6F6;
	min-height: 100%;
}
.webhead { background-color: #E3D1C7; }
.breadcrumb {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	background-color: #F8F2EF;
}
.webarticle {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.webarticle img { border-radius: 3px; 
}
.webfoot {
	text-align: right;
	padding-top: 1em;
}
.headnav { }
.navul { }
.navul li {
	display: inline;
	float: none;
	clear: none;
	background-color: #F6F6F6;
}
.navul li a { }
.navli1 { }
.navli2 { }
.navli3 { }
.breadcrumb_list { padding-left: 0.2em; }
.breadcrumb_item {
	float: none;
	clear: none;
	display: inline;
}
.headimg {
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
.sectionh2 {
	font-weight: bold;
	border-left: 0.5em solid #51B8C1;
	padding-left: 0.5em;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}
.works_layer {
	background-color: #F8F2EF;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}
.thumbimg { }
.thumbgroup {
	width: 98%;
	padding-left: 1%;
}
.thumbgroup figcaption, .thumbgroup h3 {
	color: #5B234A;
	font-weight: bold;
}
.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) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.webhead { }
.breadcrumb { }
.webarticle { }
.webarticle img {
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.webfoot { }
.headnav { }
.navul {
	padding-top: 6px;
	padding-bottom: 6px;
}
.navul li {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
.navul li a { }
.navli1 { }
.navli2 { }
.navli3 { }
.breadcrumb_list { }
.breadcrumb_item { }
.headimg { }
.sectionh2 {}
.works_layer {
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.thumbimg {
	float: right;
	clear: none;
	display: inline;
	width: auto;
	max-width: 75px;
}
.thumbgroup {}
.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) {
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.webhead { }
.breadcrumb { }
.webarticle { }
.webfoot { }
.headnav { }
.navul { }
.navul li { }
.navul li a { }
.navli1 { }
.navli2 { }
.navli3 { }
.breadcrumb_list { }
.breadcrumb_item { }
.headimg { }
.sectionh2 {}
.works_layer {}
.thumbimg {}
.thumbgroup {}
.zeroMargin_desktop {margin-left: 0;}
.hide_desktop {display: none;}
}
