




/* General Styles
--------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background:#575c7a;
}



/* Imports
--------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);



/* Helper Classes
--------------------------------------------- */

.clearfix {
	display: block;
	clear: both;
}


/* Typography
--------------------------------------------- */

body {
	font-size:16px;
	line-height: 20px;
	color: #333;
	word-wrap:break-word !important;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}


/* Links
--------------------------------------------- */

a {
	text-decoration: none;
	color: #FF5722
}

a:hover {
	text-decoration: underline; 
	color: #E64A19;
}



/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: "Roboto Slab", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}



/* Sections
--------------------------------------------- */

#container{
	margin: 0 auto;
	max-width: 1200px;
	border:1px solid #666;
	background:#FFF;
	font-size:14px;
	color:#575c7a;
}
.left1 {
	float: left;
	margin-top:-10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}


/* Header
--------------------------------------------- */

header {
	max-width:1200px;
	
	background-color: #de9000;
}

header #title {
	font-size: 50px;
	color: #fff;
}



/* Navigation
--------------------------------------------- */

nav {
	width: 97%;
	background-color: #006;
	padding: 0 1.5% 0 1.5%;
}

nav ul li {
	display: inline-block;
	padding: 10px 5px 10px 5px ;
}

nav ul li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
}

nav ul li a:hover {
	color:#009eff;
	text-decoration:underline;
}

.www{
	color:#de9000;
}
nav ul li ul {
  padding: 0;
  position: absolute;
  left:17.2%;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity:0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

nav ul li ul li {
  background:#575c7a;
  display: block;
  color: #fff;
  opacity:0.9;
}

nav ul li ul li:hover { background: #de9000;
}

nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible; 
}
nav li ul li a:hover{
  color:#333;
text-decoration:none; 
}
nav li ul li a{
	font-size:13px;
	color:#009eff;
	
}
.ill {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.try{
	padding: 0;
  position: absolute;
  left:40.9%;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity:0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.try1{
	padding: 0;
  position: absolute;
  left:28.2%;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity:0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.try2{
	padding: 0;
  position: absolute;
  left:11.3%;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity:0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}


/* Content
--------------------------------------------- */


#content_abx {

	padding: 3%;
	width: 90%;
	font-size:16px;
	
}

.b{
	font-size:18px;}
/* Sidebar
--------------------------------------------- */




/* Footer
--------------------------------------------- */


footer{
	width: 94%;
	padding: 3%;
	margin:auto;
	font-size:13px;
	background-color:#006;
	border-top: 5px solid #006;
	color: #fff;
	
}
footer h6{
	font-size:13px;
}
.footerFloat {
	width: 100%;
	
}
.footerFloat span{
	color:#de9000;
	font-weight:bold;
}
address{
	font-size:12px;
}

address img{
	vertical-align:middle;
}
.mv{
	margin-left:-50%;}	
.open{
	clear:both;
	}
footer h4{
	color:#009eff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
footer a{
	color:#fff;
	font-size:13px;
	text-decoration:none;
}
footer a:hover{
		color:#de9000;
}
footer ul li{
	font-size:14px;
}
#wrapper {
	
	width: 100%;
    overflow:hidden;
}
#content_abx h3{
	color:#de9000;
}
#content_abx h6{
	color: #006;
}
.cen{
	width: 100%;	
}

blockquote{
	text-align: center;
	margin-top:-7px;
}
.cen p{
	margin-top:5px;
}
center{
	font-size:.85em;
}
center a{
	font-size:.88em;
	font-style:italic;
}
.img{
	margin-left:18%;
	margin-top:-5px;
}

 hr.style-one {
                border: 0;
                height: 1px;
                background: #333;
                background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
                background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
                background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
                background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); 
            }
			
/* Media Queries
--------------------------------------------- */
@media all and (min-width: 950px) {
    
    .footerFloat {
	width: 30%;
	float: left;
	margin-left:22px;
    }
	
	 .try1{
	padding: 0;
  position: absolute;
  left:26%;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity:0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
nav ul li ul {
  padding: 0;
  position: absolute;
  left:12%;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity:0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
}

@media all and (max-width : 768px) {

	header {
		text-align: center;
	}

	nav {
		text-align: center;
	}

	#content {
		width: 94%;
		padding: 3%;	
	}

	#sidebar {
		width: 94%;
		padding: 3%;
		border-top: 3px solid #006;
	}
	footer{
		width:94%;
}
#wrapper {
	
	width: 94%;
    overflow:hidden;
	 
  }
  .try1{
	padding: 0;
  position: absolute;
  left:50%;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity:0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.control{
		
		max-width:1200px;
		background-color:#006;
		padding:10px;
		margin-left:-40px;
		margin-right:-2%;
		text-align:center;
		color:#de9000;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
.try{
	padding: 0;
  position: absolute;
  left:75%;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity:0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
  
}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	padding: 4px;
	
	}
	
#content h2{
	margin-top:-20%;
}
.control{
		
		max-width:1200px;
		background-color:#006;
		padding:10px;
		margin-left:-40px;
		margin-right:-10px;
		text-align:center;
		color:#de9000;
		font-family: Georgia, "Times New Roman", Times, serif;
	}

}

@media all and (max-width : 520px) {

	nav ul li {
		display:block;
		width: 94%;
	padding: 4px;
	}
	
	footer{
		width:94%;
		
}
#wrapper {
	
	width: 94%;
    overflow:hidden;

  }
section h2{
	margin:50% 50px 0px 0px;
}
#content_abx img{
	float:none;
	margin-left:23%;
}
#content_abx h2{
	margin-top:-19%;
}
#content img{
	float:none;
	margin-left:23%;
}
#content h2{
	margin-top:-19%;
}
.try1{
	padding: 0;
  position: absolute;
  left:30%;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity:0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.try{
	padding: 0;
  position: absolute;
  left:30%;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity:0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.control{
		
		max-width:1200px;
		background-color:#006;
		padding:10px;
		margin-left:-40px;
		margin-right:-10px;
		text-align:center;
		color:#de9000;
		font-family: Georgia, "Times New Roman", Times, serif;
	}	
}
			
/* testing dropdown menu
--------------------------------------------- */		
.ct{
	color:#006;
	font-weight:800;}