@charset "iso-8859-1";
/* 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:	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;
	width: 100%;
	float: left;
	display: block;
}

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


a.footer_nav:link    {
	/* Applies to unvisited links of class mainNav */
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
  } 
a.footer_nav:visited {
	/* Applies to visited links of class mainNav */
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
  } 
a.footer_nav:hover   {
	/* Applies to links under the pointer of class mainNav */
	text-decoration: underline;
	font-weight: bold;
	color: #blue;
	text-align: center;
  } 
a.footer_nav:active  {
	/* Applies to activated links of class mainNav */
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
  } 


/* 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;
}
#wrapper {
}
.header {color: #FFFFFF;
	width: 100%;
	min-height: 100px;
	text-align: center;
}
.nav {
	width: 20%;
}

.content {
	background-size: cover;
	border-radius: 10px;
	padding:10px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(221,221,221,0.75)),color-stop( 100% , rgba(220,220,220,0.51)));
	background-image: -webkit-linear-gradient(270deg,rgba(221,221,221,0.75) 0%,rgba(220,220,220,0.51) 100%);
	background-image: linear-gradient(180deg,rgba(221,221,221,0.75) 0%,rgba(220,220,220,0.51) 100%);
	overflow-y: auto;
	overflow-x: auto;
	height:425px;
	margin-top: 100px;
	max-width: 65%;
}

.contentadmin {
	background-size: cover;
	border-radius: 10px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(221,221,221,0.75)),color-stop( 100% , rgba(220,220,220,0.51)));
	background-image: -webkit-linear-gradient(270deg,rgba(221,221,221,0.75) 0%,rgba(220,220,220,0.51) 100%);
	background-image: linear-gradient(180deg,rgba(221,221,221,0.75) 0%,rgba(220,220,220,0.51) 100%);
	overflow-y: auto;
	overflow-x: auto;
	height: 525px;
	max-width: 65%;
	clear: none;
	min-height: 300px;
	float: left;
	margin-left: 100px;


}

.contentlogin {
	background-size: cover;
	border-radius: 10px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(221,221,221,0.75)),color-stop( 100% , rgba(220,220,220,0.51)));
	background-image: -webkit-linear-gradient(270deg,rgba(221,221,221,0.75) 0%,rgba(220,220,220,0.51) 100%);
	background-image: linear-gradient(180deg,rgba(221,221,221,0.75) 0%,rgba(220,220,220,0.51) 100%);
	overflow-y: auto;
	overflow-x: auto;
	clear: none;
	float: left;
	margin-top: 20%;
	margin-left: 33%;
	margin-right: 33%;
	width: 33%;
	min-width: 200px;


}

.nav_footer {
}
.footer {
	text-align: center;
}

body {
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

.fluid.logo1     {
	border-top-left-radius: 15px 15px;
	border-top-right-radius: 15px 15px;
	text-align: center;
	background-color: #203A9D;
}



/* 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;
	margin-right: auto;
}
#wrapper {
	text-align: left;
	margin-left: 32,
%
%;
	width: 3,
%;
}
.header {color: #FFFFFF;
}
.nav {
}
.content {
	clear: none;
	float: left;
	margin-top: 30px;
	min-height:300px;

	overflow-y: auto;
	max-width: 65%;
}
.nav_footer {background-color: #202325;
	min-height: 100px;
	width: 100%;
	text-align: center;
	text-shadow: 0px 0px #FFFFFF;
	margin-top: auto;
	margin-bottom: auto;
	border-bottom-left-radius: 15px 15px;
	border-bottom-right-radius: 15px 15px;
}
.footer {
	text-align: center;
		
}
body {
	background-image: url(../images/BG.jpg);
}

.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: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#wrapper {
	
}
.header {color: #FFFFFF;
}
.nav {
	float: left;

		margin-right:-100px;
}
.content {
	float: left;

	overflow-y: auto;
	overflow-x: auto;
	max-width: 70%;
	min-height:400px;
	max-height:450px;
	margin-left: 100px;
}
.nav_footer {
	background-color: #202325;
	min-height: 100px;
	width: 100%;
	text-align: center;
	text-shadow: 0px 0px #FFFFFF;
	margin-top: auto;
	margin-bottom: auto;
	border-bottom-left-radius: 20px 20px;
	border-bottom-right-radius: 20px 20px;
}
.footer {

}

body {
	background-image: url(../images/BG.jpg);

}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
h3 {

}
h4 {
	color: #FFFFFF;
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (max-height: 900px) {



.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#wrapper {
	
}
.header {color: #FFFFFF;
}
.nav {
	float: left;

		margin-right:-100px;
}
.content {
	float: left;
	overflow-y: auto;
	overflow-x: auto;
	max-width: 70%;
	min-height:400px;
	max-height:450px;
	margin-left: 100px;
}
.nav_footer {
	background-color: #202325;
	min-height: 100px;
	width: 100%;
	text-align: center;
	text-shadow: 0px 0px #FFFFFF;
	margin-top: auto;
	margin-bottom: auto;
	border-bottom-left-radius: 20px 20px;
	border-bottom-right-radius: 20px 20px;
}
.footer {
	text-align: center;
}

body {
	background-image: url(../images/BG.jpg);

}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
