@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:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	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. */
#wowslider-container1 {
	zoom: 1;
	position: relative;
	max-width: 640px;
	margin: 10px 5px 15px 5px;
	z-index: 90;
	border: none;
	text-align: left; /* reset align=center */
	float: none;
	width: auto;
}
#wowslider-container1 .ws-title{
	position:absolute;
	display:block;
	bottom: 0px;
	left: 0px;
	margin: 18px 18px 25px 0;
	color:#f5b50c;
	z-index: 50;
	font-family:'Ubuntu Condensed', Impact, Charcoal, sans-serif;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.626%;
	padding-left: 1.1869%;
	padding-right: 1.1869%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: xx-large;
	font-weight: bold;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#gallery {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#slider {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
#intro-text {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 20px;
	text-align: justify;
}

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

@media only screen and (min-width: 481px) {
#wowslider-container1 {
	zoom: 1;
	position: relative;
	max-width: 640px;
	margin: 10px 5px 15px 15px;
	z-index: 90;
	border: none;
	text-align: left; /* reset align=center */
	float: right;
	width: 50%;
	min-width: 320px;
}
#wowslider-container1 .ws-title{
	position:absolute;
	display:block;
	bottom: 0px;
	left: 0px;
	margin: 18px 18px 25px 0;
	color:#f5b50c;
	z-index: 50;
	font-family:'Ubuntu Condensed', Impact, Charcoal, sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
}
.gridContainer {
	width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#gallery {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#slider {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#intro-text {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	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) {
#wowslider-container1 {
	zoom: 1;
	position: relative;
	max-width: 640px;
	margin: 10px 5px 15px 15px;
	z-index: 90;
	border: none;
	text-align: left; /* reset align=center */
	float: right;
	width: 66%;
	min-width: 320px;
}
#wowslider-container1 .ws-title{
	position:absolute;
	display:block;
	bottom: 0px;
	left: 0px;
	margin: 18px 18px 25px 0;
	color:#f5b50c;
	z-index: 50;
	font-family:'Ubuntu Condensed', Impact, Charcoal, sans-serif;
	font-size: 20px;
	line-height: 21px;
	font-weight: bold;
}
.gridContainer {
	width: 89.0217%;
	max-width: 1232px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
}

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

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

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


#intro-text {
	clear: left;
	float: left;
	margin-left: 0;
	width: 41.0256%;
	display: block;
}
