@charset "utf-8";

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
}
body  {
	font-family: Helvetica, Arial, sans-serif;
	/*font-size: 12px;*/
	background-color: #000; 
}
body a:link {
	color: #005EA3;
	text-decoration: none;
}
body a:visited {
	color: #0072C6;
	text-decoration: none;
}
body a:hover {
	color: #0072C6;
	text-decoration: underline;
}

.container {
	/*width: 960px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;*/
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 600;
}
h1, h2, h3, h4 {
	margin-top: 30px;
}
.h1, .h2, .h3, .h4 {
	margin: 0px;
}
h1, .h1 {
	color: #999999;
    font-size: 42px;
}
h2, .h2 {
	color: #333333;
}
h3, .h3 {
	color: #333333;
}
h4, .h4 {
	color: #777;
}

.page_intro {
	padding-top: 20px;
	padding-bottom: 20px;
	/*min-height: 100px;*/
	background-color: #FFF;
	/* background-image: url(/images/bg_patterns/agsquare.png); */
	background-repeat: repeat;
	border-bottom: 1px solid #CCC;
	opacity: 0.8;
}
.page_intro h1, .page_intro .h1 {
	color: #222; 
	/*color: #FFF;*/
    font-size: 42px;
	text-shadow: 2px 2px 0px rgba(255, 255, 255, 1.0);
}

.lead, .emphasis {
	font-family: 'Open Sans Condensed', sans-serif;
}
.quotation {
	font-family: 'Pinyon Script', cursive;
}
.alert h1, .alert h2, .alert h3, .alert h4 {
	color: #333;
}

p {
	line-height: 22px;
	margin-bottom: 20px;
}

/* 
Color scheme colors: 
Highlights: #737373 #444444 #233A72	
Navbar: #444444  #003520 
*/

.color1 {
	color: #00538E;
}
.color2 {
	color: #FFC61E;
}
.highlighted1 {
	color: #737373; 
}
.highlighted2 {
	color: #444444;
}
.highlighted3 {
	color: #222;
}
img {
	/* max-width: 100%; */
}
.spacer-5 {
	height: 5px;
}
.spacer-10 {
	height: 10px;
}
.spacer-20 {
	height: 20px;
}
.spacer-30 {
	height: 30px;
}
.spacer-40 {
	height: 40px;
}

/* #################
	CONTAINERS 
################# */
#outercontainer {
	/*display: table;*/
	position: relative;
	width: 100%;
	min-height: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.body_bg_image {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	vertical-align: top;
}
.body_bg_image img {
	min-width: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
}
#headercontainer {
	z-index: 5000;
	position: relative;
	width: 100%;
	min-height: 130px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	background-color: #0072C6;
	border-bottom: 1px solid #555;
}
.headercontainer-absolute {
	position: absolute;
	top: 0px;
	left: 0px;
}
.headercontainer-fixed {
	position: fixed;
}
.headercontainer-relative {
	/* height: 140px; */
	margin-bottom: 0px;
	position: relative;
}
#topnavcontainer {
	position: relative;
	background-color: #000;
}
#midcontainer {
	width: 100%;
	background-color: #626264; 
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	padding: 0px;
	margin: 0px;
	padding-bottom: 0px;
	background-color: #000;
}



/* #################
	HEADER CONTENT 
################# */
#logo {
	z-index: 500;
	display: block; 
	position: relative;
	max-width: 400px;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
}
#logo img {
	max-width: 100%;
}
.site-title-outer {
	position:absolute;
	display: none;
	max-width: 45%;
	top: 10px;
	left: 10px;
}
.site-name1 {
	color: #FFF;
	/* text-shadow: 1px 1px 0px #000; */
	font-size: 19px;
	line-height: normal;
	height: 30px;
	letter-spacing: -1px;	
}
.site-name2 {
	/* font-family: 'Merriweather', serif; */
	font-size: 12px;
	font-weight: bold;
	/* line-height: 1.2em; */
	margin-left: 10px;
	margin-bottom: 10px;
}


