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

html,
html * {
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
	box-sizing: border-box;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #084F93;
	/* [disabled]font-weight: normal; */
}

h1 {
	margin: 5px 0 5px 0;
	color: #084F93;
	line-height: 100%;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: bold;
}  
h2 {
	margin: 5px 0 5px 0;
	color: #084F93;
} 
h3 {
	margin: 5px 0 5px 0;
	font-family: sans-serif;
	color: #084F93;
} 

p {
	font-family: sans-serif;
	color: #6f6f6f;
	line-height: 22px;
	text-indent: 0px;
	}
	
	a:link { color: #084F93; text-decoration: none; font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; font-weight: bolder;}
	a:hover {
	color: #2C8BDB;
	text-decoration: none;
}
	a:active {
	color: #2C8BDB;
	text-align: center;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #CED4D8;
	text-align: left;
	}
	
.style-nav ul {
	list-style-type: none;
	text-align: center;
	padding: 5px 0px;
	font-size: 22px;	
}

.style-nav ul li a {
	text-decoration: none;
	color: #5AA5EC;
	text align: center;
	display: inline-block;
	text-transform: lowercase;
	padding: 10px;	
}

img, object, embed, video {
	max-width: 100%;
	border-spacing: 2px 2pxpx;
	text-align: center;
}

/* 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;
	text-align: left;
}

#container { 
    width: 59%; 
    background: #FFFFFF; 
    margin: 0 0; 
    border:  #FFFFFF; 
    text-align: left;
	float: left; 

}

#sidebar {
	float: left;
	width: 25%;
	background-color: #F6E5B8;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
#mainContent {
	padding: 10px 10px 10px 10px;
	text-align: left;
}

#footer {
	width: 100%;
	padding: 10px 10px;
	clear: both;
	background-color: #F6E5B8;
}

#div1 {
}
#Presspage {
}
.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%;
	padding-left: 1%;
	padding-right: 1%;
	clear: none;
	float: none;
	margin-left: auto;
	text-align: left;
}

#div1 {
}
body {
	background-color: #ffffff;
}
a href  {
}
ul li {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #6F6F6F;
	line-height: 120%;
	font-size: 1.1em;
	text-decoration: none;
	padding-left: 0px;
	text-indent: 8px;
	list-style-position: outside;
	margin-left: 3px;
}
#sidebar h3 {
	line-height: 140%;
}
#Presspage {
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 8px;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

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

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1024px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#Presspage {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

}
