@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:		24;
	dw-num-cols-tablet:		24;
	dw-num-cols-desktop:	24;
	dw-gutter-percentage:	5;
	
	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/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#container {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	
}
#background {
	clear: both;
	float: left;
	width: 100%;
	height: 80px;
	margin-top: 0%;
	margin-left: 0%;
	display: block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+99&1+0,0+81 */
background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(108,167,218,0) 81%, rgba(125,185,232,0) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(108,167,218,0) 81%,rgba(125,185,232,0) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(108,167,218,0) 81%,rgba(125,185,232,0) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

#content {
	clear: both;
	float: left;
	margin-left: 11%;
	margin-right: 9%;
	margin-top: 8%;
	padding: 4%;
	width: 72%;
	display: block;
	background-color: rgba(255, 255, 255, 0.85); 
}

#logo {
	clear: none;
	float: left;
	width: 60%;
	margin-left: 20%;
	margin-top: 1%;
	display: block;
	margin-right: 20%;
	margin-bottom: 20px;
	position: relative;
	padding: 0;
	top: 0px;
	background-color: transparent;
	
}

#footer {
	clear: none;
	float: left;
	width: 70%;
	display: block;
	background-color: #1E54A2;
	height: 90px;
	vertical-align: bottom;
	position: relative;
	margin-top: 50px;
	padding-top: 2px;
	padding-right: 15%;
	padding-bottom: 50px;
	padding-left: 15%;
}

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

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#container {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	
}
#background {
	clear: both;
	float: left;
	width: 100%;
	height: 80px;
	margin-top: 0%;
	margin-left: 0%;
	display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+99&1+0,0+81 */
background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(108,167,218,0) 81%, rgba(125,185,232,0) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(108,167,218,0) 81%,rgba(125,185,232,0) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(108,167,218,0) 81%,rgba(125,185,232,0) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

#content {
	clear: both;
	float: left;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 8%;
	padding: 2%;
	width: 70%;
	display: block;
	background-color: rgba(255, 255, 255, 0.85); 
}

#logo {
	clear: none;
	float: left;
	width: 50%;
	margin-left: 25%;
	margin-top: 0.5%;
	display: block;
	margin-right: 25%;
	margin-bottom: 20px;
	position: relative;
	padding: 0;
	top: 0px;
	background-color: transparent;
	
}

#footer {
	clear: none;
	float: left;
	width: 90%;
	display: block;
	background-color: #1E54A2;
	height: 70px;
	vertical-align: bottom;
	position: relative;
	margin-top: 50px;
	padding-top: 2px;
	padding-right: 5%;
	padding-bottom: 35px;
	padding-left: 5%;
}
}

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

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#container {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#background {
	clear: both;
	float: left;
	width: 100%;
	height: 80px;
	margin-top: 0%;
	margin-left: 0%;
	display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+99&1+0,0+81 */
background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(108,167,218,0) 81%, rgba(125,185,232,0) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(108,167,218,0) 81%,rgba(125,185,232,0) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(108,167,218,0) 81%,rgba(125,185,232,0) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

#content {
	clear: both;
	float: left;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 8%;
	padding: 2%;
	width: 56%;
	display: block;
	background-color: rgba(255, 255, 255, 0.85); 
}

#logo {
	clear: none;
	float: left;
	width: 30%;
	margin-left: 35%;
	margin-top: 0.5%;
	display: block;
	margin-right: 35%;
	margin-bottom: 20px;
	position: relative;
	padding: 0;
	top: 0px;
	background-color: transparent;
	
}

#footer {
	clear: none;
	float: left;
	width: 90%;
	display: block;
	background-color: #1E54A2;
	height: 70px;
	vertical-align: bottom;
	position: relative;
	margin-top: 50px;
	padding-top: 2px;
	padding-right: 5%;
	padding-bottom: 25px;
	padding-left: 5%;
}

}
