/* USA Guides style sheet */
/* main attributes */
#leftColumn	{
/* 	border: 1px solid #ababab; */
	background-color: #F7F8F9;
	margin:0;
	padding: 30px;
	text-align:left;
	width: 100%;
	height: 100%;
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0f0f0f;
	line-height: 140%;
	width: 69%;
	float: left;
}
#rightColumn {
	background-color: #F7F8F9;
	margin:	0px;
	text-align:left;
	height: 100%;
	padding-top: 39px;
	font-size: 1.4em;
	width: 23%;
	float: right;
	height: 100%;
}
.rightCol { padding: 0 0 0 5px; }
#rightColumn p {
	text-align:left;
}

#header {
	background-color: #bd202e;
	padding: 30px 0;
	position: relative;
}
#logo {
/*	background: transparent url(../images/USA-Guides-Logo.png) no-repeat; */
	width: 235px;
	height: 65px;
	margin-left: 30px;
	text-indent: -999em;
	display: inline-block;
}
#tagline {
	display: block;
	position: absolute;
	font-size: 1.6em;
	right: 10px;
	top: 25px;
	text-align: right;
}
#main {
	background-color: #F7F8F9;
	padding-bottom: 20px;
	height: 100%;
	z-index: 10;
	position: relative;
}

#slider {
	border-bottom: 1px solid #224673;
}
#swiffycontainer {
	height: 187px;
	z-index: 11;
}
#content {
/*	background:#ffffff url(../images/topbg.jpg) repeat-x top left fixed; */
	float: left;
	text-align: left;
	width: 900px; 
	text-align: left;
	padding: 0;
	margin: 0;
	line-height: 150%;
}
#menuLeft	{
	float: left;
	margin:0;
	padding:0;
	text-align:left;
	width:150px;
	height: 100%;
}

#footer {
	background: #224673;
	color: #ccc;
	padding: 50px 0;
	margin-top: 0px;
}
#footer p.text-muted {
	color: #ccc;
	line-height: 2;
	margin-top: 0;
}
p.copyright {
	padding-top: 20px;
}
blockquote.testimonial {
	padding: 0 15px;
}

blockquote.testimonial p {
	margin: 0;
	color: #ccc;
	font-size: 16px;
}
blockquote.testimonial footer.author {
	margin: 0;
	padding: 0;
	color: #ccc;
}

#footer a {
	color: #ccc;
}
.author {
	text-align: right;
}
.clear {
	clear: both;
}

/* MAIN CONTENT */
acronym {
	cursor:help;
}
#menu {
	border-left: 1px solid #222937;
	background-color: #F4F5F6;
}
#menu a, #menu a:link, #menu a:visited {
	display: block;
	text-decoration: none;
/*	color: #bd202e; */
	padding: 5px 1px 5px 5px;
	font-weight: bold;
	line-height: 11px;
}
#menu a:hover {
	color: #FAFAFA;
	border-top: 1px solid #7D8694;
	border-bottom: 1px solid #7D8694;
	background: #feffef url(../images/headerbg160dk.gif) repeat-y;
}
.white { color: white }
#submenu, #submenu a:link, #submenu a:visited {
	padding: 1px 0px 5px 5px;
	font-size: 0.6em;
	font-weight: 100;
	color: #000000;
	line-height: 11px;
}
#submenu a:hover{
	padding: 0px 0px 5px 5px;
	font-size: 0.6em;
	font-weight: 100;
	color: #bd202e;
	line-height: 11px;
	background: none;
}

.bglt {
	background-color: #F7F8F9;
}
.bgwt {
	background-color: #FFFFFF;
}
.bk {
	color: #000000;
}
	
a:hover{
	color: #bd202e;
	text-decoration: underline;
}

.borderpad {
	border: 1px solid #ababab;
	padding: 2px;
}
.logo {
	border: 1px solid #969696;
	padding: 1px;
	margin: 3px;
	align: right;
}
.redheader {
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  	font-weight: 800;
  	font-size: 25px;
	color: #bd202e;
	
}
.redborder {
	/* border: 1px solid #bd202e; */
}

.login {
	font-size: 1em;
	margin: 10px 20px 10px 0px;
}
.testimonial { 
}
.style2 {color: #bd202e}
.style3 {
	color: #000000;
	font-size: 0.6em;

}

.button {
	border: 0;
	width: auto;
	background: #bd202e;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 1em;

	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 10px 20px 11px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out
}
.button:hover, .button:focus {
	color: #fff;
	background-color: #7c161b;
}
.button:active {
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.2) inset
}
.button.large {
	font-size: 17px;
	padding: 15px 30px 16px
}
.button.medium {
	font-size: 14px
}
.button.small {
	font-size: 11px;
	padding: 7px 14px 8px
}
.button.tiny {
	font-size: 0.6em;

	padding: 5px 10px 6px
}

/****
	* MENU
	*/
.menu {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0px;
	text-align: left;
	line-height: 150%;
	color: #676A71;
	border-bottom: 1px dotted #757E8D;
}
.menu a:link, .menu a:visited {
	color: #232A38;
	border-top: 1px dotted #757E8D;
/*
	border-right: 1px solid #757E8D; 
	border-left: 1px solid #757E8D; 
	border-bottom: 1px solid #757E8D;
	background: #bd202e url(../images/red_px.jpg) repeat-x; */
	padding: 2px 5px 2px 5px;
	margin: 2px 0px 2px 0px;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
.menu a:hover {
	background-color: #eeeeee;
	text-decoration: underline;
}
.submenu {
	border: 0px;
	margin-left: 10px;
}
.submenu a:link, .submenu a:visited {
/*	border-bottom: 1px solid #ffffff; */
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
/*	background: #E76265; */
}
.submenu a:hover {
	text-decoration: underline;
	background-color: #dddddd;
}


.ten {
	font-size: 0.6em;

	margin: 10px;
	text-align: center;
}
.input_user_pass {
	font-size: 1em;
	border: 0px none #F0EFF0;
	background-color: #D6DDE5;
	height: 15px;
	width: 110px;
	font-weight: bold;
	color: #002562;
}
.threepad {
	padding: 3px;
}

/***** NAV *****/

#nav {
	z-index: 1000;
}

#nav_container2 {
	background: #224673;
	text-align: left;
	width: 100%;
	font-size: 12px;
	height: 52px;
	position: relative;
	z-index: 999;
}
#nav a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}
#nav a:hover, #nav li.selected {
	background: #bd202e;	
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0 auto;
	list-style: none;
	line-height: 1;
	z-index; 1001;
}

#nav a {
	display: block;
	width: auto;
	z-index: 1002;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	background: #224673;
}
#nav li a {
	padding: 20px 20px;
}

#nav li ul a {
	width: 190px;
	padding: 10px 20px;
	font-size: 11px;
	font-weight: normal;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 230px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background: #224673;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.navbar-default {
	border-radius: 0;

}
.dropdown-menu {
	background-color: #1d4673;
}
.navbar-custom .nav ul.dropdown-menu li a:hover {
	color: #fff;
	background-color: #bd202e;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover,
nav ul li.dropdown.open ul.dropdown-menu li.active,
.navbar-custom .nav ul.dropdown-menu li.active a 
 {
	background-color: #bd202e;
	color: #fff;
}
.navbar-custom.is-fixed .nav li a {
	background: #fff;
}
nav ul li.dropdown.active.open ul.dropdown-menu li a:hover
{
	background-color: #bd202e;
}