@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%;
	border-color: #FFFFFF;
	border-width: thin;
}

/* 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: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
.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;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
section article {
	padding: 0px;
	height: auto;
	width: 475px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height:550px;
}
section article .block.last {
	margin:0;
}
footer {
	padding-top: 20px;
	height: 45px;
	width: 100%;
	position: fixed;
	z-index: 9990;
	bottom: 0px;
}
footer nav {
	background-color: rgb(100,100,100);
	margin: 0 auto;
	width: 475px;
	height: 45px;
}
footer nav ul {
	width: 100%;
	display: inline block;
	position: relative;
	list-style-type: none;
	padding: 17px 0 0 10px;
	margin: 0;
}
footer nav ul li{
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 120%;
	float: left;
	height: 45px;
	color: rgb(255,255,255);
	text-align: center;
	display: inline-block;
	width: 180px;
}
footer nav ul li a{
	color: rgb(255,255,255);
}
footer nav ul li a:hover{
	color: rgb(255,255,255);
	text-decoration: underline;
}
section article .block_headline {
	width: 460px;
	padding: 0 5px 5px 5px;
	height: 80px;
	margin: 0 auto;
}
section article .block_headline h1 {
	font-family: "Open Sans", sans serif;
	font-size: 30px;
	line-height: 120%;
	font-weight:400;
	font-stretch:ultra-expanded;
	color: rgb(255,255,255);
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 15px;
}
section article .block_fullwidth {
	width: 475px;
	float: left;
	height: 100%;
	margin: 0px 10px 0 0;
}
section article .block_fullwidth.content {
	height: 100%;
	width: 455px;
	margin top: 0px;
	margin right: auto;
	margin bottom: 0px;
	margin left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
section article .block_fullwidth.content .left {
	float: left;
	height: 100%;
	width: 475px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
section article .block_fullwidth.content .left h2 {
	font-family: "Open Sans", sans serif;
	font-size: 18px;
	line-height: 150%;
	font-weight:normal;
	margin-top:5px;
	padding: 0px;
}
section article .block_fullwidth.content .left ul {
	font-family: "Open Sans", sans serif;
	font-size: 13px;
	line-height: 120%;
	font-weight:normal;
	padding: 0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:15px;
	list-style-type:square;
	position:relative;	
}
section article .block_fullwidth.content .left p {
	font-family: "Open Sans", sans serif;
	font-size: 14px;
	line-height: 150%;
	margin: 0px;
	padding: 0 0 10px 0;
}
section article .block_fullwidth.content .right {
	width: 100%;
	padding: 0px;
	float: left;
	height: 100%;
}
section article .block_fullwidth.content .right #slideshow {
	position: relative;
	height: auto;
}
section article .block_fullwidth.content .right #slideshow img {
	position: absolute;
	z-index: 8;
	left: 0px;
	top: 0px;
}
section article .block_fullwidth.content .right #slideshow img.active {
	z-index: 10;
}
section article .block_fullwidth.content .right #slideshow img.last-active {
	z-index: 9;
}
}

/* 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;
}
#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}
