@charset "utf-8";
/* CSS Document */

#container {
	margin: auto;
	width: 1024px;
	height: auto;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;

} 

#logo {
	width: 450px;
	
	float: left;
}

#nav {
	width: 440px;
	height: 133px;
	float: left;
	
}
#topright {
	width: 85px;

	float: right;
}
#header {
	clear: both;
	width: 1024px;
	height: 45px;
	}
	
#header2{
	width: 1024px;
	height: 40px;
	margin-top: 35;
	}	
	
	



/**  nav bar stuff**/

ul  {
	text-decoration: none;
	border: 1px solid #e7e7e7;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 0.6em;
	color: rgba(21,15,155,1.00);
	background-color: #FBFBFB;
	width: 507px;
}

li {
	 font-weight: 600;
     float: left;
	 text-align: center;
	
}
    
a  {
     text-decoration: none;
     display:inline-block;
     padding: 12px 14px; 
}



li:hover  { 
     background-color: yellow;
} 
h1 {
	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 2em;
}
h2 {
	color: #E71016;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.2em;
	padding-left: 5pc;
	margin-top: 5px;
	}
h3 {
    color: black;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.0em;
	padding-left: 0pc;
	}
#a1 {
	float: left;
	width: 341px;
	text-align: center;
}
#a2 {
	float: left;
	width: 341px;
	text-align: center;
		
}
#a3 {
	float: left;
	width: 341px;
	text-align: center;
		
}	
#b1 {
	clear: both;
	float: left;
	width: 341px;
	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	font-weight: 600;
	font-size: 1.2em;
}	
#b2 {
	float: left;
	width: 341px;
	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	font-weight: 600;	
	font-size: 1.2em;
}		
#b3 {
	float: left;
	width: 341px;
	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	font-weight: 600;	
	font-size: 1.2em;
}		
h4  {
	clear: both;
	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	padding-left: 10px;
	margin-top: 10px 10px 10px 10px;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-width: thin;
	border-style: dotted;
	line-height: 25px;
}
#center1  {color: black;
		   clear: both;
	       margin-left: 75px;
	      margin-bottom: -20px;  
		font-size: 1.5em;
	    font-weight: 700;
}

#center2 {
	float: left;
	color: black;
	clear: both;
	margin-left: 20px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 12px;
	
} 
#center3 {
	float: left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: 500;
	margin-top: 5px;
	color: #FF0004;
	}
	#center4 {
	clear: both;

	margin-left: 40px;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
	}
	#center6 {
		text-align: center;
		}
	#center7 {
		text-align: center;
		}
	#center8 {
		text-align: center;
		}
	#footer {
		text-align: center;
		}

#footer1{
	text-align: center;
	font-weight: 200;
	font-size: 0.7em;
	text-color: #7F7B7B;
	color: #4D4B4B;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	}

#footer3  {text-align: center;
	}

	
/*mobile view*/
@media (max-width: 400px) {

   h1 {color: green;}


	

/*mobile view*/
@media (max-width: 400px) {
   h1 {color: black;}

}
