@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:		10;
	dw-num-cols-desktop:	16;
	dw-gutter-percentage:	10;
	
	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: 93.8181%;
	padding-left: 1.0909%;
	padding-right: 1.0909%;
	clear: none;
	float: none;
	background-image: url(../_fluid/backdrop2012small.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#div1 {
}
.menurow {
}
.header {
	margin-top:100px;
	text-align:left;
}

.titlefontblack {
	font-size:25pt;
}
.titlefontred {
	font-size:25pt;
}
.titlefontgreen {
	font-size:25pt;
}
.sloganfontred {
	font-size:14pt;
}
.sloganfontblack {
	font-size:14pt;
}

.maincontent {
width: 100%;
}
.sidebar {
width: 100%;
clear: both;
margin-left: 0;
}
.footer1 {
	margin-top:50px;
}
.footer2 {
	margin-top:30px;
}
.emptyspace {
width: 100%;
clear: both;
margin-left: 0;
}
.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: 94.1363%;
	padding-left: 0.4318%;
	padding-right: 0.4318%;
	clear: none;
	float: none;
	margin-left: auto;
	background-image: url(../_fluid/backdrop2012.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#div1 {
}
.menurow {
}
.header {
	margin-top:130px;
	text-align:right;
	margin-bottom:25px;
	line-height:200%
}

.titlefontblack {
	font-size:30pt;
}
.titlefontred {
	font-size:30pt;
}
.titlefontgreen {
	font-size:30pt;
}
.sloganfontred {
	font-size:17pt;
}
.sloganfontblack {
	font-size:17pt;
}

.maincontent {
width: 49.5412%;
}
.sidebar {
width: 39.4495%;
clear: none;
margin-left: 0.9174%;
}
.footer1 {
	margin-top:100px;
}
.footer2 {
	margin-top:50px;
}
.emptyspace {
width: 9.1743%;
clear: none;
margin-left: 0.9174%;
}
.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: 99.4318%;
	max-width: 1000px;
	padding-left: 0.284%;
	padding-right: 0.284%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	background-image: url(../_fluid/backdrop2012.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.tinynav { display: none }	

#div1 {
}
.menurow {
}
.header {
	margin-top:130px;
	text-align:right;
	margin-bottom:10px;
	line-height:200%
}

.titlefontblack {
	font-size:35pt;
}
.titlefontred {
	font-size:35pt;
}
.titlefontgreen {
	font-size:35pt;
}
.sloganfontred {
	font-size:20pt;
}
.sloganfontblack {
	font-size:20pt;
}

.maincontent {
width: 62.2857%;
}
.sidebar {
width: 30.8571%;
margin-left: 0.5714%;
clear: none;
}
.footer1 {
	margin-top:100px;
}
.footer2 {
	margin-top:50px;
}
.emptyspace {
width: 5.7142%;
margin-left: 0.5714%;
clear: none;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}