/* #################
	PAGE BANNER / PAGE HEADER IMAGES 
################# */
/*.main_banner_image {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	vertical-align: top;
}
.main_banner_image img {
	min-width: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
}*/
.page_heading_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
}
.page_heading_bg img {
	opacity: 0.5;
	width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}




/* #################
	HEADER BAR / NAVIGATION 
################# */

/*
.header_bar_wrapper {
	width: 100%;
	position: absolute;
	top: 0px;
	height: 90px;
}
.header_bar_content {
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #333;
}
.header_bar_content .header_item {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 16%;
}
.header_bar_content .header_item a {
	display: block;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	margin: 0px;
	padding-top: 15px;
}
.header_bar_content .header_item a:hover {
	text-decoration: none;
}
.header_bar_content .header_item img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	max-height: 50px;
}
.header_bar_content .header_item_text {
	display: block;
	background-color: #000;
	padding-top: 5px;
	padding-bottom: 10px;
}
.header_bar_content .header_item_text:hover {
	background-color: #DD8F00;
}
*/


/* #################
	MAINCONTENT 
	-----------
	maincontent1 - for standard pages
	maincontent2 - for layout with sidebar and should have a left or right margin 
	maincontent3 - for pages where no padding or background color is desired on the body content, i.e. feature boxes or a slideshow that spans the width of the page body 
################# */
.maincontent1, .maincontent2, .maincontent3 { 
	display: block;
	margin: 0;
	padding: 0;
}
.maincontent1::after, .maincontent2::after, .maincontent3::after {
    clear: both;
}

.maincontent1 {
	min-height: 450px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 30px;
	padding-left: 25px;
	padding-right: 35px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.maincontent2 { 
	background-color: #FFFFFF;
}
.maincontent3 { 
	min-height: 100px;
}
#maincontent_dark {
    min-height: 450px;
    margin: 0;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #1a1a1a;
    border: 1px solid #DDDDDD;
}


/* #################
	SIDEBARS 
################# */
.sidebar {
	padding: 0px;
	margin-top: 10px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: 15px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.sidebar_content {
	font-size: 13px;
	padding: 15px;
}
.sidebar_heading {
	margin-right: 10px;
	margin-bottom: 15px;
	padding-bottom: 3px;
}
.sidebar_list_item {
	font-size: 90%;
	margin-bottom: 8px;
}
.sidebar_list_item a {
	padding-bottom: 2px;
	margin-bottom: -2px;
}

/* Standard sidebar */
.sidebar_standard {
	background-color: #000000;
	border: 1px solid #000000;
}
.sidebar_standard .sidebar_content {
	color: #FFF;
}
.sidebar_standard .sidebar_heading {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 21px;
	font-weight: 600;
	color: #598F23;
	border-bottom: 1px dotted #333;
}
.sidebar_standard .sidebar_content a:link, .sidebar_standard .sidebar_content a:visited {
	color: #EEE;
}
.sidebar_standard .sidebar_content a:active, .sidebar_standard .sidebar_content a:hover {
	color: #FFF;
	text-decoration: none;
}
.sidebar_standard .sidebar_list_item a {
	border-bottom: 1px dashed #444;
}
.sidebar_standard .sidebar_list_item a:hover {
	border-bottom: 1px dashed #777;
}

/* Highlighted sidebar */
.sidebar_highlighted {
	background-color: #FFFEC0;
	border: 1px solid #AAAAAA;
}
.sidebar_highlighted .sidebar_content {
	color: #333;
}
.sidebar_highlighted .sidebar_heading {
	font-size: 18px;
	border-bottom: 1px dotted #777;
}



/* #################
	FOOTER 
################# */
.footercontent, .footercontent_featured {
	min-height: 50px;
	font-size: 14px;
	color: #FFF;
	background-color: #000;
}
.footercontent_featured {
	background-color: #BBB;
	color: #333;
	text-shadow: 1px 1px 0px #EEE;
}
.footercontent a:link, .footercontent a:hover, .footercontent a:visited {
	text-decoration: none;
} 
.footercontent a:hover {
	text-decoration: none;
}
.footermid a:link, .footermid a:hover, .footermid a:visited {
	color: #000;
} 
.footermid a:hover {
	color: #000; 
} 
.footerleft, .footermid, .footerright {
	padding-bottom: 15px;
}
.footerleft {
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
}
.footermid {
	text-align: center;
	padding-top: 20px;
}
.footerright {
	font-size:17px;
	text-align: center;
	color: #777;
	padding-top: 20px;
}
#footer_logo {
}
.footertitle {
	font-size: 21px;
}
.footersubtitle {
	font-size: 17px;
}
.footer_nav {
	clear: both;
	text-align: center;
	padding: 10px;
	/*border-top: 5px solid #CCC;
	border-bottom: 5px solid #CCC;*/
	color: #333;
	background-color: #6C6C6E;
}
.footer_nav a {
	display: inline-block;
	font-weight: bold;
	font-size: 13px;
	padding: 2px;
	margin-left: 8px;
	margin-right: 8px;
}
.footer_nav a:link, .footer_nav a:hover, .footer_nav a:active, .footer_nav a:visited {
	color: #EFEFEF;
}
.footer_nav a:hover {
	text-decoration: underline;
}


