@font-face { 
  font-family: Droid Sans; 
    src: url('../fonts/DroidSans-webfont.eot'); 
    src: local("Droid Sans"), url('../fonts/DroidSans-webfont.woff'); 
} 

@font-face { 
  font-family: News Cycle; 
    src: url('../fonts/NewsCycle-Regular.eot'); 
    src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf'); 
} 

body {
	color: #000000;
	background: #FFF url(../images/pattern.png) repeat;
	font-family:arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.img11 {
margin-left:300px;}

p {
	padding: 0 0 16px 0;
}  

img { 
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	letter-spacing: 0em;
	padding: 0 0 0.5em 0;
}

h1, h2, h3 {
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
	font-family: "Bookman Old Style";
	font-size: 140%;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif
	}

h2 { 
  font-size: 160%;
}

h3 {
	font-size: 140%;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

h4, h5, h6 { 
  padding: 0 0 0.5em 0;
  font: normal 120% 'Droid Sans', arial, sans-serif;
}

a, a:hover {
	outline: none;
	text-decoration: none;
	 color: #000000;
	font-weight: bold;
}
a, a:active {
	outline: none;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size:16px;
}

a:hover {
	text-decoration: none;
}

blockquote { 
  margin: 2em 0; 
  padding: 1em 2em 0 2em;
  border: 1px solid #E5E5DB;
  background: #FFF;
}

ul { 
  margin: 0.1em 0 1em 2em;
}

ul li {
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
}

ol { 
  margin: 0.1em 0 2em 2em;
}

ol li { 
  margin: 0 0 0.5em 0; 
}

.left { 
  float: left;
  width: auto;
  margin-right: 1em;
}

.right { 
  float: right; 
  width: auto;
  margin-left: 1em;
}

.center { 
  display: block;
  text-align: center;
  margin: 2em auto;
}


.button {
	border-radius: 0.5em;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
	color: #369ab8;
	color: #fff;
	display: inline-block;
	text-decoration: none;
}

#my-header {
	background-color: #005ca9;
	height: 38px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#my-header1 {
	background-color: #FFFFFF;
	/*height: 51px;*/height:80px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	/*padding-right: 100px;*/
	padding-left: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
}


#banner_wrapper {
	background: #0077b8;
	padding-right: 0em;
	padding-left: 0em;
	margin-top: -30px;
}

#banner {
	color: #fff;
	text-align: center;
	-moz-box-shadow: rgba(0, 0, 0, 0.5)  0px 3px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;
}

#site_content {
    margin-bottom: 2em;
}

.box {
	color: #333333;
	padding-top: 1em;
	padding-right: 1em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.box h2, .box h3, .box h4, .box h5, .box a  {
	color: #0077B8;
} 


.image {
	display: inline-block;
	outline: 0;
}
.image img {
	display: block;
	width: 100%;
	background: #0077b8;
	padding: 1em;
	margin-top: 0.5em;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px; 
}

footer {
	text-align: center;
	margin: 0;
	/*background: #0077b8; */  background: #005ca9;
	border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border: 7px 7px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5)  0px 3px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;
	font-family: "Bookman Old Style";
	font-size: 100%;
}

footer p { 
  line-height: 1.7em;
  color: #FFF;
}

footer a { 
  text-decoration: none;
  color: #FFF;  
}

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

/* A single menu */
.dropotron { 
	background: #1D1D1D; 
	border-radius: 0.5em; 
	list-style: none; 
	margin: 0; 
	min-width: 10em; 
	padding: 0.75em 1em 0.75em 1em; 
}
			
.dropotron > li { 
	border-top: solid 1px #555;
	margin: 0;
	padding: 0;
}

.dropotron > li:first-child { 
	border-top: 0;
}
			
.dropotron > li > a { 
	color: #FFF; 
	display: block; 
	padding: 0.5em 0 0.5em 0; 
	text-decoration: none; 
}

.dropotron > li.active > a, .dropotron > li:hover > a {
    color: #33D0FD;
}

/* Only applies to top level ("level-0") menus */
.dropotron.level-0 { 
	margin-top: 1.25em;
}

