.popover-title {
	padding: 8px 14px;
	font-size: 24px;
	font-weight: normal;
	line-height: 18px;
	background-color: #F4F2F3;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
body {
	/* Bootstrap's global default font-size is 14px, with a line-height of 20px. */
	/*custom below*/
	padding: 0px;
	margin: 0px;
	color: #460023;
	background-color: #901744;
	font-family: 'Open Sans', sans-serif; /*google font*/	
	font-size: 13px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: justify;
}
a {
	color: #460023;
	text-decoration: underline;
}
a, a:visited, a:active {
	outline: 0 none;
}
a:hover, a:focus {
	color: #460023;
	text-decoration: underline;
}
.btn {
	text-decoration: none;
	text-transform: uppercase;
}
h1, h2, h3, h4 {
	font-family: 'Cardo', serif;
	font-style: italic;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h1 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 4px 4px 4px #3C001E;
	font-size: 27px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
	position: absolute;
	left: -20px;
	top: -20px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 3px;
	background-image: url(../img/bg-h1.png);
	background-repeat: repeat-x;
}
h2 {
	font-size: 23px;
	line-height: 27px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: 23px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-size: 23px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.table th, .table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #dddddd;
	font-size: 14px;
}
.table th {
	font-weight: normal;
	border-top-style: none;
	font-size: 14px;
	text-transform: uppercase;
}
ul {
	list-style-type: square;
}
.navbar {
	margin-bottom: 0px;
	font-variant: normal;
	font-size: 14px;
	width: 728px;
	height: 40px;
	text-transform: uppercase;
}
.navbar-inner {
	padding-right: 0px;
	padding-left: 0px;
	background-image: none;
	background-color: transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-width: 0px;
	border-style: none;/* COMMENTED OUT IN bootstrap.css filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1; */
}
.navbar .nav {
	margin: 0 0px 0 0;
}
.navbar .nav > li {
	background: url(../img/bg-nav-main.png) repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #801618;
}
.navbar .nav > li > a { /*main nav link style including main nav dropdown links*/
	float: none;
	color: #FFF;
	text-decoration: none;
	text-shadow: 4px 4px 4px #3E0014;
	height: 33px;
	padding-top: 7px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: center;
	background-color:transparent;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover { /*main nav hover style NOT including main nav dropdown links*/
	color: #801618;
	text-decoration: none;
	background-color: #FFFFFF;
	text-shadow: none;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus { /*main nav active style NOT including main nav dropdown links*/
	color: #801618;
	text-decoration: none;
	background-color: #FFFFFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: default;
	text-shadow: none;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus { /*none dropdown link box & text for active links*/
	color: #801618;
	text-decoration: none;
	background-color: #FFFFFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: default;
	text-shadow: none;
}
.dropdown-menu {
	min-width: 170px;
}
.dropdown-menu a {
	text-decoration: none;
	color: #801618;
	font-size: 13px;
	text-transform: uppercase;
		}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	color: #ffffff;
	text-decoration: none;
	background-color: #801618;
	background-image: -moz-linear-gradient(top, #871719, #801618);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#871719), to(#801618));
	background-image: -webkit-linear-gradient(top, #871719, #801618);
	background-image: -o-linear-gradient(top, #871719, #801618);
	background-image: linear-gradient(to bottom, #871719, #801618);
	background-repeat: repeat-x;
	outline: 0;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#871719', endColorstr='#801618', GradientType=0);
}
.thumbnail {
	padding: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #00224D;
	border-bottom-width: 1px;
	/*http://www.colorzilla.com/gradient-editor/*/	
	background: #00224c; /* Old browsers */
	background: -moz-linear-gradient(left, #00224c 0%, #003d88 50%, #00224c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00224c), color-stop(50%, #003d88), color-stop(100%, #00224c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #00224c 0%, #003d88 50%, #00224c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #00224c 0%, #003d88 50%, #00224c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #00224c 0%, #003d88 50%, #00224c 100%); /* IE10+ */
	background: linear-gradient(to right, #00224c 0%, #003d88 50%, #00224c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00224c', endColorstr='#00224c', GradientType=1 ); /* IE6-8 */
	text-decoration: none;		/*http://www.colorzilla.com/gradient-editor/*/
}
a.thumbnail:hover {
	background: #00224c; /* Old browsers */
	background: -moz-linear-gradient(left, #00224c 0%, #00224c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00224c), color-stop(100%, #00224c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #00224c 0%, #00224c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #00224c 0%, #00224c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #00224c 0%, #00224c 100%); /* IE10+ */
	background: linear-gradient(to right, #00224c 0%, #00224c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00224c', endColorstr='#00224c', GradientType=1 ); /* IE6-9 */
	border-bottom-color: #00224D;
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
	text-decoration: none;
}
.thumbnail > img {
	display: block;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.thumbnail .caption {
	color: #FFFFFF;
	text-align: center;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 20px;
	padding-left: 9px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
}
.modal-backdrop {
background: #801618; /* Old browsers */
background: -moz-linear-gradient(top, #801618 0%, #661213 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#801618), color-stop(100%,#661213)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #801618 0%,#661213 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #801618 0%,#661213 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #801618 0%,#661213 100%); /* IE10+ */
background: linear-gradient(to bottom, #801618 0%,#661213 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801618', endColorstr='#661213',GradientType=0 ); /* IE6-9 */
}
/*modal background 100% due to bootstrap body scroll problem with no great solution until version 3. plus looks cleaner on phoone/tablets*/ 
.modal-backdrop, .modal-backdrop.fade.in {
	opacity: 1;
	filter: alpha(opacity=100);
}
.modal.fade.in {
	top: 1%;
}
.modal {
	width: 700px;
	margin-left: -350px;
	background-color: #FEFCFC;
}
.modal-video {	
	width: 500px;
	margin-left: -250px;	
}
.modal-header {
	border-bottom-color: #801618;
}
.modal-body {
	background-color: #FFFFFF;
	max-height: 350px;
}
.modal-footer {
	background-color: #FEFCFC;
	border-top: 1px solid #801618;
}
.accordion {
	margin-bottom: 20px;
}
.accordion-group {
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #01224B;
}
.accordion-heading {
	font-size: 17px;
}
.accordion-inner {
	background-color: #013F8A;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.accordion-toggle {
	text-decoration: none;
}
.accordion-toggle:hover {
	text-decoration: none;
}
.accordion-inner p {
	display: block;
	margin-left: 110px;
}
/*form controls*/
.controls {
	color: #00214A;	
}
/*in page tabs*/
.container-main-content .nav-tabs {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.container-main-content .nav-tabs > li {
	margin-bottom: -1px;
}
.container-main-content .nav-tabs > li > a {
	text-decoration: none;
	color: #FFFFFF;
}
.container-main-content .nav-tabs > li > a:hover {
	background-color: #01224B;
	border: 1px solid #FFFFFF;
}
.container-main-content .nav-tabs > .active > a, .container-main-content .nav-tabs > .active > a:hover {
	background-color: transparent;
	border: 1px solid #FFFFFF;
	border-bottom-color: #013F8A;
	color: #FFFFFF;
}
.container-main-content .nav .dropdown-toggle .caret {
	margin-top: 6px;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.container-main-content .nav .dropdown-toggle:hover .caret {
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.container-main-content .nav-tabs .active .dropdown-toggle .caret {
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.container-main-content .nav-tabs .open .dropdown-toggle, .container-main-content .nav-pills .open .dropdown-toggle, .container-main-content .nav > li.dropdown.open.active > a:hover {
	color: #ffffff;
	background-color: #01224B;
	border-color: #FFFFFF;
}
.container-main-content .dropdown-menu {
	background-color: #00224b;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-top: -1px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border: 1px;
	border-style: solid;
	border-color: #FFF;
}
/*modal tabs*/
.modal-body .nav-tabs {
	border-bottom: 1px solid #01224B;
}
.modal-body .nav-tabs > li {
	margin-bottom: -1px;
}
.modal-body .nav-tabs > li > a {
	text-decoration: none;
	color: #00214A;
}
.modal-body .nav-tabs > li > a:hover {
	background-color: #F2F8FF;
	border: 1px solid #01224B;
}
.modal-body .nav-tabs > .active > a, .modal-body .nav-tabs > .active > a:hover {
	border: 1px solid #01224B;
	border-bottom-color: transparent;
	color: #00214A;
}
.input-append {
	margin-bottom: 10px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: rgba(146,20,67,1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(145, 24, 69, 0.44);
	outline: 0 none;
}