﻿.navbar 
{
     /*border-bottom:1px solid #192364;
     background-color:#F27931;
      background:url(../images/header.jpg) repeat-x;*/
}
/*
.navbar-static-side ul li
{
     border-bottom:1px solid #192364 !important;
}
.nav navbar-top-links navbar-right > li > a
{
     color:White;
}
*/
.page-header
{
    /*
    background-color:#333b76;    
    color:White;
    text-align:center;    
    */
}
.page-header  span
{
    font-family:"@Arial Unicode MS" !Important ;
}
.navbar-default
{
   /* background-color:#428bca !Important;*/
}
.navbar-static-side ul li
{
    border-bottom:1px solid #192364 !Impoartant;
   }
   /*
.nav > li > a
{
    color:#2C2C63 !Important;
}
.navbar-fixed-top > li >a
{
    color:#2C2C63 !Important;
}
*/
.nav > li > a:hover, .nav > li > a:focus
{
    background-color: White !Important;
    color:#428bca !Important;
}
.navbar-static-side
{
       min-height:39em;
}
.footerText
{
   text-align:right; 
}

#navOptions > li > a:hover, #navOptions > li > a:focus {
    background-color: #FFFF00 !important;
    color: #032D56 !important;
}
.masthead{
    height:65px;
    /*
    background-image:url("../images/gov-header.jpg");
    background-repeat:no-repeat;
    */
}

#topContent
{
    padding-left:20px;
}
.dropdown-menu .divider
{
    background-color: #155EA8 !important;
}
.dropdown-menu > li > a
{
    color:#155EA8 !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus 
{
    background-color: #155EA8 !important;
    color: White !important;
}
.row
{
        margin:0 !important;
}
section.page-top {
    background-color: #155ea8;
    border-bottom: 5px solid #F26721;
    border-top: 5px solid #f26721;
}
.breadcrumb > li, .breadcrumb > li > a
{
    color:#f26721 !important;    
}
.navbar
{
    background-color: #fffff !important;
}
.social-slide-fb {
	background-image: url('../images/icon-fb.png');
	height: 42px;
	width: 42px;
	margin: 10px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.fb-hover {
    background-image: url("../images/icon-fb.png");
}
.social-slide-fb:hover {
	background-position: 0px -42px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
.social-slide-twitter {
	background-image: url('../images/icon-twitter.png');
	height: 42px;
	width: 42px;
	margin: 10px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.twitter-hover {
    background-image: url("../images/icon-twitter.png");
}
.social-slide-twitter:hover {
	background-position: 0px -42px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
.social-slide-gplus {
	background-image: url('../images/icon-gplus.png');
	height: 42px;
	width: 42px;
	margin: 10px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.gplus-hover {
    background-image: url("../images/icon-gplus.png");
}
.social-slide-gplus:hover {
	background-position: 0px -42px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}




/*
#wrap {width:530px; margin:20px auto 0;}
h1 {margin-bottom:20px; text-align:center;font-size:48px; text-shadow:0 1px 0 #ede8d9; }
@font-face {
	font-family: 'YanoneKaffeesatzRegular';
	src: url('../fonts/yanonekaffeesatz-regular-webfont.eot');
	src: url('../fonts/yanonekaffeesatz-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/yanonekaffeesatz-regular-webfont.woff') format('woff'),
	url('../fonts/yanonekaffeesatz-regular-webfont.ttf') format('truetype'),
	url('../fonts/yanonekaffeesatz-regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

	#form_wrap { overflow:hidden; height:446px; position:relative; top:0px;
		-webkit-transition: all 1s ease-in-out .3s;
		-moz-transition: all 1s ease-in-out .3s;
		-o-transition: all 1s ease-in-out .3s;
		transition: all 1s ease-in-out .3s;}
	
	#form_wrap:before {content:"";
		position:absolute;
		bottom:128px;left:0px;
		background:url('../images/before.png');
		width:530px;height: 316px;}
	
	#form_wrap:after {content:"";position:absolute;
		bottom:0px;left:0;
		background:url('../images/after.png');
		width:530px;height: 260px; }

	#form_wrap.hide:after, #form_wrap.hide:before {display:none; }
	#form_wrap:hover {height:776px;top:-200px;}


	#form_wrap > form {background:#f7f2ec url('../images/letter_bg.png'); 
		position:relative;top:200px;overflow:hidden;
		height:200px;width:400px;margin:0px auto;padding:20px; 
		border: 1px solid #fff;
		border-radius: 3px; 
		-moz-border-radius: 3px; -webkit-border-radius: 3px;
		box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 27px #fff;
		-moz-box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 14px #fff;
		-webkit-box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 27px #fff;
		-webkit-transition: all 1s ease-in-out .3s;
		-moz-transition: all 1s ease-in-out .3s;
		-o-transition: all 1s ease-in-out .3s;
		transition: all 1s ease-in-out .3s;}


		#form_wrap:hover form {height:530px;}

		#form_wrap:hover > form > label {
			margin: 11px 20px 0 0; 
			font-size: 16px; color: #b3aba1;
			text-transform: uppercase; 
			text-shadow: 0px 1px 0px #fff;
		}

		#form_wrap:hover > form > input[type=text], textarea {
			font: 14px normal normal uppercase helvetica, arial, serif;
			color: #7c7873;background:none;
			width: 380px; height: 36px; padding: 0px 10px; margin: 0 0 10px 0;
			border:1px solid #f8f5f1;
			-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
			-moz-box-shadow: inset 0px 0px 1px #726959;
			-webkit-box-shadow:  inset 0px 0px 1px #b3a895; 
			box-shadow:  inset 0px 0px 1px #b3a895;
		}	

		#form_wrap:hover > form > textarea { height: 80px; padding-top:14px;}

		#form_wrap:hover > form > textarea:focus >input[type=text]:focus {background:rgba(255,255,255,.35);}

		#form_wrap > input[type=submit] {
			position:relative;font-family: 'YanoneKaffeesatzRegular'; 
			font-size:24px; color: #7c7873;text-shadow:0 1px 0 #fff;
			width:100%; text-align:center;opacity:0;
			background:none;
			cursor: pointer;
			-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; 
			-webkit-transition: opacity .6s ease-in-out 0s;
			-moz-transition: opacity .6s ease-in-out 0s;
			-o-transition: opacity .6s ease-in-out 0s;
			transition: opacity .6s ease-in-out 0s;
		}

		#form_wrap:hover > input[type=submit] {z-index:1;opacity:1;
			-webkit-transition: opacity .5s ease-in-out 1.3s;
			-moz-transition: opacity .5s ease-in-out 1.3s;
			-o-transition: opacity .5s ease-in-out 1.3s;
			transition: opacity .5s ease-in-out 1.3s;}

			#form_wrap:hover > input:hover[type=submit] {color:#435c70;}
		.upperHeight
		{
		    padding-top: 50px;
		}
*/