@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:		2;
	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/
*/
a:visited {
	color: #575555;
}
a:link {
	color: #575555;
}
a:hover {
	color: #990000;
}

a.class1:visited {
    color: #960C0C;}
a.class1:link {
	color: #960C0C;}
a.class1:hover {
	color: #E46123;}


.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: 95%;
	padding-left: 2.55%;
	padding-right: 2.55%;
	clear: none;
	float: none;
	background-color: #FFF;
}
#div1 {
	position: relative;
	background:#FFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

#headerdiv {
   position: relative;
}

#navdiv {
   position: absolute;
   right: 10px;
   top: 28px;
   float:right; 
   z-index: 3;
   font-weight: normal;
   font-size:7px;
}


.title {
	color: #000000;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 10px;
	line-height: normal; 
}
.divisions {
}
.content {
	color: #000000;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 10px;
	line-height: normal;
}
.footer {
	color: #FFF;
	background: #000000;
	font-family: Gotham, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 9px;
	padding-left: 1px;
	padding-right: 3px;
    padding-top: 3px;
	padding-bottom:3px
	
}
.subheader {
	background: #FFF;
	color: #000;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;;
	text-align: center;
	font-size: 9px;
	font-weight: normal;
	line-height: normal;
	
	}
.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.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#navdiv {
   position: absolute;
   right: 16px;
   top: 46px;
   float:right; 
   z-index: 3;
   font-weight: normal;
   font-size:11px;
   color:#646262;
}
.title {
	color: #000000;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 16px;
	line-height: normal; 
}
.divisions {
}
.content {
	color: #000000;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 14px;
	line-height: normal;
}
.footer {
	font-size:12px;
	padding-left: 3px;
	padding-right: 0px;
    padding-top: 3px;
	padding-bottom:3px
}
.subheader {
	background:#FFF;
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.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: 88.5%;
	max-width: 996px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#navdiv {
   position: absolute;
   right: 30px;
   top: 80px;
   float:right; 
   z-index: 3;
   font-weight: normal;
   font-size:17px;
   color: #8B8686;
}


.title {
	color: #000000;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 18px;
	line-height: normal; 
	
}
.divisions {
}
.content {
	color: #000000;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 16px;
	line-height: normal;
}
.footer {
	font-size:14px;
	padding-left: 3px;
	padding-right: 0px;
    padding-top: 3px;
	padding-bottom:3px
}
.subheader {
	background:#FFF;
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}


