@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:	16;
	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;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E1E3F7;
}
a:hover {
	text-decoration: underline;
	color: #FF0;
}
a:active {
	text-decoration: none;
	color: #FF9;
}

  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
#header {
	height: 100px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
.navcontent {
	height: auto;
	background-color: #003399;
	color: #FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: medium;
	margin-bottom: 0px;
}
.body {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}
.footer {
	height: 50px;
	background-color: #1B4E85;
	color: #FFFFFF;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: small;
	text-align: center;
}
.bodypic {
	float: left;
	display: block;
	height: 250px;
	border: thin solid #009933;
	width: 33%;
}
#navstructure {
width: 100%;
}
.navelement {
	width: 100%;
	margin-left: 0;
	display: block;
	clear: both;
	font-size: large;
	text-align: center;
}
#section1 {
height: 200px;
background-color: #FFFFFF;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 10px;
}
#h11 {
color: #003399;
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#div2 {
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: small;
color: #333333;
}
.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) {
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E1E3F7;
}
a:hover {
	text-decoration: underline;
	color: #FF0;
}
a:active {
	text-decoration: none;
	color: #FF9;
}

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#header {
}
.navcontent {
}
.body {
display: block;
}
.footer {
}
.bodypic {
}
#navstructure {
width: 100%;
}
.navelement {
	width: 100%;
	margin-left: 0;
	display: block;
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	font-size: large;
}
#section1 {
}
#h11 {
}
#div2 {
}
.zeroMargin_tablet {
margin-left: 0;
}
.hide_tablet {
display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E1E3F7;
}
a:hover {
	text-decoration: underline;
	color: #FF0;
}
a:active {
	text-decoration: none;
	color: #FF9;
}

.gridContainer {
	width: 98%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#header {
}
.navcontent {
}
.body {
display: block;
}
.footer {
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
}
.bodypic {
}
#navstructure {
width: 87.3417%;
}
.navelement {
	width: 13.0434%;
	clear: none;
	margin-left: 1.4492%;
}
#section1 {
}
#h11 {
}
#div2 {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
#welcomeheading
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: x-large;
	color: #1E448E;
	}

}
