@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:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	16;
	
	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. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 93.6551%;
	padding-left: 1.6724%;
	padding-right: 1.6724%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivHeader {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivNavigation {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivSlider {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivIcon1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.2142%;
	display: block;
}
#LayoutDivIcon2 {
	clear: none;
	float: left;
	margin-left: 3.5714%;
	width: 48.2142%;
	display: block;
}
#LayoutDivIcon3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.2142%;
	display: block;
}
#LayoutDivIcon4 {
	clear: none;
	float: left;
	margin-left: 3.5714%;
	width: 48.2142%;
	display: block;
}
#LayoutDivContent1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivContent2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivPhoto1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivPhoto2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivPhoto3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivPhoto4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivFooterArea {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivbannerphoto {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivheader01 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivheader02 {
	clear: none;
	float: left;
	margin-left: 3.5714%;
	width: 100%;
	display: none;
}
#LayoutDivNews {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 35px;
}

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

@media only screen and (min-width: 480px) {
.gridContainer {
	width: 95.3275%;
	padding-left: 0.8362%;
	padding-right: 0.8362%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivHeader {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivNavigation {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivSlider {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivIcon1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49.1228%;
	display: block;
}
#LayoutDivIcon2 {
	clear: none;
	float: left;
	margin-left: 1.7543%;
	width: 49.1228%;
	display: block;
}
#LayoutDivIcon3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49.1228%;
	display: block;
}
#LayoutDivIcon4 {
	clear: none;
	float: left;
	margin-left: 1.7543%;
	width: 49.1228%;
	display: block;
}
#LayoutDivContent1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivContent2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivPhoto1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49.1228%;
	display: block;
}
#LayoutDivPhoto2 {
	clear: none;
	float: left;
	margin-left: 1.7543%;
	width: 49.1228%;
	display: block;
}
#LayoutDivPhoto3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49.1228%;
	display: block;
}
#LayoutDivPhoto4 {
	clear: none;
	float: left;
	margin-left: 1.7543%;
	width: 49.1228%;
	display: block;
}
#LayoutDivFooterArea {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivbannerphoto {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivheader01 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivheader02 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#LayoutDivNews {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

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

@media only screen and (min-width: 980px) {
.gridContainer {
	width: 95.885%;
	max-width: 1332px;
	padding-left: 0.5574%;
	padding-right: 0.5574%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivHeader {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivNavigation {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivSlider {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivIcon1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 24.1279%;
	display: block;
}
#LayoutDivIcon2 {
	clear: none;
	float: left;
	margin-left: 1.1627%;
	width: 24.1279%;
	display: block;
}
#LayoutDivIcon3 {
	clear: none;
	float: left;
	margin-left: 1.1627%;
	width: 24.1279%;
	display: block;
}
#LayoutDivIcon4 {
	clear: none;
	float: left;
	margin-left: 1.1627%;
	width: 24.1279%;
	display: block;
}
#LayoutDivContent1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivContent2 {
	clear: none;
	float: left;
	margin-left: 1.1627%;
	width: 49.4186%;
	display: block;
}
#LayoutDivPhoto1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 24.1279%;
	display: block;
}
#LayoutDivPhoto2 {
	clear: none;
	float: left;
	margin-left: 1.1627%;
	width: 24.1279%;
	display: block;
}
#LayoutDivPhoto3 {
	clear: none;
	float: left;
	margin-left: 1.1627%;
	width: 24.1279%;
	display: block;
}
#LayoutDivPhoto4 {
	clear: none;
	float: left;
	margin-left: 1.1627%;
	width: 24.1279%;
	display: block;
}
#LayoutDivFooterArea {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivbannerphoto {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#LayoutDivheader01 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100;
	display: block;
}
#LayoutDivheader02 {
	clear: none;
	float: left;
	margin-left: 1.1627%;
	width: 49.4186%;
	display: none;
}
#LayoutDivNews {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}