@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: none;
	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;
	
}
#navArea {
	position:fixed;
	 top:0;
	 z-index:20000;
	 width:100%;
	 max-width: 1440px;
	 background-color:#eeeeee;
}
#mainArea {
	margin-top:130px;
}

#indexNav {
}
#Cols3 {
width: 100%;
}
#Cols6 {
}
#Cols12 {
}
#footerArea {
	background-color:#444444;
	color:#FFF;
	text-align:center;
}
#cols50 {
}
#Cols33 {
}
#Cols75 {
}
#cols3Ref {
}
#pageheadings {
}
#contentSection {
	width:100%;
	background:#27374a;
	color:#FFF;
}
#partnerRef {
	width:97%;
	margin-left:1.5%;
	margin-right:1.5%;
	margin-top:10px;
	margin-bottom:20px;
	clear:none;
	background-color:#27374a;
	color:#FFF;
	background-image:url(../images/partners/line.gif);
	background-position:bottom center;
	background-size:50%;
	background-repeat:no-repeat;
	
}
#partnerMugShot {
	width:50%;
	margin-left:25%;
	margin-right:25%;
	text-align:center;
}
#partnerInfo {
	width:80%;
	margin-left:10%;
	margin-right:10%;
	text-align:center;
}
#indexIntro {
}
#box25 {
}

#socialMedia {
width: 100%;
height:60px;
margin:10px 10px 10px 10px;
text-align:center;
clear:none;
}
#sectionIndent {
}
.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;
}
#navArea {
}

#indexNav {
}
#mainArea {
	width:100%;
	margin-left:0;
	margin-right:0;
}
#cols50 {
	width:50%;
	clear:none;
}

#Cols3 {
width: 25%;
clear:none;
}
#Cols6 {
width: 50%;
clear:none;
text-align:center;

}
#Cols12 {
}
#footerArea {
	background-color:#444444;
	color:#FFF;
	text-align:center;
	width:100%;
}
#Cols33 {
	width:33.333%;
	clear:none;
}
#Cols75 {
	width:75%;
	clear:none;

}
#cols3Ref {
width: 22.5%;
height:350px;
clear:none;
margin-left:0.5%;
margin-right:0.5%;
margin-top:10px;
margin-bottom:10px;
background-color: #FFF;
border-right:10px solid #fff;
border-left:10px solid #fff;

}
#pageheadings {
}
#contentSection {
	width:100%;
	background:#27374a;
	color:#FFF;
}
#partnerRef {
	width:47%;
	margin-left:1.5%;
	margin-right:1.5%;
	margin-top:10px;
	margin-bottom:20px;
	clear:none;
	background-color:#27374a;
	height:650px;
	color:#FFF;
	background-image:url(../images/partners/line.gif);
	background-position:bottom center;
	background-size:50%;
	background-repeat:no-repeat;
	
}
#partnerMugShot {
	width:50%;
	margin-left:25%;
	margin-right:25%;
	text-align:center;
}
#partnerInfo {
	width:80%;
	margin-left:10%;
	margin-right:10%;
	text-align:center;
}
#indexIntro {
width: 33%;
clear:none;
margin-left:0;
margin-right:0;
background-color: #FFF;
border: 2px #fff solid;
}
#box25 {
width: 24%;
clear:none;
margin-left:0.5%;
margin-right:0.5%;
}
#socialMedia {
width: 100%;
height:40px;
margin-left: auto;
margin-right: auto;
text-align:center;
clear:none;
}


#sectionIndent {
	width:96%;
	margin-left:2%;
	margin-right:2%;
}
.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%;
	max-width: 1440px;
	padding-left: 0;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

#navArea {
}

#indexNav {
}
#mainArea {
	width:100%;
	margin-left:0;
	margin-right:0;
}
#cols50 {
	width:50%;
	clear:none;
}

#Cols3 {
width: 25%;
clear:none;
}
#Cols6 {
width: 50%;
clear:none;
text-align:center;

}
#Cols12 {
}
#footerArea {
	background-color:#444444;
	color:#FFF;
	text-align:center;
	width:100%;
}
#Cols33 {
	width:33.333%;
	clear:none;
}
#Cols75 {
	width:75%;
	clear:none;

}
#cols3Ref {
width: 22.5%;
height:350px;
clear:none;
margin-left:0.5%;
margin-right:0.5%;
margin-top:10px;
margin-bottom:10px;
background-color: #FFF;
border-right:10px solid #fff;
border-left:10px solid #fff;

}
#pageheadings {
}
#contentSection {
	width:100%;
	background:#27374a;
	color:#FFF;
}
#partnerRef {
	width:30.33%;
	margin-left:1.5%;
	margin-right:1.5%;
	margin-top:10px;
	margin-bottom:20px;
	clear:none;
	background-color:#27374a;
	height:650px;
	color:#FFF;
	background-image:url(../images/partners/line.gif);
	background-position:bottom center;
	background-size:50%;
	background-repeat:no-repeat;
	
}
#partnerMugShot {
	width:50%;
	margin-left:25%;
	margin-right:25%;
	text-align:center;
}
#partnerInfo {
	width:80%;
	margin-left:10%;
	margin-right:10%;
	text-align:center;
}
#indexIntro {
width: 33%;
clear:none;
margin-left:0;
margin-right:0;
background-color: #FFF;
border: 2px #fff solid;
}
#box25 {
width: 24%;
clear:none;
margin-left:0.5%;
margin-right:0.5%;
}
#socialMedia {
width: 100%;
height:40px;
margin-left: auto;
margin-right: auto;
text-align:center;
clear:none;
}


#sectionIndent {
	width:96%;
	margin-left:2%;
	margin-right:2%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