/* #################
HEADER ELEMENTS
##################*/
#customerbox {
	/*position: absolute;
	height: 60px; 
	width: 350px;*/
	text-align: center;
	font-size: 13px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	/* background-color: #E1E1E1; */
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
#customerbox .customerheading {
	color: #FFF;
	font-size: 17px;
	padding-bottom: 5px;
}
#customerbox .customerlinks1, #customerbox .customerlinks2, #customerbox .customerlinks3 {
	display: inline-block;
	font-size: 12px;
	color: #FFF;
}
#customerbox .customerlinks1 {
	width: 340px;
}
#customerbox .customerlinks2 {
	width: 180px;
}
#customerbox .customerlinks3 {
	width: 150px;
}
.customerlinks1 a, .customerlinks2 a, .customerlinks3 a {
	font-size: 14px;
}
.customerlinks a.firstlink {
	/* border-right: 1px solid #DDDDDD; */
}
.customerlinks a.registerlink {
	/* font-size: 14px; */
}
#customerbox a:link, #customerbox a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#customerbox a:hover {
	color: #FFF;
	text-decoration: none;
}
#headercustomers a:link, #headercustomers a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#headercustomers a:hover {
	color: #FFF;
	text-decoration: none;
}
.header-contact {
	/*position: absolute;
	top: 63px;
	right: 0px;
	width: 350px;*/
	font-size: 11px;
	color: #FFF;
	text-align: center;
	margin-bottom: 5px;
}
.header-contact-heading {
	margin-right: 5px;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 1px;
}


.google_custom_search {
	height: 35px;
	/*position: absolute;
	top: 10px;
	right: 0px;
	background-color: #CC0000;
	text-align: center;
	*/
}
.google_custom_search,
.google_custom_search * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.gcs_heading {
	display: inline-block;
	vertical-align: top;
	color: rgba(255,255,255,0.7);
	font-size: 14px;
	text-align: right;
	padding-right: 5px;
	padding-top: 7px;
}
.gcs_content {
	display: inline-block;
	vertical-align: top;
	width: 350px;
	text-align: left;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button { 
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	line-height: normal;
}
input.gsc-search-button {
	background-color: #0072C6 !important;
	border: 1px solid #4199CD !important;
}
input.gsc-search-button:hover, input.gsc-search-button:focus {
	background-color: #FFC61E !important;
	border: 1px solid #FFC61E !important;
}
.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0px !important;
	border: none !important;
	background-color: transparent !important;
}
.gsc-search-box, .gsc-search-box-tools {
    padding: 0px !important;
    margin: 0px !important;
}

#languageflags {
	position: absolute;
	text-align: right;
	height: 30px;
	width: 280px;
	top: 10px;
	right: 2px;
}
#languageflags img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
}


