@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:	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: 100%;
	padding-left: 0;
	padding-right: 0;
	clear: none;
	float: none;
}
#fixedheader {

	 width:100%;
	 background-color:#eee;
}
#headerArea {
	background-color:#eee;
	
}
#mainArea {
	width:98%;
	margin-bottom:0px;
	margin-left:1%;
	margin-right:1%;
	display:block;
}
#logoLeft {
	text-align:center;
	
}
#logoCenter {
	text-align:center;
 font-size:1em;
 line-height:1.6;
}
#logoRight {
	text-align:center;
	display:block;
}
#navMenu {
	background-color:#F8F8F8;
}
#footerArea {
	color:#fff;
	background-color:#196DB6;
	display:block;
}
#footerBlock {
}
#div25 {
	width:90%;
	clear:none;
	margin-left:5%;
	margin-right:5%;
	
}
#div20 {
	width:90%;
	clear:none;
	margin-left:5%;
	margin-right:5%;
	
}
#linkTitle {
	width:95%;
	text-align:center;
	padding:6px 0 6px 0;
}

#div33Index {
	display:block;
}
#div66Index {
	background-color:#06C;
	display:block;
}
#div33 {
}
#box100 {
}
#slider {
display:none;
}
#sliderMobi {
	display:block;
	text-align:center;
}
#div100 {
}
#div75 {
}
#div12 {
}
#div50 {
}
#div40 {
		
	}
.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: 100%;
	padding-left: 0;
	padding-right: 0;
	clear: none;
	float: none;
	margin-left: auto;
}
#fixedheader {
	
	 width:100%;
}
#headerArea {
	width:100%;
	margin-left:0;
	margin-right:0;
}
#mainArea {
	width:80%;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:20px;
	margin-top:20px
}
#logoLeft {
	width:25%;
	clear:none;
	text-align:left;
}
#logoCenter {
	width:50%;
	clear:none;
	text-align:center;
}
#logoRight {
	width:25%;
	clear:none;
	text-align:right;
	display:block;
}

#navMenu {
	background-color:#F8F8F8;
	
	
}
#footerArea {
}
#footerBlock {
	width:33.333%;
	clear:none;
}
#div25 {
	width:22%;
	clear:none;
	margin-left:1%;
	margin-right:1%;
}
	#div20 {
	width:17%;
	clear:none;
	margin-left:1.5%;
	margin-right:1.5%;
	
}
#linkTitle {
	width:100%;
	text-align:center;
}
#div66Index {
	width:66.5%;
	clear:none;
	background-image:url(../images/arrow.png); background-position:left center; background-repeat:no-repeat;
	background-color:#fff;
	height:300px;
	
	display:block;
}
#div66 {
	width:66.666%;
	clear:none;
	
}
#div33Index {
	width:33.333%;
	clear:none;
	display:block;
	height:360px;
}

#div33 {
	width:33.333%;
	clear:none;
}
#box100 {
	border:1px solid #CCC;
}
#slider {
	display:block;
	
	

}
#sliderMobi {
		display:none;
		
}
#div100 {
}
#div75 {
	width:75%;
	clear:none;
	
}
#div12 {
	width:12.5%;
	clear:none;
}
#div50 {
	width:50%;
	clear:none;
}
	#div40 {
		width:40%;
		clear:none;
	}
.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: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	max-width:1600px;
	
}
#fixedheader {
	
	 width:100%;
}
#headerArea {
	width:100%;
	margin-left:0;
	margin-right:0;
}
#mainArea {
	width:80%;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:20px;
	margin-top:20px
}
#logoLeft {
	width:25%;
	clear:none;
	text-align:left;
}
#logoCenter {
	width:50%;
	clear:none;
	text-align:center;
}
#logoRight {
	width:25%;
	clear:none;
	text-align:right;
	display:block;
}

#navMenu {
	background-color:#F8F8F8;
	
	
}
#footerArea {
}
#footerBlock {
	width:33.333%;
	clear:none;
}
#div25 {
	width:21.5%;
	clear:none;
	margin-left:1.5%;
	margin-right:1.5%;
}
	#div20 {
	width:17%;
	clear:none;
	margin-left:1%;
	margin-right:1%;
	
}
#linkTitle {
	width:100%;
	text-align:center;
}

#div66Index {
	width:66.5%;
	clear:none;
	background-image:url(../images/arrow.png); background-position:left center; background-repeat:no-repeat;
	background-color:#fff;
	height:300px;
	
	display:block;
}
#div66 {
	width:66.666%;
	clear:none;
	
}
#div33Index {
	width:33.333%;
	clear:none;
	display:block;
	height:440;
}

#div33 {
	width:33.333%;
	clear:none;
}
#box100 {
	border:1px solid #CCC;
}
#slider {
	display:block;
	
	

}
#sliderMobi {
		display:none;
		
}
#div100 {
}
#div75 {
	width:75%;
	clear:none;
	
}
#div12 {
	width:12.5%;
	clear:none;
}
#div50 {
	width:50%;
	clear:none;
}
	#div40 {
		width:40%;
		clear:none;
	}
	
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}