@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/
*/

h1 {
	margin:.25em;
	font-size:1.5em;
	font-weight:500;
}

.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:#FFc;
	font-family:Tahoma, Geneva, sans-serif;
}
#div1 {
}
#div2 {
width: 100%;
display: none;
}
#div3 {
}
#div4 {
}
#div5 {
width: 100%;
clear: both;
margin-left: 0;
}
#div6 {
}
#div7 {
}
#div8 {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

a.buttonlink, a.buttonlink:hover {
	display: inline-block; 
	color: #FFF; 
	background-color: #0C0; 
	font-weight: 500; 
	font-size: 1.05em; 
	text-align: center; 
	padding-left: 3px; 
	padding-right: 3px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	text-decoration: none; 
	margin-left: 0; 
	margin-top: 0px; 
	margin-bottom: 2px; 
	border: 1px solid #aaaaaa; 
	border-radius: 1px; 
	white-space: normal; 
	border-radius:1em; 
	-moz-border-radius:1em; 
	-webkit-border-radius:1em; 
}


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

@media only screen and (min-width: 481px) {
h1 {
	margin:.25em 0 auto;
	text-align:center;
	width:100%;
	font-size:1.5em;
	font-weight:500;
}
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#div2 {
width: 35.8974%;
display: block;
}
#div3 {
}
#div4 {
}
#div5 {
width: 61.5384%;
margin-left: 2.5641%;
clear: none;
}
#div6 {
}
#div7 {
}
#div8 {
}
.zeroMargin_tablet {
margin-left: 0;
}
.hide_tablet {
display: none;
}
a.buttonlink, a.buttonlink:hover {
	display: inline-block; 
	color: #FFF; 
	background-color: #0C0; 
	font-weight: 500; 
	font-size: 1.2em; 
	text-align: center; 
	padding-left: 5px; 
	padding-right: 5px; 
	padding-top: 3px; 
	padding-bottom: 4px; 
	text-decoration: none; 
	margin-left: 0; 
	margin-top: 0px; 
	margin-bottom: 5px; 
	border: 1px solid #aaaaaa; 
	border-radius: 5px; 
	white-space: normal; 
	border-radius:2em; 
	-moz-border-radius:2em; 
	-webkit-border-radius:2em; 
}
}

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

@media only screen and (min-width: 769px) {
h1 {
	margin:.25em 0 auto;
	text-align:center;
	width:100%;
	font-size:1.5em;
	font-weight:500;
}
.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 {
}
#div2 {
width: 23.7288%;
display: block;
}
#div3 {
}
#div4 {
}
#div5 {
width: 74.5762%;
clear: none;
margin-left: 1.6949%;
}
#div6 {
}
#div7 {
}
#div8 {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
a.buttonlink, a.buttonlink:hover {
	display: inline-block; 
	color: #FFF; 
	background-color: #0C0; 
	font-weight: 500; 
	font-size: 1.35em; 
	text-align: center; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 3px; 
	padding-bottom: 4px; 
	text-decoration: none; 
	margin-left: 0; 
	margin-top: 0px; 
	margin-bottom: 5px; 
	border: 1px solid #aaaaaa; 
	border-radius: 5px; 
	white-space: nowrap; 
	border-radius:5em; 
	-moz-border-radius:5em; 
	-webkit-border-radius:5em; 
}
}