#navlanguagetabs {
	/*position: absolute;
	top: 10px;
	right: 2px;
	height: 30px;
	width: 280px;*/
}
#navlanguagetabs img {
	display:inline-block;
	margin-right: 5px;
}
#navlanguagetabs a {
	display:inline-block;
	width: 33px;
	/* height: 22px; */
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 5px;
	border: 1px solid #4199CD;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #FFF;
	background: #0072C6; /* Old browsers */
	background: -moz-linear-gradient(top,  #0072C6 0%, #0072C6 44%, #0072C6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0072C6), color-stop(44%,#0072C6), color-stop(100%,#0072C6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0072C6 0%,#0072C6 44%,#0072C6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0072C6 0%,#0072C6 44%,#0072C6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0072C6 0%,#0072C6 44%,#0072C6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0072C6 0%,#0072C6 44%,#0072C6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072C6', endColorstr='#0072C6',GradientType=0 ); /* IE6-9 */
}
#navlanguagetabs a:link, #navlanguagetabs a:visited {
	color: #FFF;
	text-decoration: none;
}
#navlanguagetabs a:hover, #navlanguagetabs a.language-flag-current {
	border: 1px solid #FFC61E;
	color: #000;
	text-decoration: none;
	background-color: #FFC61E; /* Old browsers */
	background: -moz-linear-gradient(top,  #FFC61E 0%, #FFC61E 44%, #FFC61E 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFC61E), color-stop(44%,#FFC61E), color-stop(100%,#FFC61E)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FFC61E 0%,#FFC61E 44%,#FFC61E 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFC61E 0%,#FFC61E 44%,#FFC61E 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFC61E 0%,#FFC61E 44%,#FFC61E 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FFC61E 0%,#FFC61E 44%,#FFC61E 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC61E', endColorstr='#FFC61E',GradientType=0 ); /* IE6-9 */
}

