@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 {
	width: 100%;
	clear: none;
	float: none;
}
#fixedHeader {
	 position:fixed;
	 background:#FFF;
	 top:0;
	 z-index:20000;
	 width:100%;
}
#headerArea {
	background-color:#01A4D3;
	height:62px;
}

#contactBar {
	background-color:#01A4D3;
	color:#fff;
	font-family:myriad-pro-semi-condensed, sans-serif;
	font-size:1em;
	margin-top:25px;
	text-align:right;
	display:none;
}
#logoArea {
	text-align:center; font-size:1.1em; display:block; font-color:#222; font-family: myriad-pro-semi-condensed, sans-serif; font-weight:800;
}
#mainSection {
}
#navArea {
}
#slider {
	margin-top:20px;}
	

#div25 {
	text-align:center;
	
}
#div50 {
}
#newIssue {
	background-image:#666;
	text-align:center;
}
#listItem {
	border-bottom:1px solid #eee;
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
#BG {
	border-top:5px solid #333;
	border-bottom:5px solid #333;
}
#footerArea {
	background-color:#01A4D3;
	color:#fff;
	border-top:40px;
	text-align:center;
}
#socialLinks {
	text-align:center;
	background-color:#222;
}
#div75 {
}
#div100 {
}
#div33 {
}
#div66 {
}
.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%;
	clear: none;
	float: none;
	
}
#fixedHeader {
	 position:fixed;
	 background:#FFF;
	 top:0;
	 z-index:20000;
	 width:100%;
}
#headerArea {
}
#contactBar {
	background-color:#01A4D3;
	color:#fff;
	font-family:myriad-pro-semi-condensed, sans-serif;
	font-size:1em;
	margin-top:25px;
	text-align:right;
	display:block;
	
}
#logoArea {
}

#mainSection {
	width:70%;
	text-align:center;
	margin-left:15%;
	margin-right:15%;
	
}
#footerArea {
}
#navArea {
}
#slider {
	background-color:#fff;
}
#div25 {
	width:24.5%;
	clear:none;
}
#div50 {
	width:48%;
	margin-left:1%;
	margin-right:1%;
	clear:none;
}
#div75 {
	width:73%;
	margin-left:1%;
	margin-right:1%;
	clear:none;
}
#div100 {
}
#div33 {
	width:33.333%;

	clear:none;
	text-align:left;
}
#div66 {
	width:63.33%;
	margin-left:1%;
	margin-right:1%;
	clear:none;
}

#newIssue {
}
#listItem {
}
#BG {
}
#socialLinks {
}
.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: 1960px;
	clear: none;
	float: none;
	margin:auto;
}
#fixedHeader {
	 position:fixed;
	 background:#FFF;
	 top:0;
	 z-index:20000;
	 width:100%;
}
#headerArea {
}
#contactBar {
}
#logoArea {
}

#mainSection {
	margin-top:0; margin-bottom:10px;
	
}
#footerArea {
}
#navArea {
}
#slider {
	text-align:center;
}

#div100 {
}

#div25 {
}
#div50 {
}
#div75 {
}
#div33 {
}
#div66 {
}

#newIssue {
	background-color:#555;
	text-align:center;
}
#listItem {
	
}
#BG {
}
#socialLinks {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}