@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/ 
*/
@font-face { font-family: SILVER_CHISEL_BASE;
	src: url(SILVER_CHISEL_BASE.woff) format("woff");
	}
h1, h2, h3{
	font-family: SILVER_CHISEL_BASE;
	font-style: normal;
	text-transform: uppercase;
	font-weight: normal;
	}
	
img, object, embed, video {
	max-width: 100%;
	}
p, h3, h4{
	padding-left: 30px;
	position: relative;
	}
h3{
	color: rgba(3,124,193,1.00);
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	}
h5{
	margin: 0;
	padding-left: 50px;
	}
.PDFicon{
	width:50px;
	height:auto;}


/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		X4;
	dw-num-cols-tablet:		X8;
	dw-num-cols-desktop:	X12;
	dw-gutter-percentage:	X25;
	
	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 {
	margin: 0;
	padding: 0;
	width: 100%;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.PDFicon{
	width:50px;
	hight:auto;}

.gridContainer {
	margin: 0;
	width: 100%;
	padding: 0;
}
#div1 {
	margin: 0;
}
.zeroMargin_mobile {
	padding: 0;
	margin: 0;
}
.hide_mobile {
    display: none;
}
.logo {
	height: 70%;
	position: absolute;
	top: 10%;
}
h1 {
	font-family: SILVER_CHISEL_BASE;
	color: rgba(255,255,255,1.00);
	position: absolute;
	padding-left: 90px;
	max-width: 100%;
	padding-right: 20px;
	font-size: x-large;
	width: auto;
	text-align: center;

}
html {
	padding: 0;
	margin: 0;
	background-color: rgba(35,34,69,1.00);
	background-image: url(background2.jpg);
	overflow-x: hidden;
}
nav {
	font-weight: bold;
	padding: 5px;
	float: left;
	padding: 20px 5px 0 20px;
	color: white;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: rgba(179,182,187,1.00);
	width: 120px;
	}
ul li a {
	text-decoration: none;
	color: white;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 15px;
	}
a:link {
	color: white;
}
a:visited {
	color: #037cc1;
	-webkit-box-shadow: 0px 0px #037CC1;
	box-shadow: 0px 0px #037CC1;
}
a:hover { color: #e11a39; }

main, #bottomdiv{
	padding-top: 60px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
	margin-left: 165px;
	margin-bottom: 10px;
	position: relative;
	height: auto;
	min-height: 100px;
 } 

footer {
	font-size: 0.70em;
	text-align: center;
	font-style: italic;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-left: 165px;
	background-color: rgba(179,182,187,1.00);
	display: block;
 } 
h4 {
	width: auto;
	display: inline;
}
table {
	text-align: center;
	display: run-in;
}
td {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 90px;
}
h2 {
	color: rgba(225,26,57,1.00);
}
hr {
	border-width: thick;
}
.Height150px-FloatL {
	height: 80PX;
	float: right;
	position: relative;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 10PX;
}

#div1 #bottomdiv a {
	color: rgba(3,124,193,1.00);
}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.PDFicon{
	width:80px;
	height:auto;}
.hide_tablet {
    display: none;
}
.Height150px-FloatL {
	height: 100PX;
	float: right;
	position: relative;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 10PX;
}
.logo {
	height: 90%;
}
h1 {
	font-size: xx-large;
	padding-left: 120px;
}



}

/* 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%;
	padding: 0;
	margin: 0;
	clear: none;
	float: none;
}
.PDFicon{
	width:100px;
	height:auto}
#div1 {
	margin: 0;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
.Height150px-FloatL {
	height: 150PX;
	float: right;
	position: relative;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 10PX;
	
}
.logo {
	height: 100%;
}
h1 {
	font-size: 40px;
	padding-left: 140px;
}


}