/* Used on Support Documents page: /support/ */
.inline-languagetabs {
	display: inline-block;
	margin-left: 10px;
}
.inline-languagetabs a {
	display: inline-block;
	/*width: 33px;
	 height: 22px; */
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 5px;
	border: 1px solid #4199CD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	background: #0072C6; /* Old browsers */
	background: -moz-linear-gradient(top,  #0072C6 0%, #0072C6 44%, #0072C6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0072C6), color-stop(44%,#0072C6), color-stop(100%,#0072C6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0072C6 0%,#0072C6 44%,#0072C6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0072C6 0%,#0072C6 44%,#0072C6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0072C6 0%,#0072C6 44%,#0072C6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0072C6 0%,#0072C6 44%,#0072C6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072C6', endColorstr='#0072C6',GradientType=0 ); /* IE6-9 */
}
.inline-languagetabs a:link, .inline-languagetabs a:visited {
	color: #FFF;
	text-decoration: none;
}
.inline-languagetabs a:hover, .inline-languagetabs a.language-flag-current {
	border: 1px solid #FFC61E;
	color: #000;
	text-decoration: none;
	background: #FFC61E; /* Old browsers */
	background: -moz-linear-gradient(top,  #FFC61E 0%, #FFC61E 44%, #FFC61E 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFC61E), color-stop(44%,#FFC61E), color-stop(100%,#FFC61E)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FFC61E 0%,#FFC61E 44%,#FFC61E 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFC61E 0%,#FFC61E 44%,#FFC61E 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFC61E 0%,#FFC61E 44%,#FFC61E 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FFC61E 0%,#FFC61E 44%,#FFC61E 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC61E', endColorstr='#FFC61E',GradientType=0 ); /* IE6-9 */
}



/* #################
	SOCIAL MEDIA 
################# */
.social_media_container {
	color: #FFF;
	margin-right: 30px;
}
.social_media_item {
	/* text-align: left; */
	margin-bottom: 5px;
	margin-right: 5px;
	display: inline-block;
}
.social_media_item img {
	max-height: 50px;
}
.social_media a, .social_media a:link, .social_media a:hover, .social_media a:visited, .social_media a:active {
	text-decoration: none;
	color: #FFF;
}
.social_media_title {
	/* min-width: 160px; */
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 5px;
}
.social_media_title, .social_media img {
	display: inline-block;
	vertical-align: middle;
}



/* #################
	MISCELLANEOUS 
################# */
.usersortbox {
	text-align: right;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 2px;
}
.dropdownbox {
	background-color: #FFFFCC;
	margin-right: 5px;
	font-size: 12px;
	color: #333333;
}
.divider {
	height:3px;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:5px;
	border-top:1px dotted #CCC;
}

/* FORM ELEMENTS */
.check_file_uploads_message {
	font-size: 13px;
}
input.delete_link:hover {
	cursor: pointer !important;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
	margin-top: 3px;
}
.checkbox label, .checkbox-inline label, .radio label, .radio-inline label {
	font-weight: normal;
}
#usernamestatus {
	font-size: 11px;
	display: inline;
	padding-left: 3px;
}
.calendar_input_field {
	display: inline-block;
	width: 150px;
	margin-right: 5px;
}
.date_time_input_field {
	display: inline-block;
	width: 80px;
	margin-right: 5px;
}

.ui-datepicker select {
	color: #333;
	font-family: Sans-Serif;
	font-weight: normal;
}
img.ui-datepicker-trigger {
	opacity: 0.8;
	max-height: 26px;
	padding-bottom: 2px;
}
img.ui-datepicker-trigger:hover {
	opacity: 1.0;
	cursor: pointer;
}
input[name="db_user_registration[user_info][Phone1]"], input[name="Phone1"] {
	display:inline-block;
	width: 50px;
}
input[name="db_user_registration[user_info][Phone2]"], input[name="Phone2"] {
	display:inline-block;
	width: 50px;
}
input[name="db_user_registration[user_info][Phone3]"], input[name="Phone3"] {
	display:inline-block;
	width: 60px;
}
input[name="db_user_registration[user_info][PhoneExt]"], input[name="PhoneExt"] {
	display:inline-block;
	width: 60px;
}

.prev_next_button {
}
.ap_program_prev_next_button_container { 
	background-color: #EFEFEF;
	padding: 15px;
	margin: 5px 0px 15px 0px;
}

/* PROGRAMS, COURSES, ETC. */
.ap_program_nav {
	padding: 3px;
	background-color: #FFF;
	border: 1px solid #CCC
}
.ap_program_nav ul {
	margin: 0;
	padding: 0;
}
.ap_program_nav ul li {
	list-style-type: none;
	background-color: #DD8F00;
}
.ap_program_nav ul li.heading {
	display: block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	color: rgba(255,255,255,0.9);
	background-color: #000;
	border-bottom: 1px solid rgba(255,255,255, 0.2);
	padding: 20px 10px 20px 12px;
}
.ap_program_nav ul li a {
	display: block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	color: rgba(255,255,255,0.7);
	background-color: #DD8F00;
	border-bottom: 1px solid rgba(255,255,255, 0.2);
	padding: 20px 10px 20px 12px;
}
.ap_program_nav ul li.current a, .ap_program_nav ul li a:hover {
	color: #FFF;
	background-color: rgba(0,0,0,0.2);;
	border-bottom: 1px solid rgba(255,255,255, 0.3);
}
.ap_program_nav ul li a .fa {
	/*display: none;*/
	color: #FFF;
	opacity: 0.0;
	font-size: 26px;
}
.ap_program_nav ul li a .fa.fa-pull-right {
	margin-left: 5px;
	margin-top: 0px;
}
.ap_program_nav ul li a:hover .fa {
	/*display: block;*/
	opacity: 0.7;
}
.ap_program_nav ul li.current a .fa {
	opacity: 0.9;
}


/* TOOLTIPS - Requires jQuery.  Corresponding javascript should be added to <head> of document. */
.tooltip {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 2px;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/information.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.ui-tooltip, .tooltip-arrow:after {
	background: black;
	border: 2px solid white;
}
.ui-tooltip {
	max-width: 200px;
	padding: 8px 16px;
	color: white;
	border-radius: 10px;
	font: bold 13px "Helvetica Neue", Sans-Serif;
	/* text-transform: uppercase; */
	box-shadow: 0 0 7px black;
}
.tooltip-arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.tooltip-arrow.top {
	top: -16px;
	bottom: auto;
}
.tooltip-arrow.left {
	left: 20%;
}
.tooltip-arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tooltip-arrow.top:after {
	bottom: -20px;
	top: auto;
}