.dropotron.level-0:before {
	content: ''; 
	position: absolute; 
	border-bottom: solid 0.5em #444; 
	border-left: solid 0.5em transparent;
	border-right: solid 0.5em transparent; 
	top: -0.5em; 
}

nav select {
  display: none;
}
 
@media (max-width: 480px) {
  nav ul     { display: none; }
  nav select { display: inline-block;}
}  

.form_settings { 
	margin: 1em 0 0 0;
}

.form_settings p {
	padding: 0 0 0.25em 0;
}

.form_settings span {
	float: left; 
	width: 22em; 
	text-align: left;
}
  
.form_settings input, .form_settings textarea {
	padding: 0.25em; 
	width: 20em; 
	font: 100% arial; 
	margin-bottom: 1em;
	border: 1px solid #bbb; 
	color: #47433F;
}
  
.form_settings input[type="checkbox"] {
	padding: 0; 
	width: 1em; 
	font: 100% arial; 
	border: 0; 
	color: #47433F;
}

.form_settings .submit { 
	font-family: 'Source Sans Pro';
	font-weight: 700;
	border: 1px solid; 
	width: 6em; 
	margin: 0 0 0 14em; 
	height: 2em;
	cursor: pointer; 
	background: #33D0FD;
	border-radius: 5px;
	color: #FFF;
}
  
.form_settings .submit:hover {
	background: #0077b8;
}

table { 
  margin: 1em 0 3em 0;
}
table tr td {
	padding: 0.75em 0.5em;
	border-top: 1px solid #EEE;
}
/*table tr th, table tr td { 
  background: #323232;
  color: #FFF;
  padding: 0.75em 0.5em;
  text-align: left;
}
  
table tr td {
	background: #FFF;
	color: #666666;
	border-top: 1px solid #EEE;
}*/
.img1 {
	text-align: center;
	width: 100%;
}
#right_site_header {
	float: right;
	/*width: 500px;*/
	width:40%;
	padding-left:70%;
	
} 
.highlightheader {  color:#005CA9 ;
font-size:14px;
font-weight:700;

}

.colorblue1  {
       color:#005CA9; }
	   
	.logo_sub1   { float:left; height:50px; width:50%; padding-left:30%;} 
	   
	   
	   
#logo {
	float: left;
	width: 567px;
	height: 51px;
	float:left; padding-top:12px;
}
#logo-1 {
	float: left;
	width: 300px;
	height: 51px;
	float:right;
}
#banner {
	width: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#my_menu {
	width: 98%;
}

.spotlightmenu{
 width: 100%; 

 
overflow:hidden;
/*color:#FFFFFF;*/
}

.spotlightmenu ul{
	margin: 0;
	padding: 0; /* font style and size */
	list-style-type: none;
	text-align: center; /* "left", "center", or "right" align menu */
	font-family: "Bookman Old Style";
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;

}

.spotlightmenu li{
	display: inline-block;
	position:relative;
	margin-right: 5px; /* right margin between menu items */
	color:#FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 5px;

}


.spotlightmenu li a{
display:inline-block;
padding: 5px;
min-width:50px; /* horizontal diameter of spotlight */
height:auto; /* vertical diameter of spotlight */
text-decoration: none;
color: black;
margin: 0 auto;
overflow:hidden;
-moz-transition: all 0.5s ease-in-out; /* CSS3 transition to animate all A properties */
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
color:#FFFFFF;

}

.spotlightmenu li:hover a{
	color: #005CA9;
	background: #fff; /* background color of spotlight */
	-webkit-border-radius: 10px; /* large radius to create circular borders */
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.spotlightmenu li:active a{
	color:#000000;
	background: #fff; /* background color of spotlight */
	-webkit-border-radius: 10px; /* large radius to create circular borders */
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.spotlightmenu li a span{
	position:relative; /* move text down so it appears centered within menu item */
}

.divoverflow
		{
	overflow:scroll;
	height:200px;
	width:500px;
	margin-left:2px;
	margin-right:10px;
	margin-top:20px;
		}
.style3 {
	color: #0099cc; font-weight:bold;
	font-size: 16px;
}
.style5 {
	/*color: #0099cc;*/
	font-size: 140%;
}

.style1
{
color:#005CA9;
font-size:14px;
}

.style115 { font-size:14px; }